/*-- MENU --*/#navcontainer {	width: 11em;	border-right: 1px solid #666;	padding: 1em 0;	margin-bottom: 1em;	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;	font-size: 13px;	background-image: none;	background-color: #90bade;}#navcontainer ul {	list-style: none;	margin: 0;	padding: 0;	border: none;}#navcontainer li {	border-bottom: 1px solid #90bade;	border-bottom: 1px solid #90bade;	margin: 0;}#navcontainer li a {	display: block;	padding: 5px 5px 5px 0.5em;	border-left: 10px solid #1958b7;	border-right: 8px solid #508fc4;	background-image: none;	background-color: #2175bc;	color: #fff;	text-decoration: none;}html>body #navcontainer li a { width: auto; }#navcontainer li a:hover {	border-left: 10px solid #B92034;	border-right: 10px solid #E16A30;	background-image: none;	background-color: #E54C38;	color: #FFFFF6;}/*-- FIN DEL MENU--*//*-- CABECERA Y PIE--*/#cabe {	border: 1px dotted #006699;}#cabe p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: italic;	color: #333333;	text-decoration: none;}#cabe a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #006699;	text-decoration: none;	font-style: normal;}#cabe a:hover {	font-weight: bold;	color: #E54C38;}/*-- FIN DE CABECERA Y PIE--*/#cuerpo {	padding-left: 35px;	padding-right: 20px;}#cuerpo p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;}#cuerpo p a {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #006699;	text-decoration: none;}#cuerpo p a:hover {	font-weight: bold;	color: #FF3300;	text-decoration: none;}#cuerpo h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	color: #006699;	text-decoration: none;	background-color: #C3DCFF;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #006699;	border-top-width: 1px;	border-top-style: dotted;	border-top-color: #006699;	font-weight: bold;}#cuerpo h2 {	font-family:Arial, Helvetica, sans-serif;	font-size:14px;	color:#006699;}#cuerpo h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #333333;	text-decoration: none;}#cuerpo li {	list-style-image: url(images/point_white.gif);	list-style-type: none;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;	text-decoration: none;	font-weight: bold;	list-style-position: inside;	padding-left: 10px;}/*-- TITULO DE PAGINA (barra roja) --*/#tit {	border-left: 10px solid #B92034;	border-right: 10px solid #E16A30;	backgorund-image: none;	background-color: #E54C38;	color: #FFFFF6;}#tit h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 17px;	font-weight: bold;	color: #ffffff;	text-decoration: none;	padding-left: 8px;}