/* CSS Document */

body {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 10%;
 
		
}

.menuversion {
	color: #333333;
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 2px;
	}

.flashadv {
	color: #999999;
	font-family: Tahoma;
	font-size: 9px;
	
	}
	
.fondo {
position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -250px; /*Restamos la mitad de alto*/
margin-left: -250px; /*Restamos la mitad de ancho*/
z-index:-1;

}

.destacar
{
	color: #0690C9;
}
	
a {
	text-decoration: none;
	color: #0690C9;
}
a:visited {
	color: #0690C9;
	text-decoration: none;
}
a:hover {
	color: #0CB0F8;
	text-decoration: none;
}
a:active {
	color: #0690C9;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
h1 {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}