<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family:'open_sanslight';
    src: url('../fontface/opensans-light.eot');
    src: url('../fontface/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fontface/opensans-light.woff2') format('woff2'),
         url('../fontface/opensans-light.woff') format('woff'),
         url('../fontface/opensans-light.ttf') format('truetype'),
         url('../fontface/opensans-light.svg#open_sanslight') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'open_sansregular';
    src: url('../fontface/opensans-regular.eot');
    src: url('../fontface/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fontface/opensans-regular.woff2') format('woff2'),
         url('../fontface/opensans-regular.woff') format('woff'),
         url('../fontface/opensans-regular.ttf') format('truetype'),
         url('../fontface/opensans-regular.svg#open_sansregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'lumberjackregular';
    src: url('../fontface/lumberjack.eot');
    src: url('../fontface/lumberjack.eot?#iefix') format('embedded-opentype'),
         url('../fontface/lumberjack.woff2') format('woff2'),
         url('../fontface/lumberjack.woff') format('woff'),
         url('../fontface/lumberjack.ttf') format('truetype'),
         url('../fontface/lumberjack.svg#lumberjackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'sequel-regular';
    src: url('../fontface/sequel-regular.eot');
    src: url('../fontface/sequel-regular.eot?#iefix') format('embedded-opentype'),
         url('../fontface/sequel-regular.woff2') format('woff2'),
         url('../fontface/sequel-regular.woff') format('woff'),
         url('../fontface/sequel-regular.ttf') format('truetype'),
         url('../fontface/sequel-regular.svg#sequel-regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'SWZCONDN';
    src: url('../fontface/SWZCONDN.eot');
    src: url('../fontface/SWZCONDN.eot?#iefix') format('embedded-opentype'),
         url('../fontface/SWZCONDN.woff') format('woff'),
         url('../fontface/SWZCONDN.ttf') format('truetype'),
         url('../fontface/SWZCONDN.svg#SWZCONDN') format('svg');
    font-weight:normal;
    font-style:normal;
}

body {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:none;
}

a {
	text-decoration:none;
	outline:none;
}

p {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

.clear {
	clear:both;
}

header {
	width:100%;
	min-width:320px;
	margin:0 auto;
}

.header_interno {
	padding:0 30px;
}

.logo {
	display:block;
	width:250px;
	height:105px;
	border:none;
	background-image: url('../imgs/logo.png');
	background-size:contain;
	background-repeat:no-repeat; 
	margin:auto;
}

.navegacion {
	display:inline-block;
	width:100%;
	text-align:center;
	background:#000;
	padding:12px 0 9px;
	margin-bottom:35px;
}

ul.botonera {
	display:inline-block;
	text-align:center;
	margin:0;
	padding:0;
}

ul.botonera li {
	display:inline-block;
}

ul.botonera li a {
	display:inline-block;
	font-family:'sequel-regular', Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	color:#FFF;
	margin-left:23px;
	margin-right:23px;
}

ul.botonera li a.selected,
ul.botonera li a:hover {
	/*color:#FCAB72;*/
	color:#999;
}

#MenuH {
	display:none;
	position:absolute;
	top:58px;
	left:25px;
}

.menu {
	cursor:pointer;
}

#mmenu {
	display:inline-block;
	float:right;
	width:48px;
	height:38px;
	border:none;
	background-image: url('../imgs/menu.png');
	background-size:contain;
	background-repeat:no-repeat;
}

#elmenu {
	display:none;
	position:absolute;
	width:100%;
	top:0;
	padding-bottom:40px;
	background:#FFF;
	z-index:9999;
}

.ClipCerrar {
	text-align:center;
	padding-top:30px;
}

.ico-cerrar {
	display:inline-block;
	width:32px;
	height:32px;
	border:none;
	background-image: url('../imgs/cerrar.png');
	background-size:contain;
	background-repeat:no-repeat;
}

ul.botones {
	padding-top:7px;
	padding-left:0;
}

ul.botones li {
	padding-bottom:18px;
	text-align:center;
}

ul.botones li a {
	font-family:'sequel-regular', Arial, Helvetica, sans-serif;
	font-size:19px;
	letter-spacing:0;
	text-transform:uppercase;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	color:#211915;
	text-decoration:none;
}

ul.botones li a:hover {
	color:#FCAB72;
}

.logo_hamb {
	display:inline-block;
	width:167px;
	height:70px;
	border:none;
	background-image: url('../imgs/logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:30px;
}

.datitos.ft {
	font-size:16px;
	line-height:27px;
	text-align:center;
	margin-top:15px;
}

.datitos.ft a {
    color:#211915;
}

.redes_hamb {
	margin-top:35px;
	text-align:center;
}

.ico_redes_hamb {
	display:inline-block;
	width:28px;
	height:28px;
	border:none;
	background-size:contain;
	background-repeat:no-repeat;
	margin-left:4px;
	margin-right:4px;
}

#contenedor {
	width:100%;
	max-width:1440px;
	min-width:320px;
	margin:0 auto;
}

.centrador {
	width:100%;
	max-width:1440px;
	margin:auto;
}

.zoom {
	position:relative;
	width:100%;
  	height:100%;
  	overflow:hidden;
}

.thumb {
	position:relative;
	width:100%;
  	height:100%;
  	margin:0;
  	padding:0;
  	border:none;
  	z-index:6666;
}

.thumb.agrandar {
	position:static;
	transition:all 0.15s ease-in;
}

/*
.thumb.agrandar:hover {
	transform:scale(1.03);
}
*/

section {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.ClipSlide {
	margin-top:30px;
	margin-bottom:50px;
	padding:0 90px;
}

.ClipMain_home {
	margin-bottom:30px;
	padding:0 90px;
}

.ClipMain_all {
	margin-top:30px;
	margin-bottom:30px;
	padding:0 90px;
}

.ClipMain_all.news {
	display:block;
	padding-top:1px;
	margin-bottom:100px;
}

.transparenton {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	z-index:3333; 
}

.ClipIcos {
	display:none;
	position:relative;
	margin-right:3px;
}

.ClipIcos.contact {
	display:block;
}

.ico-red {
	display:inline-block;
	width:28px;
	height:28px;
	border:none;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:5px;
	margin-right:5px;
}

.facebook {
	background-image: url('../imgs/facebook.png');
}

.instagram {
	background-image: url('../imgs/instagram.png');
}

.twitter {
	background-image: url('../imgs/twitter.png');
}

/*/// HOME Fotones ///*/

.fotones {
	position:relative;
	margin-bottom:50px;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	background-position:top center!important;
}

.fotones.lonja {
	display:none;
}

.oscurece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
	z-index:8888;
}

.titulonazo_absolute {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.titulonazo {
	display:table;
	width:100%;
	height:100%;
}

.titulonazo_contenedor {
	position:relative;
	display:table-cell;
	height:inherit;
	vertical-align:middle;
	font-family:'sequel-regular', Arial, Helvetica, sans-serif;
	font-size:72px;
	line-height:75px;
	letter-spacing:0;
	text-transform:uppercase;
	color:#FFF;
	z-index:9998;
}

a:nth-of-type(odd)&gt;.fotones&gt;.titulonazo_absolute&gt;div.titulonazo&gt;div.titulonazo_contenedor {
	text-align:right;
	padding-right:50px;
}

a:nth-of-type(even)&gt;.fotones&gt;.titulonazo_absolute&gt;div.titulonazo&gt;div.titulonazo_contenedor {
	text-align:left;
	padding-left:50px;
}

/*/// DESTACADOS ///*/

.ClipDestacados {
	display:inline-block;
	width:100%;
	margin-top:60px;
	margin-bottom:90px;
}

.ClipNovedades {
	display:inline-block;
	width:100%;
	margin-top:40px;
	margin-bottom:70px;
}

.destacados_int {
	padding:0;
}

.thumbs_a {
	width:960px;
	margin:auto;
}

.thumbs_a.mobile {
	display:none;
}

.thumbs_news {
	/*max-width:1300px;*/
	max-width:960px;
	margin:auto;
}

.thumbs_news.mobile {
	display:none;
}

.thumbs_a_int {
	margin-left:25px;
}

.col_thumbs {
	position:relative;
  	float:left;
  	width:33.3%;
  	margin:0;
  	padding:0;
  	border:none;
}

.col_thumbs.news {
  	/*width:25%;*/
  	width:33.3%;
}

.col_thumbs_int {
	margin-right:20px;
	margin-bottom:20px;
}

.relleno_datos {
	position:relative;
	/*height:140px;*/
	height:160px;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-transform:uppercase;
	color:#FFF;
	background:#373435;
	padding:15px 20px 25px;
	margin-top:-1px;
}

p.categoria {
	height:18px;
	font-size:16px;
	line-height:18px;
	color:#FFF;
	margin-bottom:2px;
	overflow:hidden;
}

p.nombre {
	display:inline-block;
	font-size:31px;
	line-height:34px;
	color:#FFF;
	margin-bottom:4px;
}

p.nombre:hover {
	color:#999;
}

p.resumen {
	height:37px;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.2px;
	margin-bottom:7px;
	text-transform:none;
	overflow:hidden;
}

p.sector {
	height:18px;
	position:absolute;
	font-size:15px;
	line-height:18px;
	bottom:18px;
	overflow:hidden;
	margin-right:20px;
}


/*/// PERLA INSPIRA ///*/

.postal {
	position:relative;
}

.foto_postal {
	width:65%;
}

.pleno {
	width:35%;
	background:#000;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}

.tabla{
	height:100%;
	width:100%;
	display:table;
}

.tabla-celda{
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}

.titulo_postal_centrador {
	display:inline-block;
}

.titulo_postal {
	font-family:'sequel-regular', Arial, Helvetica, sans-serif;
	font-size:60px;
	line-height:61px;
	letter-spacing:0.2px;
	text-align:left;
	text-transform:uppercase;
	color:#FFF;
}

p.texto_perla {
	width:69%;
	margin:auto;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-size:37px;
	line-height:50px;
	letter-spacing:0.2px;
	text-transform:uppercase;
	text-align:center;
	color:#373435;
	margin-top:60px;
	margin-bottom:70px;
}

p.texto_cocina {
	width:69%;
	margin:auto;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-size:37px;
	line-height:50px;
	letter-spacing:0.2px;
	text-transform:uppercase;
	text-align:center;
	color:#373435;
	margin-top:60px;
	margin-bottom:35px;
}

.ClipFotos_Perla {
	padding:0 60px;
	margin-bottom:90px;
}

.fotos_perla_int {
	padding:0;
}

.thumbs_perla {
	width:100%;
	margin:auto;
}

.thumbs_perla_int {
	margin-left:30px;
}

.col_thumbs_perla {
	position:relative;
  	float:left;
  	width:33.3%;
  	margin:0;
  	padding:0;
  	border:none;
}

.col_thumbs_int_perla {
	margin-right:30px;
	margin-bottom:30px;
}

.ClipPosteos_contenedor {
	position:absolute;
	top:50px;
	right:20px;
	z-index:1000000;
}

/*/// FICHA NOVEDAD ///*/

p.fecha {
	width:69%;
	margin:auto;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.2px;
	text-transform:uppercase;
	text-align:center;
	color:#231F20;
	margin-top:60px;
	margin-bottom:10px;
}

p.epigrafe_novedad {
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-size:60px;
	line-height:37px;
	text-transform:uppercase;
	text-align:center;
	color:#231F20;
}

.capsula {
	width:270px;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px; 
	padding:4px 9px 2px;
	margin:auto;
	margin-top:14px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	background:#231F20;
}

p.resumen_news {
	width:560px;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:37px;
	margin:auto;
	margin-top:45px;
	color:#231F20;
	text-align:center;
}

p.titulo {
	width:560px;
	font-family:'sequel-regular', Arial, Helvetica, sans-serif;
	font-size:72px;
	line-height:80px;
	margin:auto;
	margin-top:40px;
	color:#231F20;
	text-align:center;
}

p.descripcion {
	width:80%;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height:43px;
	margin:auto;
	margin-top:40px;
	color:#231F20;
	text-align:center;
}

.btn_ver_mas {
	width:66px;
	display:block;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:23px;
	color:#231F20;
	text-align:center;
	margin:auto;
	margin-top:30px;
	border:1px solid #231F20;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	padding:2px 15px 3px;
}

.btn_ver_mas:hover {
	color:#FFF;
	background:#231F20;
}

.ClipCartas {
	text-align:center;
	margin-bottom:70px;
}

.btn_ver_mas.menu {
	display:inline-block;
	width:130px;
	font-family:'lumberjackregular', Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:26px;
    color:#FFF;
    border:1px solid #000;
    background:#000;
    text-transform:uppercase;
    padding-top:6px;
    margin-top:0;
    margin-left:5px;
    margin-right:5px;
}

.btn_ver_mas.menu.deli {
}

.btn_ver_mas.menu:hover {
    color:#000;
    background:#FFF;
}

.btn_ver_mas.menu.deli:hover {
    color:#000;
    background:#FFF;
}

.aire_50 {
	height:90px;
}

.padding_multimedia {
	margin-top:40px;
	margin-left:40px;
	margin-right:40px;
}

#contenedor_video {
	position:relative;
	float:left;
	padding-bottom:52%;
	padding-top:27px;
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	margin-top:35px;
	margin-bottom:-30px;
}

#contenedor_video iframe, #contenedor_video object, #contenedor_video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.ClipFotos {
	float:left;
	width:100%;
	margin-top:40px;
}

.ClipFotos_int {
	/*margin-left:-5px;
	margin-right:-5px;*/
}

.col_foto {
	float:left;
	/*width:50%;*/
	width:100%;
}

.col_foto_int {
	float:left;
	/*margin-left:5px;
	margin-right:5px;*/
	margin-bottom:10px;
}


/*/// FOOTER ///*/

footer {
	float:left;
	width:100%;
	min-width:320px;
	margin:0 auto;
	padding:30px 0;
	background:#E6E7E8;
}

.centrador {
	width:100%;
	max-width:1440px;
	margin:auto;
}

.footer_interno {
	padding:0 90px;
}

.columna_ft {
	float:left;
	height:240px;
	border-right:1px solid #666;
	box-sizing:border-box;
}

.columna_ft.primera {
	width:25%;
}

.columna_ft.segunda {
	width:16%;
}

.columna_ft.tercera {
	width:18%;
}

.columna_ft.cuarta {
	width:12%;
	border-right:none;
}

.columna_ft.final {
	width:26%;
	border-right:none;
}

.ClipMapa {
	float:right;
	width:100%;
	height:191px;
	background:#CCC;
	border:1px solid #CCC;
	overflow:hidden;
}

iframe {
	margin:0;
	padding:0;
}

.ClipLogo_FT {
	width:100%;
	text-align:center;
	margin-top:69px;
}

.logo_FT {
	display:block;
    width:186px;
    height:78px;
	border:none;
	background-image: url('../imgs/logo.png');
	background-size:contain;
	background-repeat:no-repeat; 
	margin:auto;
}

ul.btn_footer {
	margin:0;
    padding:0;
	margin-left:35px;
}

ul.btn_footer li.tit {
	font-family:'sequel-regular', Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:0.2px;
	color:#777;
	text-decoration:none;
	text-transform:uppercase;
	margin-top:7px;
	margin-bottom:15px;
}

ul.btn_footer {
	font-family:'SWZCONDN', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#777;
	text-decoration:none;
}

ul.btn_footer a {
	color:#373435;
}

ul.btn_footer .tel a {
	font-family:'SWZCONDN', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#777;
}

ul.btn_footer a.selected,
ul.btn_footer a:hover {
	/*color:#FCAB72;*/
	color:#000;
}

ul.btn_footer li a {
	font-family:'sequel-regular', Arial, Helvetica, sans-serif;
	line-height:27px;
	/*color:#373435;*/
	color:#777;
	text-transform:uppercase;
}

ul.btn_footer li a:hover {
	color:#000;
}

ul.btn_footer.datos {
	margin-top:17px;
}

ul.btn_footer.datos li {
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.2px;
	color:#999;
	text-decoration:none;
}

ul.btn_footer.datos a {
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.2px;
	color:#FFF;
	text-decoration:none;
}

.grupoapunto {
	float:left;
	width:100px;
	height:36px;
	border:none;
	background-image: url('../imgs/logo_ga_black.png');
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:20px;
}

.minus {
	text-transform:none !important;
}

.ClipContacto {
	display:block;
	width:100%;
	max-width:980px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}

.left_contacto {
	float:left;
	width:25%;
}

.right_contacto {
	float:right;
	width:72%;
}

.lugar {
	font-family:'SWZCONDN', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:22px;
    color:#000;
    margin-bottom:2px;
}

.datos_contacto {
	font-family:'SWZCONDN', Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:22px;
    color:#777;
}

.datos_contacto a {
	font-family:'SWZCONDN', Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:24px;
    color:#373435;
}

.formulario {
	margin-top:5px;
}

.error_formulario {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#F00;
	margin-bottom:20px;
}

::-webkit-input-placeholder {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#211915;
}

::-moz-placeholder {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#211915;
}

::-o-placeholder {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#211915;
}

::-ms-input-placeholder {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#211915;
}

#frm input.text {
	box-sizing:border-box;
	width:100%;
	height:41px;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#211915;
	border:1px solid #999;
	padding:2px 9px 3px;
	margin-bottom:15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}

#frm textarea.text {
	box-sizing:border-box;
	width:100%;
	height:197px;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#211915;
	border:1px solid #999;
	padding:9px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}

.ClipEnviar {
	float:right;
	margin-top:20px;
	margin-right:6px;
}

.boton_enviar {
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:0.2px;
	color:#211915;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	background:none;
	cursor:pointer;
	padding:0;
	margin:0;
	text-transform:uppercase;
}

.boton_enviar:hover {
	color:#000;
}

.sponsors {
	text-align:center;
	margin-top:30px;
	margin-bottom:-10px;
	border-top:1px solid #999;
	padding-top:25px;
}

.sponsor {
	display:inline-block;
	border:none;
	background-size:contain;
	background-repeat:no-repeat;
	margin-left:20px;
	margin-right:20px;
}

.sponsor.supervielle {
	background-image: url('../imgs/sponsors/supervielle.png');
	width:125px;
	height:50px;
	padding-top:11px;
}

.sponsor.hyundai {
	background-image: url('../imgs/sponsors/hyundai.png');
	width:104px;
	height:60px;
	padding-top:8px;
}

.sponsor.dackel {
	background-image: url('../imgs/sponsors/dackel.png');
	width:121px;
	height:69px;
	margin-left:0;
}

.ClipLogo_FT {
	width:100%;
	text-align:center;
	margin-top:69px;
}

.logo_FT {
	display:block;
    width:186px;
    height:78px;
	border:none;
	background-image: url('../imgs/logo.png');
	background-size:contain;
	background-repeat:no-repeat; 
	margin:auto;
}


/*/// Queritos ///*/

@media screen and (max-width:1599px) {
	ul.botonera li a { font-size:18px; margin-left:20px; margin-right:20px; }
	ul.btn_footer.datos li { font-size:15px; }
	ul.btn_footer.datos a { font-size:15px; }
	ul.btn_footer li a { font-size:15px; }
	.logo { width:270px; height:113px; }
}

@media screen and (max-width:1399px) {
	ul.btn_footer { margin-left:30px; }
	.columna_ft { height:264px }
	.columna_ft.primera { width:25%; }
	.columna_ft.segunda { width:20%; }
	.columna_ft.tercera { width:23%; }
	.columna_ft.cuarta { display:none; }
	.columna_ft.final { width:28%; }
	.ClipIcos { display:block; }
	.thumbs_a { width:800px; }
	.titulonazo_contenedor { font-size:65px; line-height:68px; }
	p.nombre { font-size:28px; line-height:30px; }
	p.texto_perla { width:80%; }
	p.texto_cocina { width:80%; }
}

@media screen and (max-width:1270px) {
	ul.botonera.desktop { display:none; }
	ul.botonera.mobile { display:block; }
	ul.botonera li a { margin-left:14px; padding-right:14px; }
	.columna_ft.primera { width:25%; }
	ul.btn_footer { margin-left:28px; }
	.ClipSlide { padding:0 40px; margin-bottom:30px; }
	.ClipMain_home { padding:0 40px; }
	.ClipMain_all { padding:0 40px; }
	.ClipFotos_Perla { padding:0 10px; }
	.footer_interno { padding:0 10px; }
	.fotones { margin-bottom:30px; }
	.titulonazo_contenedor { font-size:60px; line-height:63px; }
	.titulo_postal { font-size:50px; line-height:54px; }
	p.texto_perla { font-size:32px; line-height:45px; }
	p.texto_cocina { font-size:32px; line-height:45px; }
	.btn_ver_mas.menu { padding-top:3px; }
}

@media screen and (max-width:1023px) {
	.navegacion { display:none; }
	header { margin-top:34px; }
	#MenuH { display:block; }
	.logo { width:214px; height:90px; }
	.ClipSlide { padding:0; margin-bottom:12px; }
	.ClipMain_home { padding:0 0; /*12px*/ margin-bottom:0; }
	.ClipMain_all { padding:0; margin-bottom:0;  }
	.fotones { margin-bottom:12px; }
	.ClipDestacados { margin-top:0; margin-bottom:6px; }
	.thumbs_a { width:100%; }
	.thumbs_a_int { margin-left:6px; margin-right:6px; }
	.col_thumbs_int { margin-left:6px; margin-right:6px; margin-bottom:12px }
	footer { padding:30px 0; }
	.columna_ft.primera { width:38%; }
	.columna_ft.segunda { width:27%; }
	.columna_ft.tercera { width:23%; border-right:none; }
	.columna_ft.final { display:none; }
	.titulonazo_contenedor { font-size:53px; line-height:56px; }
	p.nombre { font-size:26px; line-height:29px; }
	.postal { display:none; }
	.fotones.lonja { display:block; }
	p.texto_perla { font-size:25px; line-height:38px; }
	p.texto_cocina { font-size:25px; line-height:38px; }
	.ClipFotos_Perla { padding:0; }
	.thumbs_perla_int { margin-left:20px; }
	.col_thumbs_int_perla { margin-right:20px; margin-bottom:20px; }
	.col_thumbs.news { width:33.3%; }
	.ClipNovedades { margin-bottom:0; }
	.left_contacto_int { margin-left:30px; }
	.right_contacto_int { margin-right:30px; }
	.right_contacto { width:69%; }
}

@media screen and (max-width:800px) {
	.col_thumbs.news { width:50%; }
	.thumbs_news.desktop { display:none; }
	.thumbs_news.mobile { display:block; }
	p.fecha { width:auto; margin-top:43px; }
	p.resumen_news { width:auto; font-size:27px; line-height:35px; padding:0 50px; }
	p.titulo { width:auto; font-size:65px; line-height:75px; padding:0 50px; }
	p.descripcion { font-size:23px; line-height:40px; }
}

@media screen and (max-width:767px) {
	header { margin-top:30px; }
	#MenuH { top:48px; left:10px; }
	#mmenu { width:43px; height:34px; }
	.logo { width:179px; height:75px; }
	.ClipDestacados { margin-bottom:0; }
	.thumbs_a.desktop { display:none; }
	.thumbs_a.mobile { display:block; }
	.thumbs_a { width:100%; }
	.col_thumbs.final { display:none; }
	.col_thumbs { width:50%; margin-bottom:0; }
	.col_thumbs_int { margin-right:0; margin-bottom:0; }
	.thumbs_a_int { margin-left:0; }
	footer { padding:0 0 30px; }
	.ClipLogo_FT { margin-top:48px; }
	.logo_FT { width:179px; height:75px; }
	.columna_ft { float:none; height:auto; border-right:none; }
	.columna_ft.primera { width:100%; }
	.columna_ft.segunda { width:100%; margin-top:40px; }
	.columna_ft.tercera { width:100%; margin-top:30px; }
	ul.btn_footer { margin-left:0; text-align:center; }
	.ClipIcos { float:none; margin-left:10px; }
	ul.btn_footer li.tit { display:none; }
	ul.btn_footer li a { font-size:18px; line-height:32px; }
	.casilla { display:inline-block; margin-top:20px; margin-bottom:20px; }
	.titulonazo_contenedor { font-size:33px; line-height:37px; }
	a:nth-of-type(odd)&gt;.fotones&gt;.titulonazo_absolute&gt;div.titulonazo&gt;div.titulonazo_contenedor { padding-right:25px; }
	a:nth-of-type(even)&gt;.fotones&gt;.titulonazo_absolute&gt;div.titulonazo&gt;div.titulonazo_contenedor { padding-left:25px; }
	.ClipSlide { margin-bottom:6px; }
	/*.ClipMain_home { padding:0 0px; }*/
	.ClipMain_all { padding:0; }
	.fotones { margin-bottom:6px; }
	p.texto_perla { width:86%; font-size:18px; line-height:30px; margin-top:40px; margin-bottom:50px; }
	p.texto_cocina { width:86%; font-size:18px; line-height:30px; margin-top:40px; margin-bottom:30px; }
	.grupoapunto { display:inline-block; float:none; margin-top:30px; }
	.ClipNovedades { margin-top:30px; }
	.ClipCartas { margin-bottom:56px; }
	.btn_ver_mas.menu { display:block; margin:auto; margin-bottom:10px; }
	.ClipMain_all.news { padding-top:0; margin-bottom:50px; }
	p.resumen_news { margin-top:30px; }
	p.titulo { margin-top:30px; }
	p.descripcion { margin-top:30px; }
	.padding_multimedia { margin-top:15px; margin-left:0; margin-right:0; }
	#contenedor_video { margin-bottom:-35px; }
	.col_foto_int { margin-bottom:5px; }
	.left_contacto { width:30%; }
	.right_contacto { width:65%; }
	.sponsors { margin-bottom:5px; }
	.sponsor { display:block; margin:auto; }
	.sponsor.supervielle { width:100px; height:40px; padding-top:11px; }
	.sponsor.hyundai { width:83px; height:48px; margin-top:14px; }
	.sponsor.dackel { width:96px; height:55px; margin:auto; margin-top:18px; }
}

@media screen and (max-width:639px) {
	.col_thumbs_perla { width:50%; }
	.thumbs_perla_int { margin-left:10px; }
	.col_thumbs_int_perla { margin-right:10px; margin-bottom:10px; }
	.ClipFotos_Perla { margin-bottom:0; }
	p.fecha { font-size:15px; line-height:20px; }
	p.epigrafe_novedad { font-size:40px; line-height:27px; }
	.capsula { width:180px; font-size:17px; line-height:20px; }
	p.resumen_news { font-size:21px; line-height:28px; }
	p.titulo  { font-size:39px; line-height:49px; }
	p.descripcion { font-size:19px; line-height:35px; }
	.left_contacto { float:none; width:100%; text-align:center; margin-bottom:50px; }
	.left_contacto_int { margin-left:0; }
	.right_contacto { float:none; width:100%; }
	.right_contacto_int { margin-right:20px; margin-left:20px; }
	.error_formulario { font-size:14px; text-align:center; }
	p.nombre { font-size:25px; line-height:27px; }
	.relleno_datos { height:180px; }
}

@media screen and (max-width:374px) {
	#MenuH { left:7px; }
	.logo { width:170px; height:71px; }
	/*.col_thumbs { width:100%; }*/
	p.categoria { font-size:14px; }
	p.nombre { font-size:20px; line-height:23px; }
	.relleno_datos { height:170px; overflow:hidden; padding:17px 16px 21px; border:none; }
	p.texto_perla { width:90%; font-size:17px; line-height:28px; margin-top:30px; margin-bottom:40px; }
	p.texto_cocina { width:90%; font-size:17px; line-height:28px; margin-top:30px; margin-bottom:25px; }
	.titulonazo_contenedor { font-size:30px; line-height:34px; }
}</pre></body></html>