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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
    }
    
body {
    line-height: 1;
    }

ol{
    list-style-type: decimal;
    list-style-position: inside;
    }

ul{
    list-style: disc;
    list-style-position: inside;
    }
	
    ul li,
    ol li{
        margin: 5px 0;
        }

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	
	
/**********	Reset by Jeison **********/

button::-moz-focus-inner{
    border:0;
    padding:0;
    }

strong{
    font-weight: bold;
    }
	
em{
    font-style: italic;
    }
	
	
.both {	
    clear:both;
    }
		
	
/***/
html, body {
    width: 100%;
    height: 100%;
    text-align: center;	
    font-family: "DejaVu Sans", arial, tahoma, verdana, "Ubuntu","Ubuntu Beta","Bitstream Vera Sans";
    }

a{
    color: #999;
    outline: none;
    }

a:hover{
    color:#999;
    text-decoration: underline;
    }

h1{	
    font-size: 2em;
    margin-bottom: 20px;
    }
	
    .linhaFina{
        margin-bottom: 40px;
        }
		
h2{
    font-size: 2em;
    margin-bottom: 10px;
    }
	
h3{
    font-size: 1.067em;
    margin-bottom: 3px;
    }
		
h4{
    font-size: 1.067em;
    margin-bottom: 3px;
    }
		
h5{	
    font-size: 1em;
    margin-bottom: 3px;
    }
h6{	
    font-size: 1em;
    margin-bottom: 3px;
    }

.boxTexto {
    padding-bottom: 24px;
    }
	
p{
    margin-bottom: 1em;
    font-size: 1em;
    line-height: 1.083em;
    }

input, textarea, select {
    padding: 2px;
    border: 1px solid #444;
    outline: none;
    }
	
input[type="radio"]{
    border: 0px;
    }	

textarea {	
    height: 100px;
    overflow: auto; 
    font-size: 1em;
    }
	
select{	
    width: auto;
    }	
	
    option{
        padding: 2px 0 0 2px;
        }

button {
    border: 0px;
    cursor: pointer;
    }
