@charset "utf-8";
/* CSS Document */
/*COMUN PARA TODO EL PORTAL*/
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.4em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}

/*PARA TODO LOS A DEL PORTAL*/
a:link {
	color:#0b3858;
	text-decoration:none;
	}

/*PARA TODO LOS HOVER DEL PORTAL*/
a:hover {
	color:#03C;
	line-height: normal;
	text-decoration: underline;
}
/**/
a:visited {
	color: 53534b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}

a img {
    border: none;
    text-decoration: none;
}
img {
    border: none;
    text-decoration: none;
}

/*CLASES DEFINIDAS*/
.gris {
	color:#757575;}
.marron {
	color:#633915;}
.verde {
	color:#82AF20;}
.azul {
	color:#19457b;}
.naranja {
	color:#FF6500;}
.amarillo {
	color:#FFC600;}
.verde_o {
	color:#3B9134;}
.negro {
	color:#000000;}
.blanco {
	color:#ffffff;}
.b_gris {
	color:#757575;
	font-weight:bold;}
.b_marron {
	color:#633915;
	font-weight:bold;}
.b_verde {
	color:#82AF20;
	font-weight:bold;}
.b_azul {
	color:#19457b;
	font-weight:bold;}
.b_naranja {
	color:#FF6500;
	font-weight:bold;}
.b_amarillo {
	color:#FFC600;
	font-weight:bold;}
.b_verde_o {
	color:#3B9134;
	font-weight:bold;}
.b_negro {
	color:#000000;
	font-weight:bold;}
.b_blanco {
	color:#ffffff;
	font-weight:bold;}
.xsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#848484;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
}
.xbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
}
.xbig_bl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	color:#FFF;
}
#mostrar_noticia h5 {
	color:#090;
}
