 html, body   {  
	height: 100%; 
	margin: 0; 
	padding: 0;
    color: white; 
	text-align: center; 
	background-image: url(../images/fondo.gif);
	background-position: center;
	background-repeat:no-repeat;	
	background-attachment: fixed;
}
div#contenido { 
	margin: 0; 
	padding: 0;
	height: 10%;
	width: 50%;
	position: absolute;
	left: 24.7%;
	top: 31%; 
}
div#contenido img{ 
	margin-bottom:10px;
}
h1 {
	margin:0;
	padding:0;
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
.texto {
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	padding-right:3px;
	background-image: url(../images/ico-inicio-punto.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.texto a{
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:1px; padding-right:1px;
	
}
.texto a:hover{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#99CE00;
}	
.texto1 {
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	padding-left:3px;
	padding-right:2px;
}
.texto1 a{
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:1px; padding-right:1px;
}
.texto1 a:hover{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#99CE00;
}	
.texto2 {
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	padding-left:4px;
	background-image: url(../images/ico-inicio-punto.gif);
	background-position:left center;
	background-repeat: no-repeat;
	padding-right:1px;
}
.texto2 a{
	color: #7E7E7E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:2px;
}
.texto2 a:hover{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#99CE00;
}	
