@charset "utf-8";
/* CSS Document */
html{
		height:100%;
	}
body {
	text-align:center;
	color:#666666;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/bg1.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
/******* ORGANIZACIÓN DE DIV *******/
/******* ORGANIZACIÓN DE DIV *******/
/******* ORGANIZACIÓN DE DIV *******/
#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;
	background-color:#FFFFFF;
	box-shadow:0px 10px 30px #333; 
	-webkit-box-shadow:0px 10px 30px #333; 
	-moz-box-shadow:0px 10px 30px #333; 
	moz-border-radius: 6px;
	border-radius: 6px;
	padding-bottom: 20px;
	border-bottom: thin solid #666;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
}
#superBar {
	width:950px;
	height: 120px;
}
#loginBar {
	background-color: #414042;
	width: 950px;
	text-align: right;
	height: 28px;
	color: #FFFFFF;
	float: left;
	
}
#menu{
	float:left;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 30px;
	width: 220px;
	padding-bottom:30px;
	
}

#menu li{
list-style:none;
}
#contenedor {
	width: 640px;
	float:right;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:30px;
	
}
#pie {
	width: 950px;
	text-align: right;
	height: 22px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
#pie_inferior {
	width: 950px;
	text-align: right;
	height: 22px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
/******* COMPROBAR USO *******/
#area_privada {
	background-color: #FDE4E3;
	text-align: right;
	float: left;
	width: 900px;
	height: 30px;
}
/******* COMPROBAR USO *******/
#geyseco {
	height: 20px;
	width: 900px;
	margin-top: 5px;
	float: left;
}
/******* COMPROBAR USO *******/
#inferBar {
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	width: 900px;
	height: 50px;
	margin-top: 5px;
}
/******* COMPROBAR USO *******/
#inscripciones {
	text-align: right;
	float: left;
	width: 600px;
	height:100%;
}
/******* COMPROBAR USO *******/
#scroll {
	overflow:auto;
	height: 340px;
	width: 700px;
}		

/******* VISTA PREVIA *******/
/******* VISTA PREVIA *******/
/******* VISTA PREVIA *******/
#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: 620; /*Le ponemos el valor del alto*/
	width: 930; /*Le ponemos el valor del ancho*/
	margin-top: -310; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -465; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #FFFFFF;
	z-index:11;

}
#mensaje2 {
	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: 600px; /*Le ponemos el valor del alto*/
	width: 950px; /*Le ponemos el valor del ancho*/
	margin-top: -300px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -475px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #FFFFFF;
	z-index:11;
	moz-border-radius: 8px;
	border-radius: 8px;
}
#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;
}
#cortina2 {
	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;

}

#idioma {
	width: 950px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 37px;
	font-size:10px;
	vertical-align: middle;
	text-decoration: none;
	background-color: #A60201;
}
/******* VISTA PREVIA *******/
/******* VISTA PREVIA *******/
/******* VISTA PREVIA *******/

		





/******* ESTILO  CONTENIDO *******/

.estilo {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#000000;	

}
.estilo a:link{
	color: #972927;
	text-decoration:none;
}
.estilo a:hover{
	color: #444444;
	
}
.estilo a:visited{
	color: #666;
	text-decoration:none;
}
.estilo .supertitulo {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background-color: #A9A5C6;
	color: #FFFFFF;
}
.estilo .titulo {
	color:#A6150A;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #A6150A;
	
	
}
.estilo .subtitulo {
	font-size: 14px;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 5px;
	font-weight: bold;
	background-color: #EbEbEb;
	
}
.estilo .contenido {
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	padding: 10px;
	font-size: 13px;
	
}	
.estilo .sesion {
	color: #D42F12;
	text-decoration: none;
	vertical-align: top;
	padding: 5px;
	font-size: 13px;
	background-color:#e7e7e7;	
}
.estilo .tablas {
	font-size: 12px;
	color:#000000;
	moz-border-radius: 3px;
	border-radius: 4px;
	background-color : #E7E7E7;
	border : 1px solid #999;
	padding: 2px;
}

.estilo .botones {
	font-size: 12px;
	color:#e7e7e7;
	moz-border-radius: 6px;
	border-radius: 6px;
	border : 1px solid #999;
	box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999; 
	-moz-box-shadow:0px 0px 5px #999; 
	background-color : #E7E7E7;
	
}


.estilo .opacidad a:link{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.estilo .opacidad a:hover{
	filter: alpha(opacity=50); 
	opacity: .5
}

.estilo .outopacidad a:link{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.estilo .outopacidad a:hover{
	filter: alpha(opacity=50); 
	opacity: .5
}
.imagen{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:10; 
	border: solid thin #e7e7e7; 
	background-color: #FFF;
	box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999; 
	-moz-box-shadow:0px 0px 5px #999;
	moz-border-radius: 8px;
	border-radius: 8px; 
	margin: 4px;
}

.imagen2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:4; 
	background-color: #FFF;
	box-shadow:0px 0px 5px #999; 
	-webkit-box-shadow:0px 0px 5px #999; 
	-moz-box-shadow:0px 0px 5px #999;
	moz-border-radius: 4px;
	border-radius: 4px; 
	
}
.estilo .contenido_18px {
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	font-size: 18px;
	padding-bottom: 5px;
	line-height: 18px;
		font-weight:normal;

}
.estilo .hospital {
	color: #444444;
	text-decoration: none;
	padding: 5px;
	font-size: 10px;
	font-weight:normal;

}
.estilo .contenido_tabla_oscuro {
	color: #000;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right:10px;
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	background-color:#CCC;
}
.estilo .contenido_tabla_claro {
	color: #000;
	text-decoration: none;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 10px;
	padding-right:10px;
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	background-color:#e6e6e6;
}
.estilo .horario {
	font-size: 12px;
	color: #444;
	font-style: normal;
	vertical-align:top;
	padding: 10px;
	border-top:thin #CCC solid;
}
.estilo .fecha {
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	text-transform: none;
	background-color: #444;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.estilo .ponencias {
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	padding: 10px;
	border-top:thin #CCC solid;
	
}
.td6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.estilo .footer {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	font-style: normal;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 8px;
	text-align: right;
}
.estilo .footer a:link {
	color: #999;
	}
.estilo .footer a:hover {
	color: #F90;
}
.estilo .footer a:visited {
	color: #999;
}



.error {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
.boton {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:5px;
	font-size: 11px;
	border: 1px Solid #000000;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	moz-border-radius: 4px;
	border-radius: 4px;
	width:80px;
	height:24px;
}
.boton a:link  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}
.boton a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ccc;
}
.boton a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ccc;
}
.boton_secundario {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	border: 1px Solid #000000;
	background-color:#A8A8A8;
	color: #FFFFFF;
	font-weight: bold;
	moz-border-radius: 3px;
	border-radius: 4px;
}
.boton_resaltado {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding:5px;
	background-color: #3b3b3b;
	color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}
.cuerpo{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #F0F0F0;
	font-weight: bold;
	padding: 5px;
}
.contenido_td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
}
.contenido_small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.ficha_titulo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
}
.ficha_titulo_interior {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	padding: 5px;
	font-size: 11px;
}
.ficha_cuerpo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	padding: 8px;
}
.ficha_cuerpo_interior {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	background-color: #F8F8F8;
	padding: 8px;
	font-size: 10px;
}


.geyseco{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	color: #333333;
	}


.geyseco a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	font-weight:bold;
	color: #333333;
	font-size: 9px;
	}
.geyseco a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:underline;
	font-weight:bold;
	color: #333333;
	font-size: 9px;
	}
	
.menu_privado {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #DEA6A5;
}
.oculta_1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
}
.separador{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.tablaestilo a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000033;
	text-decoration:none;
	font-weight:bold;
}
.tablaestilo .contenido {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", 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: "Lucida Sans Unicode", "Lucida Grande", 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 .titulo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	border-bottom: 3px solid #666666;
	padding-bottom: 10px;
}
.tablaestilo .subtitulo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}


/******* ESTILO  BLOQUE LOGIN *******/
/******* ESTILO  BLOQUE LOGIN *******/
/******* ESTILO  BLOQUE LOGIN *******/

.boton_login{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	border: 1px solid #666;
	background-color:#DD4800;
	color: #FFFFFF;
	font-weight: bold;
	moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	padding:3px;
	margin:2px;

}
.imput_login {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border: 1px Solid #CCCCCC;
	moz-border-radius: 3px;
	border-radius: 4px;
	width:80px;
	height:18px;
}
.texto_login {
	font-size:12px;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.texto_login a:link{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#FFFFFF;
}
.texto_login a:visited{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#FFFFFF;
}
.imput {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border: 1px Solid #CCCCCC;
	moz-border-radius: 3px;
	border-radius: 4px;
	width:80px;
	height:18px;
}
.imput_obligatorio {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border: 1px Solid #000000;
	moz-border-radius: 3px;
	border-radius: 4px;
	width:80px;
	height:18px;
}
.imput_read {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	border: 1px Solid #000000;
	background-color: #EFEFEF;
	color: #666;
}
/******* FIN FIN ESTILO  BLOQUE LOGIN *******/
.estilo a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CC6666;
	text-decoration:none;
	font-weight:bold;
}

.titulo_b{
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	border-left: Solid #FFFFFF 5px;
	background-color: #CCCCCC;
	color:#000000;
}

.contenido {
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#login {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #999;
	width: 950px;
	text-align: right;
	height: 30px;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;	
}
a:link{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
a:visited{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
.Estilo3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #EBEBEB
}
.contenido_login {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

