/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #1CA7BC;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
}

.textoTituloFormulario{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;

}

.textoLeyendaFormulario {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}

.textoLeyendaFormularioNaranja {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #E88D24;
	font-weight: normal;
	text-align: left;
}


.textoLeyendaFormularioVerde {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #9FBE23;
	font-weight: normal;
	text-align: left;
}

.textoInput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1CA7BC;
	font-weight: normal;

}
.textoTituloSeccion{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #E88D24;

}

.textoTituloSeccionBlanco{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;

}

.textoResaltado {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #E88D24;
	font-weight: bold;
}

.textoCalendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.textoFichaTitulo{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #9FBE23;

}

.textoFichaSubtitulo{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #E88D24;

}


.textoFichaDescripcion{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;

}


.boton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #1CA7BC;
	color: #FFFFFF;

}

a.menu_item {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #1CA7BC;
	text-decoration: none;
}

a.menu_item:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #E88D24;
	text-decoration: underline;


}

a.enlaceNormal {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;

}

a.enlaceNormal:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #E88D24;
	text-decoration: underline;
}


.tabla_menu_item:hover {
	background-repeat: no-repeat;
	background-image: url(img/logo_marca_agua_chico.gif);
	background-position: center top;
}

.tabla_formulario{
	background-image: url(img/fondo_buscador.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 251px;
	height: 225px;
}


.imagen {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #E88D24;
	border-right-color: #E88D24;
	border-bottom-color: #E88D24;
	border-left-color: #E88D24;
}

.separador{
	width: 500px;
	color: #CCCCCC;
}



/* divs */

#tabla_principal{
	background-image: url(img/banner_top.jpg);
	background-repeat: no-repeat;
	height: 256px;
	width: 900px;
	
}

#tabla_medio{
/*	background-image: url(img/fondo_bottom.jpg);
	background-repeat: repeat-y;
*/	width: 900px;
	overflow:auto;
	z-index:200;
}
#tabla_medio_fondo{
	background-image: url(img/fondo_medio.jpg);
	background-repeat: no-repeat;
	width: 900px;

	overflow:auto;
	z-index:100;

}

#tabla_medio_fondo_inferior{
	background-image: url(img/fondo_bottom.jpg);
	background-repeat: repeat-y;
	width: 900px;

	overflow:auto;
	z-index:50;

}


#tabla_izquierda{
	float:left;
	width: 180px;
	left: 130px;
	left:30px;
	position:relative;
}

#tabla_derecha{
	float:left;
	width: 550px;
	min-height:400px;
	height:auto !important;
	height:400px;
	left:30px;
	position:relative;

	/*	border: 1px solid #999999;*/
}
#tabla_bottom{
	background-image: url(img/fondo_bottom.jpg);
	background-repeat: repeat-y;
	width: 900px;	
}

#tabla_creditos{
	width: 900px;
	height: 80px;
	background-image: url(img/fondo_creditos.jpg);
	background-repeat: no-repeat;
	background-position: -1px;
	text-align: center;
	vertical-align: bottom;
}

