@charset "UTF-8";

   html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {

    border: 0;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;

}
body {
	font-size: 100%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}

h1 {font-size: 3em;}

@media screen and (max-width: 64em) {
h1 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 50em) {
h1 {
    font-size: 3em;
  }
}

@media screen and (max-width: 30em){
h1 {
    font-sitze: 2.5em;
  }
}
p {
   font-size: 1.5em;
   line-hight: 1.3 em
     }
	 
.titulo01  {
	font-size: 48px;
	color: #030303;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.titulo01_pag  {
	color: #030303;
	text-decoration: underline;
	font-weight: bold;
	font-size: xx-large;
}
.titulo2  {
	font-size: 14px;
	color: #0024FF;
}
.titulo3 {
	font-size: 2.5em;
	text-align: center;
	color: #030303;
	text-decoration: none;
	font-weight: bold;
}
.texto {
	font-size: 2em;
	text-align: left;
}
.texto_pie {
	font-size: 14px;
}
.texto_negrita {
	font-size: 2em;
	font-weight: bold;
	vertical-align: top;
}
a:link
{
	text-decoration: underline;
	color: #030303;
	font-size: 2em;
	margin-top: 5em;
}
