/* CSS Document */
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #B70D15;
	text-align: left;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana;
	margin-top: 30px;
	font-size: 13px;
}



#contenido_desarrollo {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}


.bloque_producto {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #777777;
	text-align: justify;
	float: left;
	width: 430px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.bloque_producto a {
	color: #B70D15;
	text-decoration: none;
	font-weight: bold;
}
.bloque_producto a:hover {
	color: #000000;

}

.mas_informacion{
	font-size: 12px;
	color: #666666;

}
.mas_informacion a{
    color: #B70D15;
	text-decoration: none;
}
.mas_informacion a:hover {
	color: #000000;
	text-align: left;
	margin: 0px;
	text-decoration: none;
}

.clear {
	clear: both;
	float: left;
}
.borde_foto {
	border: 3px solid #CCCCCC;
	margin-top:10px;
}

.rojo {
	font-weight: bold;
	color: #B70D15;
}



.enlace_paginacion a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #6A6A6A;
	text-align: right;
	text-decoration: none;
}
.bloque_producto h2 a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.enlace_paginacion a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	color: #B70D15;
	text-align: right;
	text-decoration: none;
}
