#contenedor { 
width:100%;
	margin:0 auto;
	overflow:hidden;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #535D52;
text-align:center;
 background-image: url("logogris.GIF");
 background-image: url('w3css.gif');
    background-repeat: repeat;
    background-attachment: fixed;
text="#000000"; 
link="#FFFFFF"; 
vlink="#FFFFFF"; 
alink="#00FF00";

}


body { 
 background-image: url("logogris.GIF");
 background-image: url('w3css.gif');
    background-repeat: repeat;
    background-attachment: fixed;
}



img {
	max-width:100%;
	height:auto;
	}
	
	
	}


	


#Layer1 {
	position:absolute;
	width:687px;
	height:103px;
	z-index:1;
	left: 53px;
	top: 216px;
	background-color: #FFFFFF;
	visibility: visible;
	overflow: visible;
}

#barra ul{
   list-style-type: none;
   text-align: center;
}
#barra li{
   display: inline;
   text-align: center;
   margin: 0 10px 0 0;
}
#barra li a {
   padding: 2px 7px 2px 7px;
   color: #666;
   background-color: #eeeeee;
   border: 1px solid #ccc;
   text-decoration: none;
}
#barra li a:hover{
   background-color: #003366;
   color: #FFFFFF
}