@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../imagenes/bgasti.jpg);
	background-repeat: repeat;
	margin: 0px; 
	padding: 0px 0px;

}

body #contenido {
	width:770px;
	height:2502px;
	border: 1px solid #000000;
	margin: 0 auto; /*Esto centra el DIV en la pantalla*/
	text-align: left;
}

body #contenido #cabecera {
	width:100%;
	height:170px;
	float:left;
}

body #contenido #izquierda {
	width:183px;
	float:left;
}


body #izquierda #noticias {
	position:relative;
	width:184px;
	height:2500px;

}

body #contenido #marco1 {
	float:left;
	padding:0px;
	margin:0px;
	width:570px;
	height:2500px;

}

