body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	background-color: #FFFFFF;
}
.texto2sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.texto3sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.whiteBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #212963;
	margin-bottom:10px;
}
#contenido{
	margin-left:50px;
	margin-right:50px;
	margin-top:30px;
	margin-bottom:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8f8f8f;	
	text-align:justify;
}
#navi {
	list-style:none;
	margin:0;
	padding:0;	
}
#navi li {
	margin:2px;
	padding-top:0px;
	padding-bottom:0px;
	border:1px solid#CCCCCC;
}
#navi li a {
	display:block;
	padding:0px;
	text-decoration:none;
	font-size:11px;
	color:#333333;
	background-image:url(../img/botones.jpg);	
	background-position:bottom;
	background-color:#000000;
	border-left:10px solid #ffffff;	
}
#navi li a:hover {
	color:#000000;
	background-position:top;	
	background-color:#ffffff;
	border-left:10px solid #000000;
}
A:link {text-decoration: none; color:#CCCCCC}
A:visited {text-decoration: none; color:#CCCCCC}
A:active {text-decoration: none; color:#CCCCCC}
A:hover {text-decoration: underline; color:#FFCC00}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ffcc00}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center
}
/* CSS Document */
