body {
	color :#000;
	font: 8pt/1.5 Georgia, "Times New Roman", serif;
}

a {
	color: #0000C8;
}

hr {
	background: #ccc;
	border: 1px solid #ccc;
	height: 1px;
}

.horizontal p {
	float: left;
	margin-right: 1.5em;
}

.enlaceInterno, #menu, #tiempo, #cabecera ul, #cuerpo .destacadoZaframagon {
	display: none;
}


#banners ul {
	margin: 0;
	padding: 0;
}

#banners li {
	float: left;
	list-style-type: none;
	margin-right: 1em;
}

#banners img {
	border: 0;
}

#pie {
	clear: both;
}

.clearfix:after, #cuerpo dl:after, #banners ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, #cuerpo dl, #banners ul {display: inline-block;}

/* HACK: Esconder de IE/Mac \*/
* html .clearfix, * html #cuerpo dl, * html #banners ul {height: 1%;}
.clearfix, #cuerpo dl, #banners ul {display: block;}
/* FIN-HACK: Esconder de IE/Mac */