@charset "utf-8";

/*General classes V1*/
*{
margin:0;
padding:0;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-family:"Arial Black", Gadget, sans-serif
color:#737373;
}
html, body, div, a{ position:relative; }
div, a{ overflow:hidden;}
ol, ul {
list-style:none;
padding:0;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-collapse: separate;
border-spacing: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

body {
line-height: 1;
color: black;
width:100%;
background-color:#FFF;
position:relative;
font: normal 100% Arial, Helvetica, sans-serif, serif;
}

hr{
margin:5px 0;
}

/*FUENTES V1*/
h1{
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-size:1.8em;
font-weight:400;
line-height:1.5em;
padding:0.5em;
color:#000;	
}
h2{
text-decoration: none;
font-family:Verdana, Geneva, sans-serif;
font-size:1.5em;
font-weight:400;
line-height:1em;
padding:0.5em;
color:#000;	
}
h3{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:400;
line-height:1.4em;
padding:0.5em;
color:#000;	
}
h4{
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-size:1.2em;
font-weight:400;
line-height:1em;
padding:0.5em;
color:#000;	
}
h5{
text-decoration: none;
font-family:Verdana, Geneva, sans-serif;
font-size:1.2em;
font-weight:600;
line-height:1em;
padding:0.5em;
color:#000;	
}
h6{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:600;
line-height:1.2em;
padding:0.5em;
color:#000;	
}
span{
text-decoration: none;
font-family:inherit;
font-size:inherit;
font-weight:inherit;
line-height:inherit;
padding:0;
display:inline;
}
p{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:400;
line-height:1.2em;
padding:0.5em;
color:#000;	
text-align:justify;
}
ul li{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:400;
line-height:1em;
padding:0.5em;
color:#000;	
}
a{
text-decoration:none;
}

small{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:0.5em;
font-weight:400;
line-height:1em;
padding:0em;
color:#000;	
text-align:justify;
}

.img{
	width:100%;
	margin:0 0 -5px 0;
	margin: 0;
	padding:0;
	position:relative;
}