body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px; padding:0px;
	text-align:center;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat;
}
#contenido{
	margin:0px auto;
	top:0px;left:0px;
}

#cabecera1{
	margin-top:120px;
	background-image: url(../img/cabecera01.gif);
	background-repeat: no-repeat;
	background-position:center; 
	height: 232px;
}

#cabecera2{
	background-image: url(../img/cabecera02.gif);
	background-repeat: no-repeat;
	background-position:center; 
	height: 58px;	
	width: 100%;
	background-color:black;
	
}


