/* 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;
	overflow:hidden;
	}

div#cuerpo{
	position:relative;
	float:left;
	background-image:url("images/fondo_cuerpo.jpg");
	background-repeat:repeat-x;
	background-color:#1a1a1a;
	/*height:300px;*/
	/*padding-bottom:10px;*/	
	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:405px;

	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;

	background-image:url("images/fondo_noticia.gif");
	background-repeat:repeat-x;
	border:1px solid #000000;
	margin:10px;
	padding:15px;
	float:right;
	}




   