@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,300,600);


/*
INICIO DO CSS RESET - PADRAO PR TODO SITE
*/
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, imput
q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;    
    text-decoration: none;     
    text-align: left; 
    vertical-align: baseline;    
    outline: 0px; 
    padding: 0px; 
    margin: 0px; 
    border: 0px; 
    border-spacing: 0px; 
    border-collapse: collapse;     
    list-style-type: none; 
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -webkit-hyphens: auto; 
    -moz-hyphens: auto;    
    hyphens: auto; 
    -ms-word-break: break-word; 
    word-break: break-word;
    word-wrap: break-word;    
    -ms-interpolation-mode: bicubic;
}
/*
FIM DO CSS RESET - PADRAO PR TODO SITE
*/




/*
GERAL DO PROJETO
*/
body {
    font-size: 12pt;
    font-family: "Arial";
    background: url("/site/assets/img/geral-background.jpg") no-repeat fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#divmae {
    width: 1010px;
    margin: 40px auto 20px auto;
    background-color: #ffffff;
    border: 5px solid #f0f0f0;
}



textarea, input, select {
    color: #757575;
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    padding: 3px;
    margin-top: 5px;
}

textarea, input {
    width: 100%;
}

select {
    width: 200px;
}

textarea:focus, input:focus, select:focus {
    background-color: #ffffff;
}

input[type="submit"] {
    background: #d01010;
    color: #FFFFFF;
    font-weight: normal;
    font-family: Arial;
    font-size: 9pt;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px;
    margin: 15px 0px 0px 0px;
    cursor:pointer;
    width: auto;
}
    input[type="submit"]:hover {
        background: #800000;
    }






#colesquerda {
    float: left;
    width: 250px;
    min-height: 700px;
}
    
    #colesquerda .logotipo {
        width: 200px;
        margin: 20px auto;
        display: block;
    }

           
            
            

#coldireita {
    float: right;
    width: 710px;
    margin: 20px 20px;
}


    .form_texto {
        float: left;
        width: 25%;
        text-align: right;
        padding-right: 10px;
        padding-top: 10px;}

    .form_input {
        float: left;
        width: 75%;
        text-align: left;
        margin-bottom: 10px;
        font-size: 10pt;
        font-style: 'Open Sans';
    }

    

img.rodape {
    width: 100px;
    margin: 0px auto 10px auto;
    display: block;
}

