/* CSS Document */
body{
	margin:0; 
	text-align:center; 
 	background-color:#000000; 
	background-image:url(../images/fondo_degradado.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
}

.estilo1 {
	color: #E7A226;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.estilo1 a{
	color: #E7A226;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}


.estilo1 a:hover{
	text-decoration:underline;
}

img{border:0}
