@charset "utf-8";
a{
 text-decoration:none;
 color:#914D04;
}

a:hover{ 
 color:#FF6600;

}

body {
    background-image:url(../fondo/bg.jpg); 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	/*background-image: url(../fondo/fondo_degradado.png);*/
	/*background-repeat: repeat-x;*/
	/*background:  url(../fondo/fondo_degradado.png) repeat-x top fix;*/
	aling:center;
	display:block;
	text-align:center;
}

/*Div del fondo degradado transparente*/
#degradado{
  background-image:url(../fondo/fondo_degradado.png); 
  background-repeat: repeat-x; 
  height:643px; 
  margin:0; 
  padding:0; 
}
/*Div contenedor del flash
#flash{
         position: relative;
		 left: 50%;
		 right:50%;		          
         width: 1280px;
         height: 800px;
         margin-top: -640px;
         margin-left: -650px;
		 z-index: 10;


} */

#flash{
 position: relative;
         margin-top: -640px;
        
z-index: 10;
}

/*Div del footer*/
#footer{
display:block;
position:relative;
height: 100%;
background-image:url(../fondo/footer.png); 
background-repeat: 
repeat-x;  
margin:0; 
padding:0;position: 
fixed;
bottom:0;
left:0;
height:210px;
width:100%; 
}
