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

.Subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #215698;
	text-decoration: none;
}
.Subtitulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #215698;
	text-decoration: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.sub2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: ffce4a;
}
.border {
	border: 2px solid #297fb9;
}

.link {color: #02336E}

a:hover {
	color:#0066CC;
}

.style2 {
	color: #0C293C;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
td.fondo{
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/fondo_001.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

td.fondo2{
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/fondo_002.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}




 
 
 
 
   #menu li ul { 
float:left; 
margin:0; 
padding:0; 
top:176px;
}


#menu li a:hover {
  color: #fffffb; 
  text-decoration: none;
  background:#F06C6C;
  }

#menu li ul {
  list-style: none;
  position: absolute;
  width: 100px;
  z-index:100;
  left: -999em;
  }

#menu li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#menu li li {
  float: left;
  margin: 0;
  padding: 0;
  }

#menu li li a {
  width:100px;	
  height: 36px;
  line-height: 36px;
  color: #fff;
  background:#666;
  margin: 0;
 padding: 0 10px;
  }
	
#menu li li a:hover {
  background:#333;
  padding: 0 10px;
  }

