
body {line-height: 16px; color: #666666; font: 12px/1.80 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif; }
a:focus { outline: 1px dotted invert; }

/* =Espaciado
--------------------------------------------------------------------------------*/

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Titulares
--------------------------------------------------------------------------------*/

h1 { font-size: 25px; }
h2
{
	font-size: 20px;
}

h2.titular
{
	line-height: 24px;
	color: #6aa480;
	font-weight: normal;
	font-variant: small-caps;
}

h3 { font-size: 14px; }
h3.noticias
{
	padding-left: 5px;
	line-height: 26px;
	height: 26px;
	background-image: url(../images/fondo_tit_noticias.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	margin-bottom: 0;
}
h3.eventos
{
	padding-left: 5px;
	line-height: 26px;
	height: 26px;
	background-image: url(../images/fondo_tit_eventos.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	margin-bottom: 0;
}
h3.casos
{
	padding-left: 5px;
	line-height: 26px;
	height: 26px;
	background-image: url(../images/fondo_tit_casos.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	margin-bottom: 0;
}
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }



