/*----- TAGS GLOBALES ------*/
html {
	height: 100%;
	margin: 0; 
	padding: 0;
}
body {
	margin: 0;
	padding: 0 15%;
	font-family: Arial, sans-serif;
	line-height: 1.3;
	font-size: 0.8em;
}
body *
{
	background-color: #fff;
	color: #000;
}

a {
	text-decoration: none;
}
ul, li {
	list-style-type: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1px;
}

#cotizaciones, #pie, .otras-noticias, .ver-historial, .banners, #botonera-secundaria, #encabezado, #botonera-principal, #barrita-top, #newsletter {
	display: none;
}

.noticia-desplegada img {
	float: left;
	margin: 0 1em 0 0;
}
.fecha {
	font-weight: bold;
}