/* Estilos de articulos en categoria par el home page */

.listado-container {
	margin-bottom: 6px;
	margin-left: 20px;
	padding: 0px 15px 0px 0px;
	border-top: 1px solid #F1F0EC;
	border-right: 1px solid #F1F0EC;
	border-bottom: 1px solid #E9E7E0;
	border-left: 1px solid #F1F0EC;
	height: 80px;
	overflow: visible;
	font-family: Tahoma, Arial;
}

.listado-container-on {
	border: 1px solid #CFCBC2;
	margin-bottom: 6px;
	margin-left: 20px;
	padding: 0px 15px 0px 0px;
	background-color: #FBFBF9;
	cursor: hand;
	overflow: visible;
	height: 80px;
	font-family: Tahoma, Arial;

}



.listado-fecha {
	font-size: 10px;
	color: #747169;
	padding-top: 2px;

}
.listado-titulo {
	font-size: 17px;
	color: #9E3C2E;
}
.listado-resumen {
	font-size: 12px;

}

.listado-foto {
	float: left;
	margin-right: 6px;
}
.listado-ver-todos {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
