body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(imagenes/fondo_web.jpg);
	background-repeat:repeat-x;
}

.contenedor {
	margin: 200px;
	padding: 10px 10px 10px 10px;
}
.seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left:20px;

}
.cab_rojo {
	color: #FFFFFF;
}
.cab_gris {
	color: #000000;
	font-size:10px;

}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-color:#000099;
	border-style:dotted;
	border-width:1px;
}

A.cab_gris {
	color:#000000;
	text-decoration: none;
	}
A:hover.cab_gris {
	color:#FFFFFF;
	text-decoration: underline;
}
A.cab_rojo {
	text-decoration: none;
	}

A:hover.cab_rojo {
	color:#FFFFFF;
	text-decoration: underline;
}
.grafico_seccion {
	padding-top:10px;
	padding-bottom:5px;
}.titular_box {
	background-image: url(imagenes/linea_index.gif);
	background-repeat: repeat-y;
}
.titular {
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #F46E00;
	text-align: justify;
	padding-left: 5px;
}
A.titular {
	text-decoration:none;
}
A:hover.titular {
	text-decoration:underline;
}
.separador1 {
	background-image: url(imagenes/separador1.gif);
	background-repeat: repeat-y;
}

.texto_noticia {
	color: #000000;
	text-align: justify;
	padding-left: 10px;
}
.noticia_box {
	vertical-align: top;
}

.separador_h {
	background-image: url(imagenes/separador_h.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom:10px;
	padding-top:5px;
}

.box {
	border: 1px dashed #CCCCCC;
	padding:10px;
	margin-bottom:15px;
}
.error {
	color:#FF0000;
	border: 1px dashed #FF0000;
	padding:10px;
	margin-bottom:15px;
}
A {
	color: #F46E00;
	text-decoration: none;
}
A:hover {
	color: #8F4024;
	text-decoration: underline;
}

