/* 
    Document   : css-contato
    Created on : 15/10/2013, 15:00:19
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

#conteudo{
    width: auto;
    min-width: 1024px;
    height: auto;
    min-height: 1320px;
    margin: auto;
    

}
#mapa iframe{
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-top: 20px;
}
#contatos{
    width: auto;
    min-width: 800px;
    max-width: 1100px;
    height: auto;
    min-height: 720px;
    margin: auto;
    
}
#contato1{
    width: 400px;
    height: 680px;
    float: right;
    margin: 30px auto;
}
#contato1 h1{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 24px;
    
    
   
}
#contato1 h2{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    width: 300px;
    font-weight: bold;
   
}
#contato1 h3{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 18px;
    width: 300px;
    font-weight: bold;
   
}

#contato1 p{
    padding: 10px 0 0 35px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 16px;
   
   
}


#formContato{
    width: 470px;
    height: 600px;
    float: left;
    margin: 60px auto auto 3px;
    border-radius:4px;
    border:#ddd 3px solid;
    float: left
}
#formContato form{
    padding-left: 15px;
}
#formContato h1{
    padding: 10px 0 0 15px;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 15px 0 20px 0;
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-size: 24px;
}
label{
    font-family: "trebuchet MS",Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 15px;
}
.campoTexto, .campoMensagem {
    width:370px;
    height: 22px;
    border-radius:3px;
    border: solid 1px #333;
    margin: 5px 0 15px 15px;
    padding: 8px 11px 8px 11px;
    overflow: visible;
    

}

form input[type=text]:focus, form input[type=password], form textarea:focus {
    box-shadow:0px 0px 4px green;
}
form input[type=text]:hover, form input[type=password], form textarea:hover {
    box-shadow:0px 0px 4px orange;
}

.campoMensagem {
    height: 150px;
}

.btn1 {
    width: 69px;
    height: 43px;
    line-height: 43px;
    background: url("../img/btn1.png") 0px 0px;
    border: none;
    color: #1f1f1f;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    display: block;
    font-size: 13px;
    text-align: center;
}

.btn1:hover {
    background: url("../img/btn1.png") 0px 44px;
    color: #fff;
    cursor: pointer;
}

