/* Hoja de estilos BASE */
BODY {
    font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-top: 20px;
	 margin-left: 0px;
	 margin-right: 0px;;
	 margin-bottom: 20px;
    background-color: #ffffff;
    text-align: center;
	 font-family: Helvetica;
	 font-size: 65%;
}
IMG{
	border: 0;
}
A{
	color: #b71837;
	text-decoration: underline;
}
#central{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#pie{
	clear: both;
	width: 980px;
	height: 50px;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}
#pie_aire{
	height:20px;
}
#pie_copy{
	text-align: right;
	font-size: 8pt;
	color: #9b9b9b;
	height: 20px;
	margin-right: 26px;
}
.sp5{
	width: 5px;
}
.sp7{
	width: 7px;
}
.sp26{
	width: 30px;
}
.hs4{
	margin-top:4px;
}
.hs8{
	margin-top: 8px;
}
.hs16{
	margin-top: 16px;
}
.hs60{
	margin-top: 60px;
}

.ws14{
	margin-left: 14px;
}
.ws10{
	margin-right: 10px;
}
.ws50{
	margin-right: 50px;
}
.ws90{
	margin-left: 90px;
}
/* TEXTOS */
.txt9rojo{
	color: #b71837;
	font-size: 9pt;
	text-decoration: none;
}
.txt11rojob{
	color: #b71837;
	font-size: 11pt;
	text-decoration: none;
	font-weight:bold;
}
.txt11rojo{
	color: #b71837;
	font-size: 11pt;
	text-decoration: none;
}
.txt12rojo{
	color: #b71837;
	font-size: 12pt;
	text-decoration: none;	
}
.txt12rojob{
	color: #b71837;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;	
}
.txt9mab{
	color: #ccb089;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;	
}
.txt12mab{
	color: #ccb089;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;	
}
.txt14mab{
	color: #ccb089;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;	
}
.txt9gr{
	color: #9a9a9a;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}
.txt10gr{
	color: #9a9a9a;
	font-size: 10pt;
	text-decoration: none;	
}
.txt11wh{
	color: #ffffff;
	font-size: 11pt;
	text-decoration: none;	
}
.txt9ne{
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}
.txt11ne{
	color: #000000;
	font-size: 11pt;
	text-decoration: none;	
}

/* Usuario registrador */
#registrado{
	font-size: 10pt;
	color: #000000;
	text-align: right;
	margin-top: 12px;
	margin-right: 27px;
	margin-bottom: 2px;
}
.desconectar{
	font-size: 10pt;
	color: #000000;

}