﻿.ContenedorBooks{
	width:100%;
	float:left;
	margin:0;
	margin-top:15px;
	font-size:.8em;
}
.divHR {
	height:10px;
	width:240px;
	float:left;

}
.hrDottedRed{
	border-bottom:#9f1b33 dashed 1px;
	border-top:#fff;
	border-left:#fff;
	border-right:#fff;
	margin:8px 0 8px 0;
	padding:0;
	height:1px;
	width:100%;
}
.imgLibros{
	float:left;
}

/* .imgLibros img {
	height:172px;
	width:113px;
}*/

.BookInfo {
	height:171px;
	width:370px;
	float:left;
	margin-left:5px;
	border-bottom:#9f1b33 dashed 1px;
}
.HeaderBooks {
	float:left;
}
.HeaderBooks h2{
	font-size:1.1em;
	color:#9f1b33;
}
.BookDesc{
	padding-top:10px;
	font-weight:normal;
	color:#666666;
	float:left;
}