/* ESTILOS DE LA BARRA DE MENÚ SUPERIOR */

/*::::::::::::::::::::::ESTILOS GENÉRICOS::::::::::::::::::::::::::::::::::::::::::::*/

*{
	margin:0;
	padding:0;
}

.puntitos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6BA3C4;
}

/*:::::::::::::::::::::ESTILOS DEL MENÚ SUPERIOR:::::::::::::::::::::::::::::::::::: */

#Menu_superior {
	position:absolute;
	top:0px;
	left:0px;
	width:750px;
	height:18px;
	z-index: 4;
	background-color:#6BA3C4;
}

#Menu_superior ul {
	list-style:none;
	white-space:nowrap;
}

#Menu_superior li {
	margin:0;
	padding:0px;
	float:left;
	border-right: 1px solid #DDE6E8;
}

#Menu_superior li.last { 
	border-right: none;
}

#Menu_superior li a {
	display:block; /*Convertimos el vínculo en un bloque*/
	padding: 3px 6px ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:9px;
	color:#DDE6E8;
	background-color:#6BA3C4;
}

#Menu_superior li.first {
	margin-left:8px;
	border-left:none;
}

#Menu_superior li a:hover {
	color:#FFFFFF;
	background-color:#7CBDDD;
}

/*::::::::::::::::ESTILOS DE LA VENTANA DEL IFRAME::::::::::::::::::::::::::::::::::::*/

.news {
	position:relative;
	width:180px;
	height:75px;
	left: 0px;
	top: 18px;
	vertical-align:middle;
	background-color:#E5EBEB;
}

.titulitos{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left:5px;
	padding-top:10px;
}

.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}


/*:::::::::::::::::::::::ESTILOS DEL MENÚ INFERIOR:::::::::::::::::::::::::::::::::*/

#uno {
	position:absolute;
	left:179px;
	top:18px;
	width:175px;
	height:75px;
	z-index:1;
	list-style:none;
	text-align:left;
	background-color:#E5EBEB;
	line-height:0.8em;
}
	
#dos {
	position:absolute;
	left:353px;
	top:18px;
	width:169px;
	height:75px;
	z-index:2;
	list-style:none;
	text-align:left;
	background-color:#E5EBEB;
	line-height:0.8em;
}

#tres {
	position:absolute;
	left:520px;
	top:18px;
	width:230px;
	height:75px;
	z-index:3;
	list-style:none;
	text-align:left;
	background-color:#E5EBEB;
	line-height:1em;
}
	
#uno ul li{
	list-style:none;
	padding-bottom:0px;
}

#dos ul li{
	list-style:none;
	padding-bottom:0px;
}

#tres ul li{
	list-style:none;
	padding-bottom:0px;
}

.arr {
	padding-top:0px;
}

a{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
 
a:link {
	color: #666666;
}
 a:hover {
	color: #6BA3C4;
}
 a:active {
	color: #006699;
}
 a:visited {
	color: #006699;
}
