body {
	background-color: #E7E4FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #999;
	text-align:center; /* en IE5, no funciona el margin 0 auto, por eso ponemos esto */
}

#principal {	
	padding: 0px;
	margin: 0 auto; /* no margins to the top and bottom of the div but to apply auto margins to the left and right*/
	width: 960px;
	text-align: left; /* para contrarrestar el text-aling center de IE 5 */
	color: #000000;
	border: 1px solid #333;
	background-color: #FFF;

}
#principal_cont {	
	padding: 0px;
	margin: 0px;	
}

#cabecera {
	width: 960px;
	height: 114px;
}

#centro {
	height: 500px;
}
#centro2 {
	height: auto;
}

#izq {
	width: 550px;
	height: 400px;
	background-color: #FFF;
	float: left;
	color: #666;
}
#izq p {
	padding: 0px 20px 0px 20px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;	
}
#destacado {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #462EF6;	
	padding-left: 10px;
	padding-top: 10px;
}
#decha {
	width: 350px;
	height: 400px;
	background-color: #FFF;
	float: left;
}

.texto a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px dotted #4A6C00;
}
.texto a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px dotted #4A6C00;
}
.texto a:hover {
	color: #4A6C00;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px solid #4A6C00;
}
.texto a:active {
	color: #4A6C00;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px solid #4A6C00;
}

.tablacontactar {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

.rayaseparadortitulo {
	background-color: #D0CEE5;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	font-size: 14px;
}

.tituloseccioninterior {
	color: #666666;
	padding-left: 25px;
}
.tituloseccioninterior a:link {
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}
.tituloseccioninterior a:visited {
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}

.tituloseccioninterior a:hover {
	color: #2F5FAF;
	text-decoration: none;
	border-bottom:1px solid #666666;
}

.tituloseccioninterior a:active {
	color: #666;
	text-decoration: none;
	border-bottom:1px solid #666666;
}



.menunivel_uno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #4F5CAB;
	color: #FFFFFF;
	line-height: 20px;
	border-bottom:1px solid #FFFFFF;
}
.menunivel_dos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color: #BDBFD1;
	color: #666666;
	list-style-type: none;
	line-height: 20px;
	padding-left: 10px;
}
.menunivel_dos a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

.menunivel_dos a:link {
	color: #666666;
	/*border-bottom:1px dotted #666666;*/
}

.menunivel_dos a:visited {
	color: #666666;
	/*border-bottom:1px dotted #666666;*/
}

.menunivel_dos a:hover {
	color: #FFFFFF;
	/*border-bottom:1px solid #666666;*/
}

.menunivel_dos a:active {
	color: #666666;
	/*border-bottom:1px solid #666666;*/
}

.textocesta {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}


#libro {
	margin: 0px;
	padding: 0px;
	float: left;
}

#libro_cont {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right:2px;
	color: #000000;
}
.agrupador_de_libros {
	float: left;
	width: 700px;
}


.textosinenlace {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
}
.textosinenlace a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.textosinenlace a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.textosinenlace a:hover {
	color: #006FA9;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px solid #4A6C00;
}
.textosinenlace a:active {
	color: #006FA9;
	text-decoration: none;
	font-weight: normal;
	border-bottom:1px solid #4A6C00;
}

/*--------------------------------------------- PIE -----------------------------------------------*/
#pie {
	width: 940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000000;
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	border-top:1px solid #462EF6;
}

#pie a:link {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}

#pie a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}

#pie a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #666666;
}

#pie a:active {
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #666666;
}

/*-------------------------------------------- NAVEGACION LATERAL ------------------------------------*/
#navegacion {
	width: 196px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navegacion_cont {
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align:justify;
}

/*-------------------------------------------- CUERPO ------------------------------------*/
#cuerpo {
	width: 764px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#cuerpo_cont {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align:justify;
}

#menu {	
	width: 764px;
	padding: 0px;
}


.texto {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
}




.librotexto {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	padding-right: 20px;
}
.tablacontactar {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
}
.tituloseccioninterior {
	color: #666;
	font-size: 12px;
	padding-left: 20px;
}
.tituloseccioninterior a:link {
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}
.tituloseccioninterior a:visited {
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}

.tituloseccioninterior a:hover {
	color: #2F5FAF;
	text-decoration: none;
	border-bottom:1px solid #666666;
}

.tituloseccioninterior a:active {
	color: #666;
	text-decoration: none;
	border-bottom:1px solid #666666;
}

.textocesta {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}



.agrupador_de_libros {
	float: left;
	width: 700px;
}

.abrebocas {
	height: 310px;
	/*background-color: #000000;*/
}

.filatablacontactar {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

/* ----------------------------------------- RESALTA ----------------------------------------------*/

.resalta { background-color: #CC3333; color:#FFFFFF; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; cursor:pointer;}


.compra { background-color: #be3227; color:#151b6a; font-size:50px; font-family:Verdana, Arial, Helvetica, sans-serif; cursor:pointer;}


/* ------------------------------------------- OFERTA -----------------------------------------------*/

.oferta {
}

.oferta, h1{

font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3321b1;
font-size:24px;
}

.oferta, h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #181161;
font-size:13px;
}

.oferta,td {
font-size:13px;
text-align:justify;
}
  
	