/* Basic HTML
--------------------------------------------------------------------------------*/
body {
	/*font-family: "Dosis Medium", sans-serif;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.5pt;
	color: #333;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/* =Headings
--------------------------------------------------------------------------------*/

h1 {font-size: 36pt;}
h2 {font-size: 30pt;}
h3 {font-size: 24pt;}
h4 {font-size: 18pt;}
h5 {font-size: 15pt;}
h6 {font-size: 12pt;}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'FjallaOne Regular', sans-serif;
	padding:3px;
	margin:0px;
}
h6 {
	color: #3399cc;
	text-transform: uppercase;
	font-family: "Dosis Medium", sans-serif;
}
.h_color, .h_color_a{color: #3399cc;}

.h_color_a:hover{
	color:#9acd68;
}

/* =Spacing
--------------------------------------------------------------------------------*/
ol {list-style: decimal;}
ul {}
li {}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {}
.wf_footer {font-size: 8pt;text-align: center;}
.tit_noticias {border-bottom: #E0E0E0 solid 2px;margin-right: 10px;}

p{padding: 5px;}
