.contenedor {
	width: 100%;
	background-color: #FFFFFF;
}
.cabecera {
	width: 100%;
}
.titular {
	width: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #50B849;
	text-decoration: underline;
}
.col_menu {
	float: left;
	width: 18%;
	left: 1%;
	position: relative;
	border: 1px none #50B849;
}
.cajitamenu {
	width: 90%;
	float: left;
	position: relative;
	left: 3px;
	background-color: #33CC00;
	border: 1px none #50B849;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #33CC00;
	font-size: 10pt;
	font-weight: bold;
	border: 5px none #C92027;
}

.col_derecha {
	float: right;
	width: 16%;
	position: relative;
	right: 1%;
	border: thin none #33CC00;
}
.cajitaderecha {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #33CC00;
	border-right-color: #33CC00;
	border-bottom-color: #33CC00;
	border-left-color: #33CC00;
	width: 95%;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.col_texto {
	float: left;
	width: 60%;
	position: relative;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.descripcion_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}
.titulo_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.fuente_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: underline;
}
.comentarios {
	width: 100%;
	border: 1px dotted #666666;
	margin: 1px;
	padding: 5px;
}
.pie {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #50B849;
}
.reglapie {
	color: #CC0000;
	background-color: #CC0000;
	width: 380px;
}
.caja_form {
	border: 1px solid #CC0000;
	margin: 0px;
	width: 98%;
	padding: 5px;
}
.campos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
