#structure{
    width: 1000px;
    margin: 0 auto;
}

#content{
    margin-top: 30px;
}

#header img{
    width: 700px;
    display: block;
    margin: 0 auto;
}

h3{
    font-size: 110%;
    line-height: 150%;
    text-align: center;
    font-weight: bold;
}

#frmcandidatos{
    margin-top: 30px;
}

#frmcandidatos fieldset fieldset{
    border: 2px solid #FFF;
}

#frmcandidatos input[type="radio"]{
    float: left;
    margin: 50px 20px 0 0;
}

#frmcandidatos img{
    float: left;
    margin-right: 10px;
}

#frmcandidatos span{
    line-height: 150%;
}

#frmcandidatos span.nome{
    font-weight: bold;
}

#frmcandidatos fieldset{
    margin: 10px;
}

#frmcandidatos fieldset fieldset{
    float: left;
    width: 460px;
}

#frmcandidatos fieldset *{
    cursor: pointer;
}

#frmcandidatos .ID{
    border: 1px dashed #F00;
    padding: 30px 5px;
    width: 500px;
    margin: 20px auto 0;
    text-align: center;
    font-weight: bold;
}

#frmcandidatos #msg_erro_cpf{
    color: #F00;
    font-size: 90%;
    font-style: italic;
    margin-left: 200px;
    margin-top: 5px;
    font-weight: normal;
}

#frmcandidatos .botoes{
    text-align: center;
    margin-top: 40px;
}

#frmcandidatos input[type="submit"]{
    padding: 10px 30px;
    background-color: #DDD;
    cursor: pointer;
}

.result1, .result2{
    padding: 20px 5px;
    width: 50%;
    line-height: 150%;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    color: #009933;
    background-color: #ccffcc;
    font-size: 130%;
}

.result2{
    color: #F00;
    background-color: #ffcccc;
}

.destaque1{
    color: #352C87;
}

.separador{
    height: 15px;
}

.enfase{
    font-weight: bold;
}

.enfase2{
    font-style: italic;
}

h3{
    margin: 50px 0 10px;
    font-size: 220%;
    color: #352C87;
    font-family: arial;
}

.contador{
    color: #009933;
    font-weight: bold;
    font-size: 220%;
    text-align: center;
    margin-bottom: 50px;
    font-family: arial;
}

#tbAgenda{
    width: auto;
    margin: 0 auto;
}

#tbAgenda td{
    width: 100px;
    text-align: center;
}

p.style1{
	font-weight: bold;
	text-align: center;
}

p.style1 a{
	/*color: #352C87; */
	text-decoration: underline; 
	font-weight: bold;
}

label span{
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    color: #F00;
}

@media screen and (max-width: 767px)
{
    .header-desk
    {
      display: none;
    }

}

@media screen and (min-width: 767px)
{
    .header-mobile
    {
      display: none;
    }

}