/*----- TAGS GLOBALES ------*/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 75%; 
}
body *
{
	background-color: #fff;
	color: #000;
}
h1 {margin-top: 0;}
a {
	text-decoration: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1px;
}
#contenido { width:100%; }

#nuevoTop, #nav, #publicidad, #col-tango, #nuevoPie, #bannerArriba, #noticias dl {
	display: none !important;
}