@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #AEAEA2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(../img/parent.jpg);
	background-repeat: repeat;
}
.tit {
	width:100%;
	height:100%;
	font-weight:bold;
	overflow:hidden;
	cursor:progress;
	border-bottom: 1px solid #8D735E;
}

.aut:before{
	content:'Autor(es)';
	font-weight:bold;
}
.aut {	
	overflow:hidden;
	height:35px;
	cursor:progress;
	border-bottom: 1px solid #8D735E;
}

.edi:before{
	content:'Editorial';
	font-weight:bold;
}
.edi {	
	overflow:hidden;
	height:35px;
	cursor:progress;
	border-bottom: 1px solid #8D735E;
}

.ano:before{
	content:'Año: ';
	font-weight:bold;
}
.ano {	
	overflow:hidden;
	height:20px;
	border-bottom: 1px solid #8D735E;
}

.top_cabesera {
	background-image: url(../img/index_r1_c1.jpg);
	background-repeat: repeat;
	height: 119px;
	width: 900px;
}
.top_buscador {
	background-image: url(../img/index_r3_c1.jpg);
	background-repeat: repeat;
	height: 229px;
	width: 900px;
	font-size: 12px;
}
.texto_100 {
	width: 100%;
}
.cuadro_destacado_top {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/destacado_1.jpg);
	height: 23px;
	width: 170px;
	padding-left: 10px;
	padding-top: 5px;
}

.fondo_carro {
	font-size: 15px;
	background-color: #6D5949;
	background-image: url(../img/carro2.png);
	height: 47px;
	width: 181px;
}

.cuadro_plomo {
	background-color: rgba(228,221,215,1);
	font-size: 12px;
	border: 1px solid #B2B2B2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


h2 {
	font-size: 14px;
}

.cuadro_destacado_botton {
	background-image: url(../img/destacado_2.jpg);
	height: 260px;
	width: 180px;
}
.bot1 {
	background-image: url(../img/bot_1.jpg);
	height: 32px;
	width: 900px;
}
.bot2 {
	background-image: url(../img/bot_2.jpg);
	height: 137px;
	width: 900px;
	font-size: 11px;
}
.bot3 {
	background-image: url(../img/bot_3.jpg);
	height: 82px;
	width: 900px;
	font-size: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #ABB521;
}
a:active {
	text-decoration: none;
	color: #333;
}

#alerta{
	width:335px;
	height:125px;
	background:url(../img/cargandoo.png) top center no-repeat;
	display:none;
	margin-top:-100px;
	margin-left:-100px;
	top:50%;
	left:50%;
	position:absolute;
	text-align:center;
	padding-top:70px;
	text-transform:uppercase;
	color:#F00;
}
.fondo_destacados {
	background-image: url(img/destacados_r2_c6.jpg);
	height: 284px;
	width: 327px;
	background-color: #CCCCCC;
}
.fondo_novedades {
	background-image: url(../img/destacados_r2_c6.jpg);
	height: 284px;
	width: 327px;
	font-weight: normal;
}
.fondo_destacados {
	background-image: url(../img/destacados_r2_c2.jpg);
	height: 284px;
	width: 325px;
}
.fondo_contactar {
	background-image: url(../img/contacto_r3_c2.png);
}
.texto_100 {
	width: 100%;
}
.texto_60 {
	width: 60%;
}
.fondo_registrar {
	background-image: url(../img/usuario2.png);
	background-repeat: no-repeat;
	height: 311px;
	width: 441px;
}
.botonsito {
	font-weight: bold;
	color: #FFF;
	background-color: #A8907C;
	height: 25px;
	width: 100px;
}
.cafe_1 {
	background-color: #D9CFC7;
	font-size: 11px;
}
.cafe_2 {
	background-color: #CCC0B5;
	font-size: 11px;
}
.cafe_3 {
	background-color: #B6A699;
	font-size: 11px;
	color: #FFF;
}
.linea_cafe {
	border: 1px solid #B6A699;
}
.cafe_0 {
	font-size: 11px;
	background-color: #E4DDD7;
}
.texto_blanco {
	color: #FFF;
}
.fondo_pergamino {
	background-color: #EBE5D5;
	background-image: url(../include/img/usuario_r3_c2.png);
	background-repeat: repeat-y;
}

// Estilo Listado libros 20120725
#box_libro{
	position:relative;
	display:block;
	float:left;
	height:400px;
	width:160px;
	padding-left:3px;
	padding-rigth:3px;
	overflow:hidden;
	background-color:#E4DDD7;
	box-shadow: 2px 2px 5px #999;
}
#box_libro .portada{
	position:relative;	
	top: 3px;
	width:155px;
	height:190px;
	background-color:black;
	background:url(img/cid3.jpg) no-repeat;
}
#box_libro .titulo{
	position:relative;
	top:3px;	
	width:94%;
	height:50px;
	text-align:justify;
	font-weight:bold;
	overflow:hidden;
}
#box_libro .autor{
	position:relative;
	text-align:justify;	
	width:98%;
	height:40px;
	overflow:hidden;
}
#box_libro .editorial{
	position:relative;	
	text-align:justify;		
	width:98%;
	height:40px;
}
#box_libro .year{
	position:relative;	
	width:98%;
	height:20px;
}
#box_libro .valor{
	position:relative;	
	width:98%;
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-align:right;
	background:#FFF;	
}
#box_libro .detalle{
	position:relative;	
	width:98%;
	height:35px;
	text-align:right;
}
#div_marcados{	
	color:#000;
	background:#FFC;
	font-weight: bold;
	height: 100px;
	line-height:50px;
	width: 100%;
	border-radius:7px;
	border-color:#666;
}
