/* CSS Document */

.filtros
{
    width: 940px;
    font-size: 11px;
}
.hideFilters
{
    background: #EEEEEE url(../images/menos.jpg) 90px 5px no-repeat;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    float: right;
    height: 20px;
    line-height: 18px;
    padding: 0 0 0 10px;
    text-align: left;
    width: 100px;
    margin: 15px 0 0;
}
.showFilters
{
    background: #EEEEEE url(../images/mas.jpg) 90px 5px no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    height: 20px;
    line-height: 18px;
    padding: 0 0 0 10px;
    text-align: left;
    width: 100px;
    margin: 15px 0 0;
}

.filtros-cont
{
    width: 940px;
    height: 116px;
    overflow: hidden;
}
.filtros h3
{
    font-size: 12px;
}

.comidas
{
    width: 602px;
    float: left;
}
.derecha
{
    width: 338px;
    float: left;
}

.t-comidas
{
    background: #EEEEEE;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    padding: 0 0 0 8px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
}

.tools_c_s
{
    float: right; /*width: 400px;*/
}

.t-precio
{
    height: 22px;
    line-height: 22px;
    background: #EEEEEE;
    padding: 0 0 0 8px;
    font-weight: bold;
}

.t-ordenar
{
    height: 22px;
    line-height: 22px;
    background: #EEEEEE;
    padding: 0 0 0 8px;
    font-weight: bold;
}

.comidas-cont
{
    background: #F5F5F5;
    padding: 3px 0 0 8px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    height: 90px;
    border-right: 1px dashed #E3E3E3;
}

.precio-cont
{
    background: #F5F5F5;
    padding: 3px 0 0 6px;
    height: 90px;
    border-right: 1px dashed #E3E3E3;
}

.ordenar-cont
{
    background: #F5F5F5;
    padding: 3px 0 0 8px;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    height: 90px;
    width: 180px;
}

.col
{
    float: left;
    width: 162px;
}

ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul li
{
    padding: 1px 2px 1px 0px;
}
ul li span
{
    font-size: 11px;
    color: #888;
}

.mostrar
{
    width: auto;
    float: left;
    margin-top: 13%;
}


.precio
{
    float: left;
    width: 150px;
}

.cont-1
{
    float: left;
    width: 70px;
}
.cont-2
{
    float: left;
    width: auto;
}

.ordenar
{
    float: left;
}

.paginado
{
    margin: 14px 0 0 0;
}
.paginado span
{
    font-weight: bold;
}
.paginado p a
{
    padding: 0 3px;
}
.paginado p a:hover
{
    border: 0;
    background: #E9E9E9;
}

.contenido
{
    width: 940px;
}
.col-izq
{
    width: 628px;
    float: left;
}

.result_big
{
    border-top: 1px dashed #E3E3E3;
    padding: 5px 0 0 0;
    height: 95px;
    width: 622px;
}
.logo
{
    border: 1px #e4e4e4 solid;
    width: 80px;
    height: 80px;
    padding: 0;
    float: left;
    margin: 4px;
}
.logo img
{
    width: 76px;
    height: 76px;
}
.logo-cont
{
    margin: 2px;
}
.logo a:hover
{
    border: 0;
}

.result_cont
{
    float: left;
    width: 515px;
    padding-left: 8px;
}
.result_cont p, .review
{
    /*font-size: 11px;*/
    margin: 0;
}
.result_cont h2
{
    font-size: 14px;
    margin: 4px 0 0 0;
}
.result_cont h2 span, .review span, .info span
{
    color: #888;
}

.categoria, .info, .info1, .info2, .puntaje, .estrellas, .comentarios, .promociones, .descuentos
{
    float: left;
}
.categoria
{
    width: 320px;
    height: 20px;
    margin: 5px 0 0;
}

.estado
{
    float: right;
}
.text
{
    float: left;
    text-align: right;
}
.img
{
    float: left;
    padding: 1px 0 0 5px;
}

.info
{
    margin: 0 20px 0 0;
}
.info1
{
    width: 405px;
    margin: 0 20px 0 0;
}
.info2
{
    width: 510px;
    margin: 5px 20px 0 0;
}

.info2 p
{
    padding-top: 1px;
}
.promociones
{
    background: url(../images/promo.png) no-repeat;
    margin: 0 15px 0 0;
    padding: 0 0 0 22px;
    height: 20px;
}
.descuentos
{
    background: url(../images/descuento.png) no-repeat;
    margin: 0 15px 0 0;
    padding: 0 0 0 22px;
    height: 20px;
}

.puntaje
{
    margin: 0 15px 0 0;
}

.estrellas
{
    height: 20px;
}
.comentarios
{
    padding-left: 4px;
}

.col-der
{
    float: left;
    margin-left: 10px;
}
.mapa img
{
    border: 1px #e4e4e4 solid;
}

.reviews
{
    width: 300px;
    border: 1px #e4e4e4 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 16px 0 0 0;
}
.reviews h3
{
    margin: 10px 0 0;
    padding: 0 0 0 10px;
}
.review
{
    width: 280px;
    padding: 10px 12px;
}
.review p
{
    padding: 0;
    margin: 0;
    line-height: 16px;
}
.nombre-resto
{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 3px;
}
span.titulo
{
    font-weight: bold;
    color: #333;
}

.division
{
    border-top: 1px #e4e4e4 solid;
    width: 266px;
    margin: 0 0 0 16px;
}
.cont-review
{
    float: left;
    width:270px;
}

.spacer
{
    clear: both;
    line-height: 0;
    height: 0;
}

.comidas-cont ul
{
    float: left;
    width: 148px;
}

.map_res_tit
{
    /*float: left;*/
    width: 800px;
    height: 30px;
}

.map_res_tit_h1
{
    float:left;
    font-size:18px;
    letter-spacing: -1px;	
    margin: 0 4px 0 0;
}

.map_res_tit h1
{
	float:left;
	margin:0;
	padding:0;	
	margin: 0 4px 0 0;
}
.map_res_tit h1 span
{
    font-weight: normal;
}

:root .map_res_tit h1 { line-height:20px \0/IE9; }  /* IE9 */

.map_res_l
{
    float: left;
    width: 630px;
    margin: 15px 0 0;
}
.map_res_r
{
    float: right;
    width: 300px;
    margin: 15px 0 0;
    position: relative;
}


#map
{
    border: 1px solid #CCCCCC;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 298px;
    z-index: 5;
}

#ctl00_ContentMain_map_container
{
    width: 300px;
    z-index: 4;
}
#ctl00_ContentMain_map_container.fixed
{
    position: fixed;
    top: 5px;
}
#ctl00_ContentMain_map_container.bottom
{
    bottom: 0px;
    position: absolute;
}

/*--------------------------------------------------
    RATING
--------------------------------------------------*/
.no_rating
{
    height: 15px;
    vertical-align: top;
    width: 75px;
    margin: 0 0 0 5px;
    float: right;
    width: 150px;
}

/*Msg*/

.not_found_msg
{
    padding: 10px;
    border: 1px #EEEEEE solid;
    background: #F5F5F5;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 20px;
}
.not_found_msg ul
{
    margin: 10px 0 0;
}
.not_found_msg ul li
{
    list-style: square;
    margin: 0 0 0 15px;
}

.not_found_msg span
{
    font-weight: bold;
    font-size: 15px;
    color: #8E8E8E;
}

/*TOOLS*/
.tools
{
    font-size: 11px;
    border: 1px #cfcfcf solid; /*behavior: url(/css/border-radius.htc);*/
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: #f8f8f8;
    height: 20px;
    padding: 7px;
    margin-top: 10px;
}

.optLink
{
    color: #0A79AF;
    text-decoration: none;
    font-size: 12px;
}

.optLinkDis
{
    text-decoration: none;
    font-size: 12px;
    color: #333333;
}


.tools_down
{
    font-size: 14px;
    height: 20px;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    width: 611px;
    border-top: solid 1px #E4E4E4;
}

.tools select
{
    border: 1px solid #CFCFCF;
    font-size: 11px;
    padding: 2px;
    height: 22px;
    font-family: Arial;
}
.tools_sort
{
    margin: 0 10px 0 0;
    float: left;
}
.tools_search
{
    float: left;
}
.tools_search input[type="text"]
{
    font-size: 11px;
    border: 1px #cfcfcf solid;
    padding: 3px;
    height: 15px;
    line-height: 15px;
}
.tools_search input[type="submit"]
{
    font-size: 11px;
}
.tools_c_s
{
    float: right; /*width: 400px;*/
}
.tools_count
{
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
}
.tools_show
{
    float: right;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
}
.tools_pages
{
    float: left;
    height: 20px;
    line-height: 20px;
}
.tools_pages span
{
    margin: 0 10px 0 0;
}
.tools_pages a
{
    margin: 0 5px 0 0;
    font-size: 14px;
}
.tools_pages_sel
{
    font-weight: bold;
    color: #333;
}
.tools_pages_sel:hover
{
    color: #333;
    text-decoration: none;
    cursor: default;
}


/*---------------------------------------------
    RESTAURANT COMMENTS
---------------------------------------------*/
.res_review
{
    width: 570px;
    margin: 10px 0 0 0;
    border-bottom: 1px #dfdfdf dotted;
}
.res_review_img
{
    float: left;
    height: 60px;
    width: 60px;
}
.res_review_title
{
    font-size: 13px;
    font-weight: bold;
}
.res_review_cont
{
    float: left; /*width: 535px;*/
    width: 498px;
    margin: 0 0 0 10px;
    color: #111;
    line-height: 18px;
    text-align: justify;
}
.res_review_posted
{
    height: 20px;
    float: left;
    width: 400px;
    margin: 5px 0 0;
}
.res_review_posted a
{
    color: #111;
    margin: 0 10px 0 0;
    font-size: 11px;
}
.res_review_posted span
{
    color: Gray;
    font-size: 11px;
}
.res_review_rating
{
    width: 90px;
    float: right;
    margin-top: 5px;
}
.review_form tr td
{
    vertical-align: top;
    line-height: 30px;
}
.review_form .label
{
    color: #525252;
    padding: 0 20px 0 0;
    text-align: right;
    width: 105px;
}
.review_form input
{
    padding: 5px;
    width: 255px;
}
.review_form textarea
{
    height: 95px;
    width: 400px;
    font-family: Arial;
}
.btnSendReview
{
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0 10px 130px;
}
/*REVIEW VOTE*/
.rating_title
{
    color: #525252;
    font-size: 11px;
    line-height: 10px;
    text-align: center;
}
.rating_container
{
    margin: 0 0 5px 30px;
}
.rating ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.rating ul li
{
    float: left;
    width: 15px;
    height: 16px;
    cursor: pointer;
    display: block;
}
.rating ul a
{
    width: 15px;
    height: 16px;
    display: block;
}
.no_reviews
{
    background: #fff6bf;
    border: 1px solid #ffd324;
    margin: 20px auto 0 auto;
    padding: 10px;
    text-align: center;
    width: 320px;
    color: #525252;
}


/*carteles*/

.estado  {
	display:inline-block;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	}
.e-arriba {
	background:url(../images/clavo.png) no-repeat bottom; 
	width:100%; 
	height:12px
	}
.e-abajo-a {
	 background: url("/images/bkg-green.png") repeat-x scroll 0 0 #8AA602;
    border: 1px solid #85A201;
    border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    padding: 2px 3px;
	}
.e-abajo-c {
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	 background: url("/images/bkg-red.png") repeat-x scroll 0 0 #C5161B;
    border: 1px solid #A60B0F;
    padding: 2px 3px;
	}
.e-abajo-b {
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: url("/images/bkg-orange.png") repeat-x scroll 0 0 #FF9500;
    border: 1px solid #FF8000;
    padding: 2px 3px;
	}
.e-desconectado 
{
    color: #888888;
	}

.rev_popup_top
{
    height:auto;
}
.rev_popup_tit
{
    font-size: 18px;
    font-weight: bold;
}
.rev_popup_rate
{
    height: 25px;
    margin: 5px 0 0;
}
.rev_popup_stars
{
    width: 90px;
    float: left;
}
.rev_link_reviews
{
    width: 200px;
    float: left;
}
.rev_popup_pages
{
    text-align: center;
    margin: 10px;
}
.rev_popup_pages a
{
    font-size:13px;
    margin: 0 6px 0 0;
}
/* para sacar */
.fb_titulo {
    border-bottom: 1px solid #E4E4E4;
    height: 30px;
}
.fb_scroll_3 {
    height: 245px;
    overflow: hidden;
}
.fb_promo {
    border-bottom: 1px solid #E4E4E4;
    height: 70px;
    padding: 5px 0;
}
.fb_texto {
    float: left;
    height: 75px;
    margin: 0 12px 0 6px;
    overflow: hidden;
    width: 440px;
}
.fb_pedir {
    border-left: 1px dashed #E4E4E4;
    float: left;
    height: 66px;
    padding: 0 0 0 18px;
    text-align: center;
}
.fb_ir_menu {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.fb_precio span {
    font-size: 16px;
    font-weight: bold;
}
.fb_precio {
    padding: 4px 0 12px;
}
