
/* ESTILOS PARA MENUS */
.titulomenup {
	font-size: 15px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	padding: 0px 0 2px 0px;
	color: #ffffff;
}

.enlacemenup:link{
	font-weight: bold;
	 font-size:15px; 
	 color:#ffffff;
	 text-decoration:none;
  }
.enlacemenup:visited,active{
	font-weight: bold;
	 font-size:15px; 
	 color:#ffffff;
	text-decoration:none;
  }
.enlacemenup:hover{
	font-weight: bold;
	 font-size:15px; 
	 color:#ffffff;
	text-decoration:underline;
  }
.marcomenu{
  background-color:#ffffff;
  border-right:1px solid #f5f5f5;
  }


.cajamenu{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000; 
  background-color:#e3eaed;
  border:2px solid #044664;
  }


.titulomenutv {
	border-bottom: 1px solid #044664;
	font-size: 15px;
	font-weight: bold;
	/*letter-spacing: -1px;*/
	padding: 0px 0 2px 0px;
	color: #2598d1;
}

.enlacemenutv:link{
	font-weight: bold;
	 font-size:11px; 
	 color:#000000;
	 text-decoration:none;
  }
.enlacemenutv:visited,active{
	font-weight: bold;
	 font-size:11px; 
	 color:#000000;
	text-decoration:none;
  }
.enlacemenutv:hover{
	font-weight: bold;
	 font-size:11px; 
	 color:#000000;
	text-decoration:underline;
  }

.iconmenu{  
padding-left: 10px; padding-bottom:5px; 
background-position: middle left; 
background-repeat: no-repeat;
background:url(icon.gif) no-repeat;
height:20px;  
} 
