.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#336;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.TablaMenu {
	background-color: #EFEFEF;
}

/*
--------| Botones |----------------------------------------
*/
.enlaceboton {font-family: verdana, arial, sans-serif; 
   font-size: 11px; 
   font-weight: bold;  
   padding-left : 10px;
   padding-right :10px;
   padding-top :12px;
   padding-bottom: 12px;


   background-color: #E7F1FA; 
   color: #01539D; 
   text-decoration: none; 
} 
.enlaceboton:link, 
.enlaceboton:visited { 
   color: #01539D; 
   text-decoration: none; 

} 
.enlaceboton:hover {
	background-color: #91C0E8;
	color: #FFFFFF;
   text-decoration: none; 



/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }


} 
