@import url("../estilos/menu_botones.css");
@import url("../estilos/menu_vertical_simple.css");
@import url("../estilos/menu_horizontal_simple.css");
@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 14px;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #06C;
	text-decoration: none;	
}

a:hover{
	color: #036;
	text-decoration: underline;
}
li a{
	color: #06C;
	text-decoration: none;
	list-style-type: none;
}

a:hover{
	color: #036;
	text-decoration: underline;
}

a.enlace_cabecera{
	color: #0D366D;
	text-decoration: none;

}

a.enlace_cabecera:hover{
	color: #FFF;

}

a.enlace_cabecera_activo{
	color: #FFF;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
}

a.enlace_cabecera_activo:hover{
	color: #FFF;
	text-decoration: none;
}



/* migas */
.migas{
	color: #666;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
}
.migas2{
	color: #333;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 20px;
	text-transform: uppercase;
	background-color: #CCC;
}

/* fin migas */





/*enlace cabecera productos*/
a.enlace_cabecera2{
	color: #0D366D;
	text-decoration: none;
}

a.enlace_cabecera2:hover{
	color: #FFF;
	text-decoration: underline;
}

a.enlace_cabecera2_activo{
	color: #FFF;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: uppercase;
}

a.enlace_cabecera2_activo:hover{
	color: #FFF;
	text-decoration: underline;
}
/*fin enlace cabecera productos*/


#contenedor {
	width: 944px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #999999;
	/*background-color: #FFFFFF;*/
}
#cabecera {
	width: 944px;	
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#user {
	width: 944px;
	height: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
}
#menu {
	color: #000;
	vertical-align: middle;
	height: 30px;
	z-index: 10;
}


#menu a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover{
	color: #FFF;
	text-decoration: underline;
	text-transform: uppercase;
}

#cuerpo {
	width: 942px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	/*text-align: center;*/
	vertical-align: top;
	border: 1px solid #CBCBCB;
	position: relative;
	background-image: url(../imag/linea_fondo.png);
	background-repeat: repeat-y;
	background-position:center top;
	
}

#fondo_cuerpo {
	background-attachment: fixed;
	background-image: url(../imag/fondo-cuerpo.png);
	background-repeat: repeat-x;
	background-position:center top;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

#pie {
	color: #FFF;
	width: 944px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#pie a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#pie a:hover{
	color: #FFF;
	text-decoration: underline;
}

.pie_pie{
	color: #CCC;
	background-color: #5C5C5C;
}

.pie_pie a{
	color: #B3B3B3;
	text-decoration: none;
	font-weight: normal;
}

.pie_pie a:hover{
	color: #FFF;
	text-decoration: underline;
}



	
.texto{
	padding: 10px;
	text-align: left;
	}
.titulo{
	padding: 5px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	}
	
#menu_caja_01 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_02 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_03 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_04 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_05 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}
#menu_caja_06 {
	position:absolute;
	z-index:0;
	left: 0px;
	top: 1px;
	height: 14px;
	width: 130px;
}

.lineaDcha {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	
table.sup_inf_izq_dch{
	border: 1px solid #999999;
	}
	
td.sup_inf{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	}
	
td.dch_izq{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	}	
td.sup{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	}
td.inf{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
td.dch{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
td.izq{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	}

.texto_productos {
	font-size: 20px;
	color: #FF6600;
}


#lista {
	color: #06C;
	list-style-type: none;
	}
	
/*TABLA Memorias*/
	.tablaMemorias{
	padding: 0px;
	border: 1px solid #999999;
	margin: 0px;
	}
	.tablaMemorias th{
	color: #333;
	background-color: #E6E6E6;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	height: 25px;
	}
	.tablaMemorias th#centro{
	color: #333;
	background-color: #E6E6E6;
	font-size: 12px;
	vertical-align: middle;
	text-align:center;
	text-transform: uppercase;
	height: 25px;
	}
	
	.tablaMemorias td{
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 14px;
	}
	.tablaMemorias th a{
	color: #333;
	}
	
	/* FIN TABLA MEMORIAS*/	
	
	/* Paginacion*/	
	#paginacion {
	color: #06C;
	font-size: 20px;
	}
	.tabla_isbn ul li{
	margin-left:-30px;
	list-style-type: none;

	}
	.buscar{
	list-style-type: none;
	background-color: #C29A6F;
	}

