@charset "utf-8";
/* CSS Document */
html{
		height:100%;
	}
body {
	background-attachment: fixed;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#area_privada {
	background-color: #FDE4E3;
	text-align: right;
	float: left;
	width: 900px;
	height: 30px;
}
#contenedor {
	width: 700px;
	float:left;
	text-align: left;
	margin-left: 30px;
	margin-top: 10px;
	
}
#cortina {
	position:absolute;
	width:100%;
	height:100%;
	margin:0px;
	z-index:10;
	background-color: #333333;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	
	top: 0px;
	left: 0px;
}
#contenedorPrincipal{
	position:absolute; /*Posicionamiento absoluto*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	width: 950px; /*Le ponemos el valor del ancho*/
	margin-left: -475px;
	top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5E7FBB;
	border-left-color: #5E7FBB;
}
#capa_transparente {
	background-color: #FFFFFF;
	filter:alpha(opacity=85);
	-moz-opacity:.50;
	opacity:.50;
	width: 950px;
	height: 1200px;
	left: 50%;
	margin-left: -475px;
	position: absolute;
}

#geyseco {
	height: 20px;
	width: 900px;
	margin-top: 5px;
	float: left;
}
#inferBar {
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	width: 900px;
	height: 50px;
	margin-top: 5px;
}

#inscripciones {
	text-align: right;
	float: left;
	width: 600px;
	height:100%;
}
#login {
	background-color: #000000;
	width: 950px;
	text-align: right;
	height: 20px;
	color: #FFFFFF;
	float: left;
}	
	
#mensaje {
	position:absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 500px; /*Le ponemos el valor del alto*/
	width: 900px; /*Le ponemos el valor del ancho*/
	margin-top: -250px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -450px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #FFFFFF;
	z-index:11;
}

#menu{
	width:175px;
	float:left;
	margin-top: 57px;
	margin-left: 15px;
	padding-bottom: 10px;
	}
	
#pie {
	background-color: #0192ce;
	width: 950px;
	text-align: right;
	height: 20px;
	float: left;
}
#scroll {
	overflow:auto;
	height: 340px;
	width: 700px;
}

#superBar {
	width:950px;
	height: 126px;
}

.boton_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding:2px;
	border-top:#999999 solid 1px;
	border-left:#999999 solid 1px;
	border-bottom:#000000 solid 1px;
	border-right:#000000 solid 1px;
	background-color:#000000;
	color: #FFFFFF;
	font-weight: bold;
}

.contenido {
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.contenido_td {
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-decoration: none;
	vertical-align: top;
	padding-left:15px;
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 18px;

}
.contenido_small {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}




	
.estilo {
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	background-image: url(../images/fondo_tabla.gif);
	
}

.estilo a:link{
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}
.estilo a:hover{
	color: #003366;
	text-decoration:underline;
	font-weight:bold;
}
.estilo a:visited{
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}


.estilo .contenido {
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-decoration: none;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	padding-left: 15px;
	padding-top: 3px;
}

.estilo .supertitulo {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background-color: #A9A5C6;
	color: #FFFFFF;
}
.estilo .subtitulo {
    padding-top:10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	padding-left: 5px;
	padding-bottom: 3px;
}

.estilo .titulo {
	color:#000000;
	font-style:italic;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	font-size: 22px;
	border-bottom: 3px solid #666666;
	padding-bottom:3px;
	padding-left: 2px;
}


.geyseco{
	font-family:Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:9px;
	color: #333333;
	}
.geyseco a{
	text-decoration:none;
	font-weight:bold;
	color: #333333;
	font-size: 9px;
	}
.geyseco a:hover{
	text-decoration:underline;
	font-weight:bold;
	color: #333333;
	font-size: 9px;
	}
	


.imput {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	border: 1px Solid #CCCCCC;

}
.imput_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: Solid;
	border-right-style: Solid;
	border-bottom-style: Solid;
	border-left-style: Solid;
	border-top-color: #252525;
	border-right-color: #252525;
	border-bottom-color: a8a8a8;
	border-left-color: #252525;
	background-color: 3b3b3b;
	color: #CCCCCC;
	font-weight: bold;
}
.imput_obligatorio {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	border: 1px Solid #000000;
}
.imput_read {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	border: 1px Solid #000000;
	background-color: #EFEFEF;
	color: #666;
}	



.menu_privado {
	font-size: 9px;
	color: #DEA6A5;
}
.tablaestilo a{
	color: #000033;
	text-decoration:none;
	font-weight:bold;
}


.tablaestilo .contenido {
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 18px;
	border-bottom: solid 1px #000000;
}

.tablaestilo .contenidotabla {
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-decoration: none;
	vertical-align: top;
	padding-right:15px;
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 18px;
}
.tablaestilo .subtitulo {
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	padding-left: 5px;
}

.tablaestilo .titulo {
	color:#000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	border-bottom: 3px solid #666666;
	padding-bottom: 10px;
	
	

}
.texto_login {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:9px;
}
.texto_login a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.texto_login a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
.titulo{
	text-decoration: none;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 20px;
	color:#000000;
}



.cuerpo{
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 5px;
}

.ficha_titulo {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.ficha_cuerpo {
	color: #000000;
	background-color: #CCCCCC;
	padding: 8px;
}



.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:2px;
	border-top:#999999solid 1px;
	border-left:#999999 solid 1px;
	border-bottom:#000000 solid 1px;
	border-right:#000000 solid 1px;
	background-color: #3b3b3b;
	color: #CCCCCC;
}
.boton_secundario {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	border: 1px Solid #999999;
	color: #000000;
	font-weight: bold;
	height:16px;
	
}

.error {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}


.ficha_cuerpo_interior {
	color: #000000;
	background-color: #F8F8F8;
	padding: 8px;
	font-size: 10px;
}
.ficha_titulo_interior {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	padding: 5px;
	font-size: 11px;
}

.subtitulo_tablas {
	padding-top:3px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}





.oculta_1 {
	color: #FFFFFF;
}
.boton_resaltado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:3px;
	border-top:#999999solid 2px;
	border-left:#999999 solid 2px;
	border-bottom:#000000 solid 2px;
	border-right:#000000 solid 2px;
	background-color: #3b3b3b;
	color: #CCCCCC;
}
.fondotabla {
	background-image: url(../images/fondo_tabla.gif);
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 18px;
}
.contenido_new {
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	padding-left:5px;
	padding-top: 5px;
}
.contenido_new_tabla2 {
	color: #000000;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-transform: uppercase;
}
.tabla_border_bottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	}
.tabla_border_bottom_der {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #990000;
	}
.tabla_border_der {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #990000;
	}
.tabla_border_der_left {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #990000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
	}
.tabla_border_left {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
	}
.tabla_border_der_left_bo {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #990000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	}
.tabla_border_left_top {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #990000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990000;
	}
.tabla_top {
	border-top-width:4px;
	border-top-style: solid;
	border-top-color: #990000;
	}
.tabla_top_der {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #990000;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #990000;
	}
.tabla_border {
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-decoration: none;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	border: 2px solid #5E7FBB;
	}

