a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

body {
	margin-left: 0px; margin-top: 0px;margin-right: 0px; 				
	margin-bottom: 0px;
	background-color: #003366;  
	background-image: url(images/fondo.jpg);  
	background-repeat: no-repeat;  
	background-attachment: fixed;  
	background-position: center center;
}

#contenedor { width: 1024px;
	margin: 0 auto;
	position: relative;
	height: auto!important;
	min-height: 100%;
	height: 100%;
}

#banner{
	width: 1024px;
}
#encabezado{
	width: 1024px;
}
#contenido{
	width: 1024px;
}
#pie{
	width: 100%px; height: 221px;
	background:url(images/pie.png);
	background-position:center;
	background-repeat:no-repeat;
}

