.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.botonera_superpuesta {
	float: left;
	position:fixed;
	z-index:1000;
	height: 80;
	width: 100%;
	margin-left: 0px;
	top:0;
}

.botonera_opacity_back {
		float: left;
	position:fixed;
	z-index:999;
	height: 80;
	width: 100%;
	margin-left: 0px;
	background-color: #000000;
	top:0;
	 opacity:0.7;
	filter:alpha(opacity=70);  /*For IE8 and earlier */

}

.div_pie {
	float: left;
	position:absolute;
	z-index:1001;
	height: 146;
	width: 100%;
	margin-left: 0px;
	background-color: #000000;
	bottom:0;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.botonera_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.botonera_txt_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC00;
	text-decoration: none;
	font-weight: bold;
}

.botonera_txt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.botonera_txt_VERDE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F0;
	text-decoration: none;
	font-weight: bold;
}

.botonera_td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	vertical-align: bottom;
	text-align: right;
	padding: 10px;
}

.titular_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: bold;
	margin: 5px;
}
.textos_principales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: justify;
}
.btns_action {
	background-color: #666;
	color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
cursor: hand;	
}

.textos_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.btns_inputs {
	color: #333;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.textos_principales {
	font-weight: normal;
	text-align: left;
}
.titular_interno {
	font-size: 22px;
	color: #333;
	text-decoration: none;
}


/* barra nav*/

.margen_cuerpo {
	padding-right: 10%;
	padding-left: 10%;
	vertical-align: top;
}
.td_header_aereas {
	background-repeat: no-repeat;
	background-position: center;
}
.btn_logueo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #030;
	background-color: #CCC;
	padding: 3px;
	border: 1px solid #060;
	text-transform: uppercase;
}
.btn_logueo_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #FFF;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
