/* CSS Document */
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

#nav a {
	display:block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.2em 10px;
	width: 128px;	
	border-bottom: 1px solid #bbc9ea;	
	border-left: 1px solid #bbc9ea;	
	border-right: 1px solid #bbc9ea;
	height: 17px;
	-moz-box-sizing: border-box;


}

#nav a {
	text-decoration: none;
}


#nav li li a {
	display: block;
	color: #000000;
	padding: 0.2em 10px;
	background-color: #FFFFFF;
	
}

#nav li li a:hover {
	padding: 0.2em 10px;
	color: 1C3E83;
	display: block;
	background-color: #DAE1F3;


}

li {
	display:block;
	float: left;
	position: relative;
	padding:0px;
	margin:0px;
	text-align: left;
	height: 17px;
	width: 128px;

}

/* tamaņos diferentes opciones menus */
ul#grande li a{
	width: 210px;
}
ul#intermedio li a{
	width: 180px;
	}
ul#mas_grande li a{
	width: 255px;
	}
ul#peq li a{
	width: 150px;
	}
ul#mas_peq li a{
	width: 128px;
	}

/* padding de el titulo hasta las opciones en li ul */
li ul {
	position: absolute;
	left: 0px;
	top: 100%;
	display: none;
	background-color: #BBC9EA;
	padding-top:2px;
}
li>ul {
	left: auto;
	top: auto;
	padding-top:0.2em;
	margin-top:0px;
}
li li {
	display: block;


}

li:hover ul, li.over ul {
	display: block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #BBC9EA;


}

.titulo_normal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 1c3e83;
	font-weight: bold;
	padding: 0.2em 10px;
	width: 128px;
	height: 17px;
	cursor:pointer;
	margin-top:1px;
	-moz-box-sizing: border-box;	
}

.titulo_sobre{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.2em 10px;
	background-color: 1c3e83;
	margin-top:1px;
	width: 128px;
	height: 17px;
	cursor:pointer;
	-moz-box-sizing: border-box;
}
.texto_home{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
