/* ========================================================================== HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Squada+One);
@import url(http://fonts.googleapis.com/css?family=Luckiest+Guy);
@import url(http://fonts.googleapis.com/css?family=Londrina+Solid);

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
background:#b3d4fc;
text-shadow:none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
img {
	display: block;
}
/* ========================================================================== Author's custom styles ========================================================================== */

html, body, a, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*font-family: Georgia, Times, "Times New Roman", serif;*/
	font-family: 'Lato', sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
a, a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}
p {
	font-family: 'Lato', sans-serif;
}
html {
	height: 100%;
	background: url("../img/fondo.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
/*col*/
.col {
	float: left;
}
/*col 1*/
.col_1 {
	width: 66%;
	margin-right: 2%;
}
/*col 2*/
.col_2 {
	width: 32%;
}
/*no margin right*/
.no_margin_right {
	margin-right: 0 !important;
}
/*no margin bottom*/
.no_margin_bottom {
	margin-bottom: 0 !important;
}
/*center module*/
.center_module {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
/*content*/
.content {
	margin-top: 15px;
	height: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
}
/*wrapper*/
.wrapper {
	border-radius: 10px;
	border: 7px solid rgba(24, 6, 6, 0.65);
}
/*header*/
header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: url(../img/header_parrilla2.jpg) center top no-repeat;
	position: relative;
	/*background-image: url("../img/encabezado.png"); background-repeat: repeat-x;*/
	background-color: #000000;
	height: 240px;
	width: auto;
	position: relative;
}
header .atajos {
	position: absolute;
	top: 6px;
	right: 7px;
}
header .atajos ul {
	display: inline-block;
	width: 100%;
}
header .atajos ul li {
	float: left;
	margin-left: 3px;
}
header .atajos ul li a {
	font-family: 'Lato', sans-serif;
	display: inline-block;
	background-color: #E07A00;
	border-radius: 4px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
header .atajos ul li a:hover {
	background-color: #FF7A00;
}
header .logo {
	width: 169px;
	height: 160px;
	margin: 0 0 0 20px;
	display: block;
	position: relative;
	top: 15px;
}
header .control {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
header .control .frase {
	margin-bottom: 9px;
	text-shadow: 0px 1px 1px #0F0909;
	font-weight: normal;
	font-size: 23px;
	color: #EB1D00;
	display: inline-block;
	vertical-align: bottom;
	line-height: 22px;
	font-family: 'Squada One', cursive;
}
/*parrilla*/
.parrilla {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3%;
}
.parrilla:nth-of-type(2n) {
	margin-right: 0;
}
.parrilla .img {
	background-color: #7A0000;
	position: relative;
	margin-bottom: 2%;
}
.parrilla .img img {
	width: 100%;
	height: auto;
}
.parrilla .bajada {
}
.parrilla .bajada .tit {
	color: #553606;
	font-size: 24px;
	line-height: 30px;
	display: block;
	font-weight: normal;
}
.parrilla .bajada .txt {
	font-size: 13px;
	line-height: 16px;
	color: rgb(78, 78, 78);
}
.parrilla .ubicacion a:hover {
	text-decoration: underline;
}
.parrilla .ubicacion span, .parrilla .ubicacion a {
	font-family: 'Lato', sans-serif;
	color: #EC4F04;
	font-size: 12px;
	font-weight: bold;
}
.parrilla:hover .votos {
	background-color: #C70000;
}
.parrilla:hover .bajada .tit {
	color: #C70000;
	text-decoration: underline;
}
.parrilla:hover .img img {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=80);
	/* Netscape */
	-moz-opacity: 0.8;
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Good browsers */
	opacity: 0.8;
}
/*destacadas*/
.destacadas {
	display: inline-block;
	/*background-color: rgb(240, 216, 181);*/
	background-color:#FFFFFF;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 11px;
	border:1px solid #ECA011;
}
.destacadas.destacada-sola, .destacadas.destacada-sola .parrilla {
	width: 100%;
}
.destacadas.destacada-sola .parrilla {
	margin-bottom: 0;
}
.destacadas.destacada-sola .parrilla .bajada {
	float: left;
	width: 45%;
	margin-left: 2%;
	margin-bottom: 0;
}
.destacadas.destacada-sola .parrilla .img {
	float: left;
	margin-bottom: 0;
	z-index:100;
}
.destacadas .parrilla{ position:relative;}
.destacadas.destacada-sola .parrilla .chef, .destacadas .parrilla .chef{
	position:absolute;
	right:2px; top:-10px;
	z-index:200;
	background:url(../img/chefcito.png) center top no-repeat;
	display:block;
	width:70px; height:67px;
	margin:140px 0 0 265px;
	}
/*breadcrumb*/
.breadcrumb a:hover {
	text-decoration: underline;
	color: rgb(97, 1, 1);
}
/*votos*/
.votos {
	position: absolute;
	right: 0;
	top: 30px;
	background-color: #EC4F04;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 3px 9px;
}
.votos p, .votos a {
	float: left;
	margin-right: 15px;
	font-family: Georgia, Times, "Times New Roman", serif !important;
	color: #ffffff !important;
	font-size: 18px;
	font-weight: normal;
}
.votos a {
	text-decoration: underline;
}
.votos .icon {
	background-image: url("../img/sprites.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 15px;
	width: 17px;
	position: relative;
	display: inline-block;
	top: 2px;
	margin-right: 3px;
}
.votos .vote {
	font-size: 15px;
	position: relative;
	top: 3px;
}
/*tw-grupo*/
.tw-grupo {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	background-color: white;
	border-radius: 6px;
}
.tw-grupo * {
	font-size: 14px;
}
.tw-grupo .tw-titulo {
	padding: 3%;
	border-bottom: 1px solid rgb(236, 236, 236);
}
.tw-grupo .tw-titulo p {
	font-weight: bold;
}
.tw-grupo .tw-item {
	display: inline-block;
	width: 100%;
	padding: 3%;
	border-bottom: 1px solid rgb(226, 226, 226);
	float: left;
}
.tw-grupo .tw-item:last-child {
	border: 0;
}
.tw-grupo .tw-img {
	float: left;
	width: 12%;
	margin-right: 2%;
}
.tw-grupo .tw-img img {
}
.tw-grupo .tw-cont {
	float: left;
	width: 86%;
}
.tw-grupo .tw-cont a {
	display: inline-block;
	color: #BE1E00 !important;
}
.tw-grupo .tw-cont a:hover {
	text-decoration: underline;
}
.tw-grupo .tw-cont .tw-txt {
}
.tw-grupo .tw-cont .tw-nombre-usuario {
	font-weight: bold;
}
.tw-grupo .tw-cont .tw-arroba-usuario {
	font-weight: normal;
	font-size: 12px;
	color: rgb(131, 131, 131);
}
.tw-grupo .tw-cont .tw-user-link {
	color: rgb(63, 63, 63) !important;
}
.tw-grupo .tw-cont .tw-user-link .tw-arroba-usuario {
	text-decoration: none !important;
}
.tw-grupo .tw-wrap {
	overflow-x: hidden;
	max-height: 280px;
}
/*buscador*/
.buscador {
	margin: 0 20px;
	display: inline-block;
	vertical-align: bottom;
	background-color: #f5f3ee;
	border-radius: 4px;
	padding: 3px;
	padding-bottom: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.buscador input[type="text"] {
	float: left;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid rgb(97, 25, 25);
	font-size: 13px;
	margin-right: 4px;
}
.buscador input[type="submit"] {
	float: left;
	background-color: #EB1D00;
	border-radius: 4px;
	padding: 9px 13px;
	font-size: 13px;
	color: #ffffff;
}
.buscador input[type="submit"]:hover {
	background-color: #D55500;
}
/*pestanas*/
.pestanas {
	display: inline-block;
	vertical-align: bottom;
}
.pestanas ul {
}
.pestanas ul li {
	margin-right: 5px;
	float: left;
	background-color: #f5f3ee;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.pestanas ul li a {
	font-weight: normal;
	font-size: 16px;
	color: #5A2821;
	float: left;
	line-height: 15px;
	padding: 6px 5px 6px;
	text-transform:capitalize;
}
/*nav ubicacion*/
nav.ubicacion {
	display: inline-block;
	width: 100%;
	background-color: #3a2917;
	border-radius: 5px;
}
nav.ubicacion ul {
	display: inline-block;
	vertical-align: bottom;
}
nav.ubicacion ul li {
	display: inline-block;
	margin-right: 12px;
}
nav.ubicacion ul li a {
	float: left;
	padding: 6px;
	font-weight: normal;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 25px;
}
nav.ubicacion > ul > li {
	float: left;
}
nav.ubicacion ul li.mega-hover, nav.ubicacion ul li a:hover {
	background-color: #E07A00;
}
nav.ubicacion ul li ul {
	padding: 5px 10px;
	display: inline-block;
}
nav.ubicacion ul li ul li a {
	font-size: 17px;
}
nav.ubicacion ul li ul li a:hover {
	text-decoration: underline;
}
nav.ubicacion li .sub-container {
	border-radius: 10px;
	background-color: #E07A00;
	border-top-left-radius: 0;
}
nav.ubicacion .modo {
	font-family: 'Squada One', cursive;
	display: inline-block;
	vertical-align: bottom;
	padding: 7px 15px;
	margin-right: 15px;
	color: #E07A00;
	font-size: 20px;
	line-height: 23px;
}
/*hr*/
hr {
	margin: 0;
}
/*titulo*/
.titulo {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
/*titulo t1*/
.titulo.t1 .tit {
	z-index: 1;
	position: relative;
	color: #553606;
	padding-right: 12px;
	font-size: 24px;
	line-height: 30px;
	float: left;
	display: block;
	font-family: 'Squada One', cursive;
	font-weight: normal;
}
.titulo.t1 hr {
	margin: 0;
	overflow: hidden;
	width: auto;
	position: relative;
	margin-top: 1em;
	display: block;
	height: 0;
	border-top: 1px solid #ffa217;
}
/*titulo t2*/
.titulo.t2 .tit {
	z-index: 1;
	position: relative;
	color: #E07A00;
	padding-right: 12px;
	font-size: 24px;
	line-height: 30px;
	float: left;
	display: block;
	font-family: 'Squada One', cursive;
	font-weight: normal;
}
.titulo.t2 hr {
	margin: 0;
	overflow: hidden;
	width: auto;
	position: relative;
	margin-top: 1em;
	display: block;
	height: 0;
	border-top: 1px solid #ffa217;
}
/*titulo t3*/
.titulo.t3 .tit {
	z-index: 1;
	position: relative;
	color: #E07A00;
	font-size: 19px;
	line-height: 29px;
	padding-right: 12px;
	float: left;
	display: block;
	font-family: 'Squada One', cursive;
	font-weight: normal;
}
.titulo.t3 hr {
	margin: 0;
	overflow: hidden;
	width: auto;
	position: relative;
	margin-top: 1em;
	display: block;
	height: 0;
	border-top: 1px solid #ffa217;
}
/*banner*/
.banner {
	text-align: center;
	margin: 15px 0;
	display: inline-block;
	width: 100%;
}
.banner img {
	display: inline;
}
/*btn_agregar*/
.btn_agregar {
	margin-top: 15px;
	background: url("../img/btn_agregar.jpg") repeat center center;
	position: relative;
	width: 100%;
	display: inline-block;
	font-weight: normal;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 34px;
	font-style: italic;
	text-align: center;
	border: 7px solid rgb(151, 0, 0);
	border-radius: 4px;
}
.btn_agregar a {
	text-shadow: 1px 2px 3px #0F0909;
	padding: 9px 0;
	display: inline-block;
}
.btn_agregar:hover {
	border: 7px solid rgb(255, 82, 0);
}
/*fb_box*/
.fb_box {
	margin-bottom: 0px;
}
.fb_box iframe {
	width: 100% !important;
}
/*paginacion*/
.paginacion {
	width: 100%;
	text-align: center;
	border: 0;
	display: inline-block;
}
.paginacion a {
	font-size: 14px;
}
.paginacion a:first-of-type {
	color: #EC4F04;
}
.paginacion a:last-of-type {
	color: #EC4F04;
}
.paginacion a:hover, .paginacion .current {
	font-size: 14px;
	color: #EC4F04;
	text-decoration: underline;
}
.paginacion .current, .paginacion a {
	margin: 0 5px;
}
.paginacion .pages {
	display: none;
}
.paginacion .single_page {
	color: #222 !important;
}
/*ranking*/
.ranking {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	background-color: rgb(223, 217, 210);
	border-radius: 4px;
	padding: 9px;
}
.ranking .titulo .icon {
	background-image: url("../img/sprites.png");
	background-repeat: repeat-x;
	background-position: -17px -1px;
	height: 26px;
	width: 35px;
	position: relative;
	display: inline-block;
	top: 3px;
	margin-right: 3px;
}
.ranking ul {
	list-style: none;
}
.ranking ul li:nth-of-type(1) a {
	background-color: #CE1620;
}
.ranking ul li:nth-of-type(2) a {
	background-color: #D13D04;
}
.ranking ul li:nth-of-type(3) a {
	background-color: #E75C1A;
}
.ranking ul li a {
	line-height: 17px;
	padding: 2px;
	display: inline-block;
	width: 100%;
	background-color: #EB742B;
	border-radius: 4px;
	margin-bottom: 2px;
}
.ranking ul li:hover a {
	background-color: #852C10;
}
.ranking ul li:hover .num {
	background-color: rgb(252, 116, 25);
}
.ranking ul li p {
	display: inline-block;
	font-family: 'Squada One', cursive;
	color: #ffffff;
	line-height: 16px;
	padding: 0px;
	position: relative;
	top: 3px;
	font-size: 18px;
}
.ranking ul .num {
	background-color: rgb(60, 27, 27);
	border-radius: 4px;
	padding: 1px 3px 3px 3px;
	line-height: 18px;
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	height: 23px;
	width: 23px;
	text-align: center;
	vertical-align: middle;
}
.ranking .titulo .tit {
	color: #BE1E00;
}
.ranking .titulo hr {
	border-top: 1px solid #BE1E00;
}
/*tags*/
.tags {
	display: inline-block;
	margin-bottom: 15px;
	background-color: rgb(223, 217, 210);
	border-radius: 4px;
	padding: 9px;
}
.tags .titulo .tit {
	color: #BE1E00;
}
.tags .titulo hr {
	border-top: 1px solid #BE1E00;
}
.tags a {
	float: left;
	color: #EC4F04;
	margin-right: 10px;
}
.tags a:hover {
	text-decoration: underline;
}
/*attachment_list*/
#attachment_list {
}
#attachment_list div {
	font-family: 'Lato', sans-serif;
	background-color: #EEECEC;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid rgb(206, 187, 155);
	font-size: 13px;
	width: 100%;
	margin-top: 3px;
}
#attachment_list div input {
	color: red;
	margin-left: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}
/*footer*/
footer {
	background-color: #f5f3ee;
	width: auto;
	position: relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 0 15px;
	margin-bottom: 10px;
}
footer .banner {
	margin: 5px 0;
	border-bottom: 1px solid rgb(180, 180, 180);
}
footer .franja {
	padding: 8px 17px;
	background-color: rgb(151, 20, 20);
}
footer nav {
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
}
footer nav ul {
}
footer nav ul li {
	line-height: 13px;
	float: left;
	margin-right: 20px;
}
footer nav ul li a {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
footer nav ul li a:hover {
	text-decoration: underline;
}
footer nav ul li:last-child a {
	color: #EB742B;
}
footer .redes {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 8px;
	right: 0px;
}
footer #___plusone_0 {
	margin-right: 10px !important;
}
footer .links {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
}
footer .links > .col {
	width: 29%;
	margin-right: 6%;
}
footer .links > .col:nth-of-type(3) {
	margin-right: 0;
}
footer .links .col_4 {
	width: 29%;
	margin-right: 6%;
}
footer .links .col_4:nth-of-type(3) {
	margin-right: 0;
}
footer .links .tit {
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	color: #474747;
	font-size: 12px;
	font-weight: bold;
}
footer .links a {
	float: left;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	color: #EB742B;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
footer .links a:hover {
	text-decoration: underline;
}
/*similares*/
.similares {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}
.similares .parrilla {
	width: 100%;
	display: inline-block;
	margin: 0;
}
.similares .parrilla .bajada .tit {
	font-size: 20px;
	line-height: 19px;
	margin-bottom: 10px;
}
/*detalle*/
.detalle .sub.col_1 {
	width: 34%;
}
.detalle .sub.col_2 {
	width: 64%;
}
.detalle .perfil {
	margin-bottom: 25px;
	width: 100%;
}
.detalle .fotos {
	margin-top: 15px;
}
.detalle .fotos img {
	margin-bottom: 10px;
	width: 100%;
}
.detalle .fotos img:last-of-type {
	margin-bottom: 0px;
}
.detalle .fotos .mas {
	color: #CE1620;
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
}
.detalle .principal * {
	font-family: 'Lato', sans-serif;
}
.detalle .principal h1 {
	font-family: 'Squada One', cursive;
	font-size: 39px;
	font-weight: normal;
	color: #CE1620;
	line-height: 36px;
	margin-bottom: 10px;
}
.detalle .principal .votos {
	margin-bottom: 10px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	position: relative;
	right: 0;
	top: 0;
}
.detalle .principal .votos:hover {
	background-color: #C70000;
}
.detalle .principal .descripcion {
	font-size: 12px;
	margin-bottom: 5px;
}
.detalle .principal .ubicacion {
	font-size: 14px;
	margin-bottom: 10px;
}
.detalle .principal .ubicacion a:hover {
	text-decoration: underline;
}
.detalle .principal .ubicacion * {
	color: #EC4F04;
}
.detalle .principal .compartir {
	margin-bottom: 17px;
	margin-top: 15px;
	border-top: 1px solid rgb(228, 222, 203);
	padding-top: 7px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgb(228, 222, 203);
}
.detalle .principal .compartir span {
	color: rgb(145, 145, 145);
	font-size: 13px;
	position: relative;
	top: -4px;
	margin-right: 5px;
}
.detalle .principal .info * {
	font-size: 14px;
	line-height: 15px;
}
.detalle .principal .info .data {
	margin-bottom: 7px;
}
.detalle .principal .info .data:hover a {
	text-decoration: underline;
	color: #EC4F04;
}
.detalle .principal .info {
	margin-bottom: 15px;
}
.detalle .principal .caracteristicas {
	margin-bottom: 20px;
}
.detalle .principal .caracteristicas a {
	font-size: 14px;
}
.fb_iframe_widget span, .detalle .principal .comentarios .fb-comments, .detalle .principal .comentarios iframe {
	width: 100% !important;
}
.detalle .principal p, .detalle .principal a {
	color: rgb(63, 63, 63);
}
.detalle .principal .mapa {
	width: 100%;
	height: 300px;
	display: inline-block;
}
.detalle .principal .actividad {
	margin-bottom: 20px;
}
.detalle .principal .actividad iframe {
	width: 100% !important;
}
.detalle .principal #___plusone_0 {
	margin-right: 10px !important;
}
/*ultimas*/
.ultimas {
	display: inline-block;
	margin-bottom: 15px;
	background-color: rgb(223, 217, 210);
	border-radius: 4px;
	padding: 9px;
}
.ultimas .parrilla {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
.ultimas .parrilla:last-child {
	margin-bottom: 0;
}
.ultimas .parrilla .img {
	width: 23%;
	float: left;
	margin: 0;
	margin-right: 2%;
}
.ultimas .parrilla .bajada {
	float: left;
	width: 75%;
}
.ultimas .parrilla .bajada .tit {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 4px;
}
.ultimas .parrilla .ubicacion {
	line-height: 16px;
}
.ultimas .parrilla .bajada .txt {
	line-height: 13px;
}
.ultimas .titulo .tit {
	color: #BE1E00;
}
.ultimas .titulo hr {
	border-top: 1px solid #BE1E00;
}
/*bajada_titulo*/
.bajada_titulo {
	font-size: 14px;
	margin-bottom: 20px;
}
/*preguntas*/
.preguntas section.col h2 {
	color: #E07A00;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.preguntas section.col p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 1%;
}
.preguntas section.col p + h2 {
	margin-top: 4%;
}
/*nosotros*/
.nosotros section.col h2 {
	color: #E07A00;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
.nosotros section.col p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 1%;
}
.nosotros section.col p + h2 {
	margin-top: 4%;
}
/*form*/
form {
}
/*msg*/
.msg.error {
	margin-bottom: 10px;
	color: #EB1D00;
}
/*recaptcha_widget_div*/
#recaptcha_widget_div {
	margin-bottom: 20px;
}
/*campo*/
.campo {
	display: inline-block;
	width: 100%;
	margin-bottom: 2%;
}
.campo label {
}
.campo select, .campo input[type="file"], .campo input[type="text"], .campo textarea {
	font-family: 'Lato', sans-serif;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid rgb(206, 187, 155);
	font-size: 13px;
	width: 100%;
}
.campo textarea {
	height: 180px;
}
.campo label.error {
	color: red;
}
input[type="submit"] {
	float: left;
	background-color: #EB1D00;
	border-radius: 4px;
	padding: 9px 13px;
	font-size: 13px;
	color: #ffffff;
}
/*main*/
.main {
	background-color: #f5f3ee;
	border-radius: 4px;
	padding: 9px;
	height: auto;
	position: relative;
	width: 100%;
	display: inline-block;
}
.main .img_full {
	width: 100%;
	border-radius: 4px;
}
/*nav*/
nav {
}
/*article*/
article {
}
/*section*/
section {
}
/*aside*/
aside {
}
/* ========================================================================== Helper classes ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
*text-indent:-9999px;
}
.ir:before {
	content: " ";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom:1;
}

/* ========================================================================== Print styles ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important;/* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a [href ]:after {
	content: "( "attr(href) ") ";
}
abbr [title ]:after {
	content: "( "attr(title) ") ";
}
/* * Don't show links for images, or javascript/internal links */
.ir a:after, a [href^= "javascript: " ]:after, a [href^= "# " ]:after {
	content: " ";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;/* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}


article.busqueda {
	width: 100%;
	margin-bottom: 8px;
	padding-left: 0;
	line-height: 20px;
}

article.busqueda h2 {
	color: #E07A00;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

article.busqueda .ubicacion a {
	font-family: 'Lato', sans-serif;
	color: #EC4F04;
	font-size: 12px;
	font-weight: bold;
}



.detalle .principal blockquote{
	background: url("../img/chefquote.png") 5px 12px no-repeat #000;
	padding:13px 13px 13px 125px;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#fff !important;
	line-height:normal;
	min-height:129px;
	font-style:italic;
	}
.detalle .principal blockquote p{ 
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#fff !important;
	line-height:normal;
	font-style:italic;
}
.detalle .principal blockquote a{ color:#E83135; text-decoration:none;}
.detalle .principal blockquote a:hover{ color:#FF5154; text-decoration:underline;}
.detalle .principal p{ margin:18px 0;}

.detalle .principal h2{
	font-size:32px;
	color:#ce1620;
	font-family: 'Londrina Solid', cursive;
	font-weight: normal;
	margin-top:30px;
	}
.detalle .principal ul.tips{ 
	background-color:#ce1620;
	padding:18px;
	list-style:none;
}
.detalle .principal ul.tips h3{
	font-family: 'Londrina Solid', cursive !important;
	background: url("../img/stars.png") left center no-repeat;
	padding:10px 0 0 50px;;
	font-family: 'Lato', sans-serif;
	font-size:32px;
	font-weight:normal;
	color:#fff !important;
	margin-bottom:10px;
}
.detalle .principal ul.tips li{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff !important;
	line-height:normal;
	font-style:italic;
	padding-left:10px;
}
.detalle .principal ul.tips a{
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff !important;
	line-height:normal;
	/*padding-left:10px;*/
}
.detalle .principal ul.tips a:hover{ text-decoration:underline;}

.detalle.camino_parrillas .sub.col_2 {
    width: 100%;
}




.cloud-locations {
	background-color: rgb(223, 217, 210);
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	list-style-type: none;
}

.cloud-locations .active {
	background-color: #CE1620;
}

li.location-tag {
	background-color: #EB742B;
	float: left;
	padding: 3px 5px;
	margin: 2px;
	color: #FFFFFF;
}

li.location-tag.last {
	clear: right;
}



footer .links > .col_1 {

}
footer .links > .col_2 {
	width: 550px;
}
footer .links > .col_3 {
	width: 300px;
    margin-top: 30px;
}



.parrilla_del_mes {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	background:url('http://www.lamejorparrilla.com/wp-content/uploads/2015/11/bg_widget.png') center top no-repeat;
	background-size: contain;
	border-radius: 4px;
}
.parrilla_del_mes .tit {
	width: 100%;
	padding: 9px 15px 0 9px;
}
.parrilla_del_mes .tit img {
	width: 100%;
	max-width: 100%;
}
.parrilla_del_mes .parrilla {
	width: 100%;
	min-height: 166px;
	margin: 0 auto 15px auto;
	background: url('http://www.lamejorparrilla.com/wp-content/uploads/2015/11/fondo_widget.png') center no-repeat;
	background-size: contain;
	padding-top: 8%;
}
.parrilla_del_mes .parrilla img.foto {
	display: inline-block;
	margin: 5% 5% 0 8%;
	width: 37%;
}
.parrilla_del_mes .parrilla .nombre {
	display: inline-block;
	width: 43%;
	vertical-align: top;
	margin-top: 24px;
}
.parrilla_del_mes .parrilla .nombre a {
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: 700;
	color: #ffffff;
	text-decoration:none;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
}
.parrilla_del_mes .parrilla .nombre a:hover {
	color: #000;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	
}

@media (max-width: 830px) {
.parrilla_del_mes .parrilla {
	width: 100%;
	min-height: 256px;
	margin: 15px auto 15px auto;
	background: url('http://www.lamejorparrilla.com/wp-content/uploads/2015/11/fondo_widget.png') center no-repeat;
	background-size: cover;
	padding-top: 5%;
}
.parrilla_del_mes .parrilla img.foto {
	margin: 0 5% 0 8%;
	width: 44%;
}
.parrilla_del_mes .parrilla .nombre {
	width: 39%;
}
.parrilla_del_mes .parrilla .nombre a {
	font-family: 'Lato', sans-serif;
	font-size: 43px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
}
}

@media (max-width: 480px) {
.parrilla_del_mes .parrilla {
	min-height: 204px;
	margin: 15px auto 15px auto;
	padding-top: 5%;
}
.parrilla_del_mes .parrilla img.foto {
	margin: 23px 5% 0 4%;
	width: 44%;
}
.parrilla_del_mes .parrilla .nombre {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	margin-top: 24px;
}
}