.return{
        width: 65px;
    float: left;
    margin-top: 20px
}

.frente{
        width: 65px;
    float: right;
    margin-top: 20px
}
	

.radio{
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 5px;
}

.texto{
	margin-left: 50px;
	color: white;
    text-shadow: 1px 1px #000;
}

.imagem {
	position: absolute;
    right: 34%;
    margin-top: -80px;
}

.titulo{
font-size: 18px;
    font-family: verdana;
    font-weight: bold;
    color: darkblue;
    border-radius: 10%;

}

.bemvindo{
	right: 5%;
    position: absolute;
    width: 22%;
    background-color: cornsilk;
    border-radius: 10%;
    padding: 10px;h: 23%;
	}

.propaganda{
	right: 5%;
    position: absolute;
    width: 23%;
	}
	fieldset{
    font-size: 16px;
    font-family: verdana;
    background-color: #f2fff7;
    padding: 5px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #bbec95;
    background-image: url(fundo.jpg);
    background-size: 100%;
    width: 55%;
    height: 155px;
    margin-top: 35px;
    background-position: top;
    margin-left: 10%;
    padding-top: 0;
        background-size: cover;

}

body{
	background-color: #e8e8e8;
	margin: 0;
 	padding: 0;
}

#cabecalho{
	height: 150px;
	background-color: #5662ae;
	width: 100%;
	font-size: 24px;
}

#cabecalho_texto{
	text-align: center;
    vertical-align: middle;
    /* line-height: 90px; */
    font-size: 90px;
    color: #fff;
    font-family: fantasy;
    top: 33px; 
}

.enviado{
    position: relative;
    top: 59px;
    left: 38px;
    color: #fff700;
    font-size: 20px;
    font-family: verdana;
    text-shadow: 2px 2px 1px black;
}