BODY  {
	font: 9pt arial, sans-serif; COLOR: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    line-height: 1.5em;
  	background-color: #f2f2e9;
}

h1.portada {
	width: 100%;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #8a2f12;
	padding: 3px;
	font: 20pt times;
	border-bottom: 1px dotted #cccccc;
}

.container{
	padding-top:7px;
	padding-bottom:7px;
}

.tooltip {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	visibility:hidden;
	border: solid 1px #336699;
	width:200px;
	padding:2px;
	background-color:#ddeeff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	font-size: 13px;
}

table  {
	font: 9pt arial, sans-serif;
	COLOR: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    line-height: 1.5em;
}

input {
	font: 9pt arial, sans-serif; COLOR: #636363;
}

textarea {
	font: 9pt arial, sans-serif; COLOR: #636363;
}

select {
	font: 9pt arial, sans-serif; COLOR: #636363;
}

P {
	text-align: justity;
}

H1 {
	font-weight: normal;
    font-size: 22px;
    letter-spacing: -0.1em;
    color: #333333;
}

H2 {
	font-weight: normal;
    font-size: 19px;
    letter-spacing: -0.1em;
    color: #333333;
}

H3 {
	font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.1em;
    color: #333333;
}

H4 {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;

    font-size: 22px;
    letter-spacing: -0.1em;
    color: #ffffff;
    background: #757d84;
}

A:link {
	COLOR: #000000;  TEXT-DECORATION: underline
}
A:visited {
	COLOR: #000000;  TEXT-DECORATION: underline
}
A:active {
	COLOR: #000000;  TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000000;  TEXT-DECORATION: none
}

A.menu:link {
	COLOR: #f1d780;  TEXT-DECORATION: none; text-align: left;
}
A.menu:visited {
	COLOR: #f1d780;  TEXT-DECORATION: none; text-align: left;
}
A.menu:active {
	COLOR: #f1d780;  TEXT-DECORATION: none; text-align: left;
}
A.menu:hover {
	COLOR: #ffffff;  TEXT-DECORATION: none; text-align: left;
}

.header{
	height: 130px;
}

.headerTitle{
	font: 16px arial, sans-serif;
	COLOR: #ffffff;
	font-weight: bold;
	padding: 6px;
	text-align: right;
	padding-top: 12px;
}

.subHeader{
	height: 25px;
	background: #303b41;
	color: #fff;
}


.moduleMessagesError{
	color: #d01724;
	background: #FFECF1;
	padding:4px;
}

.moduleMessagesOk{
	color: #358d0f;
	background: #e3f5db;
	padding:4px;
}

.moduleListTable{
	border-collapse:collapse;
	padding: 3px;
}

th{
	background-color: #a8abb0;
	padding:3px;
	color: #fff;
}

.formLabel{
	text-align: right;
	background: #ffffff;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #cad2d7 solid;
}
.formInput{
	background: #f0f2f3;
	border-left: 1px #cad2d7 solid;
	border-bottom: 1px #cad2d7 solid;
}
.formButtons{
	background: #f0f2f3;
	height: 42px;
	border-top: 1px #cad2d7 solid;
}

.noResults{
	text-align:center;
	padding:16px;
}

.noticia_div{
	padding:4px;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tituloSeccion{
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
}

.noticia_destacadaNO{

}

.noticia_destacadaSI{
	border: 1px solid gray;
	padding: 3px;
	background: #f3f3f3;
}

.noticia_fecha{
	font-weight: normal;
    font-size: 8pt;
    color: #808186;
}

.noticia_titulo{
	font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

.noticia_resumen{
	font-weight: normal;
    color: #333;
}

.comentario_foto{
	font-weight: normal;
	font-size: 7pt;
	line-height: 13px;
    color: #333;
}

A.noticia_enlace:link {
	COLOR: #000000;  TEXT-DECORATION: none
}
A.noticia_enlace:visited {
	COLOR: #000000;  TEXT-DECORATION: none
}
A.noticia_enlace:active {
	COLOR: #000000;  TEXT-DECORATION: none
}
A.noticia_enlace:hover {
	COLOR: #000000;  TEXT-DECORATION: underline
}

.bullet{
	font-size: 8px;
	font-weight: bold;
}

.recuadro{
margin-top: 10px; margin-bottom:10px; padding: 4px; background: #f1f1f1; border: 1px #ccc solid;
}
