/* GENERAL */

 html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 }
 
 body{
 	/*overflow:scroll; */
 	overflow-x: visible; /* estas dos lineas dejan visible siempre el scroll*/
	background-image: url(../imagenes/fondo.gif);
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: repeat-x;
	}
  
 .cleaner{clear:both} /* esto limpia el float para Firefox*/
 
/* DIVS */

#principal {
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
}
#contenidos {
width: 924px;
margin:0 auto 0 auto;
padding-bottom: 60px;
}

 #cabecera {
	width: 259px;
	height:84px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	}
#simbolos {
	width: 410px;
	height:20px;
	margin: 0px;
	padding: 0px;
	top: -65px;
	left: 485px;
	text-align: right;
	position: relative;
}
#menu {
	width: 450px;
	height:40px;
	margin: 0px;
	padding: 0px;
	top: -45px;
	left: 485px;
	text-align: right;
	position: relative;
}
#datos {
	width: 924px;
	margin: 0px;
	padding: 0px;
	top: 0px;

}
#aire {
	position: relative;
	width: 924px;
	height:226px;
	margin: 0px;
	padding: 0px;
	_top: -55px; /* eso solo para ie 6*/
	background: url(../imagenes/aire.jpg);
	*z-index:-999;
}

#texto {
	width: 650px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float:left;
	}
#banners {
	width: 200px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float:right;
	}
#pie {
 width: 100%;
 background: #000;
 position: absolute;
 bottom: 0 !important;
 bottom: -1px;
 height: 60px;
 }
#datospie {
	background-color: #000000;
	height:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	width: 924px;
	margin:0 auto 0 auto;
}
#membrete {
	text-align: left;
	background-color: #000000;
	width: 350px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	float:left;
}
#abc{
	float:left;
}
#legales {
	background-color: #000000;
	width: 200px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 700px;	
	float:right;
}

/* ETIQUETAS */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
h1, h2, h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #004674;
}
h1 {font-size: 28px}
h2 {font-size: 20px}
h3 {font-size: 11px}

a, a:link, a:visited, a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004674;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: underline;

}
textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

/*CLASES*/
.blanco, a.blanco:link, a.blanco:visited, a.blanco:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
a.blanco:hover {
	text-decoration: underline;

}
.lineabajo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004674;
}
.tdazul {
	background-color: #004674;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
