@charset "utf-8";
/* CSS Document */
div#banner {
	background: url(../images/head_bordeau_revista.gif) no-repeat;
	height: 175px;
}
div#contenido_der {
	padding-bottom:150px;
}
div#contenido_der a{
color:#993333;
text-decoration:none;
border-bottom: 1px dashed;
}

div#contenido_der a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;}

div#contenido_der #contenedor_libros {
	margin-left: 6px;
	margin-right:auto;
	float:left;
	width:500px;
	
}
div#contenido_der #contenedor_libros #libro_foto {
	width:260px;
	float:left;
	margin-top:10px;
	margin-left: auto;
	margin-right:auto;
	background-color:#666666;
}
div#contenido_der #contenedor_libros #libro_desc {
	width:100%;
	
	margin-left: auto;
	margin-right:auto;
	float:left;
	margin-top:10px;
	text-align:justify;
	
}


div#contenido_der #contenedor_libros #libro_foto a.foto {
	width:236px;
	height: auto;
	border:1px;
	border-color:#FFFFFF;
	border-style:solid;
	padding: 10px;
	float: left;
}

div#nav {
	clear: both;
	}
