*{
	margin: 0 auto;
	padding: 0px;
}

body{
	text-align: center;  	
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}

#consultas {
    padding-bottom: 12px;
    background-image: url(../img/email-back.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}


h9{
    font-size: 14px;
    line-height: 40px;
}

p{
    color: white;
}



#com {
    font-size: 22px;
    text-align: center;
    color:black;
    padding:20px;
    }

}




label {
display:block;
margin-top:20px;
letter-spacing:1px;
}
.formulario {
display:block;
margin:0 auto;
width:510px;
color: #666666;
font-family:Arial;
}
form {
margin:0 auto;
width:400px;
margin-bottom: 12px;
font-size: 14px;
text-align: left
}

input, textarea {
width:380px;
height:20px;
background:#666666;
border:2px solid #f6f6f6;
padding:10px;
margin-top:5px;
font-size:12px;
color:#ffffff;
}

textarea {
height:150px;
}
