body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F0F7DD;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004000;
}

.pagmain {
	padding: 0 5px 5px 5px;
}

.noticiasbox {
	background: #FFFFFF;
	position: relative;
	margin: 0; margin-bottom: 10px; padding-left: 5px;
	border-bottom: 2px dotted #777777;
}
.noticiasboxtitulo {
	font-size: 16px;
	margin: 0;
}
.noticiasbox p {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.noticiasbox a {
	color: #333333;
	text-decoration: none;
}
.noticiasbox a:hover {
	text-decoration: underline;
}
.noticiasboximage, .noticiasboxicon {
	float: left;
	margin:0 5px 5px 0;
}
.noticiasboximage {
	width: 84px;
}
.linkmasnoticias {
	position: absolute; top:0; right: 0;
}
.linkmasnoticias a {
	font-size: 11px;
	color: #990000;
}
.clear {
	clear: both;
}
.fecha {
	color: #990000;
}
.alert {
	color: #FF0000;
	font-weight: bold;
}

/* Formularios del boletin y de corresponsal */
/***********************************************************/
.formularioboxindex {
	background: #FFFFFF;
	border: 1px solid #BED350;
	height: 112px;
	font-size: 11px; font-weight: bold; color: #000000;
	padding: 5px;
}
.formularioboxindex label {
	float: left; clear: both;
	width: 90px;
	font-size: 11px;
}
.formularioboxindex input {
	float: left; color: #333333;
	border: 1px solid #999999;
	width: 170px;
	font-size: 11px;
	margin: 1px 0;
}
.formularioboxindex textarea {
	border: 1px solid #999999;
	width: 260px; height: 80px;
	font-size: 11px;
}
.formularioboxindex .enviar {
	position: absolute; bottom: 5px; right: 5px;
	width: 80px; 20px;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #BED350;
}
.boletinbox, .corresponsalbox {
	float: left; position: relative;
}
.boletinbox {
	width: 210px; margin-right: 10px;
}
.boletinbox p {
	color: #006600;
}
.corresponsalbox {
	width: 314px;
}
/***********************************************************/


