/* HOJA DE ESTILOS PARA PORTAL SAIH Ebro */
/* ESTILOS COMUNES A TODAS LAS PÁGINAS */
html {
	height: 100%;
}

body{
	font-family: Arial;
	background-color:#ffffff;
	background-image:url(../img/bg.jpg);
	color: #000000;
	margin: 0;
	text-align: center;
	height:100%;
}
/* CONTENIDOS EN PÁGINA PRINCIPAL */
#container {
	width: 1000px;
	height:706px;
	margin: 0 auto; /*centra toda la web*/
	position: relative;
}
#contenedor{
	overflow:visible;
	text-align: left;
	width:1000px;
	height:706px;
	background-image:url(../img/fondo_index.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0;
}
/* CONTENIDOS EN PÁGINA INTERIOR */
#contenedor_interior{
	overflow:visible;
	text-align: left;
	width:1000px;
	height:689px;
	background-image:url(../img/fondo_interior2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F0F0F0;
	margin: 0;
}

/* CABECERA */
#cabecera{
	font-size:9pt;
	color:#FFFFFF;
	font-weight:lighter;
	border-top: solid #8E246F 1px;
	border-left: solid #8E246F 1px;
	border-right: solid #8E246F 1px;
	width:998px;
	padding-top:0px;
	padding-left:0px;
	vertical-align:top;
	height:136px;
	/*background-image:url(../img/fondo_cab.jpg);*/
	margin: 0px;
}
.img_cabecera
{
	float: right;
	width:125px;
	margin:0;
}
#logo_cabecera {
	float: left;
	/*padding: 0;*/
	/*height: 64px;*/
}

/* LISTA DE ENLACES CON ROLLOVER PARA CABECERA */
#navcontainer
{
	padding: 0;
	height: 41px;
}
#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a
{
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-bottom:15px;
	padding-top:11px;
	padding-left:8px;
	padding-right:8px;
}
#navcontainer ul li a:hover
{
	color: #FFF;
	background: #137182;
}

#navcontainer a:active
{
	background: #147E90;
	color: #fff;
}
#navcontainer li#active a
{
	background: #0CA9B2;
	color: #fff;
}

/* SUBCABECERA */
#subcabecera{
	float:left;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:lighter;
	border-bottom: solid #8E246F 1px;
	border-left: solid #8E246F 1px;
	border-right: solid #8E246F 1px;
	width:998px;
	padding-top:0px;
	height:30px;
	background-image:url(../img/fondo_subcab.png);
	margin-top: 0px;
}

/* LISTA DE ENLACES CON ROLLOVER PARA SUBCABECERA 1*/
#navcontainer_sub
{
	font-size:10pt;
	font-weight:bold;
	padding-top:3px;
	padding-left:3px;
	height: 30px;
}
#navcontainer_sub ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer_sub ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0;
}
#navcontainer_sub ul li a
{
	margin: 0;
	color: #FFFFFF;
	
	text-decoration: none;
	display: block;
	text-align: center;
	padding-bottom:2px;
	padding-top:3px;
	padding-left:25px;
	padding-right:25px;
}
#navcontainer_sub ul li a:hover
{
	color: #8B246B;
	background: #F5EAF2;
	padding-bottom:5px;
}
#navcontainer_sub a:active
{
	color: #8B246B;
}
#navcontainer_sub li#activesub a
{
	color: #cccccc;
}


/* RUTA DE PÁGINAS VISITADAS */
#ruta{
	font-size:7.5pt;
	color:#666666;
	background-color: #CCCCCC;
	font-weight:lighter;
	width:1000px;
	padding-top:0px;
	/*padding-left:25px;*/
	height:17px;
	margin: 0;
}
#ruta a:visited{
	font-size:7.5pt;
	color:#666666;
	font-weight:lighter;
}
#ruta a:active{
	font-size:7.5pt;
	color:#666666;
	font-weight:lighter;
}
#ruta a:link{
	font-size:7.5pt;
	color:#666666;
	font-weight:lighter;
}
#ruta a:hover{
	font-size:7.5pt;
	color:#666666;
	font-weight:lighter;
	text-decoration:none;
}
/* ZONA IZQUIERDA EN PÁGINA PRINCIPAL */
#izquierda{
	padding:0px;
	width:218px;
	float:left;
	background-color: #CCCCCC;
	height:706px;
	text-align:left;
	background-image:url(../img/fondo_izdo.jpg);
	background-position:bottom;
}
/* ZONA IZQUIERDA EN PÁGINA INTERIOR */
#izquierda_interior{
	padding:0px;
	width:144px;
	float:left;
/*	height:689px;*/
	text-align:left;
}
/* ZONA DERECHA EN PÁGINA PRINCIPAL */
#derecha{
	width:780px;
	font-size:9pt;
	float:right;
	height:706px;
}
/* ZONA DERECHA EN PÁGINA INTERIOR */
#derecha_interior{
	width:856px;
	font-size:9pt;
	float:right;
}
#todo_interior{
	width:950px;
	font-size:9pt;
	margin: 0 auto;
}
/* CONTENIDO EN PÁGINA PRINCIPAL */
#contenido{
	width:650px;
	color:#FFFFFF;
	font-size:8pt;
	float:right;
	padding-top:5px;
}
/* CONTENIDO EN PÁGINA INTERIOR */
#contenido_interior{
	/*width:680px;*/
	color:#193E4A;
	font-size:9pt;
	float:left;
}
#contenido_interior p{
	padding-bottom:10px;
}

/* TÍTULO 1 */
h1{
	font-size:16pt;
	text-align:left;
	font-weight:bolder;
	margin-top:20px;
	margin-bottom:0px;
	line-height:100%;
}
h1.formH1{
	font-size:16pt;
	text-align:left;
	font-weight:bolder;
	margin-top:0px;
	margin-bottom:0px;
	line-height:100%;
}
h1.formH1center{
	font-size:16pt;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	line-height:100%;
	padding-top:10px;
}
/* TÍTULO 2 */
h2{	
	font-size:14pt;
	font-weight:lighter;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
}
/* TÍTULO 3 */
h3{	
	font-size:12pt;
	font-weight:lighter;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
/* CAJAS DE AVISOS E INFORMACIÓN */
#caja {
	border-top: solid #147E90 1px;
	border-bottom: solid #147E90 1px;
	border-left: solid #147E90 1px;
	border-right: solid #147E90 1px;
	width:177px;
	background-color:#DCFF00;
}
.aviso{
	text-align:center;
	font-size:9pt;
	height:20px;
	color:#FFFFFF;
	background-color: #193C48;
	padding-top:3px;
	margin:0;
	font-weight:bolder;
}
.aviso_texto{
	text-align:left;
	font-size:10pt;
	color:#193C48;
	padding-top:3px;
	margin:8px;
	font-weight:lighter;
}
.caja_interior {
	/*padding-bottom: 5px;*/
	border-top: solid #147E90 1px;
	border-bottom: solid #147E90 1px;
	border-left: solid #147E90 1px;
	border-right: solid #147E90 1px;
	margin-left:10px;
	margin-top:10px;
	width:120px;
	display: block;
}
.caja_aviso_interior {
	padding-bottom: 5px;
	border-top: solid #147E90 1px;
	border-bottom: solid #147E90 1px;
	border-left: solid #147E90 1px;
	border-right: solid #147E90 1px;
	margin-left:10px;
	margin-top:60px;
	width:120px;
	display: block;
	background-color:#DCFF00;
}
.datos_pluv_texto{
	text-align:center;
	font-size:8pt;
	color:#193C48;
	padding-top:3px;
	margin:8px;
	font-weight:lighter;
}
.aviso_interior{
	text-align:center;
	font-size:9pt;
	color:#FFFFFF;
	background-color: #193C48;
	padding-top:3px;
	padding-bottom:3px;
	margin:0;
	font-weight:bolder;
}
.aviso_interior_2lineas{
	text-align:center;
	font-size:8pt;
	color:#FFFFFF;
	background-color: #193C48;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	margin:0;
	font-weight:bolder;
	height:55px;
}
.resaltado_en_caja2{
	text-align:left;
	font-size:8pt;
	margin:8px;
	font-weight:lighter;
	color:#FF0000;
}
.resaltado_en_caja1{
	font-weight:bold;
}
/* SELECCIÓN DE IDIOMAS */
#idiomas {
	margin-top:20px;
	float:right;
	padding:5px;
	width:250px;
}
img{
	border:0px;
}

a:link, a:visited, a:active {
	outline: none;
	text-decoration:none;
	color:#194A5C;
}
a:hover {
	outline: none;
	text-decoration:none;
	color:#999999;
}

.es {
	display: block;
	float:left;
	width: 29px;
	height: 16px;
	background: url(../img/es.gif) no-repeat;
	text-indent: -9999px;
	padding-right:2px;
}
a.es:link, a.es:visited, a.es:active {
	background: url(../img/es.gif) no-repeat;
}
a.es:hover {
	background-position: -31px;
}
.en {
	display: block;
	float:left;
	width: 29px;
	height: 16px;
	background: url(../img/en.gif) no-repeat;
	text-indent: -9999px;
	padding-right:2px;
}
a.en:link, a.en:visited, a.en:active {
	background: url(../img/en.gif) no-repeat;
}
a.en:hover {
	background-position: -31px;
}
.fr {
	display: block;
	float:left;
	width: 29px;
	height: 16px;
	background: url(../img/fr.gif) no-repeat;
	text-indent: -9999px;
	padding-right:2px;
}
a.fr:link, a.fr:visited, a.fr:active {
	background: url(../img/fr.gif) no-repeat;
}
a.fr:hover {
	background-position: -31px;
}
/* COPYRIGHT */
.pie{
	float:center;
	font-size:9pt;
	padding-top:8px;
	padding-left:8px;
}
/* MÁS ESTILOS PARA EL FORMULARIO */
.formulario{
	font-size: 9pt;
	padding:0;
	line-height:170%;
}
input, textarea, .select1 {
	font-size: 9pt;
	font-weight: normal;
	color:#666666;
	background-color: #FFFFFF;
	background-color:none;
	border: 1px solid #DBBCD2;
	padding:3px;
}
.boton {
	font-size: 10pt;
	font-weight: normal;
	color:#666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding:4px;
}
.casilla{
	border: 0px;
}
.linea{
	border-bottom: 1px solid #CCCCCC;
	margin-top:-20px;
}
.linea2{
	border-bottom: 1px solid #0CA9B2;
	margin-top:-20px;
}
#contenedor_formulario a:visited{
	font-size:9pt;
	color:#193E4A;
	font-weight:bolder;
	text-decoration:none;
}
#contenedor_formulario a:active{
	font-size:9pt;
	color:#193E4A;
	font-weight:bolder;
	text-decoration:none;
}
#contenedor_formulario a:link{
	font-size:9pt;
	color:#193E4A;
	font-weight:bolder;
	text-decoration:none;
}
#contenedor_formulario a:hover{
	font-size:9pt;
	color:#193E4A;
	font-weight:bolder;
	text-decoration:underline;
}

/* BANNER CON INFORMACIÓN DE ADMINISTRADOR PÁGINA PRINCIPAL */

#crossfade-container {
	margin: 0px 0px 0px 0px;
	width: 500px;
	height: 50px;
	text-align:left;
	float:left;
	/*background: url(images/fade-box-bg.gif);*/	
}
#box-1{
}
#box-2{
}
#box-3{
}
.fade-box {
	border-top: solid #147E90 1px;
	border-bottom: solid #147E90 1px;
	border-left: solid #147E90 1px;
	border-right: solid #147E90 1px;
	padding:4px;
	color:#CCCCCC;
	background-color: #195369;
	font-size:10pt;
	margin-left: 0px;
	position: absolute;
	width: 500px;
	height: 50px;	
}

.tabla{
	color:#333333;
	border: 1px solid #3768BC;
	border-collapse:collapse;
	border-spacing:2px;
}
.encabezado_standar{
	/*background-color:#193E4A;*/
	background-color:#3768BC;
	text-align:center;
	border: 1px solid #3768BC;
	color:#ffffff;
	font-weight:bolder;
	padding:3px;
}
.encabezado_fijos{
	background-color:#3768BC;
	text-align:center;
	border: 1px solid #3768BC;
	color:#ffffff;
	font-weight:bolder;
	padding:3px;
}
.celdac{
	background-color:#FFFFFF;
	padding:2px;
	border: 1px solid #3768BC;
	border-collapse:collapse;
	text-align:center;
}
.celdacn{
	background-color:#C4D3EE;
	text-align:center;
	color:#193E4A;
	border: 1px solid #3768BC;
	padding:3px;
}
.celdacn1{
	/*background-color:#193E4A;*/
	background-color:#3768BC;
	text-align:center;
	color:#ffffff;
	/*color:#FFFFFF;*/
	font-weight:bolder;
	padding:3px;
}
.celdacn2{
	/*background-color:#193E4A;*/
	background-color:#C4D3EE;
	text-align:center;
	color:#ffffff;
	font-weight:bolder;
	padding:3px;
}
.celdacn3{
	/*background-color:#193E4A;*/
	background-color:#C4D3EE;
	text-align:center;
	border: 1px solid #3768BC;
	color:#000000;
	font-weight:bolder;
	padding:3px;
}
.celdal{
	background-color:#FFFFFF;
	padding:2px;
	border: 1px solid #3768BC;
	border-collapse:collapse;
	text-align: left;
}
.celdaleven{
	background-color:#EEF2FC;
	padding:2px;
	border: 1px solid #3768BC;
	border-collapse:collapse;
	text-align: left;
}
.celdal8{
	background-color:#FFFFFF;
	color:#93D0EF;
	padding:2px;
	border: 1px solid #3768BC;
	border-collapse:collapse;
}
.celdal9{
	background-color:#FFFFFF;
	color:#2D5CF2;
	padding:2px;
	border: 1px solid #3768BC;
	border-collapse:collapse;
}
.celdaln{
	background-color:#C4D3EE;
	padding:2px;
	border: 1px solid #3768BC;
	border-collapse:collapse;
	font-weight:bolder;
	text-align: left;
}
.resaltado_tiempo{
	color:#ffffff;
}

.titulo_resaltado_tiempo{
	color:#ffffff;
}

#contenido_datos{
	list-style-type: none;
	margin-top: 50px;
	margin-left: -30px;
	margin-right: -30px;
}
#contenido_datos li a:hover img{
	margin: 1px -1px -1px 1px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* -> SÓLO FUNCIONA EN INTERNET EXPLORER */
}
*html #contenido_datos{ /* SÓLO FUNCIONA EN INTERNET EXPLORER */
	margin-left: -20px;
}

.caja_datos{
	padding-bottom: 5px;
	/*border: 1px solid #147E90 ;*/
	margin-left:3px;
	margin-top:70px;
	width:130px;
	display: block;
	text-align: justify;
}

#caja {
	padding-bottom: 5px;
	border-top: solid #147E90 1px;
	border-bottom: solid #147E90 1px;
	border-left: solid #147E90 1px;
	border-right: solid #147E90 1px;
	margin-top:180px;
	margin-left:21px;
	width:175px;
	background-color:#DCFF00;
}
.datos {
	float: left;
	margin: 0 30px 75px 30px;
	padding: 0;
}
#datos_contacto{
	min-height: 136px;
	margin: 30px 0 20px 40px;
	padding-left: 120px;
	background-image: url(../img/contacto2.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#enlaces_contacto{
	margin: -10px 0 0 0px;
	list-style-type: none;
}
.enlace_contacto{
	display:block;
	width: 100px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
	text-align:center;
	margin: 0px 10px;
	margin-bottom: 10px;
}
.enlace_contacto a{
	left: 0px;
	bottom: 13px;
	width: 100%;
	display: block;
	padding-top: 120px;
}
hr{
	clear: both;
	height:1px;
	border: 0px;
	border-bottom: 1px solid #666;
	margin: 50px 0 15px 0;
}
#datos_contacto a{
	color:#193E4A;
	text-decoration:none;
	font-weight: bolder;
	text-decoration:none;
}
#datos_contacto a:visited{
}
#datos_contacto a:active{
}
#datos_contacto a:link{
}
#datos_contacto a:hover{
	text-decoration:underline;
}

#listado_enlaces{
	padding: 0;
	height: 30px;
	clear:both;
}
#listado_enlaces ul{
	border: 0;
	margin: 0;
	padding: 0;
	margin-top:20px;
	text-align: left;
	list-style-type: none;
}
#listado_enlaces ul li{
	display: block;
	text-align: left;
	margin: 0;
}
#listado_enlaces ul li a{
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:0px;
	padding-right:8px;
	color:#193E4A;
	font-weight: normal;
}
#listado_enlaces ul li a:hover{
	background-color:#E4E4E4;
	text-decoration: none;
}
#listado_enlaces a:active{
	text-decoration:none;
}
.img_enlaces{
	padding-right:10px;
}
.texto_enlaces{
	font-size: 8.5pt;
	color:#147E90;
}
.caja_pestanas {
	background-color: #FFFFFF;
	width:828px;
	height:500px;
	border: 1px solid #40bcc3; 
	border-top: 0px;
	margin: 0;
	padding: 8px;
}
.img_ficha{
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding:10px;
	margin-right:20px;
	margin-bottom:10px;
	vertical-align: middle;
}
#contenido_flash{
	padding: 45px 0 0 91px;
	overflow:visible;
}
#contenedor_comunicaciones {
	text-align: left;
	width:700px;
	color:#193E4A;
	font-size:9pt;
	height: auto !important;
	height: 689px; /* IE */
	min-height:689px;
	background-image:url(../img/fondo_interior.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F0F0F0;
	margin: 0;
	padding-left:150px;
	padding-right:150px;
	padding-top:10px;
	text-align: justify;
}
#contenedor_comunicaciones a{
	color:#193E4A;
	text-decoration:none;
	font-weight: bolder;
	text-decoration:none;
}
#contenedor_comunicaciones a:hover{
	text-decoration:underline;
}
a.enlace_img_comunicaciones{
/*	margin: 5px auto;*/
	width: 100%;
	text-align: center;
	display: block;
	font-size: 0.85em;
	text-decoration: none !important;
}
a.enlace_img_comunicaciones img{
	margin: 10px auto;
}
/* ESTILOS BOTONES */
button {
	border: 0px;
	background-color: transparent;
	height: 44px;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
}
button span.tit{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #06727F;
	background-image: url(../img/centro.gif);
	height: 42px;
	padding: 13px 3px 13px 5px;
	line-height: 42px;
}
button span.lat_iz, button span.lat_der{
	vertical-align: middle;
	display: -moz-inline-box;
	display: inline-block;
	width: 11px;
	height: 42px;
	background-repeat: no-repeat;
	background-image:url(../img/izda.gif);
	background-position: center left;
}
button span.lat_der{
	width: 13px;
	background-image:url(../img/dcha.gif);
	background-position: center right;
}
#contenedor_interior{
	overflow:visible;
	text-align: left;
	width:1000px;
	height:689px;
	background-image:url(../img/fondo_interior2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F0F0F0;
	margin: 0;
}
#contenedor_mapa {
	text-align: left;
	width:997px;
	color:#193E4A;
	font-size:9pt;
	height: 645px; /* IE */
	margin: 0;
	padding: 0;
}

#contenedor_estandar {
	text-align: left;
	width:973px;
	color:#193E4A;
	border-bottom: solid #8E246F 1px;
	border-left: solid #8E246F 1px;
	border-right: solid #8E246F 1px;
	font-size:9pt;
	height: 679px; /* IE */
	min-height:679px;
	background-image:url(../img/fondo_ayto2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFFFFF;
	margin: 0;
	padding-left:25px;
	text-align: justify;
}
#contenedor_estandar th
{
	color:white; background-color:#A44D8A;
}
#contenedor_estandar a{
	color:#193E4A;
	font-weight: bolder;
	text-decoration:none;
}
#contenedor_estandar a:hover{
	text-decoration:underline;
}
.noticia {
	font-size: 9pt;
	font-weight: normal;
	background-color: #D5E5E5;
	border: 1px solid #CCCCCC;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:0px;
	width:750px;
	overflow:hidden;
}
.noticia_detalle {
	font-size: 9pt;
	font-weight: normal;
	padding:0px;
	padding-left:80px;
	margin-top:20px;
	margin-bottom:10px;
	width:700px;
	overflow:hidden;
}
.detalles_noticias{
	margin:0;
	margin-top:3px;
	float:left;
	width:550px;
}
.descripcion_noticias{
	margin-top:0px;
}
.detalles_noticia{
	margin:0;
	float:left;
	width:350px;
}
.noticias_imagenes{
	margin:0;
	float:left;
}
.img_listanoticia {
	float:left;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding:10px;
	margin-right:20px;
	margin-bottom:10px;
	clear:both;
}
a.enlace_noticia:visited{
	font-size:9pt;
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
}
a.enlace_noticia:active{
	font-size:9pt;
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
}
a.enlace_noticia:link{
	font-size:9pt;
	color:#666666;
	font-weight:bolder;
	text-decoration:none;
}
a.enlace_noticia:hover{
	font-size:9pt;
	color:#666666;
	font-weight:bolder;
	text-decoration:underline;
}
a.titulo_noticia:visited{
	font-size:14pt;
	font-weight:lighter;
	color:#193E4A;
	text-decoration:none;
}
a.titulo_noticia:active{
	font-size:14pt;
	font-weight:lighter;
	color:#193E4A;
	text-decoration:none;
}
a.titulo_noticia:link{
	font-size:14pt;
	font-weight:lighter;
	color:#193E4A;
	text-decoration:none;
}
a.titulo_noticia:hover{
	font-size:14pt;
	font-weight:lighter;
	text-decoration:underline;
	color:#193E4A;
}
.noticias_fecha{
	font-size:8pt;
	font-weight:bolder;
}
a.noticia_portada:link, a.noticia_portada:visited, a.noticia_portada:active {
	font-size:9pt;
	color:#ffffff;
	font-weight:bolder;
	text-decoration:none;
}
a.noticia_portada:hover {
	font-size:9pt;
	color:#ffffff;
	font-weight:bolder;
	text-decoration:underline;
}
#contenedor_lista {
	text-align: left;
	width:980px;
	color:#193E4A;
	font-size:9pt;
	height: auto !important;
	height: 689px; /* IE */
	min-height:689px;
	background-image:url(../img/fondo_interior.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F0F0F0;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	text-align: justify;
}
#contenedor_lista a{
	color:#193E4A;
	font-weight: bolder;
	text-decoration:none;
}
#contenedor_lista a:hover{
	text-decoration:underline;
}
table.cuestionario {
	margin-bottom: 0px;
	border-right: 1px solid #ccc;
}
table.cuestionario  td {
	border: 0px;
	text-align: left;
	vertical-align: top;
}
.boton_volver {
	background-color:#ffffff;
	color:#3768BC;
	font-size:9pt;
	border: 1px solid #3768BC;
	width:70px;
	cursor:pointer;
}
.boton_datos_numericos {
	background-color:#ffffff;
	color:#3768BC;
	font-size:9pt;
	border: 1px solid #3768BC;
	width:150px;
	cursor:pointer;
}

#incidencias a {
display:block;
/*height:??;
width:??;*/
}

#contenedor_lila {
	text-align: left;
	width:975px;
	color:#193E4A;
	font-size:9pt;
	height: auto !important;
	height: 679px; /* IE */
	min-height:679px;
	/*background-image:url(../img/fondo_interior2.png);*/
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F5EAF2;
	margin: 0;
	padding-left:25px;
	text-align: justify;
}
#flashMessage{
	color: red;
}

.error-message{
	color:red;
}
#marqueecontainer3{
	position: relative;
	float:left;
	width: 998px;
	height: 25px; /*marquee height */
	overflow: hidden;
	background-color: #EEEEEE;
	border: 1px solid #8E246F;
}
#hora{		
	background-color:#912972;
	color:white;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

#map
{
 float:left;
 width:100%;
 height:645px;
 border-bottom: solid #8E246F 1px;
 border-left: solid #8E246F 1px;
 border-right: solid #8E246F 1px;
}

