@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
	text-decoration: none;
}

li {
	list-style-type: none;    
}

h2 {
    display: block;
	width: 100%;
	float: left;
	margin-top: 25px;
    font-family: "Bebas Neue Bold",Arial,Helvetica,sans-serif;
    color: #B49549;
    font-size: 18px;
	font-weight: normal;
}

#contenedor {
    display: block;
	float: left;
	width: 100%;
}

@media screen and (min-width:690px) {
.center {
    display: block;
	width: 95%;
	max-width: 955px;
    position: relative;
	margin-left: auto;
	margin-right: auto;
}

#cabecera {
	display: block;
	float: left;
	width: 100%;
	height: 80px;
	padding-top: 25px;
}

#cabecera .center {
    height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
}

#cabecera .logo {
    display: block;
	float: left;
	margin-top: 3px;
	margin-left: 15px;
}

#cabecera ul {
	display: block;
	float: right;
	height: 25px;
	margin-top: 35px;
	margin-right: 5px;	
}

#cabecera ul li {
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

#cabecera ul li a {
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 17px;
 	letter-spacing: 1px;
	line-height: 25px;
}
}

@media screen and (max-width:690px) {

.center {
    display: block;
    width: 92%;
    position: relative;
	margin-left: auto;
	margin-right: auto;
}

#cabecera {
    padding: 0px;
    margin: 0px;
	display: block;
	float: left;
	width: 100%;
	padding-top: 25px;
}

#cabecera .center {
    padding: 0px;
    margin: 0px;
	border: none;
	width: 100%;
}

@media screen and (orientation:portrait) {
#cabecera .logo {
    display: block;
	float: left;
	width: 68%;
	margin-left: 16%;
	margin-right: 16%;
	margin-bottom: 30px;
}
}

@media screen and (orientation:landscape) {
#cabecera .logo {
    display: block;
	float: left;
	width: 26%;
	margin-left: 37%;
	margin-right: 37%;
	margin-bottom: 30px;
}
}

#cabecera ul {
    padding: 0px;
    margin: 0px;
	display: block;
	width: 100%;
	float: left;
	max-height: 51px;
	overflow: hidden;	
}

#cabecera ul li {
    margin: 0px;
	display: block;
	width: 100%;
	float: left;
	height: 50px;	
}

#cabecera ul li a {
    display: block;
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
    color: #252525;
	font-size: 18px;
 	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	line-height: 49px;
}
}

#cabecera ul li a:hover {
	color: #B8A97C;
}

#cabecera ul li .activo {
	font-family: "Bebas Neue Bold", Arial, Helvetica, sans-serif;
}

#cabecera ul li .activo:hover {
	color: #252525 !important;
}

@media screen and (max-width:690px) {
#bt_menu {
	display: block;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	background-image: url(../img/bt-menu.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	cursor: pointer;
}
}

@media screen and (min-width:690px) {
#bt_menu {
	display: none;
	visibility: hidden;
}
}

#thumbs {
    display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#breadcrumbs {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #929292;
	font-size: 18px;
	font-weight: normal;
	text-indent: 10px;
}

#breadcrumbs a:hover {
    color: #B8A97C;
}

#breadcrumbs a {
    color: #252525;
}

#breadcrumbs a.activo {
    color: #B8A97C;
	font-family: "Bebas Neue Bold", Arial, Helvetica, sans-serif;
}

@media screen and (min-width:1024px) {

#thumbs li {
    display: block;
	float: left;
	width: 32.7%;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	position: relative;
}

}

@media screen and (max-width:1023px) {

#thumbs li {
    display: block;
	float: left;
	width: 32.4%;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	position: relative;
}

}

@media screen and (max-width:690px) {

@media screen and (orientation:portrait) {
#thumbs li {
    width: 47.6%;position: relative;
}
}

@media screen and (orientation:landscape) {
#thumbs li {
    width: 32%;position: relative;
}
}

}

#thumbs li a {
    display: block;
	float: left;
	width: 100%;
	padding-bottom: 47px;
	position: relative;
	background-color: #111;
}

#thumbs li a span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0; 
    left: 0;
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 18px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 15px; /* antes era 4 */
	/*
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FAFAFA;
	*/
	background-color: #FFFFFF
}

#thumbs li img {
    display: block;
	float: left;
	width: 100%;
}

/* Estilos para Institucional */ 

#contenido {
    display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	overflow-x: hidden;
}

#contenido img {
    display: block;
	float: left;
	width: 100%;
}

#contenido p {
    display: block;
	float: left;
	width: 80%;
	padding-right: 20%;
	margin-top: 10px;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 13px;
	line-height: 16px;
}

@media screen and (max-width:690px) {

#contenido p {
	width: 100%;
}

}

#contenido ul {
    display: block;
	float: left;
	padding-left: 15px;
	margin-top: 40px;
}

#contenido ul li {
    display: block;
	float: left;
	width: 100%;
	line-height: 22px;
}

#contenido ul .ref {
	font-family: "Bebas Neue Book",Arial,Helvetica,sans-serif;
	color: #252525;
	font-size: 18px;
}

#contenido ul li a {
    font-family: "Muli", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 13px;
	text-decoration: underline;
}

#contenido ul li a:hover {
	color: #C4B791;
}

/* Fin de estilos para Institucional */ 

/* Estilos para Libros */

.issuuembed {
	display: block;
	margin-bottom: 20px;
	background-color: #FFF;
	position: relative;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: 44% center;
}

.issuuembed .loading {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -149px;
}

.issuuembed a {
    color: #000000;
}

/*
.issuuembed .placa {
    display: block;
	width: 50%;
	height: 30px;
    background-color: #00FF00;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9999 !important;
}
*/

/* Fin de estilos para Libros */  

#footer {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#footer .center {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
}

#footer .center div {
    display: block;
	float: left;
    padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 15px;
	margin-right: 30px;
}

#footer .center div h3 {
    display: inline;
    font-family: "Bebas Neue Bold", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 18px;
	line-height: 23px;
}

@media screen and (min-width:690px) {
#footer .center .redes {
	width: 195px;
}

#footer .center div h3 img {
    display: block;
	float: left;
	margin-right: 6px;
}
}

#footer .center div p {
    display: inline;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	color: #252525;
	font-size: 12px;
	line-height: 17px;
}

#footer .center div a {
	color: #252525;
}

#footer .center div a:hover {
	color: #FFFFFF;
}

@media screen and (min-width:690px) {
#footer .center ul {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#footer .center ul li {
	display: block;
	float: left;
	margin-right: 12px;
}

#footer .center ul li a {
	display: block;
	float: left;
	height: 26px;
	width: 26px;
}
}

#footer .center ul li .facebook {
	background-image: url(../img/icon-face-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .instagram {
	background-image: url(../img/icon-instagram-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .twitter {
	background-image: url(../img/icon-twitter-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .pinterest {
	background-image: url(../img/icon-pinterest-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .linkedin {
	background-image: url(../img/icon-linkedin-pie.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer .center ul li a {
    opacity: 0.5;
}

#footer .center ul li a:hover {
    opacity: 0.8;
}

#toTop {
	display: block;
	float: right;
	width: 41px;
	height: 41px;
	margin-top: 30px;
	margin-right: 10px;
	background-image: url(../img/bg-toTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	opacity: 1 !important;
}

#toTop span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 41px;
	height: 82px;
	background-image: url(../img/flecha-toTop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

@media screen and (max-width:690px) {
#footer .center div {
    padding: 0px;
	margin: 0px;
    display: block;
	float: left;
	width: 100%;
    padding-top: 25px;
	text-align: center;
}

#footer .center div h3 img {
	height: 18px;
	padding-right: 2px;
}

#footer .center div p {
	margin-top: 5px;
}

#footer .center ul {
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
}

#footer .center ul li {
	display: inline-block;
    width: 26px;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

#footer .center ul li a {
	display: block;
	height: 26px;
	width: 26px;
}

#footer .center .borde {
    display: block;
	float: left;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	background-color: #444444;
}

#toTop {
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	position: relative;
	left: 50%;
	margin-left: -20px;
	margin-bottom: 15px;
}
}

#copy {
    display: block;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#copy span {
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #7B7B7B;
	font-size: 13px;
	letter-spacing: 1px;
}
