/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */
a {
    text-decoration: none;
}
.clear {
    clear: both;
}
h1 {
    font-family: 'Playball', cursive;
    font-size: 1.7em;
    color: #532600;
    font-weight: 100;
    text-align: center;
    background: url('../img/green-stars.png') no-repeat 50% 0%;
    padding: 15px 0 0;
    margin: 0;
}
h2 {
    font-family: 'Playball', cursive;
    font-size: 1.4em;
    color: #1F1E1F;
    font-weight: 100;
}
h3{
    font-family: 'Playball', cursive;
    font-size: 1em;
    font-weight: 100;
    color: #221F1F;
    text-align: center;
}
h4{
    font-family: 'arial narrow', arial, helvetica;
    font-size: 0.75em;
    padding: 1px 0 3px;
    color: #fff;
    background-color: #221F1F;
}
div#mainContainer {
    width: 100%;
    background: url('../img/bg-main.jpg') repeat-x 0 0;
}
/* ==========================================================================
   PRÓXIMEMENTE
   ========================================================================== */
div#prox {
    width: 1000px;
    margin: 40px auto;
}
div.logo {
    width: 473px;
    margin: 0 auto;
}
div.titProx {
    font-family: arial;
    font-size: 26px;
    color: #BE1E2C;
    letter-spacing: 3px;
    text-align: center;
}
div.txtProx {
    font-family: arial;
    font-size: 20px;
    color: #BE1E2C;
    text-align: center;
}
div.datos {
    width: 450px;
    margin: 0 auto;
    text-align: center;
}
div.datos p { 
    width: 200px;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: 12px;
    color: #BE1E2C;
    text-align: center;
    padding-right: 20px;
}
div.datos p:last-child {
    padding: 0;
    width: 194px;
}
/* ==========================================================================
   ERROR-404
   ========================================================================== */
#errorWrapper {
    width: 1027px;
    margin: 127px auto;
    padding: 1px 0 73px;
    background: url('../img/bg-404.jpg') no-repeat 0 0;
}
#errorBox {
    width: 578px;
    margin: 50px auto 0 auto;
    background: url('../img/bg-box-404.png') no-repeat 0 0;
    padding-bottom: 43px;
}
#errorTit {
    color: #fff;
    font-family: arial,helvetica;
    font-size: 1.5em;
    margin: 0 auto;
    text-align: center;
    width: 45px;
}
.globo {
    width: 224px;
    text-align: center;
    font-family: "Playball",cursive;
    font-size: 1.2em;
    font-weight: 100;
    color: #746455;
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    margin: 45px 0 0 56px;
}
.globo2 {
    width: 224px;
    text-align: center;
    font-family: "Playball",cursive;
    font-size: 1.2em;
    font-weight: 100;
    color: #746455;
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    margin: 65px 0 0 33px;
}
.redLink {
    font-family: arial, helvetica;
    font-size: .8em;
    color: #BE1D2C;
}

/* --- SILUETAS --- */

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.buzz-out1 {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  margin: 30px 10px 20px 99px;
}
.buzz-out2 {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  margin: 55px 0 0 38px;
}
.buzz-out3 {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  margin: 52px 0 0 36px;
}
.buzz-out1:hover, .buzz-out1:focus, .buzz-out1:active,
.buzz-out2:hover, .buzz-out2:focus, .buzz-out2:active {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.buzz-out3:hover, .buzz-out3:focus, .buzz-out3:active {
     -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
    width: 1027px;
    margin: 0 auto;
    background: url('../img/bg-header.png') no-repeat 0 0;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}
div#logo {
    width: 243px;
    margin: 0 0 0 377px;
    display: inline-block;
}
div.contactoHeader {
    width: 60px;
    display: inline-block;
    float: right;
    margin: 10px;
}
div.contactoHeader div.home {
    width: 21px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/ico-home.png') no-repeat 0 0;
    padding: 10px 1px;
}
div.contactoHeader div.home:hover {
    background: url('../img/ico-home-hover.png') no-repeat 0 0;
}
div.contactoHeader div.mail {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/ico-mail.png') no-repeat 0 0;
    padding: 10px 1px;
}
div.contactoHeader div.mail:hover {
    background: url('../img/ico-mail-hover.png') no-repeat 0 0;
}
nav {
    width: 690px;
    margin: 0 0 0 186px;
    text-align: center;
    display: inline-block;
}
nav ul {
    padding: 4px 0 0 0;
    margin: 0;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px 8px;
    transition: all 0.5s ease 0s;
}
nav ul li a.boton {
    font-family: arial, helvetica;
    font-size: .9em;
    color: #fff;
    text-align: center;
}
nav ul li a.boton:hover {
    color: #BE1D2C;
}
nav ul li:hover {
    background-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease 0s;

}
nav ul li.active {
    background-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}
nav ul li a.active {
    font-family: arial, helvetica;
    font-size: .9em;
    color: #BE1D2C;
    text-align: right;
    background: url('../img/star.png') no-repeat 0% 50%;
    padding-left: 20px;
}
div.socialMedia {
    width: 40px;
    float: right;
    display: inline-block;
    margin: 13px 16px 0 0;
}
div.socialMedia div.facebook {
    width: 12px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/ico-facebook.png') no-repeat 0 0;
    padding: 10px 1px;
}
div.socialMedia div.facebook:hover {
    background: url('../img/ico-facebook-hover.png') no-repeat 0 0;
}
div.socialMedia div.linkedIn {
    width: 18px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/ico-linkedin.png') no-repeat 0 0;
    padding: 10px 1px;
}
div.socialMedia div.linkedIn:hover {
    background: url('../img/ico-linkedin-hover.png') no-repeat 0 0;
}
/* ==========================================================================
   BANNER
   ========================================================================== */
div.caroufredsel_wrapper {
    width: 1025px; 
    height: 271px; 
    margin: 0 auto; 
    position: relative;
}
#arrowBefore{
    width: 30px;
    height: 30px;
    background-image: url('../img/prev.png');
    position: absolute;
    left: 35px;
    top: 164px;
    z-index: 100;
    cursor: pointer;
}
#arrowAfter{
    width: 30px;
    height: 30px;
    background-image: url('../img/next.png');
    position: absolute;
    right: 35px;
    top: 164px;
    z-index: 100;
    cursor: pointer;
}
.slideP1 {
    width: 1025px;
    height: 271px;
    background-image: url("../img/img-productos-de-carne-banner-1.jpg");
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    overflow: hidden;
}
.slideP2 {
    width: 1025px;
    height: 271px;
    background-image: url("../img/img-rancho-trinidad-food-service-banner-2.jpg");
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    overflow: hidden;
}
.slideP3 {
    width: 1025px;
    height: 271px;
    background-image: url("../img/img-productos-de-carne-banner-3.jpg");
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    overflow: hidden;
}
.tileSlideP{
    width: 325px;
    height: 271px;
    margin-left: 980px;
    position: relative;
    margin-top: 86px;
}
/* ==========================================================================
   CONTENT-HOME
   ========================================================================== */
div#content {
    width: 1025px;
    margin: 0 auto;
}
div#preContent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
div#preContent img {
    margin: 30px 0;
}
div#preContent p {
    width: 560px;
    margin: 0 auto;
    font-family: arial, helvetica;
    font-size: .75em;
    color: #1F1E1F;
    text-align: center;
}
div#preContent p.txtHome {
    font-size: .9em;
    font-family: 'Droid Serif',serif;
}
section.mantelVentajas {
    width: 100%;
    background: url('../img/bg-content.jpg') no-repeat 0 0;
    padding: 1px 0;
}
div.ventajas {
    width: 250px;
    margin: 70px auto 0;
}
section.mantelVentajas div.imgIzq {
    width: 185px;
    display: inline-block;
    vertical-align: top;
    margin: 48px 0 0 10px;
}
section.mantelVentajas div.imgDer {
    width: 195px;
    display: inline-block;
    vertical-align: top;
    margin: 48px 0;
}
div.txtVentajas {
    width: 610px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/bg-100-fresh.png') no-repeat 0 0;
    padding: 28px 0 15px;
    margin: 0 0 0 10px;
}
div.txtVentajas ul {
    width: 483px;
    margin: 14px 0 0 1px;
}
div.txtVentajas ul li {
    list-style-image: url('../img/ico-green-leaf.png');
    font-family: arial, helvetica;
    font-size: .8em;
    color: #522600;
    margin: 14px;
}
div.ribbon {
    width: 357px;
    margin: 0 auto;
}
section.mantelVentajas ul.servicios:first-of-type {
    margin: 10px 0 10px 50px;
}
ul.servicios {
    width: 440px;
    margin: 10px 0 10px 10px;
    display: inline-block;
    vertical-align: top;
}
ul.serviciosTres {
    width: 440px;
    margin: 0 0 10px 260px;
    display: inline-block;
    vertical-align: top;
}
ul.servicios li, 
ul.serviciosTres li {
    font-family: 'Droid Serif', serif;
    font-size: .9em;
    color: #1F1E1F;
    font-weight: bold;
    list-style-image: url('../img/ico-red-leaf.png');
}
/* ==========================================================================
   CONTENT-QUIENES SOMOS
   ========================================================================== */
section.macorMundo {
    width: 100%;
    margin: 20px auto 0;
    background: url('../img/bg-macor-en-el-mundo.png') no-repeat 0 0;
    padding: 1px 0;
}
div.tituloMundo {
    width: 254px;
    background: url('../img/ico-tenedor-cuchillo.png') no-repeat 0 50%;
    font-family: 'Playball', cursive;
    font-size: 1.7em;
    color: #532600;
    font-weight: 100;
    text-align: right;
    padding: 5px 0;
    margin: 65px 0 0 60px;
}
div.txtMundo {
    width: 656px;
    margin: 5px 0 0 60px;
}
div.txtMundo p {
    color: #1f1e1f;
    font-family: arial,helvetica;
    font-size: 0.75em;
}
div.ribbonHalf {
    width: 430px;
    background: url('../img/ico-red-ribbon-half.png') no-repeat 0 0;
    color: #fff;
    font-family: 'Playball',cursive;
    font-size: 1em;
    padding: 2px 0;
    text-align: center;
    margin: 21px 0 78px;
}
div.colIzq {
    width: 720px;
    display: inline-block;
    vertical-align: top;
}
div.colDer{
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-top: 67px;
}
section.mejoresProductos {
    width: 100%;
    text-align: center;
    padding: 10px 0 55px;
    background: url('../img/bg-los-mejores-productos.png') no-repeat 0 100%;
}
section.mejoresProductos div.imgIzq {
    display: inline-block;
    margin: 5px 0 0 10px;
    vertical-align: top;
    width: 195px;
}
section.mejoresProductos p {
    width: 568px;
    display: inline-block;
    vertical-align: top;
    color: #1f1e1f;
    font-family: arial,helvetica;
    font-size: 0.75em;
    margin: 20px 0;
    text-align: center;
}
section.mejoresProductos div.imgDer {
    display: inline-block;
    margin: 5px 0 0 10px;
    vertical-align: top;
    width: 185px;
}
section.mejorServicio {
    width: 100%;
    margin: 0 auto;
    padding: 1px 0 74px;
    text-align: center;
    background: url('../img/bg-mejor-servicio.jpg') no-repeat 0 0;
}
section.mejorServicio p {
    width: 913px;
    font-family: 'Droid Serif', serif;
    font-size: 2em;
    color: #552700;
    font-weight: bold;
    margin: 65px auto 10px
}
/* ==========================================================================
   CONTENT-PRODUCTOS-CARNE DE RES
   ========================================================================== */
div#subMenu {
    width: 100%;
    margin: 5px auto 0;
    background: url('../img/bg-mejor-servicio.jpg') no-repeat 0 0;
}
div.botonSub {
    width: 172px;
    display: inline-block;
    vertical-align: top;
    margin: 79px 35px 82px 44px;
    position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
div.botonSub:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
div.botonSub:hover, 
div.botonSub:focus, 
div.botonSub:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
div.botonSub:hover:before, 
div.botonSub:focus:before, 
div.botonSub:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
section.listaRes {
    width: 100%;
    border-bottom: 2px solid #888;
    padding-bottom: 6px;
    background: url('../img/bg-lista-de-productos-de-carne.jpg') no-repeat 0 0;
}
section.listaRes ul {
    padding: 0;
    margin: 0;
}
section.listaRes ul.uno li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 15px 24px 15px 15px;
}
section.listaRes ul.dos li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 13px 30px 15px 15px;
}
section.listaRes ul.tres li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 11px 27px 15px 15px;
}
section.nuestrasMarcas {
    width: 100%;
    padding: 1px 0;
    text-align: center;
    background: url('../img/bg-mantel.jpg') no-repeat 0 0;
}
div.titleNuestras {
    width: 660px;
    margin: 65px auto 0;
}
div.boxMarca {
    width: 191px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    margin: 20px 35px 20px 25px;
}
.top-marcas {
  margin-top: 20px;
  font-family: 'Droid Serif', serif;
  font-size: .9em;
  color: #1F1E1F;
  font-weight: bold;
}
/* ==========================================================================
   CONTENT-PRODUCTOS-CARNE DE CERDO
   ========================================================================== */
section.listaCerdo {
    width: 100%;
    border-bottom: 2px solid #888;
    padding-bottom: 6px;
    background: url('../img/bg-lista-de-productos-de-carne-de-cerdo.jpg') no-repeat 0 0;
}
section.listaCerdo ul {
    padding: 0;
    margin: 0;
}
section.listaCerdo ul.uno li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 17px 30px 15px 15px;
}
section.listaCerdo ul.dos li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 13px 33px 15px 15px;
}
section.listaCerdo ul.tres li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 11px 27px 15px 15px;
}
section.listaCerdo ul.cuatro li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 11px 27px 15px 15px;
}
/* ==========================================================================
   CONTENT-PRODUCTOS-CARNE DE AVES
   ========================================================================== */
section.listaAves {
    width: 100%;
    border-bottom: 2px solid #888;
    padding-bottom: 6px;
    background: url('../img/bg-lista-de-productos-de-aves.jpg') no-repeat 0 0;
}
section.listaAves div.colIzqAves {
    width: 509px;
    display: inline-block;
    vertical-align: top;
}
section.listaAves div.colDerAves {
    width: 500px;
    display: inline-block;
    vertical-align: top;
}
section.listaAves div.colIzqAves div.tit,
section.listaAves div.colDerAves div.tit {
    width: 94px;
    background: url('../img/ico-ribbon-aves.png') no-repeat 0 0;
    font-family: 'Playball', cursive;
    font-size: 1.5em;
    padding: 0 0 5px 18px;
    color: #fff;
    margin-top: 10px;
}
section.listaAves div.colIzqAves ul,
section.listaAves div.colDerAves ul {
    padding: 0;
    margin: 0;
}
section.listaAves div.colIzqAves ul li,
section.listaAves div.colDerAves ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 17px 30px 15px 21px;
}
/* ==========================================================================
   CONTENT-PRODUCTOS-CARNE DE PESCADO
   ========================================================================== */
section.listaPescado {
    width: 100%;
    border-bottom: 2px solid #888;
    padding-bottom: 6px;
    background: url('../img/bg-lista-de-productos-de-aves.jpg') no-repeat 0 0;
}
section.listaPescado div.colIzqPescado {
    width: 509px;
    display: inline-block;
    vertical-align: top;
}
section.listaPescado div.colDerPescado {
    width: 500px;
    display: inline-block;
    vertical-align: top;
}
section.listaPescado div.colIzqPescado div.tit,
section.listaPescado div.colDerPescado div.tit {
    width: 166px;
    background: url('../img/ico-ribbon-pescado.png') no-repeat 0 0;
    font-family: 'Playball', cursive;
    font-size: 1.5em;
    padding: 0 0 5px 18px;
    color: #fff;
    margin-top: 10px;
}
section.listaPescado div.colIzqPescado ul,
section.listaPescado div.colDerPescado ul {
    padding: 0;
    margin: 0;
}
section.listaPescado div.colIzqPescado ul li,
section.listaPescado div.colDerPescado ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 17px 30px 15px 21px;
}
/* ==========================================================================
   CONTENT-FOOD SERVICES
   ========================================================================== */
section#foodService {
    width: 100%;
    padding: 1px 0;
    background: url('../img/bg-food-services.jpg') no-repeat 0 0;
}
div.ganadoAmericano {
    width: 450px;
    margin: 20px auto;
    background: url('../img/ico-ribbon-ganado-americano.png') no-repeat 0 0;
    font-family: 'Playball', cursive;
    font-size: 1.1em;
    color: #000;
    text-align: center;
    padding: 8px 0 12px;
}
div.pros {
    width: 534px;
    margin: 0 auto;
}
div#marbling {
    width: 870px;
    margin: 0 auto;
    text-align: center;
}
div#marbling .boxM {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px;
}
div#piezas {
    color: #1f1e1f;
    margin: 20px auto;
    font-family: 'Droid Serif',serif;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}
div#listaFood {
    width: 703px;
    margin: 38px 0 33px 84px;
}
div#listaFood ul {
    padding: 0;
    margin: 0 0 13px;
}
div#listaFood ul li {
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: .9em;
    color: #1F1E1F;
    padding: 0 16px;
    border-right: 1px solid #231F20;
}
div#retailBox {
    width: 887px;
    margin: 30px auto 0;
    padding: 67px 0 0;
    background: url('../img/title-retail-y-punto-de-venta.png') no-repeat 50% 0;
}
div#retailBox .box1 {
    width: 231px;
    color: #1f1e1f;
    font-family: 'Playball',cursive;
    font-size: 1.2em;
    margin: 60px 30px 30px;
    font-weight: 100;
    padding: 20px 0 97px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/bg-promocionales.png') no-repeat 50% 0;
}
div#retailBox .box2 {
    width: 231px;
    color: #1f1e1f;
    font-family: 'Playball',cursive;
    font-size: 1.2em;
    margin: 30px;
    font-weight: 100;
    padding: 20px 0 120px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/bg-publicidad-y-marketing.png') no-repeat 50% 0;
}
div#retailBox .box3 {
    width: 231px;
    color: #1f1e1f;
    font-family: 'Playball',cursive;
    font-size: 1.2em;
    margin: 76px 30px 18px;
    padding: 20px 0 97px;
    font-weight: 100;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/bg-ofertas-especiales.png') no-repeat 50% 0;
}
.link {
    color: #000;
    font-weight: bold;
}
/* ==========================================================================
   CONTENIDO-CONTACTO
   ========================================================================== */
div#contentContacto {
    width: 100%;
    margin: 0 auto;
    padding: 1px 0;
    background: url('../img/bg-contacto.jpg') no-repeat 0 0;
}
div#contentContacto div.ribbonFooter {
    font-size: 1.3em;
    line-height: 113%;
    margin: 30px auto;
    padding: 0 0 3px;
    width: 540px
}
div.titMacor {
    width: 462px;
    margin: 51px auto 0;
    background: url('../img/divider-red-arrows.png') no-repeat 50% 50%;
    color: #BC1D2C;
    font-family: 'Droid Serif',serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
div.contacto {
    width: 256px;
    margin: 58px auto 0;
    font-family: 'Playball', cursive;
    font-size: 1.4em;
    color: #1F1E1F;
    text-align: center;
    padding: 20px 0 0;
    background: url('../img/ico-mail-gris.png') no-repeat 50% 0;
}
div#contentContacto p {
    color: #1f1e1f;
    font-family: arial,helvetica;
    font-size: 0.75em;
    margin: 35px auto;
    text-align: center;
    width: 560px;
}
div.siluetas {
    width: 233px;
    margin: 51px auto 30px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
    width: 100%;
    background: url('../img/bg-footer.jpg') repeat-x 0 0;
    padding: 0 0 17px;
    margin-top: 50px;
}
div#contFooter {
    width: 1025px;
    margin: 0 auto;
}
div.boxFooter1 {
    width: 112px;
    display: inline-block;
    vertical-align: top;
    font-family: arial, helvetica;
    font-size: 0.7em;
    color: #BE1D2C;
    font-weight: bold;
    margin: 5px 0 0 10px;
}
div.boxFooter2 {
    width: 540px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 95px;
}
div.boxFooter2 p {
    font-family: arial, helvetica;
    font-size: 0.7em;
    color: #000;
    text-align: center;
    font-weight: bold;
}
div.ribbonFooter {
    width: 540px;
    background: url('../img/ico-red-ribbon.png') no-repeat 0 0;
    font-family: 'Playball', cursive;
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding: 2px 0;
}
div.boxFooter3 {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 14px 0 0 54px;
}
div.mailto {
    padding-left: 27px;
    background: url('../img/ico-mail.png') no-repeat 0 50%;
    font-family: arial, helvetica;
    font-size: .7em;
    color: #BE1D2C;
    margin-left: 44px;
}
div#innk {
    width: 90px;
    padding: 10px 0;
    background: url('../img/logo-innk-graphics.png') no-repeat 100% 50%;
    font-family: arial, helvetica;
    font-size: 0.7em;
    color: #BE1E2C;
    margin: 10px 0 0 102px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}
