a:link {color: #FF6600}    
a:visited {color: #009900} 
a:hover {color:#66CC00}
a{ text-decoration:none;}

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	background-image: url(../imags/bg.jpg);
	color:#007F7F;
	background-repeat: repeat;
	background-position: top;
}

/*divs estructura general*/

#div_contenedor {
z-index:1;
width:975px;
height:auto;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}

#auto_header{
position:absolute;
z-index:3;
text-align:center;
top:0px;
width:975px;
}

