/*
Triton modification
Author: ZeNz0r
*/

/*LAYOUT1*/
.center{
    width:950px;
}
.lay-front-page{ 
    float:left; 
    width:950px; 
    margin-top:15px; 
    background:url(images/lay-front-page_bg.png) repeat-y;

    }
    
.lay-front-page .barra{ 
    width: 223px; 
    height: 155px;
    float:left; 
    margin-right:19px; 
    margin-bottom:15px;
    /*border-bottom:7px solid #dfdfdf;*/
    position:relative; 
    /*padding-bottom:10px;*/
    padding: 0px, 0px, 10px, 0px;
    text-decoration: none;
    /*border-radius:0px 60px ;
    border-top-left-radius: 30px 80px;
    border-bottom-right-radius: 60px 80px;*/
    text-shadow: 0 2px 3px #787878;
    }
    
#one .barra {
    /*background-color:#83A488;*/
    background:url(images/verde.png);
    padding-top:25px;
    text-transform: uppercase;
    }
    
#two .barra {
    /*background-color:#E2D9A0;*/
    background:url(images/amarelo.png);
    padding-top:25px;
    text-transform: uppercase;
    }
        
#three .barra {
    /*background-color:#E2A0B4;*/
    background:url(images/roxo.png);
    padding-top:25px;
    text-transform: uppercase;
    }
        
#four .barra {
    /*background-color:#A0B1E2;*/
    background:url(images/azul.png);
    padding-top:25px;
    margin-right:0px !important;
    text-transform: uppercase;
    }
    
.lay-front-page h1, ul, li{
    text-decoration:none;
    /*color:#171717;*/
    list-style-type: none;
    padding-left: 1em;
    margin: 0px;
    color:#000;
}

.ul.conteudo{
    padding-top:9px;
}

.lay-front-page h1{
    padding-bottom:18px;
    font-size:125%;
    color:#fff;
    text-transform:uppercase;
}
    
.lay-front-page ul, li{
    padding-bottom:8px;
    padding-right:10px;
    color:#fff;
}

.post_content li{
    color:#000;
}
/*
.mfr_logo{
    float:left;
    height: 100px;
}

.ambito_logo{
    float:right;
    height:100px;
}
*/