FORM { display: inline; }
BODY {
	color: white;
	background-color: black;
	margin: 0;
	padding: 0;
}
A {
	color:#FF6;
}
A:hover {
	color: #87CAFF;
}
#capaCentrada {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	width: 1043px; /* con los 43 que ocupa de más la foto */
 	height: 570px;
 	margin-top: -310px;
 	margin-left: -543px;
}
#capaCentradaSinPie {
	width: 1043px; /* con los 43 que ocupa de más la foto */
	height: 553px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#generalConIdiomas {
	float: right;
  	width: 722px;
  	/*height: 480px;*/
  	color: white;
}
UL {
	padding: 0px;
	margin: 6px 0px 6px 30px;
}
LI {
	margin-left:16px;
}
INPUT, SELECT, OPTION {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
/* ************************************** CABECERA ************************************* */
#cabecera {
	width: 100%;
	/*height: 12px;*/
}
/*#cabecera .xabiAburruzaga {
	padding-bottom:4px;
	width:90%;
	text-align:center;
}*/
#cabecera .idiomas {
	vertical-align:bottom;
}
#idiomas {
	height:16px;
	padding-right:8px;
	padding-top: 3px;
	text-align: right;
}
#tablaIdiomas {
	float:right;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color: #090;
}
#tablaIdiomas TD {
	padding:0 2px;
}
a.idiomas:link {
	color: #6F6;
	text-decoration: none;
}
a.idiomas:visited {
	color: #6F6;
	text-decoration: none;
}
a.idiomas:hover {
	color: white;
	text-decoration: none;
}
a.idiomas:active {
	color: white;
	text-decoration: none;
}
/* ***************************** borde de pagina *************************** */
.capaBorde {
	background-image: url(imagenes/fondoConcentricoAzulBorde.png);
	/*border: 2px solid #77aaff;*/
}
.borde {
}
.bordeTop {
	height: 8px; 
}
.bordeInterior {
	height: 514px;
	padding: 0 6px;
}
.esqSupIzq {
 	float: left;
}
.esqSupDer {
	float: right;
}
.bordeBottom {
	height: 10px; 
}
.esqInfIzq {
 	float: left;
}
.esqInfDer {
	float: right;
}
/* Simplified box model hack para posicionar correctamente las imagenes de esquina. */
/**html .esqSupIzq, *html .esqInfIzq {
	margin-left:-.2em;
}
*html .esqInfDer, * html .esqSupDer {
	margin-right:-.2em;
	margin-top:0;
}*/
/* ***************************************** MENU ************************************** */
#capaMenuSuperior {
	background-color: #77aaff;/*#6799ED;*//*#195FCF;*//*#058;*/
	margin-right: 1px;
	margin-bottom: 0px;
}
#tablaMenuGeneral {
	/*margin: 3px 0 8px 0;*/
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#tablaMenuGeneral TD {
	padding: 3px 8px 0px 8px;
}
/*a.menuGeneral:link {
	color: #87CAFF;
	text-decoration: none;
}
a.menuGeneral:visited {
	color: #87CAFF;
	text-decoration: none;
}
a.menuGeneral:hover {
	color: white;
	text-decoration: none;
}
a.menuGeneral:active {
	color: white;
	text-decoration: none;
}
.menuNoEnlace {
	color: white;
}*/
/* ******************************************** CAPA CENTRAL ********************************* */
#contenedorScroll {
	position: relative;
	height: 496px;
	margin-bottom:0;
	overflow: hidden;
	/*background-image:url(imagenes/triki.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;*/
}
#capaCentral {
	width: 682px; /*598px; con el margen */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	text-align: justify;
	margin: 10px 16px 0 10px;
	position: absolute;
}
a.enlaces:link {
	color: #06f;
	text-decoration: none;
	font-weight: bold;
}
a.enlaces:visited {
	color: #06f;
	text-decoration: none;
	font-weight: bold;
}
a.enlaces:hover {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
a.enlaces:active {
	color: #039;
	text-decoration: none;
	font-weight: bold;
}
#cursor {
	position: absolute;
	left: 695px;
}
#cursorArriba {
	padding-top:2px;
	visibility: hidden;
}
#cursorAbajo {
	visibility:visible;
	margin-top:74px;
}

/* ********************************************** PIE ***************************************** */
#pie {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
	margin-left: 321px;
	margin-top: 3px;
	height: 15px;
	text-align: center;
}
#tablaPie {
	width: 100%;
}
#tablaPie TD {
	/*width: 33%;*/
}
#pie .telefono {
	color: #FF6;
}