@charset "UTF-8";
/* CSS Document */

#contenedor{
	background-image: url(images/fondo%20copy.png);
	height: 880px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	}
	
#encabezado{
	background-image: url(images/encabezado.png);
	height: 205px;
	width: 1024px;	
}
#avisos{
	height: 250px;
	width: 981px;
	margin-left: 23px;	
	}
#pie{
	background-image: url(images/pie.png);
	height: 52px;
	width: 1024px;
	background-position: bottom;
	margin-top: 60px;
}
body {
	background-color: #076324;
}
#contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100px;
	width: 200px;
	float: left;
	top: 0px;
	margin-right: 50px;
	margin-left: 50px;
	vertical-align: top;
	position: relative;
	}