@charset "UTF-8";
/* CSS Document */

#homeDestacados {	
}
#homeDestacados ul {
	list-style:none;
}
#homeDestacados ul li {
	float:left;
	margin: 0 6px;
}

a.miniboton {
	font-size:9px;
	color:#900;
	font-weight:bold;
}
a.miniboton:hover {
	color: #F00;
}
#banner {
	height: 300px;
}


