.left{
    float: left;
}
.right{
    float: right;
}

#result_of{
    width: 600px;
    border: 1px solid #eaeaea;
    background-color: white;
    margin-bottom: 20px;
    padding: 10px;
}

#result_of_between{
    height: 28px;
}

#left{
    float: left;
    width: 620px;
    margin-left: 10px;
    background-color: #F3F5F5;
}

#right{
    float:left;
    width: 300px;
    margin-left: 20px;
    background-color: #F3F5F5;    
}


#mapres{
    float:left;
}

#search_near{
    float: left;
    width: 290px;
    height: 40px;
    background-color: #086ca2;
    top:290px; 
    left:6px;
    border:0px;
    position: absolute;
}

.maplist{
    width: 288px; 
    height: 270px; 
    overflow:hidden; 
    top:6px; 
    left:6px;
    border:0px;
    position: absolute;
}

#menu_left{
    float: left;
    width: 140px;
    background-color: #f7f7f7;
    position: relative; 
}

.tittle_menu{
    float: left;
    width:130px;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
}

.content_menu{
    float: left;
    width:130px;
    font-size: 18px;
    padding: 5px;
    background-color: #f7f7f7; 
}

.subtittle_menu{
    margin-left: 5px;
    font-size: 11px;
    font-weight: normal;
}

.line_white{
    float: left;
    width: 140px;
    background-color: white;
    height: 2px;
}

.line_grey{
    float: left;
    width: 140px;
    background-color: #d8dad9;
    height: 2px;
}

.option_menu{
    float: left;
    padding-left: 15px;
    width: 100px;
}

.btns_menu{
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 11px;
    color:#000;
    text-decoration: none;
}
.btn_image_menu{
    margin-left: 5px;
    margin-top: 5px;   
}

#list{
    margin-left: 25px;
    float: left;
    width: 455px;
}

.list_each{
    width: 461px;
    height: 159px;
    background-color: #cee7f2;
    margin-bottom: 16px;
    position:relative;
    overflow: hidden;
}

.listplacename{
    font-family:arial;
    font-size: 13px;
    font-weight: bold;
    color:#000000;
    text-decoration: none;
}
#pager{
    width: 461px;
    margin-top:30px;
    height: 28px;
    position: relative;
    background-color: #fff;
}
.paginado{
    text-align: right;
    width: 461px;
    margin-top:5px;
}
#pager ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#pager li{
    margin: 0px;
    padding: 0px;
    float: left;
    display: inline;
    margin-left: 3px;
}
#pager a{
    text-decoration: none;
    color:#4c4c4c;
}
.mapaquehaycerca{
    width: 302px;
    height: 336px;
    background-image: url('imgs/resultado/backmapa.jpg');
    position: relative;
    margin-bottom: 10px;
}
.listaddress{
    font-size:12px;
    width:260px;
    margin-top:8px;
    color:#4c4c4c;
}
.listphone{
    font-size:13px;
    width:160px;
    margin-top:8px;
    margin-bottom:5px;
    color:#4c4c4c;
}
.highlist{
    background-image: url('imgs/resultado/backceleste.jpg');
}
.normallist{
    background-color: #ffffff;
    background-image: url('imgs/resultado/backblanco.jpg');
}
.listtags{
    color:#4c4c4c;
    font-size:10px;
    width:160px;
    margin-top:3px;
    font-weight: normal;
}

.number_list{
    position: absolute;
    top:5px;
    left: 5px;
    background-image: url('imgs/number_list.png');
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    padding-left: 2px;
    padding-top: 2px;
    font-weight: normal;
    color:white;
    font-size: 11px;
}

.information_list{
    width: 280px;
    height: 130px;
    position: absolute;
    top:5px;
    left: 28px;
    font-family: arial;
    font-weight: bold;
    color:white;
}

.image_list{
    float: left;
    width: 100px;
    height: 100px;
    margin-top: 5px;
}

.rank_list{
    position: absolute;
    width: 96px;
    height: 42px;
    overflow: hidden;
    top:10px;
    right: 5px;
    text-align: right;
}

.about_each{
    float:left;
    padding-left:10px;
    height:105px;
    width:170px;
}
.estrellaslist{
    width:90px;
    margin-right: 0px;
}
.bottom_menu{
    position: absolute;
    padding:0px;
    margin: 0px;
    width: 461px;
    height: 26px;
    background: #fff url('imgs/resultado/backfooteractions.jpg');
    font-size: 9px;
    color:#898989;
    bottom:0px;
    left: 0px;
    padding-left: 10px;
    overflow: hidden;
}

.image_comments{
    width:25px;
    height:25px;
    background-image:url('imgs/commentballoon.png');
    background-repeat:no-repeat;
    margin-top:5px;
    margin-left:5px;
    font-size: 12px;
    font-weight: bold;
}

.cant_comments{
    font-size:10px;
    color:black;
    margin-top:10px;
    font-weight: normal;
    margin-right: 7px;
}

.black{
    color:black;
}
.white{
    color:white;
}
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}


.discount_tab{
    background-image:url('imgs/resultado/esquina-recorte.png');
    background-repeat: no-repeat;
    position:absolute;
    right:-2px;
    bottom:-2px;
    z-index:5;
    width: 62px;
    height: 78px;
}

