/*
    Document   : estrutura
    Created on : 15/03/2011, 16:56:37
    Author     : Filipe   filipe@maqina.com.br
    Description: Estilos da pagina de estrutura.
*/

@import url("_basico.css"); /* funcionalidades basicas de css */
@import url("_template.css"); /* configuracoes do projeto */


#content{padding-bottom: 110px !important;}

.tt-main{width:171px; height:32px; background-position: -5px -444px;}
.tt-refeicoes{width:156px; height:25px; background:url("../imagem/titles/titles.png") -373px -237px no-repeat; margin-bottom:10px;}
.tt-colaboradores{width:162px; height:21px; background:url("../imagem/titles/titles.png") -369px -181px no-repeat; margin-bottom:10px;}
.tt-unidades{width:247px; height:25px; background:url("../imagem/titles/titles.png") -286px -121px no-repeat; margin-bottom:10px;}



#main img{
    float: right;
margin-top: -40px;
padding-bottom: 60px;
}
.refeicoes{
    float:left;
    margin-top:0px;
}
.colaboradores{
    float:left;
    margin-top:40px;
}
.unidades{
    float:left;
    margin-top:40px;
}
#main .refeicoes img,#main .colaboradores img,#main .unidades img{
    float:none;
    margin-top:0;
}

.cont-icones{
    width: 980px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    left: 50px;
}

.icones{
bottom: 0px;
float: right;

}




