/*
    La Buena Vida
    CSS 2.1
*/
body {
    font-family: Tahoma;
    font-size: 11px;
    line-height: 13px;
    
    padding: 0px;
    margin: 0px;
    
    width: 100%;
    height: 100%;
    
    background-image:url(../img/bg-cloud.png);
    background-repeat:repeat-x;
}

h2 {
    position: relative;
    margin: 0px;
    padding: 5px;

    font-size: 11px;
    color: #585858;
}

p {
    margin: 0px;
    padding: 5px;
}

#container{
    width: 766px;
    
    position: relative;
    left: 50%;
    top: 20px;
    margin-left: -383px;
}

#top { 
    width: 100%;
    float: left;
    
    background-image:url(../img/top.png);
    height:280px;
    top:50px;
}

#content {     
    width: 100%;
    float: left;
    
    min-height: 550px;
    
    background-image: url(../img/bg-body_y.png);
    background-repeat:repeat-y;
    background-attachment: scroll;
}

#content-box-main {
    width: 506px;
    margin-left: 214px;
}

#content-box-main span {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #468ca2;    
}

#content-box-main ol {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;    
    list-style: none;
}

#content-box-main ol li {
    margin: 0px;
    background-image: url( ../img/bullet.gif );
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#content-box-main ol li em {
    margin-left: 10px;
    font-style: normal;
}

#content-box-main ol li a {
    margin-left: 10px;
    font-weight: bold;
    color: #468ca2;
    text-decoration: none; 
}

#content-box-main ol li a:hover {
    font-weight: bold;
    color: #77d2ef;
    text-decoration: none; 
}

#logo {       
    position: absolute;
    top: 70px;
    left: 366px;
     
    width: 180px;
    height: 180px;
    background-image: url( ../img/logo-buenavida.png );
    background-repeat: no-repeat;
    
}

#logo-text{

 	position: absolute;
    top: -3px;
    left: 46px;
     
    width: 174px;
    height: 75px;
	
	background-image:url(../img/buenavidavillage.png);
	
}

#logo-vida{
	position: absolute;
    top: -32px;
    left: 206px;
     
    width: 300px;
    height: 300px;
	
	background-image:url(../img/vidavillage.png);


}

#box-colonnafoto {
    position: absolute;
    bottom: 134px;
    left: 37px;
    
    background-image: url(../img/colonna-sx.png);
    width: 167px;
    height: 550px;
}

#content-box-columnleft {
    position: absolute;
    top: 90px;
    left: 40px;
    
    width: 169px;
    min-height: 200px;
}

#content-box-columnleft .bocsfucsia ul {
    margin: 0px;
    padding: 5px;
    
    list-style-type: none;
}

#content-box-columnleft .bocsfucsia ul li {
    background-image: url( ../img/stars.png );
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#content-box-columnleft .bocsfucsia ul li a {
    display: block;
    width: 120px;
    height: 25px;
    margin-left: 15px;
    line-height: 25px;
    text-indent: 10px;
    font-size: 12px;
    text-decoration: none;
    color: white;
    background-color: #a42e3c;
    border-left: 1px dotted #cf1932; 
    border-bottom: 1px dotted #cf1932;
}

#content-box-columnleft .bocsfucsia ul li a:hover {
    background-color: #cf1932;
}

#content-box-columnleft .bocsgrigio ul {
    margin: 0px;
    padding: 5px;
    
    list-style-type: none;
}

#content-box-columnleft .bocsgrigio ul li a {
    display: block;
    width: 120px;
    height: 20px;
    margin-left: 15px;
    line-height: 20px;
    text-indent: 10px;
    font-size: 12px;
    text-decoration: none;
    color: white;
}

#content-box-columnleft .bocsgrigio ul li a:hover {
    background-color: #969696;
}

#content-box-columnleft .bocsfucsia, #content-box-columnleft .bocsgrigio {
    margin-bottom: 10px;
}

#box-fisiomass{
	width:167px;
	height:160px;
    margin-bottom: 10px;
}

#box-newsletter{
	width:167px;
	height:160px;
    margin-bottom: 10px;
}

#content-box-news {
    position: absolute;
    top: 21px;
    right: 40px; 
       
    width: 160px;
    min-height: 150px;
}

.newshome {
    padding: 5px;
}

.newshome h2 {
    
    border-bottom: 2px solid #EBEBEB;
    
    padding: 5px !important;      
    padding-left: 0px !important;
    
    color: #EA422F;     
}

.newshome a {      
    font-weight: bold;
    color: #468cb3;
    text-decoration: none;
}

.newshome a:hover {
    font-weight: bold;
    color: #77d2ef;
    text-decoration: none;
}


.bocs-body div {
    position: relative;
    top: -20px;
    left: 10px;
    width: 95%;
} 

.map {
    left: 50%;
}

#bottom {          
    width: 100%;
    float: left;
    
	height:29px;
	background-image:url(../img/piede.png);
}

#address {
    width: 100%;
    float: left;
    height:65px;
    
    margin-top: 10px;
    
    padding-top: 20px;
    text-align: center;
    line-height: 15px;
    
    background-image:url(../img/footer.png);
    background-repeat: no-repeat;
}

#address a {
    color: #EA422F;
    font-weight: bold;
    text-decoration: none;
}

#address a:hover {
    color: #EA422F;
}

/* Grigio Chiaro */

div.bocs{
	width:506px; 
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.bocs-top{
    background-image:url(../img/box-top.png);
    height:29px;
}

div.bocs-body{
    background-image:url(../img/box-bg.png);
    background-repeat:repeat-y;
}

div.bocs-bottom{
    background-image:url(../img/box-bottom.png);
    height:29px;
}

/* Grigio */

div.bocsgrigio{
	width: 169px;
}

div.bocsgrigio-top{
    background-image:url(../img/boxgrigio-top.png);
    height:29px;
}

div.bocsgrigio-body{
    background-image:url(../img/boxgrigio-bg.png);
    background-repeat:repeat-y;
    color:#ffffff;
}

div.bocsgrigio-bottom{
    background-image:url(../img/boxgrigio-bottom.png);
    height:29px;
}

/* Fucsia */
div.bocsfucsia{
	width: 169px;;
}

div.bocsfucsia-top{
background-image:url(../img/boxfucsia-top.png);
height:29px;
}

div.bocsfucsia-body{
background-image:url(../img/boxfucsia-bg.png);
background-repeat:repeat-y;
color:#ffffff;
}

div.bocsfucsia-bottom{
background-image:url(../img/boxfucsia-bottom.png);
height:29px;

}

/* banner pagina corsi  */
div.banner-piscina{
	
	width: 507px;
	height:230px;
	background-image:url(../img/piscina-top.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

div.banner-spinning{
	
	width: 507px;
	height:230px;
	background-image:url(../img/spinning-top.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

div.banner-fitness{
	
	width: 507px;
	height:230px;
	background-image:url(../img/fitness-top.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

div.banner-kravmaga{
	
	width: 507px;
	height:230px;
	background-image:url(../img/kravmaga-top.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

div.banner-danza{
	
	width: 507px;
	height:230px;
	background-image:url(../img/danza-top.png);
	background-repeat:no-repeat;
	background-position:center;
	
}

div.banner-bodycombat{
	
	width: 507px;
	height:230px;
	background-image:url(../img/bodycombat-top.png);
	background-repeat:no-repeat;
	background-position:center;
	
}


/* Gallery */

.gallery {
    background-color: #ebebeb;
}

.gallery a img {
    border: 0px;
}

.gallery a:hover {
    opacity: .7;
}

/* Settimana */

#cal {       
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
 
    font-family: Tahoma;
    font-size: 11px;
    text-align: center;
    
    background-color: #fff;
                                     
    border: 1px solid #d6d6d6;
}

#cal div {
    position: relative !important;   
    top: 0px !important;
    left: 0px !important;
} 

#cal-header {
    width: 100%;
    height: 30px;
    
    background-color: #f1ffff;
}

#cal-header ul, #cal-times ul {
    list-style-type: none;
    
    padding: 0px;
    margin: 0px;
}

#cal-header ul li {
    float: left;
    height: 30px;
    line-height: 30px;
}

#cal-times {
    float: left;
    width: 100%;
    
    font-size: 11px;
}

#cal-times ul {
    position: relative;
    left: -83px;
}

#cal-times ul li {
    float: left;
    text-align: left;
    text-indent: 5px; 
    width: 100%;
    
    border-bottom: 1px solid #f0f0f0;
}

#cal-times ul li:hover {
    background-color: #f8f8f8;
}    

#cal-times ul li span {
    display: block;
    width: 80px;
    padding-right: 2px;
    text-align: right;
    
    color: #000;
    font-weight: normal;
    
    background-color: #EBEBEB;
    
    border-right: 1px solid #D6D6D6;
}

.activity {
    color: #585858;
    font-weight: normal;
    font-size: 11px;
    position: absolute !important;
    line-height: 15px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.activity p {
    vertical-align: middle;
    line-height: 18px;
    margin: 0px !important;
    padding: 0px !important; 
}

.activity:hover {
    color: #000;
}

.activity .hint {
    z-index: 10000 !important;    
    display: none;
    width: 200px;
    height: 100px !important;
    line-height: 15px !important;
    text-align: left !important;
    padding: 5px;
    margin-left: 5px;
    position: absolute;
    font-weight: normal !important;
    color: #000 !important;
    top: 5px;
    left: 10px;
    background-color: #F0F0F0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}