/* 
    Document   : style
    Created on : 31/01/2013, 11:52:24
    Author     : guilherme
    Description:
        Purpose of the stylesheet follows.
*/
*{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: arial;
}

body {
    background: url(img/texture.jpg) repeat;
}

.container {
    top: 50%;
    margin-top: -135px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 170px;
    position: absolute; 
}

.contato {
    margin-left: 10px;
    position: absolute;
    width: 330px;
    padding-top: 10px;
}

.separador {
    position: absolute;
    background: black;
    width: 1px;
    height: 100%;
    left: 340px;
}

.logo {
    position: absolute;
    width: 330px;
    height: 87px;
    top:50%;
    margin-top: -43.5px;
}

span{
    font-size: 12px;
}

.titulo {
    font-size: 14px !important;
    font-weight: bolder;
}

.endereco {
    
}

.cep {
    
}

.fone {
    
}

.fax {
    
}

.email {
    
}

a, a:hover, a:active, a:link, a:visited {
    color: black !important;
    text-decoration: none;
}