/*

    BLOCK IMAGE

*/

#block_image{
    position: relative;
    width: 950px;
    left: 25px;
    height: 130px;
    overflow: hidden;
}


/*

    BLOCK TEXT

*/

#block_text{
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
}


/*  Menu  */
#block_text_left{
    float: left;
    position: relative;
    width: 200px;
    height: 320px;
    padding-left: 25px;
    padding-top: 20px;
}

#block_text_left ul{
    color:#808080;
}

#block_text_left li{
    font-size: 16px;
    font-weight: bold;
}

/*  Text  */

#block_text_right{
    float: left;
    position: relative;
    width: 700px;
    height: 100%;
}

#block_text_right_one{
    position: relative;
    width: 550px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}


#block_text_right_left{
    float: left;
    position: relative;
    width: 300px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

#block_text_right_right{
    float: left;
    position: relative;
    width: 300px;
    height: auto;
    left: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
}


/* News like */

#block_text_right_press{
    position: relative;
    width: 550px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

#block_text_right_press > div{
    position: relative;
    width: 550px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#block_text_right_press .text{
    position: relative;
    float: left;
    width: 400px;
}

#block_text_right_press .date{
    position: relative;
    float: left;
    white-space: nowrap;
    padding-left: 20px;
    width: 100px;
    height: 20px;
}


/*

    BLOCK LIST PLACES

*/

#block_places{
    position: relative;
    width: 950px;
    left: 25px;
    max-height: 500px;
    overflow: hidden;
    font-family: "Helvetica";
    border-top: 1px solid #D9D9D9;
}

#block_places_menu{
    position: absolute;
    height: 100%;
    width: 195px;
    padding: 20px 0px 0px 0px;
}

#block_places_list{
    float: right;
    position: relative;
    height: 100%;
    padding-left: 20px;
    width: 800px;
}

