body {
	font-family: Verdana, Geneva, sans-serif;
	 text-align:center;
	 margin:0;
	 padding:0;
}


html { 
  background: url(../img/fundo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header {
    height: 108px;
    margin-top: 0;
    width: 100%;
}


img {
    float: left;
    margin: 0 7px 0 0;
}

img.vencedores {
    float: left;
    margin: 0 7px 0 17px;
}

h3 {
    margin: 0 10px 0 0;
}

a {
    color: #606161;
    line-height: inherit;
    text-decoration: underline;
	font: bold 13px Arial,Helvetica,sans-serif;
}

a:hover, a:focus {
	color: #fff;
	font-style: italic;
}



/* Logos TopBox Centro/Conteúdo */


.centro {
	text-align:left;
	margin:0 auto;   
    width: 900px;
}



.boxfundo {
    background: rgba(0, 0, 0, 0) url("../img/boxfundo.png") no-repeat scroll 0 0;
    height: 270px;
    margin: 221px auto 221px 150px;
    position: absolute;
    width: 588px;
}



.clear {
    clear: both;
}




/* Logos Topo */





.logo1 {
    background: rgba(0, 0, 0, 0) url("../img/logo1.png") no-repeat scroll 0 0;
    float: left;
    height: 111px;
    margin-bottom: 10px;
    margin-left: 150px;
    margin-top: 0;
    width: 580px;
    border-radius: 25px;
}


.logorodape3 {
    background: url("../img/logorodape3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 65px;
    margin: 100px 0 0 60px;
    width: 180px;
}


.logorodape2 {
    background: url("../img/logorodape2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 65px;
    margin: 90px 0 0 23px;
    width: 180px;
}
.logorodape1 {
    background: url("../img/logorodape1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 65px;
    margin: 100px 0 0;
    width: 180px;
}

.logorodape4 {
    background: url("../img/logorodape4.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 65px;
    margin: 100px 0 0;
    width: 180px;
}


/* Form */


.divform {
    margin: 57px auto 0 50px;
    width: 360px;
}


.campo {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 2px;
    color: #333;
    font: 13px Arial,Helvetica,sans-serif;
    height: 22px;
    margin: 0 0 15px -67px;
    padding: 0 6px;
    width: 177px;
}

.campo1 {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 2px;
    color: #333;
    font: 13px Arial,Helvetica,sans-serif;
    height: 22px;
    margin: 0 52px 6px 0;
    padding: 0 6px;
    width: 177px;
}

.fonteform {
    color: #00274E;
    float: left;
    font: bold 18px Arial,Helvetica,sans-serif;
    padding-top: 0;
}
.ok {
    background: none repeat scroll 0 0 #2b3d4f;
    border: 0 none;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    float: right;
    font: bold 13px Arial,Helvetica,sans-serif;
    height: 30px;
    margin-right: 86px;
    margin-top: 5px;
    text-align: center;
    width: 80px;
}


/* DÚVIDA */



.duvida {
    background: rgba(0, 0, 0, 0) url("../img/info.png") no-repeat scroll 0 0;
    float: left;
    height: 15px;
    left: 51px;
    margin-bottom: 0;
    margin-left: 88px;
    margin-top: 5px;
    position: absolute;
    top: 77px;
    width: 15px;
}
.duvida.dois {
	margin-left: 65px;
}
.duvida span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    color: #000;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 6px 0 0 196px;
    opacity: 0;
    padding: 4px 6px;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}
.duvida:hover span {
	opacity: 0.90;
}

/* DÚVIDA */





/* DÚVIDA */


.duvida2 {
	background: url("../img/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 15px;
	margin-bottom: 0;
	margin-left: 87px;
	margin-top: 5px;
	position: absolute;
	width: 15px;
	left: 52px;
	top: 114px;
}
.duvida2.dois {
	margin-left: 65px;
}
.duvida2 span {
   background: none repeat scroll 0 0 #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    color: #000;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 5px 0 0 197px;
    opacity: 0;
    padding: 4px 6px;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}
.duvida2:hover span {
	opacity: 0.90;
}

/* DÚVIDA */



p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.texto {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-left: 55px;
    margin-top: 20px;
    text-align: justify;
}
