body {margin:0px;font-family: Verdana, Arial, Helvetica;font-size:11px;color:#5F696B;background-image:url(imgs/bg.gif);background-position:center}
h1 {font-family: Arial, Helvetica;font-size:10px;color:#EDEDED;margin:0px; margin-top:2px; font-weight:normal}
h1 a  { text-decoration:none; color:#FFFFFF}
h2 {font-family: Arial, Helvetica;font-size:18px;color:#2D2E2F;margin:0px;margin-bottom:5px}
h3 {font-family: Arial, Helvetica;font-size:16px;color:#2D2E2F;margin:0px;margin-bottom:5px}
input {	font-family: Verdana, Arial, Helvetica;font-size:10px;color:#3C3C3B;padding:2px;}
form {margin:0px;}

.verde {color:#7DB034; font-weight:bold}
.azul {color:#3A9BBB; font-weight:bold}
.link a {text-decoration:none}
.link a:hover {text-decoration:underline}

/***************************************************************************************************************** layers  */
#principal {
	margin: auto;
	background-image: url(imgs/bg_titulo.gif);
	background-repeat:no-repeat;
	border:0;
	width:662px;
}
#titulo {
	height:30px;
	margin-left:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#EDEDED;
}
#header {
	width:662px;
	height:139px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#EDEDED;
}
#contacto {
	position:absolute;
	padding-left:370px;
	top:45px;
	width:240px;
	height:113px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1F4374;
	font-weight:bold;
}
.telefono {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3C649A;
	font-weight:bold;
}
.telefono a {color:#3C649A; text-decoration:none}
.telefono a:hover {color:#3C649A; text-decoration:underline}
#tab {
	width:662px;
}
#tab a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#tab a:hover {
	color: #084D65;
}
#buscar {
	float:left;
	width:181px;
	height:48px;
	background-image: url(imgs/bg_search.gif);
	background-repeat:no-repeat;
}
#inicio {
	float:left;
	width:95px;
	height:48px;
	background: #8ABE40;
	background-image: url(imgs/boton_inicio.gif);
	background-repeat:no-repeat;
}
.boton {
	float:left;
	width:94px;
	height:48px;
	background: #3A85BA;
	background-image: url(imgs/boton.gif);
	background-repeat:no-repeat;
	text-align:center;
}
#menu {
	margin-top:4px;
	float:left;
	width:215px;
	background-image: url(imgs/bg_menu.gif);
	background-repeat: repeat-y;
}
.menu_title {
	width:215px;
	height:29px;
	background-image: url(imgs/bg_menu_title.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}
.menu_title2 {
	width:215px;
	height:29px;
	background-image: url(imgs/bg_menu_title2.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}
#contenido {
	float:left;
	width:447px;
	background-image: url(imgs/bg_contenido.gif);
	background-repeat: repeat-y;
}
.contenido_title {
	width:447px;
	height:28px;
	background-image: url(imgs/bg_contenido_top.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}
#contenido a { text-decoration:underline; font-weight:bold; color:#5F696B}
#contenido a:hover { text-decoration:underline; font-weight:bold; color:#D44828}
#contenido_top { 
	float:left;
	margin-left:4px;
	width:430px;
	height:141px;
	background-image: url(imgs/ahorro.jpg);
	background-repeat: no-repeat;
}

#footer {
	float:left;
	text-align:center;
	width:655px;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ccc;
}
#footer a { text-decoration:none; font-weight:normal; color:#ccc}
#footer a:hover { text-decoration:none; font-weight:normal; color:#D44828}

#sitemap {
	float:left;
	background: #FFF;
	width:647px;
	margin-top: 10px;
	margin-left: 4px;
}
#sitemap a { text-decoration:underline; font-weight:bold; color:#5F696B}
#sitemap a:hover { text-decoration:underline; font-weight:bold; color:#D44828}
/***************************************************************************************************************** layers  */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 1px;
	border: 1px solid #fff;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #fff; background: #8ABE40; border: 1px solid #ccc } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */