/*----- TAGS GLOBALES ------*/
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial;
	font-weight:normal;
	overflow:visible;
}
body *
{
	background-color: #fff;
	background-image:none;
	color: #000;
}
h1 {margin-top: 0;}
a {
	text-decoration: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1px;
}
.elfondo { background:none; }
#cuerpo { background:#fff; }
#top, .cuerpo,  #pie, #form_contactar, ul.lista, .iconos {
	display: none !important;
}