/* ESTILOS GENERALES ---------------------------------------------------------------------------------------------------------------------*/
body {
	background-color:#000000;
	background-image: url(images/fondo2.jpg);
	background-repeat: repeat-x;
}

div#contenedor{
	width:940px;
	border-left:3px solid #000000;
	border-right:3px solid #000000;
	margin:0 auto;
	background-color:#000000;
	}

div#cuerpo{
	width:940px;
	background-color:#1a1a1a;
	overflow: hidden;
	}
div#noticias{
	width:440px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}
	
div#titulonoticias{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}

div#banners{
	width:440px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	}
	
div#comentario{
	vertical-align:top;
}
div#datosdecontacto{
	padding:20px;
	overflow:hidden;
	height:330px;
	}

div#caja1{
	width:890px;
	height:600;
	background-image:url("images/fondo_noticia.gif");
	background-repeat:repeat-x;
	border:1px solid #000000;
	margin:10px;
	padding:15px;
	float:left;
	}
div#caja2{
	width:405px;
	height:600;
	background-image:url("images/fondo_noticia.gif");
	background-repeat:repeat-x;
	border:1px solid #000000;
	margin:10px;
	padding:15px;
	float:right;
	}




   