body {
	font-family: "Century Gothic";
	margin: 0px;
/*	background-color: #272E36; */
	background-color: #FFFFFF;
	padding: 0px;
}
.clear {
	clear: both;
 	height: 0;
 	margin: 0;
 	font-size: 1px;
 	line-height: 0px;
}
h1 {
	font-size: 18px;
/*	color: #B9C3E6;*/
	color: #000000;
	float: left;
	margin-top: 10px;
	width: 620px;
	margin-bottom: 5px;
}
h2 {
	font-size: 20px;
	color: #00000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
p {
	margin:0;
	padding-right:10px;
	padding-left:10px;
}
#container {
	background-color: #FFFFFF;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cabecera {
	background-image: url(../imagenes/cabecera.jpg);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 228px;
	width: 900px;
}

#nav {
	padding: 0px;
	height: 30px;
	width: 720px;
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	background-color: #FFFFFF; 
	background-image: url(../imagenes/motivo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#nav ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li{
	float: left;
	width: 20%;
	
}
#nav ul li a{
	font-size: 16px;
	color: #000000;
/*	background-color: #8B8788; gris claro*/
	background-color: #76A1C3;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B9C3E6;
	text-decoration: none;
/*	font-weight: bold;*/
	font-weight: bold;
	display: block;
	text-align: center;
	height: 23px;
	padding-top: 3px;

}
#nav ul li a:hover{
	color: #FFFFFF;
/*	background-color: #B9C3E6;*/
/*	background-color: #272E36; gris oscuro*/
	background-color: #133346;
}

#nav ul li a.selecion {
	color: #FFFFFF;
	background-color: #133346;
}

#nav ul li a.boton_der {
	border: 0;
}

#contenido {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bloque_iz {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#bloque_iz img{
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	float: left;
	border: 2px solid #6B747D;
}

#bloque_iz ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

#bloque_cen {
	background-color: #FFFFFF;
	float: left;
	width: 575px;
	margin: 5px;
	padding: 5px;
/*	background:rgba(100,100,100,0.2); gris*/
	background:rgba(118,161,195,0.3);
	border: 1px solid #6B747D;
}
#bloque_cen img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

#bloque_cen ul{
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
	margin-left:50px;
}


#bloque_der {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 150px;
}
#bloque_der img {
	margin: 0px;
	margin-bottom: 25px;
	float: right;
	border: 2px solid #6B747D;	
}

#bloque_der ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}

#libro{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 170px;
	height: 245px;
	float: left;
}
#libros{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 900px;
}

#libros img{
	margin: 5px;
	margin-right: 30px;
	float: left;
	/*border: 2px solid #6B747D;*/
}

#libros form{
	margin: 5px;
	margin-right: 30px;
	float: left;
}

#libros ul li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 6%;
	text-decoration: none;
	list-style-type: none;
	height: 270px;
	width: 700px;
	float: left;
	padding-right: 20px;
/*	background:rgba(100,100,100,0.2); gris*/
	background:rgba(118,161,195,0.3);
	border: 1px solid #6B747D;
}

#libros h2 {
	font-size: 14px;
	color: #00000;
	margin-top: 5px;
}

#lista_enlaces ul li{
	margin: 0px;
	padding: 19px;
	text-decoration: none;
	list-style-type: circle;
}


.texto {
	font-size: 14px;
	color: #000000;
}

.imgcabecera{
	margin-top: 10px;
	border: 2px solid #6B747D;
}

.img_sinborde{
	margin-top: 10px;
	/*border: 2px solid #6B747D; */
}

.logofb{
	height: 50px;
	width: 50px;
	float: right;
	margin-top: -15px;
	margin-left: 10px;
	margin-right: 15px;
/*	border: 2px solid #6B747D; */
}

#footer {
/*	background-color: #1D242C; gris oscuro*/
	background-color: #133346;
	height: 30px;
	margin-top: 15px;
	padding-top: 10px;
}
.copy {
	font-size: 9px;
	font-weight: bold;
	color: #B9C3E6;
	text-align: center;
}
#nav2 {
	padding: 0px;
	height: 10px;
	width: 575px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	background-color: #FFFFFF;
	background-image: url(../imagenes/motivo.jpg); 
	background-repeat: repeat-x;
	background-position: bottom; */
}
#nav2 ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px;
}
#nav2 ul li{
	float: left;
	width: 25%;
	list-style-type: none;
}
#nav2 ul li a{
	margin: 0 0 0 0;
	font-size: 12px;
	color: #000000;
/*	background-color: #999999;*/
	background-color: #76A1C3;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B9C3E6;
	text-decoration: none;
/*	font-weight: bold;*/
	font-weight: bold;
	display: block;
	text-align: center;
	height: 18px;
	padding-top: 1px;

}
#nav2 ul li a:hover{
	color: #FFFFFF;
/*	background-color: #B9C3E6;*/
/*	background-color: #272E36;*/
	background-color: #133346;
}

#nav2 ul li a.selecion {
	color: #FFFFFF;
	background-color: #133346;
}

#nav2 ul li a.boton_der {
	border: 0;
}
#leer_mas {
	margin-right:30px;
	margin-top:5px;
	float: right;
	overflow:hidden;
	width:100px;
	height:25px;
	background-color:#133346;

}
#leer_mas a {
	/*font-family: Arial,Helvetica,sans-serif;
	*/
	float: right;
	font-weight: bold;
	font-size:12px;
	color:#FFFFFF;
	margin-top:2px;
	margin-right: 5px;
    padding:0px 24px 4px 0;
    text-decoration:underline;
    background:url("../imagenes/leer_mas.png") no-repeat scroll right 2px transparent;
}
	
#compra {
	float: right;
	border: 0;
	border-width: 0;
	border-right-style: none;
}
#compra img{
	float: right;
	border: 0;
	border-width: 0;
	border-right-style: none;
}