/*
 * Public styles
 */

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
b, strong {
	font-weight: bold;
}
em {
    font-style: italic;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */

@font-face {
    font-family: 'Tox Typewriter';
    src: url('../../assets/webfonts/tox_typewriter-webfont.woff2') format('woff2'),
         url('../../assets/webfonts/tox_typewriter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* General */

html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

*::before, *::after {
    box-sizing: inherit;
}

html, body {
	height: 100%;
}

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 13px;
	color: #333;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

a {
	color: #999;
	text-decoration: none;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

p {
	margin-bottom: 1em;
}

img {
    height: auto;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

embed,
iframe,
object {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

td {
	vertical-align: middle;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* General */

#contenedor {
	text-align: left;
	margin: 0 auto;
	padding: 15px;
}

#cabecera {
    margin: 0 auto;
    width: 990px;
    height: 60px;
    border-bottom: 1px solid #000000;
}

#cabecera .sitio {
	float: left;
	margin-left: 30px;
	margin-top: 31px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#cabecera .sitio a {
	color: #000;
}

#cabecera ul.navegacion {
	margin: 31px 105px 0 55px;
	float: left;
}

#cabecera ul.navegacion li {
	display: inline;
	list-style: none;
	margin-left: 10px;
	font-size: 16px;
}

#cabecera ul.navegacion li a {
	color: #444;
	text-decoration: none;
}

#cabecera ul.navegacion li a:link {
	color: #444;
	text-decoration: none;
}

#cabecera ul.navegacion li a:hover {
	color: #444;
	text-decoration: underline;
}

#cabecera ul.logos {
	margin: 15px 0 0 0;
	float: left;
}

#cabecera ul.logos li {
	display: inline;
	list-style: none;
	margin-left: 0;
	font-size: 14px;
}

#cabecera ul.logos li a {
	text-decoration: none;
}

#cabecera ul.logos li a:link {
	text-decoration: none;
}

#cabecera ul.logos li a:hover {
	text-decoration: underline;
}

#contenido {
    width: 990px;
    margin: 0 auto;
	padding: 60px 30px 100px;
	background: url('/assets/images/fondo-superior.png') left top no-repeat,
				url('/assets/images/fondo-inferior.png') left bottom no-repeat;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;				
	opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.pagina-removilado #contenedor {
    background: url('/assets/images/remo-left.jpg') left 100px no-repeat,
				url('/assets/images/remo-right.jpg') right 200px no-repeat;
}

.pagina-trabajos #contenido,
.pagina-removilado #contenido {
    width: 1190px;
}

#contenido #encabezado {
    margin-bottom: 40px;
}

#contenido h1 {
    font-size: 20px;
}

#contenido h1,
#contenido h2,
#contenido h3 {
    font-weight: bold;
}

#contenido .entrada {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

#contenido .descripcion {
	margin-bottom: 25px;
}

.cont_imagenes {
	clear: both;
	margin: 20px 0;
}

.cont_imagenes .miniatura {
	display: inline-block;
	margin: 0 8px 8px 0;
	vertical-align: top;
}

.cont_imagenes img {
	display: block;
	border: none;
}

.pagina-trabajos .cont_imagenes img,
.pagina-exposiciones .cont_imagenes img,
.pagina-comercial .cont_imagenes img {
    max-height: 120px;
}

.pagina-libros .cont_imagenes img {
    max-height: 140px;
}

.pagina-removilado .cont_imagenes img {
    max-height: 185px;
}

.leyenda {
	margin-top: 7px;
}

/* Inicio */

.pagina-portada {
	background-color: #fcfdf0;
	overflow: hidden;
}

.pagina-portada #contenedor {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fdfef1;
}

.pagina-portada #contenedor #wrapper {
	position: relative;
	width: auto;
	margin: 0 auto;
}

.pagina-portada #contenedor #wrapper td {
	vertical-align: middle;
	text-align: center;
}

.pagina-portada .flexslider {
    border: none;
    margin-bottom: 0;
}

.pagina-portada .flexslider .slides li {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-direction-nav a::before {
    color: #fff;
}

.pagina-portada #menu {
    position: absolute;
    top: 100px;
    left: 5%;
    padding: 70px 40px;
    background: rgba(15,15,15,0.6);
    z-index: 999999;
}

.pagina-portada #menu .item-remo {
    margin-top: 70px;
}

.pagina-portada #menu a {
    color: #fff;
    font-family: "Tox Typewriter", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 30px;
    line-height: 1.2;
}

/* Noticias */

.pagina-noticias {
	background-color: #fcfdf0;
	overflow: hidden;
}

.pagina-noticias #contenedor {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fdfef1;
    overflow-y: auto;
}

.pagina-noticias #contenedor #wrapper {
	position: relative;
	width: auto;
	margin: 0 auto;
}

.pagina-noticias #contenedor #wrapper td {
	vertical-align: middle;
	text-align: center;
}

.pagina-noticias #contenedor #wrapper .imagemap {
	/*max-width: 100%;
    max-height: 100vh;
	object-fit: cover;*/
}

.pagina-noticias #contenido {
	position: absolute;
	top: 23%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	background: none;
	width: 50%;
}

/* Writings */

.pagina-writings {
    background: #111;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 1.2;
}

.pagina-writings #contenedor {
    margin: 40px auto;
    background: #fff;
    max-width: 760px;
}

.pagina-writings #contenido {
    background: #fff;
    max-width: 70%;
    text-align: justify;
}

/* Atlas Zoom */

.pagina-atlaszoom #contenido {
    text-align: center;
    width: auto;
    padding: 0;
    background: none;
}

.pagina-atlaszoom #contenido .page-header {
    margin: 20px 0;
}

.panzoom-parent {
    position: relative;
    margin: 10px;
    padding: 25px;
    background-color: #fff;
}

#panzoom-element {
    height: 100%;
}

#panzoom-element img {
    display: block;
    margin: 0 auto;
}

.panzoom-buttons {
    text-align: center;
}

.panzoom-buttons button {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
    border: 0;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.panzoom-buttons button::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "gridicons";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1.1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: baseline;
}

#zoomin-button::before {
    content: "\f1c4";
    font-size: 24px;
    line-height: 30px;
    position: relative;
    width: 100%;
}

#zoomout-button::before {
    content: "\f1c5";
    font-size: 24px;
    line-height: 30px;
    position: relative;
    width: 100%;
}

/* Atlas */

.pagina-atlas #contenido {
    text-align: center;
    width: auto;
    padding: 0;
    background: none;
}

/* Carrusel */

body.pagina-horizontal {
	background: url('/assets/images/fondo-superior.png') left 50% top 75px no-repeat fixed, 
				url('/assets/images/fondo-inferior.png') left 50% bottom 10px no-repeat fixed;
}

.pagina-horizontal #contenedor {
	position: relative;
	height: 100%;
    /*width: 100%;*/
}
	
.pagina-horizontal #cabecera {
	position: fixed;
	left: 0;
	right: 0;
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 999;
}

.pagina-horizontal #contenido {
	position: absolute;
	top: 55%;
	background: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagina-horizontal .carrusel_imagenes {
	display: inline-block;
	white-space: nowrap;
}

.pagina-horizontal .carrusel_imagenes .imagen {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.pagina-horizontal .carrusel_imagenes .imagen img {
	max-height: 600px;
	max-width: none;
}


/* Productos */

.pagina-contacto #productos {
	position: relative;
}

.pagina-contacto #productos .entrada {
	display: inline-block;
	max-width: 225px;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #eee;
	text-align: center;
	vertical-align: top;
}

.pagina-contacto #productos .entrada:nth-of-type(4n) {
    margin-right: 0;
}

.pagina-contacto #productos .info {
	margin-top: 10px;
	font-size: 11px;
}

.pagina-contacto #productos .precio {
	font-weight: bold;
}

.pagina-contacto #productos .paypal {
	margin-top: 30px;
}

.pagina-contacto #productos .paypal table {
	margin-bottom: 10px;
}

.pagina-contacto #productos .paypal td {
	padding: 5px;
}
