﻿/* |||||||||||||||||||||||||||  LAYOUT
 ---------------------------------------------------------------------------- */
html {
  height: 100%;
  margin-bottom: 1px; /* barras desp. vert. siempre presentes en Mozilla */
}
#envase {
  padding-bottom: 2px;
  background-color: #034181;
  border-bottom: 2px solid #023467;
  background: #034181 url(../img/bg-envase.png) repeat-y top center;
}
#navAux {
  width: 100%;
  background: #013367;
  border-bottom: 2px solid #012e5c;
}
#encabezado {
  padding: 20px 0 0;
  height: 103px;
  background: #013b78 url(../img/bg-encabezado.jpg) repeat-x bottom left;
  border-top: 1px solid #154a83;
}
#nav {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 1px;
  position: relative;
  z-index: 150; /* encima de contenido siguiente */
  background: #034181 url(../img/bgNavInicio.png) repeat-x bottom left;
}
#principal {
  width:750px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

#contenido {
  width: 460px;
  margin-top: 1em;
  padding: 20px;
  float: left;
}
#sidebar {
  width: 220px;
  margin: 1.5em 20px 1em 10px;
  float: left;
}

#twitterFeed {
  /*margin: 1.5em 20px 1em 10px;*/
  float: left;
}

#pie {
  margin: 0 auto;
  padding: 0;
  background: #4a4a4a url(../img/g-pie.png) repeat-y top center;
  border-top: 1px solid #5c5c5c;
}

#pie address {
  margin: 0 auto;
  padding: 1em 0 0.7em;
  border: none;
  color: #acacac;
  text-align: center;
  font-size: 0.6875em;
  font-style: normal;
  line-height: 1.1em;
}

#envasePie {
  width: 750px;
  margin: 0 auto;
}
#infoContacto {
  background: #3d3d3d url(../img/bg-infoContacto.png) repeat-x top left;
}

/* |||||||||||||||||||||||||||  GENERALES
----------------------------------------------------------------------------- */
body {
  background-color: #3d3d3d;
  color: #2a2a2a;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size:100%;
  line-height:1.125em; /* 16x1.125=18px */
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}

h1 { margin: 0 0.5em 1em; font-size: 1.5em; line-height: 1em; }
h2 { margin: 0 0.5em 1em; font-size: 1.375em; line-height: 1em; }
h3 { margin: 0 0.5em 1em; font-size: 1.25em; }
h4 { margin: 0 0.5em 1em; font-size: 1.125em; }
h5 { margin: 0 0.5em 1em; font-size: 1em; font-weight: bold; }
h6 { margin: 0 0.5em 1em; font-size: 0.875em; font-weight: bold; }

p {
  margin: 0 1.5em 1em 2em;
  font-size: 0.875em; /* 16x0.875=14px */
}
img { border: 0; }
hr { display: none; }
address {
  margin: 0 1.5em 1em 2.5em;
  padding: 0.25em 0 0.25em 0.5em;
  border-left: 3px solid #eaeaea;
  font-size: 0.875em; /* 16x0.875=14px */
  font-style: normal;
}
em { font-style: italic; }
strong { font-weight: bold; }
acronym {
  border-bottom: 1px dotted #000;
}
small {
  font-size: 75%;
}

/*  RESALTADO DE MENSAJES   --------------------- */
#contenido .msgInfo {
  width: 380px;
  margin: 1em auto;
  padding: 0.5em 0.75em;
  background-color: #D3E9FF;
  border: 1px solid #7AB2EA;
  color: #000;
  text-align: left;
  font-size: 0.75em;
}
#contenido .msgExito {
  width: 380px;
  margin: 1em auto;
  padding: 0.5em 0.75em;
  background-color: #CAF0CD;
  border: 1px solid #339900;
  color: #000;
  font-size: 0.75em;
}
#contenido .msgError {
  width: 380px;
  margin: 1em auto;
  padding: 0.5em 0.75em;
  background-color: #FFC2C2;
  border: 1px solid #DC4141;
  color: #000;
  font-size: 0.75em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~  NAVEGACIÓN AUXILIAR
 ---------------------------------------------------------------------------- */
#navAux ul {
  margin: 0 auto;
  width: 750px;
  text-align: right;
}
#navAux ul li {
  float: right;
  padding: 0.4em;
}
#navAux a {
  padding-bottom: 2px;
  display: block;
  border-bottom: 1px dotted #8aa3bd;
  color: #8aa3bd;
  text-decoration: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 0.55em;
  line-height: 1em;
  text-transform: uppercase;
}
#navAux a:hover {
  padding-bottom: 2px;
  border-bottom: 1px solid #80C31B;
  color: #80C31B;
}

/*  ___________________________  ENCABEZADO
 ---------------------------------------------------------------------------- */
#encabezado h1 {
  margin: 0 auto;
  width: 750px;
  position: relative;
}
#encabezado h1 span {
  margin-left: 10px;
  width: 265px;
  height: 81px;
  background: url(../img/logotipo.png) no-repeat top left;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
#encabezado h1 span.banner {
  width: 212px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  text-indent: 0;
}

/*  NAVEGACIÓN PRINCIPAL
 ---------------------------------------------------------------------------- */
#nav li {
  float: left;
  border-right: 1px solid #295D94;
}
#nav a {
  /*margin-bottom: 3px;*/
  padding: 13px 10px;
  display: block;
  border-right: 1px solid #03376E;
  color: #b4c8dd;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 1em;
}
#nav a:hover {
  background: #054990 url(../img/bg-navBtn.png) repeat-x;
  color: #FFF;
}
/*  SECCIÓN DESPLEGABLE  */
/*  Son of Suckerfish http://www.htmldog.com/articles/suckerfish/dropdowns/ */
/*  IE7 sticky fix http://www.sitepoint.com/forums/showpost.php?p=3603372&postcount=2  */

#nav li ul {
  width: 180px;
  margin-left: -999em;
  padding: 1px 3px 15px 3px;
  position: absolute;
  background: url(../img/bg-nav-dropdown.png) repeat-x bottom left;
  border: none;
}
#nav li:hover ul, #nav li.sfhover ul {
  margin-left: -3px;
}
#nav li ul li {
  width: 180px;
  padding: 0;
  float: left;
  border: none;
  border-bottom: 1px solid #03376E;
  color: #FFF;
}
#nav li ul li a {
  width: 149px;
  margin: 0;
  padding: 8px 10px 8px 20px;
  display: block;
  border-bottom: 1px solid #295D94;
  background: #034181;
  color: #b4c8dd;
  text-align: left;
  text-transform: none;
  font-size: 80%;
}
#nav li ul li a:hover {
  background: #054990;
  background: #054990 url(../img/bg-navBtn.png) repeat-x;
}
#nav li ul li em {
  padding: 3px 3px 3px 10px;
  display: block;
  font-size: 80%;
  font-style: italic;
}
#nav li ul li ul {padding: 0 3px 0 3px; position: relative; background: none;}

/*  HEADLINE
 ---------------------------------------------------------------------------- */
img.imgHeadline {
  padding-bottom: 90px;
  background: url(../img/bg-imgHeadline.png) no-repeat center bottom;
}

/*  DESTACADO
 ---------------------------------------------------------------------------- */
.destacado {
  padding: 15px 0;
  background-color: #53C9EE;
  border-bottom: 1px solid #089DCB;
  border-top: 1px solid #AEE4F3;
  text-align: center;
}
.destacado p {
  padding: 0;
  margin: 0;
}
.destacado a {
  color: #fff;
  text-shadow: 1px 1px 1px #089DCB;
  font-size: 1.5em;
  text-decoration: none;
}
.destacado a:hover {
  text-decoration: underline;
}

/*  CONTENIDO
 ---------------------------------------------------------------------------- */
#contenido ul, #contenido ol {
  margin: 0 1.5em 1em 2em;
  padding-left: 1.5em;
  font-size: 0.875em; /* 16x0.875=14px */
}
#contenido ol { list-style-type: decimal;}
#contenido ul { list-style-type: circle; }

/*  IMÁGENES   ---------------------------------- */
.imgLic {
  margin: 0 0 1.5em;
}
.imgLink {
  margin: 0 0 1.5em;
  padding: 1px;
  border: 4px solid #eaeaea;
}
.imgLink:hover {
  border: 4px solid #494949;
}
.imgIdentidad {
  margin: 0 0 5px 15px;
  float: right;
}
.imgComplementaria {}
.imgAuxiliar {}

/*  SIDEBAR
 ---------------------------------------------------------------------------- */
#sidebar {
  padding-bottom: 30px;
  background: url(../img/bgSidebarInicio.jpg) no-repeat center bottom;
}
#sidebar div {
  padding-top: 25px;
  background: url(../img/bgSidebarInicio.jpg) no-repeat center top;
}
#sidebar h2 {
  margin: 1.25em 0.5em 0.5em;
  padding: 0.4em 0;
  border-bottom: 0.05em dotted #443e33;
  color: #443e33;
  text-align: center;
  font-size: 1.0em;
  font-weight: bold;
  font-style: italic;
  letter-spacing: normal;
}
#sidebar p {
  margin: 0 1.5em 1em;
  padding: 0;
  color: #6a6457;
  font-size: 0.8125em;
  text-align: center;
}
#sidebar a {
  border-bottom: 1px solid #352f24;
  color: #352f24;
  text-decoration: none;
}
#sidebar a:hover {
  border-bottom: 1px solid #6a6457;
  color: #6a6457;
}

/*  NAVEGACIÓN SECUNDARIA   --------------------- */
#sidebar h2.navSecTtl {
  margin: 0;
  padding: 0.8em 0.5em 0.75em;
  background: url(../img/bg-navSecTtl.png) no-repeat;
  border-bottom: 0.05em solid #039c22;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  letter-spacing: normal;
}
#navSec {
  width: 180px;
  margin-bottom: 1em;
  padding: 0.5em 15px 1em;
  background: url(../img/bg-navSecElementos.png) no-repeat bottom center;
}
#navSec li {
  border-bottom: 1px solid #06a528;
}
#navSec li a {
  width: 160px;
  padding: 5px 5px 5px 15px;
  display: block;
  border-bottom: 1px solid #1ab93c;
  color: #ccf0d4;
  text-decoration: none;
  font-size: 0.75em;
}
#navSec li a:hover {
  background: #05a827 url(../img/bg-navSecBtn.png) repeat-x;
  color: #FFF;
}
#navSec li span {
  width: 155px;
  padding: 5px 5px 5px 20px;
  display: block;
  background: url(../img/blt-navSecActivo.png) no-repeat 8px 50%;
  border-bottom: 1px solid #1ab93c;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
}

/*  PIE
 ---------------------------------------------------------------------------- */
#pie, #pie a {
  color: #acacac;
}

/*  EXTRA 01   --------------------------------- */
#extra01 {
  width: 239px;
  padding: 1em 5px;
  float: left;
}
#extra01 h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #f2e122;
  color: #f2e122;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: normal;
}
#novedades {
  margin: 0 8px;
}
#novedades a {
  width: 184px;
  padding: 0.5em 9px 0.7em 30px;
  display: block;
  background: url(../img/bg-novedades.png) no-repeat center left;
  border-bottom: 1px dotted #616161;
  text-decoration: none;
  font-size: 0.75em;
  line-height: 1.1em;
}
#novedades a:hover {
  background: #444 url(../img/bg-novedades-on.png) no-repeat center left;
  color: #f2e122;
}

/*  EXTRA 02   --------------------------------- */
#extra02 {
  width: 238px;
  padding: 1em 5px;
  float: left;
}
#extra02 h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #5de314;
  color: #5de314;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: normal;
}
#eventos {
  padding-top: 0.5em;
}
#eventos h3 {
  margin: 0 10px 3px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 0.75em;
  line-height: 1.1em;
}
#eventos a {
  border-bottom: 1px solid #5a5a5a;
  text-decoration: none;
}
#eventos a:hover {
  border-bottom: 1px solid #5de314;
  color: #5de314;
}
#eventos .fecha {
  color: #888;
  font-size: 0.75em;
}

/*  EXTRA 03   --------------------------------- */
#extra03 {
  width: 239px;
  padding: 1em 5px;
  float: left;
}
#extra03 h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #5acaee;
  color: #5acaee;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: normal;
}
.miniatura {
  width: 89px;
  margin: 0 0 10px 20px;
  float: left;
}
.miniatura a {
  display: block;
  border: 2px solid #4a4a4a;
}
.miniatura a:hover {
  border: 2px solid #5acaee;
}

.miniatura img {
  margin-bottom: 0;
  padding: 0;
  display: block; /* para evitar espacio entre las imágenes en doctype STRICT */
  border: 5px solid #444;
}

/* miniatura porque elegirnos*/
.minipor {
  width: 183px;
  margin: 10px 10px 10px 10px;
  float: left;
}
.minipor a {
  display: block;
  border: 2px solid #4a4a4a;
}
.minipor a:hover {
  border: 2px solid #5acaee;
}

.minipor img {
  margin-bottom: 0;
  padding: 0;
  display: block; /* para evitar espacio entre las imágenes en doctype STRICT */
  border: 5px solid #444;
}

#pie a.btn {
  padding: 3px;
  display: block;
  clear: both;
  /*border: 1px solid #ACACAC;*/
  background-color: #444444;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
#pie a.btn:hover {
  color: #fff;
  background-color: #5ACAEE;
}

/*  INFORMACIÓN CONTACTO
 ---------------------------------------------------------------------------- */
#infoContacto address {
  margin: 0 auto;
  padding: 2em 0 0.7em;
  border: none;
  color: #acacac;
  text-align: center;
  font-size: 0.6875em;
  font-style: normal;
  line-height: 1.1em;
}
/*  ACCESIBILIDAD
 ---------------------------------------------------------------------------- */
.ttlEstructural { position: absolute; left: -5000px; width: 4000px; }

/*  Slideshow
 ---------------------------------------------------------------------------- */
.mask{
  position:relative;
  width:750px;
  height:325px;
  overflow:hidden;
}
.mask img{
  position:absolute;
  display:block;
}

/*  SOCIAL MEDIA
 ---------------------------------------------------------------------------- */
#social {
  width: 468px;
  height: 55px;
  margin: 0 20px 20px;
  padding: 15px 0 15px 242px;
  background: #fefce8 url(../img/bgSocial.png) no-repeat;
}

#social a {
  display: block;
  width: 48px;
  height: 55px;
  margin: 0 15px;
  float: left;
}

/*  NOTICIAS
 ---------------------------------------------------------------------------- */
#noticias {
  width: 710px;
  height: 250px;
  margin: 0 20px 20px;
}

#wp {
  width: 430px;
  height: 210px;
  margin-right: 10px;
  padding: 20px;
  overflow: hidden;
  float: left;
  background: #FEFDFB url(../img/bgNoticiasWP.png) no-repeat;
  color: #443E33;
}

#wp h2 {
  font-weight: bold;
  font-size: 1.25em;
}
#wp h3 {
  font-size: 1em;
  line-height: 1.25em;
}
#wp h3 a {
  color: #443E33;
  text-decoration: none;
  border-bottom: 1px dotted #443E33;
}
#wp h3 a:hover {
  border-bottom: 1px solid #443E33;
}
#wp h3 span {
  font-size: 0.75em;
  color: #CC6600;
}

#twitterFeed {
  width: 230px;
}

/*  VIDEOS YOUTUBE
 ---------------------------------------------------------------------------- */
#contenedorVideos {
  width: 710px;
  margin: 0 20px 20px;
}

#contenedorVideos div.video {
  float: left;
  border-bottom:3px solid #000000;
  margin-bottom:25px;
}

#contenedorVideos div.video1 {
  margin-right: 10px;
}

/*  TRANSMISIÓN EN VIVO CON FEED
 ---------------------------------------------------------------------------- */
div#enVivo {
  margin-top: 1px;
  padding: 30px 20px 20px;
  background-color: #ecece4;
}
div#enVivo p.txtEnVivo {
  margin: 0 0 20px;
  padding: 15px 5px 5px 225px;
  min-height: 65px;
  color: #443E33;
  background: #E2E2D5 url(/media/img/eventos/img4toencuentroEnVivo.jpg) no-repeat 10px center;
}
#video {
  margin-right: 20px;
  float: left;
}
#feed {
  margin-left: 10px;
}

div.vdoYouTube {
  margin-bottom: 25px;
  border-bottom: 3px solid #000;
}

/*  SLIDER
 ---------------------------------------------------------------------------- */
/*
#slider {
  width: 750px;
  height: 325px;
}

#slider li {
  list-style-type: none;
}

#prevBtn, #nextBtn {
  display:block;
  width:25px;
  height:325px;
  position:absolute;
  top:0px;
  z-index:1000;
  text-indent: -9999px;
}

#prevBtn {
  left:-25px;
}
#nextBtn{
  left:750px;
}

#prevBtn {
  background:url(../img/btnBarra.png) no-repeat 0 0;
}
#prevBtn:hover {
  background:url(../img/btnBarra.png) no-repeat -25px 0;
}
#nextBtn {
  background:url(../img/btnBarra.png) no-repeat -75px 0;
}
#nextBtn:hover {
  background:url(../img/btnBarra.png) no-repeat -50px 0;
}
*/

/*  WORKAROUNDS
 ---------------------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearAll {
  clear: both;
}