@import "../global.css";
@import "../clearfix.css";
@import "../shadedborder.css";

#contenido .izquierda{
	float:left;
	width:22%;
	margin-left:4px;
}
#contenido .derecha{
	float:right;
	width:75%;
	margin-right:4px;
}
#contenido .izquierda .contenido{
	margin:30px 30px 0px 30px;
}

#contenido .derecha .contenido{
	margin:30px 30px 30px 0px;
}
.modulo{
	width:45%;
	float:left;
	margin-top:4px;
	background-color:#f2f2f2;
	padding:5px;

}
.modulo .titulo{
	width:100%;
	background:url(../../img/fondos/noticias_home.gif) repeat-x;
	height:13px;
	padding:7px 0 9px 15px;
	
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;

}
.modulo .noticia{
	margin:15px 15px 0 15px;
	border-bottom:dashed 1px #CCCCCC;
	padding-bottom:5px;
}
.modulo .noticia p{
	text-align:left;

}
.modulo .noticia .imagen{
	/*width:59px;*/
	height:39px;
	border:4px solid #D5D9E2;
	float:left;
	
	margin-right:15px;
}
.modulo .noticia .fecha{
	font-weight:bold;
	color:#4C367F;
}
.modulo .noticia .tituloN{
	font-weight:bold;
	color:#2e477b;
}

/*
#agenda{
	width:355px;
	float:right;
	margin:4px 15px 0 0;
	background-color:#f2f2f2;
}
#agenda .titulo{
	width:340px;
	background:url(../../img/fondos/noticias_home.gif) repeat-x;
	height:13px;
	padding:7px 0 9px 15px;
	
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;

}

#agenda #entrada{
	margin:10px;
	border-bottom:dashed 1px #CCCCCC;
	padding-bottom:5px;
}


#agenda #entrada .fecha{
	color:#2e477b;
}
#agenda #entrada .tituloN{
	font-weight:bold;
	color:#666666;
}
#agenda #entrada .tituloN a{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#agenda #entrada .tituloN a:hover{
	text-decoration:underline;
}
*/
/*NEWSLETTER*/

#newsletter{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	display:none;
}
#newsletter .titulo{
	width:100%;
	background:url(../../img/fondos/noticias_home.gif) repeat-x;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
#newsletter .titulo h2{
	padding:5px;
}
#newsletter .contenido{
	margin:5%;
	padding-top:10%;
	padding-bottom:10%;
}

#newsletter a{
	float:left;
	margin:5px;
	font-size:10px;
}

#newsletter #Suscribite{
	width:120px;
}
