body{
	font-family: Arial;
	font-size: 12px;
	color: #3B3D3F;
	background:#FFFFFF;
	padding: 0;
	margin: 0 0 25px 0;
}
td{
	font-family: Arial;
	font-size: 12px;
	color: #3B3D3F;
	font-weight: normal;
	font-variant : normal;
}
div.line{
	font-family: Arial;
	font-size: 12px;
	color: #3B3D3F;
	font-weight: normal;
	font-variant : normal;
}
div.btnInLine{
	font-family: Arial;
	font-size: 12px;
	color: #3B3D3F;
	font-weight: normal;
	font-variant : normal;
	text-decoration:none;
	cursor:pointer;
	display:inline;
}
div.linky{
	font-family: Arial;
	font-size: 14px;
	color: #0B5DA9;
	font-weight: normal;
	font-variant : normal;
	text-decoration:none;
	cursor:pointer;
}
div.linky:hover{
	text-decoration:underline;
}
.tituloPrincipal{
	font-family: Arial;
	color:#FFFFFF;
	font-weight:normal;
	font-size: 14px;
	text-align:center;
	background:#DFDFDF url(img/bgTituloPrincipal.jpg);
	border:1px solid #4F4F4F;
	padding:5px;
}
.tituloMediano{
	font-family: Arial;
	color:#FFFFFF;
	font-weight:normal;
	font-size: 12px;
	text-align:left;
	background:url(img/bgTituloPrincipal.jpg) repeat-x #095092;
	border:1px solid #4F4F4F;
	padding:1px;
}
input{
 	border:1px solid #bac8d0;
	background-color: #f1faff;
	color:#11416e;
}
.radio1{
 	border:0px;
 	background-color: #DFE8FF;
	color:#3B3D3F;
}
input.select{
	border:1px solid #4F4F4F;
	background-color: #FFFFFF;
	color:#3B3D3F;
}
.texto{
	border:1px solid #c5d1d9;
	background-color: #FFFFFF;
	color:#3B3D3F;
    height: 25px;
}
div.menu{
	height:53px;
	background:#FFFFFF url(img/bg_header.jpg);
	text-align:center;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant : normal;
	position:relative;
	margin-top:0px;
	
}
div.menu2{
	height:53px;
	background:#FFFFFF url(img/bg_header.jpg);
	text-align:center;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant : normal;
	position:absolute;	bottom: 0;
	float: bottom; width: 100%;
	
	border: 1px solid #0B5FFD;
	
}

div.header{
	height:130px;
	background:#FFFFFF url(img/bg_header_.jpg);
	text-align:center;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant : normal;
	position:relative;
	
	margin-top:0px;
	
}

a.footer:hover, a.footer:active,a.footer:link,a.footer:visited{
	font-family: Lucida Sans;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.footer:hover{
	text-decoration: underline;
}
div.login{
    background: url(img/fondo_login.jpg) no-repeat;
    width: 242px;
    height: 182px;
    padding: 30px 50px 30px 50px;
    font-family: Arial;
    font-size: 12px;
    color: #386c8a;
}
div.entrar{
    font-size: 18px;
    font-weight: bold;
    color: #11416e;
    margin-bottom: 15px;
}

/* aviso flotante */

div.aviso{	
	position: absolute;
	padding: 15px 35px 25px 35px;
	top:  30%;
	margin-top:-100px; 
  	left: 45%;
	margin-left:-240px;
  	width: 580px;  	
  	background: url(img/fondo_aviso_gris.jpg) no-repeat #cecece;
    border: 4px solid #8f8f8f;  	
  	font-family: Tahoma;
  	font-size: 14px;
	z-index:9999;
}

div.aviso a:hover,div.aviso a:visited,div.aviso a:link,div.aviso a:active{
    font-size: 12px;
    color: #127475;
    text-decoration: none;
}

div.aviso a:hover{
    text-decoration: underline;
}
/* */

/* lista estadistica */

ul.estadistica{
    color: #0B5DA9;
}

ul.estadistica li{
    margin-bottom: 7px;
}


/* */
