

/*MENU LINKS GLOBALES*/

#contenMenuGlobal{
	margin: 0px auto;
	width:840px;
	height: 30px;
	text-align:right;
	padding-top:10px;
}
ul.menuGlobal { list-style: none;  	margin: 0;  	padding: 0; }
ul.menuGlobal   li {
	font-weight:normal;
	color:#FFFFFF;
	display: inline; 
	float:right;
}
ul.menuGlobal  li a {
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 14px;
	display: inline;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #AEEAFB;
 }

ul.menuGlobal   li a:hover {color:#FFFFFF;text-decoration:underline;}
/*:::::::::::::::::::::::::::::::::::::*/



/*MENU PRINCIPAL HORIZONTAL*/

#contenMenuPpal{
	margin: 0px auto;
	width:990px;
	margin-top:14px;
}
ul.menuPpal { list-style: none;  	margin: 0;  	padding: 0; text-align:center; }
ul.menuPpal   li {	color:#FFFFFF;	display: inline; }
ul.menuPpal  li a {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 14px;
	display: inline;
	padding-left:8px;
	padding-right:8px;
	border-right:1px solid #36AFE6;
	text-align:center;
 }
ul.menuPpal   li a:hover {color:#008AE6; text-decoration:none;}
/*:::::::::::::::::::::::::::::::::::::*/




/*MENU INTERIOR VERTICAL*/
.contenMenuVertical{float:left;	width:184px;}
ul.menuVertical { list-style: none;  	margin: 0;  	padding: 0; display: block; }
ul.menuVertical  li {	color:#48C0F2; display: block;  clear:both; }
ul.menuVertical  li a {
	float:left;	
	width:166px;
	font-size:11px;
	font-weight:bold;
	color:#48C0F2;
	text-decoration:none;
	line-height: 14px;
	border-bottom:1px solid #BBE3ED;
	background-image:url(../images/icoMenuvertical.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	clear:both;
	margin-bottom:10px;
 }
ul.menuVertical  li a:hover {color:#0D78A6; text-decoration:none;}

.titMenuVertical{
	width:184px;
	height:22px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background-image:url(../images/bgTitMenu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:9px;
	padding-right:6px;
}
/*:::::::::::::::::::::::::::::::::::::*/


/*ENLANCES INTERIOR*/
.contenEnlaceInterno{	margin: 0px auto;	width:360px; background-color:#DDF1FC; padding:6px 6px 16px 6px;}

ul.enlaceInterno{ list-style:none; margin: 0;  	padding: 0;}
ul.enlaceInterno  li {	color:#48C0F2; display: block;  clear:both; }
ul.enlaceInterno  li a {
	float:left;	
	width:358px;
	font-size:11px;
	color:#48C0F2;
	text-decoration:none;
	border-bottom:1px solid #BBE3ED;
	padding-left:9px;
	clear:both;
	margin-bottom:4px;
 }
 ul.enlaceInterno  li a:hover {color:#0D78A6; text-decoration:none;}
/*:::::::::::::::::::::::::::::::::::::*/


/*ventanas interior otros ariculos*/
.contenOtrosArticulos{ margin:0px auto;  width:166px; 	border:solid 1px #DBF1FC;	padding:6px 3px 16px 3px;}
.titOtrosArticulos{ margin:0px auto;  width:166px; height:24PX; background-image:url(../images/imgTitOtrosAriculos.jpg); background-repeat:no-repeat; background-position:center;	}
	
ul.otrosArticulos{ list-style:none; margin: 0;  	padding: 0;}
ul.otrosArticulos  li {	color:#999999 display: block;  clear:both; }
ul.otrosArticulos  li a {	
	float:left;		
	width:162px;	
	color:#999999; 
	text-decoration:none; 
	background:url(../images/icoHojaImpar.gif) no-repeat; 
	padding-left:12px;	
	border-bottom:1px solid #DDF1FC;
	margin-bottom:5px;}
ul.otrosArticulos li a:hover { color:#333333; text-decoration:none;}
/*:::::::::::::::::::::::::::::::::::::*/


































