﻿/*_____________PAGINA WEB_____________*/



body{
	background: url('images/fondo.jpg') repeat-x top center;;
	background-color:#809ab1;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	color:#000000; 
	border: none;
	border:0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

INPUT, SELECT, TEXTAREA
{
	border-right: gray 1px solid;
	padding-right: 1px;
	border-top: white 1px solid;
	padding-left: 1px;
	font-weight: normal;
	font-size: 11px;
	background: url(../img/bgInput.gif) #fff no-repeat left top;
	padding-bottom: 1px;
	border-left: white 1px solid;
	color: #00445e;
	padding-top: 1px;
	border-bottom: gray 1px solid;
	font-family: Arial;
}

img {
	border: none;
}


a {
	font: normal 11px Tahoma, Arial, Verdana, Helvetica, Sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	background: none;
}

ul{
	margin:0; 
	padding:0;
	list-style-type:none;
	/*font-size:0;*/
	/*line-height:0;*/
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

.separa{
	/*float:left;*/
	width:100%;
	height:10px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}





/*_____________IMAGENES_____________*/

.img_left {
	float:left;
	margin:-1px 10px 10px 0;
	border:solid 1px #e7ecf0;
}

.img_right {
	float:right;
	margin:-1px 10px 0px 10;
	border:solid 1px #e7ecf0;
}

/*_____________TABLAS_____________*/

.celda {
	padding-left:10;
	padding-top:10;
	padding-right:10;
}

.celda2 {
	padding-left:10;
	padding-right:10;
}


#contenedor {
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
	height: 5em;
    line-height: 5em;
    position: absolute;
	height:8em;

}


.style1 {
	text-align: center;
}


/*_____________CLASES FORM_____________*/


.form {
	width: 150px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	border: 1px none #3c7ea4;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}

.form_usu form {
	padding: 0px;
	margin: 0px;
}

.form_usu input {
	border: 1px none #ffffff;
	background: transparent;
	color: #000000;
	font-size: 12px;
	width: 100px;
	margin: 2px 10px 0px 5px;
}

/*_______________NUEVO_________________*/

.listado{
	width:100%;
	text-align:left;
	float:left;
}

.listado li{
	/*height:20px;*/
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0 0 0 20px;
	background:url(images/aspita.gif) 12px 5px no-repeat;
	line-height: 125%;
}

.listado li span{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #061a85;
	text-decoration: none;
	line-height: 130%;
}

/*_____________TABLAS______________*/

#tabla_form {
	font: normal 12px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #508cb9;
	margin: 0 auto;
	background-color:#8ccdf2;
}

#tabla_form th {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 8px 6px;
	border-bottom: 1px solid #508cb9;
}

#tabla_form td {
	color: #000000;
	padding: 7px 6px 7px 6px;
}

#tabla_form tbody tr:hover td {
	color: #af0000;
}

/*__________CAPAS_____________*/

.zona_centros{
	width:100%;
	/*height:100%;*/
	height:270px;
	float:left;
	padding: 0px 0px 0px 0px;
	/*margin: 10px 5px 10px 5px;*/
	overflow:auto; /* esto es para que salga la barra de desplazamiento*/
}

.zona_fotis{
	width:95px;
	float:left;
}

.zona_centros2{
	width:100%;
	/*height:100%;*/
	height:257px;
	float:left;
	padding: 0px 0px 0px 0px;
	/*margin: 10px 5px 10px 5px;*/
	overflow:auto; /* esto es para que salga la barra de desplazamiento*/
	border-bottom:solid 1px #ffffff;
}