body{
    background-image: url('./../img/bg_bahia.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    color:#8e8e8e;
}

#header{
    background-image: url('./../img/bg_header.png');
	background-position: 51% 50%;
}

#header ul{
    padding-left: 10px;
}


/*** HOME ***/

div.main ul li{
    float:none;
    margin-top:0px;
}

div.home h1{
    background-image:url('./../img/bahia_logo.png');
    width:567px;
    padding-top:121px;
    height:0px;
    overflow:hidden;
    margin: 0px auto 40px;
}

div.submenu{
    float:left;
    width:25%;
    background-image:url('./../img/bg_submenu.png');
    background-position: left top;
    background-repeat: no-repeat;
    height:450px;
}

ul#submenu{
    padding-top:35px;
    height: 280px;
}

ul#submenu li{
    float:none;
    margin: 0px 0px 4px 20px;
	/**width:100px;**/
}

ul#submenu li a{
    color:#cdcdcd;
    font-size:12px;
    display:inline-block;
    line-height:36px;
}

ul#submenu li a:hover{
    color: #777;
}

ul#submenu li.selected a{
    background-image:url('./../img/bullet.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:15px;
    font-weight:bold;
    color:#693b28;
}

ul#submenu li.selected{
    background-image:url('./../img/a_selected.png');
    background-position: 90% center;
    background-repeat: no-repeat;
    
}


ul#redes-sociales li{
    float:none;
    margin-left: 18px;
}

ul#banners{
    margin-top:52px;
    *margin-top:25px;
}

ul#banners li{
    margin-top:0px;
    margin-bottom:25px;
}

ul#banners li.moro{
    margin-left:-5px;
    *margin-top:-15px;
}

/*** content ***/

div.content{
    float:left;
    width:70%;
    padding-left:20px;
    height:697px;
    padding-top:35px;
    background-image:url('./../img/bg_content.png');
    background-position: left top;
    background-repeat: no-repeat;
    font-size:12px;
}

div.content h2{
    font-family: 'TrajanProRegular';
    font-size:18px;
    color:#ffffff;
    margin-bottom:20px;
    margin-top:10px;
}

div.content h2.lineaSuperior{
    border-top: 1px solid gray;
    clear: both;
    margin-right: 50px;
    margin-top: 19px;
    padding-top: 20px
}

div.content p{
    text-align:left;
    margin:0px;
    margin-bottom:20px;
    margin-right:50px;
    line-height: 15px;
}

div.content ul{
    list-style: disc;
    list-style-position: inside
}

div.content img.fotoSalon{
    float: right;
    margin: 0 50px 10px 10px;
}

div.plano{
    background-color: #3a3a3a;
    margin: 20px 50px 0px 0px;
    color: #7f7f7f;
}
div.plano img{
    float:left;
    margin-right: 10px;
}
div.plano p{
    margin: 10px 0;
    padding: 10px 0;
}
div.plano p a{
    font-weight: bold;
    color: #7f7f7f;
}

/*** FOOTER ***/
#footer{
    clear:both;
    background-image: url('./../img/bg_footer.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding-top:43px;
    text-align:center;
    font-size:11px;
    color:#827f7f;
    *margin-top:-25px;
}

#footer span{
    color:#693b28;
}
