@charset "utf-8";
/* CSS Document */

/* MENU SUPERIOR DEL INDEX */
 menu_sup {
  float:left;
  margin:0;
  padding:0;
  position:absolute;
  height:30px;
  width:100%;
  z-index:1;
  }
  
 #menu_sup a {
  color:#ffffff;
 }
 
 #menu_sup a:hover {
  background:url("../img/images/menu_sup/hover.png");
  color:#0e918f;
  text-decoration:none;
 }


 #menu_sup li {
  background:url("../img/images/menu_sup/azul.jpg") no-repeat scroll left top transparent;
  color:#ffffff;
  display:inline;
  float:left;
  font-family: "Geneva", Arial, Helvetica, sans-serif;  
  font-size:12px;
  font-weight:bold;
  list-style-type:none;
  margin:0 10px 0 0;
  overflow:hidden;
  padding:12px 0 10px;
  position:relative;
  text-align:center;
  width:100px;
  text-shadow:  1px 1px 2px grey;
 }
 
 /* ESTILO LIKS DE NAVEGACION */
 #navegacion_activo {
   font-family: "Arial";
   font-size: 11px;
   font-weight:normal;
   color: #717171;
   text-decoration:none;         
  }
  #navegacion {
   font-family: "Arial";
   font-size: 13px;
   font-weight: bold;
   text-decoration:none;
   color: #00b6cf;   
  text-shadow:  1px 0px 1px grey;
  }
 
 
/* Estilo del footer */ 

.footer {
   background:url("../img/images/inicio/bg_foot.jpg") repeat-x scroll center top;          
   width: 100%;
   height: 282px;
   padding:2px 0px 0px 0px; 
  }  
 
 .titulo_footer {
	font-family: "Arial";
	color:#111111;
	font-size:17px;
	text-decoration:none;
	text-shadow:  1px 1px 1px #bbbbbb;       
  }
  
 .texto_gris{
   font-family: "Verdana";
   font-size: 12px;
   font-weight:normal;
   color: #777777;
 } 
 
#submenu li {
font-family: "Verdana";
font-size:12px;
text-decoration:none;
font-weight:bold;
list-style-type:none;
width:150px;
}

#submenu li a {
background:none repeat scroll 0 0 transparent;
border:medium none;
color:#333333;
font-size:13px;
text-decoration:none;
width:150px;
}

#submenu li a:hover {
width:160px;
color:#03778a;
text-decoration:none;
text-shadow:  1px 1px 0px #b4b3b3;       
}

.titulo_info {
font-family: 'Whitney SSm A','Whitney SSm B',"ff-meta-web-pro",sans-serif;
font-size: 18px;
line-height: 1.4;
color: #333333;
font-weight:550;
text-decoration:none;
text-shadow: 0px 0px 1px #7b7b7b;
}

.texto_info {
font-family: 'Whitney SSm A','Whitney SSm B',"ff-meta-web-pro",sans-serif;
font-size: 13px;
color: #484848;
font-weight:100;
text-decoration:none;
text-shadow: 0px 0px 1px #7b7b7b;
margin-right:10px;;
}
.texto_info_bold {
font-family: 'Whitney SSm A','Whitney SSm B',"ff-meta-web-pro",sans-serif;
font-size: 13px;
color: #02899d;
font-weight: bold;
text-decoration:none;
text-shadow: 0px 0px 1px #7b7b7b;
margin-right:10px;;
}

.titulo_index {
font-family: 'Whitney SSm A','Whitney SSm B',"ff-meta-web-pro",sans-serif;
font-size: 18px;
line-height: 1.4;
color: #333333;
font-weight:550;
text-decoration:none;
text-shadow: 0px 0px 1px #7b7b7b;
}

.index {
font-family: 'Whitney SSm A','Whitney SSm B',"ff-meta-web-pro",sans-serif;
font-size: 12px;
color: #484848;
font-weight:400;
text-decoration:none;
text-shadow: 0px 0px 1px #7b7b7b;
margin-right:10px;
}

#index_2 li {
font-family: 'Whitney SSm A','Whitney SSm B',"ff-meta-web-pro",sans-serif;
font-size: 13px;
color: #484848;
font-weight:400;
text-decoration:none;
text-shadow: 0px 0px 1px #7b7b7b;
margin-right:10px;}

#derechos {
font-family: "Verdana";
font-size:12px;
color:#111111;
text-decoration:none;
font-weight:bold;
list-style-type:none;
width:150px;
text-shadow:  1px 1px 1px #8a8a8a;
}

#derechos a{
color:#111111;
text-shadow:  1px 1px 1px #8a8a8a;
}

