/*****************************************
              RESET
******************************************/
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, sub, sup, tt, var,
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-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body  { background-color:#fff; line-height: 1; color: black;}

table { border-collapse: collapse; border-spacing: 0; }

strong { font-weight:bold;}
em     { font-style:italic;}

sup             { color:#F00; font-weight:bold; padding:0 3px;}
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }

blockquote, q { quotes: "" ""; }

hr { border : 0; height : 1px; background-color:#e5e5e5; margin : 1em 0px;}

/*****************************************
              Tipografias
******************************************/
/* Cabeceras */

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;}
h5 {font-size: 10px; text-align:center}
h6 {font-size: 12px;}

h1,h2,h3,h4,h5,h6 { font-family:Georgia, "Times New Roman", Times, serif; margin-bottom:10px; color: #33241B; }

/* Parrafos */

p  { font:12px/1.5 normal Arial, Helvetica, sans-serif; color:#666; margin-bottom:10px;}

/* Listas-Link */

ol, ul    {list-style: disc; margin-left:40px; margin-bottom:10px; padding-left:0px; color:#333;}
ol        { list-style: decimal;}
a, ul, li { font-size:12px; line-height:1.5;}

a:link, a:visited { text-decoration: none; color: #003B9E; text-decoration:underline; }
a:hover, a:active { color: #006BC0; text-decoration: underline; }

/* Comunes */

.clear { clear:both;}
.txt12 { font-size:12px}
.txt13 { font-size:13px}
.tit   { padding-bottom:10px; border-bottom:2px solid #33241b}
