/*@charset "utf-8";*/
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif
	}

#body_editor {
	font-size: 12px;
	}
	
#fullheight{height:100%}

.style1 {font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.style5 {font-size: 12px;
	color: #CB4B00;
	font-weight: bold;
}
.style6 {font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.style7 {font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.style11 {font-size: 14px; font-weight: bold; color: #FF9351; }
.style12 {font-size: 14px; color: #FF9351;}
.style9 {font-size: 14px;
	font-weight: bold;
	color: #cf4f00;
}
.style8 {font-size: 11px;
	color: #666666;
	line-height: 13pt;
}
.style14 {font-size: 18px;
}
.style15 {font-size: 12px;
	color:#666666;
}
a.cuadernos:link {
	color: #cf4f00;
	text-decoration: none;
}
a.cuadernos:visited {
	color: #cf4f00;
	text-decoration: none;
}
a.cuadernos:hover {
	color: #9a2828;
}
a.cuadernos:active {
	color: #9a2828;
}
a.cuadernos_titulo:link {
	color: #ffffff;
	text-decoration: none;
}
a.cuadernos_titulo:visited {
	color: #ffffff;
	text-decoration: none;
}
a.cuadernos_titulo:hover {
	color: #000000;
}
a.cuadernos_titulo:active {
	color: #000000;
} 

/*** NOTICIAS E INFORMES ***/

#listado_categorias {
	float: none;
	clear: both;
	width: 696px;
	min-height: 100px;
	_height: 100px;
}

#listado_categorias ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#listado_categorias ul li {
	float: left;
	width: 232px;
}

#listado_articulos {
	float: none;
	clear: both;
	width: 696px;
	min-height: 100px;
	_height: 100px;
}

#listado_articulos .registro {
	float: none;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
}

#listado_articulos img, #detalle_articulo img {
	margin-right: 5px;
	margin-bottom: 10px;
}

#detalle_articulo {
	float: none;
	clear: both;
	width: 696px;
	min-height: 100px;
	_height: 100px;
}

#detalle_articulo .texto {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

.cuadernos_registro {
	float: left;
	width: 310px;
	margin-right: 24px;
	}

.cuadernos_registro .miniatura {
	float: left;
	width: 35px;
	}

.cuadernos_registro .textos {
	float: left;
	width: 270px;
	}

.cuadernos_registro .titulo {
	float: left;
	width: 270px;
	font-size: 14px;
	font-weight: bold;
	color: #cf4f00;
	padding-top: 4px;
}
.cuadernos_registro .descripcion {
	font-size: 11px;
	color: #666;
	line-height: 13pt;
}

.marco_registro {
	float: none;
	clear: both;
	width: 668px;
	}

.marco_registro .flecha {
	float: left;
	width: 50px;
	height: 26px;
	text-align: right;
	vertical-align: top;
	}

.marco_registro .titulo {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.marco_registro .descripcion {
	margin-left: 50px;
	width: 618px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.articulo_registro  {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EAEAEA;
}

.articulo_registro .miniatura {
	float: left;
	margin: 0 10px 5px 0;
}

.articulo_registro .titulo {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 2px;
}

.articulo_registro .resumen {
	font-size: 10px;
	color: #333;
	line-height: 12px;
}

.articulo_registro .resumen p {
	margin: 2px;
	}

