/* ESTILOS GENERALES ---------------------------------------------------------------------------------------------------------------------*/
body {
	background-color:#FFF;
	background-image: url(images/fondo2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div#contenedor{
	width:940px;
	margin:0 auto;
	background-color:#FFF;
	}

div#cuerpo{
	width:940px;
	background-color:#FFF;
	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_caja.gif");
	background-repeat:repeat-x;
	border:1px solid #CCC;
	margin:10px;
	padding:15px;
	float:left;
	}
div#caja2{
	width:405px;
	height:600;
	background-image:url("images/fondo_caja.gif");
	background-repeat:repeat-x;
	border:1px solid #000000;
	margin:10px;
	padding:15px;
	float:right;
	}




   
