/* Generated by less 2.2.0 */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700,300');
/*DEFINICION DE VARIABLES*/
/*ESTILOS GENERALES*/
/*bordes redondeados*/
/*box shadow inset*/
/*box sizing*/
/*flotar - posicion - alineaciones*/
/*mostrar/ocultar*/
/*anchos*/
/*fuente*/
/*RESET*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
img,
input,
table,
tr,
td,
th,
textarea,
select,
a,
span,
div,
iframe,
aside,
header,
footer,
section,
article,
hgroup,
nav {
  margin: 0;
  padding: 0;
  border: 0;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #5d5d5d;
  font-weight: bold;
}
/* Estilos Generales */
body {
  color: #333;
  font-size: 13px;
}
h1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
h5 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
h6 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
ul,
ol {
  margin-left: 25px;
}
ul ol,
ol ol,
ul ul,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ol {
  list-style: upper-roman;
}
ol ol {
  list-style: lower-roman;
}
ul,
ol,
p {
  margin-bottom: 15px;
  line-height: 16px;
}
a {
  color: #0052B0;
  text-decoration: underline;
}
a:hover {
  color: #333;
}
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="datetime"],
select,
textarea {
  background: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  float: left;
  padding: 0 7px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
select {
  height: 30px;
  line-height: 30px;
  float: left;
  padding: 0 7px;
}
textarea {
  height: 100px;
  margin: 5px 0;
}
input[type="submit"],
button {
  padding: 5px 10px;
  text-align: center;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
/*label {
  cursor: default;
  margin: 0 5px 5px 0;
  color: #0253AC;
}*/
table {
  margin: 20px 0;
  float: left;
}
table td {
  padding-right: 10px;
}
/*CLASES GLOBALES*/
/*CONTENEDORES*/
.container {
  float: left;
  width: 100%;
}
.container.banner .wrap {
  padding: 0;
}
/*ancho especifico y centrado*/
.wrap {
  width: 990px;
  margin: 0 auto;
}
.wrap:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
/*BOTONES*/
/*estilo general de boton*/
.btn {
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn:hover {
  cursor: pointer;
}
.btn.left {
  float: left;
}
.btn.right {
  float: right;
}
/*estilo para botones de accion*/
input[type="submit"].btn_pri,
.btn_pri {
  height: 46px;
  padding: 0 20px;
  border-radius: 4px;
  background: url(../img/bg_btn_pri.png) top left repeat-x;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #908200;
  text-decoration: none;
  position: relative;
  z-index: 1;
  line-height: 46px;
}
input[type="submit"].btn_pri:hover,
.btn_pri:hover {
  background-position: bottom left;
  color: white;
  text-decoration: none;
}
input[type="submit"].btn_pri.btn_mid,
.btn_pri.btn_mid {
  width: 50%;
}
.btn_sec {
  max-height: 26px !important;
  padding: 4px 26px 4px 14px;
  float: left;
  background: #333333;
  color: #ffeb01 !important;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn_sec.big_icon {
  padding-right: 32px !important;
}
.btn_sec .icon_btn {
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 8px;
  background: url(../img/icons_btn.png) no-repeat;
}
.btn_sec .icon_btn.plus {
  background-position: top right;
}
.btn_sec .icon_btn.next {
  background-position: bottom right;
}
.btn_sec .icon_donar {
  width: 13px;
  height: 15px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px;
  background: url(../img/icon_hand.png) top right no-repeat;
}
.btn_sec:hover {
  background: #999999;
  color: #ffeb01 !important;
  text-decoration: none;
}
.btn_sec:hover .plus {
  background-position: top left;
}
.btn_sec:hover .next {
  background-position: bottom left;
}
.btn_sec:hover .icon_donar {
  background-position: top left;
}
.btn_ter {
  height: 18px;
  padding: 3px 26px 3px 14px;
  float: left;
  background: url(../img/bg_btn_ter.png) top left repeat-x;
  color: #908200 !important;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn_ter.big_icon {
  padding-right: 36px !important;
}
.btn_ter .icon_btn {
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 8px;
  background: url(../img/icons_btn_y.png) no-repeat;
}
.btn_ter .icon_btn.plus {
  background-position: top left;
}
.btn_ter .icon_btn.next {
  background-position: bottom left;
}
.btn_ter .icon_megafono {
  width: 19px;
  height: 17px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 3px;
  background: url(../img/icon_guy.png) bottom left no-repeat;
}
.btn_ter:hover {
  background-position: bottom left;
  color: #fff !important;
}
.btn_ter:hover .plus {
  background-position: top right;
}
.btn_ter:hover .next {
  background-position: bottom right;
}
.btn_ter:hover .icon_megafono {
  background-position: bottom right;
}
/***COMIENZO LAYOUT***/
body {
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ffffff;
}
/*HEADER*/
header {
  height: 136px;
  background: url(../img/bg_header.png) repeat-x;
}
header .wrap {
  height: 136px;
  position: relative;
  z-index: 1;
}
header .wrap .country {
  width: 44px;
  height: 58px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 245px;
  background: url(../img/country.png) center center no-repeat;
}
header .wrap .bar_header {
  width: 700px;
  height: 41px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: url(../img/bg_header_featured.png) center center no-repeat;
}
header .wrap .bar_header ul {
  padding: 14px 0 10px 55px;
  float: left;
  margin: 0;
  list-style: none;
}
header .wrap .bar_header ul li {
  padding: 0 10px;
  float: left;
  border-right: 1px solid #fff;
}
header .wrap .bar_header ul li a {
  color: white;
  text-decoration: none;
}
header .wrap .bar_header ul li a:hover {
  text-decoration: underline;
}
header .wrap .bar_header ul li:last-child {
  border: none;
}
header .wrap .bar_header .icon_social {
  margin-top: -4px;
}
header .wrap .logo {
  width: 247px;
  height: 95px;
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 0;
}
header .wrap .logo img {
  margin: 0;
}
header .wrap .search {
  width: 150px;
  height: 18px;
  float: left;
}
header .wrap .search input[type='text'] {
  width: 110px;
  height: 18px;
  background: white;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  font-size: 12px;
  padding: 0 5px;
  color: #666;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
}
header .wrap .search input[type='text']:focus {
  border-color: #fff !important;
  box-shadow: none;
}
header .wrap .search input[type='submit'] {
  height: 19px;
  width: 19px;
  margin-left: 3px;
  float: left;
  background: url(../img/search.png) top left no-repeat;
  border: none;
  border-radius: 0;
  padding: 0;
}
header .wrap .search input[type='submit']:hover {
  background-position: top right;
  cursor: pointer;
}
header .wrap .text_header {
  width: 70%;
  height: auto;
  margin-top: 60px;
  float: right;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: #908200;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
/*NAVEGACION PRINCIPAL*/
nav {
  height: 46px;
  background: url(../img/bg_menu.png) left top repeat-x;
}
nav .wrap {
  overflow: inherit;
  position: relative;
  z-index: 1;
  z-index: 999;
}
nav .wrap ul {
  margin: 0;
  list-style: none;
}
nav .wrap ul li {
  height: 26px;
  padding: 10px 0;
  float: left;
  font-family: 'Oswald', sans-serif;
  position: relative;
  z-index: 1;
}
nav .wrap ul li > a,
nav .wrap ul li .submenu .nav_hover {
  text-transform: uppercase;
}
nav .wrap ul li a {
  padding: 0 20px;
  border-right: 1px solid #E4E4E4;
  display: table;
  font-size: 16px;
  line-height: 29px;
  color: #000;
  text-decoration: none;
}
nav .wrap ul li a span {
  display: table-cell;
  font-size: 12px;
  padding-left: 4px;
  vertical-align: middle;
}
nav .wrap ul li:last-child a {
  border: none;
}
nav .wrap .nav_right {
  height: 29px;
  float: right;
}
nav .wrap .nav_right li a {
  display: block;
  font-size: 13px;
  line-height: 29px;
  color: #666;
}
.submenu {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
  z-index: 5;
  display: none;
}
.submenu .nav_hover {
  height: 26px;
  padding: 15px 20px 10px;
  line-height: 29px;
  float: left;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  background: #fff;
  font-size: 16px;
  z-index: 7;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.submenu .nav_hover.nav_right {
  color: #000;
  display: block;
  line-height: 29px;
  font-size: 13px;
}
.submenu .submenu_content {
  width: 461px;
  padding: 15px;
  background: #fff;
  float: left;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.submenu .submenu_content.col2-foto {
  width: 520px;
}
.submenu .submenu_content .col {
  width: 32%;
  float: left;
  height: 100%;
  padding-left: 15px;
}
.submenu .submenu_content .col.first {
  width: 61%;
  border-right: 1px solid  #ccc;
  padding-right: 15px;
  padding-left: 0;
}
.submenu .submenu_content .col.half {
  width: 46%;
}
.submenu .submenu_content .col:last-child {
  border-left: 1px solid  #ccc;
  position: relative;
  margin-left: -1px;
}
.submenu .submenu_content .col .img_submenu {
  width: 110px;
  height: 72px;
  float: left;
  margin-right: 10px;
  background: url(../img/img_default50.png) center center no-repeat #f0f0f0;
  overflow: hidden;
  box-shadow: 0 0 1px #999 inset;
  -moz-box-shadow: 0 0 1px #999 inset;
  -webkit-box-shadow: 0 0 1px #999 inset;
}
.submenu .submenu_content .col .img_submenu img {
  width: 110px;
  height: auto;
  margin: 0;
}
.submenu .submenu_content .col .item {
  float: none;
  clear: both;
  min-height: 0;
  text-transform: inherit;
}
.submenu .submenu_content .col .info_submenu:after {
  float: none;
  clear: both;
  display: block;
}
.submenu .submenu_content .col .item.wimg .info_submenu {
  margin-left: 120px;
  min-height: 72px;
}
.submenu .submenu_content .col .title_submenu,
.submenu .submenu_content .col a {
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  border: 0;
  line-height: normal;
  color: #5d5d5d;
  text-decoration: underline;
}
.submenu .submenu_content .col .title_submenu:hover,
.submenu .submenu_content .col a:hover {
  text-decoration: none;
}
.submenu .submenu_content .col .text_submenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
.submenu .submenu_content.submenu_dif {
  width: 280px;
}
.submenu .submenu_content.submenu_dif ul {
  list-style: none;
  margin: 0;
}
.submenu .submenu_content.submenu_dif ul li {
  border: none;
  margin-right: 0;
}
.submenu .submenu_content.submenu_r {
  width: 265px;
  position: absolute;
  z-index: 1;
  top: 54px;
  right: 0;
  z-index: 5;
  width: auto;
}
.submenu .submenu_content.submenu_r .send_mail {
  width: 235px;
  padding: 10px 0;
  float: left;
  background: url(../img/grey_subs.png) top left repeat-y;
}
.submenu .submenu_content.submenu_r .send_mail .mail {
  width: 195px;
  margin: 0 auto 5px;
}
.submenu .submenu_content.submenu_r .send_mail .mail input[type='text'] {
  width: 120px;
  height: 26px;
  background: white;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  font-size: 12px;
  padding: 0 10px 0 5px;
  color: #666;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}
.submenu .submenu_content.submenu_r .send_mail .mail input[type='text']:focus {
  border-color: #fff !important;
  box-shadow: none;
}
.submenu .submenu_content.submenu_r .send_mail .mail input[type='submit'] {
  height: 26px;
  padding: 3px 7px 3px 14px;
  float: left;
  margin-left: -5px;
  background: url(../img/bg_btn_ter.png) top left repeat-x;
  color: #908200;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.submenu .submenu_content.submenu_r .send_mail .mail input[type='submit']:hover {
  background-position: bottom left;
  color: #fff;
}
.submenu .submenu_content.submenu_r .info_box {
  width: 215px;
  float: left;
  background: #f8f8f8;
  margin-top: 5px;
  padding: 10px;
}
.submenu .submenu_content.submenu_r .info_box .rss_link {
  margin: 0 auto;
  width: 170px;
}
.submenu .submenu_content.submenu_r .info_box .rss_link .rss {
  margin: 3px 5px 0 0;
}
.submenu .submenu_content.submenu_r .info_box .rss_link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5d5d5d;
  text-transform: none;
  text-decoration: none;
}
.submenu .submenu_content.submenu_r .info_box .rss_link a:hover {
  text-decoration: none;
  color: #A32403;
}
.submenu .submenu_content.submenu_r p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5d5d5d;
  clear: both;
  text-align: left;
  text-transform: none;
}
.submenu .submenu_content.submenu_r p a {
  text-decoration: underline;
}
.submenu .submenu_content.submenu_r p a:hover {
  text-decoration: none;
}
.submenu .submenu_content.submenu_r ul {
  float: left;
  list-style: square;
  margin: 5px 0 5px 15px;
}
.submenu .submenu_content.submenu_r ul li {
  border: none;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5d5d5d;
  text-align: left;
  height: auto;
  padding: 2px 0;
  margin-left: 10px;
  clear: both;
}
/*ESTRUCTURA GENERAL CONTENIDO*/
.ty {
  clear: both;
  display: block;
  width: 97%;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin: 20px 0;
  padding: 10px;
}
.content {
  background: url(../img/bg_content.png) top left repeat-x;
}
.content .wrap {
  padding: 20px 0 40px;
}
.content .wrap .main {
  width: 710px;
  margin-right: 20px;
  float: left;
}
.content .wrap .main .campaign {
  width: 320px;
  height: auto;
  margin-right: 20px;
  float: left;
}
.content .wrap .main .signature {
  width: 360px;
  padding-left: 10px;
  float: right;
}
.content .wrap .main .signature .img_campaign {
  width: 360px;
  height: 234px;
  background: url(../img/img_default100.png) center center no-repeat #f0f0f0;
  box-shadow: 0 0 1px #999 inset;
  -moz-box-shadow: 0 0 1px #999 inset;
  -webkit-box-shadow: 0 0 1px #999 inset;
}
.content .wrap .main .signature .img_campaign img {
  width: 360px;
  height: 234px;
  margin: 0;
}
.content .wrap .main .signature .content_campaign {
  width: 340px;
  height: 60px;
  padding: 10px;
  position: relative;
  z-index: 1;
  background: url(../img/meta_sign.png);
}
.content .wrap .main .signature .content_campaign .label_second {
  top: -20px;
}
.content .wrap .main .signature .content_campaign .meta_sign {
  width: 138px;
  position: absolute;
  z-index: 1;
  right: 13px;
  bottom: 8px;
}
.content .wrap .main .signature .content_campaign .meta_sign p {
  padding-left: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #3B3D39;
}
.content .wrap .main .signature .content_campaign .meta_sign .count {
  background: #5d5d5d;
  height: 50px;
  color: white;
  padding: 5px 10px;
  box-sizing: border-box;
}
.content .wrap .main .signature .content_campaign .meta_sign .count strong {
  font-size: 24px;
  line-height: 24px;
  display: block;
  margin: 3px auto 6px auto;
}
.content .wrap .main .signature .content_campaign .meta_sign .count strong.txt {
  font-size: 14px;
}
.content .wrap .main .signature .act_now {
  margin-top: 0 !important;
  padding: 20px 20px 10px;
  font-size: 11px;
  background: #F2F2F2;
}
.content .wrap .main .signature .act_now .static_answer {
  width: 236px;
  padding: 0 5px;
  float: right;
  line-height: 28px;
  margin: 0;
}
.content .wrap .main .signature .act_now .subtitle {
  float: left;
  margin: 10px 0 10px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}
.content .wrap .main .signature .act_now .information {
  margin-bottom: 10px;
  display: block;
  color: #0253AC;
  font-size: 11px;
  text-align: right;
}
.content .wrap .main .signature .act_now .information a {
  color: #5d5d5d;
}
.content .wrap .main .signature .act_now .information a:hover {
  color: #0253AC;
}
.content .wrap .main .signature .act_now .for_checkbox {
  line-height: 20px;
}
.content .wrap .main .signature .act_now .line {
  margin-bottom: 10px;
}


/*social media*/
#socialmedia {
    background: #ddd none repeat scroll 0 0;
    clear: left;
    /*float: right;*/
    height: 105px;
    padding: 0;
    position: relative;
    width: 100%;
}

#socialmedia > div {
    background: rgba(0, 0, 0, 0) url("../img/label_center.png") no-repeat scroll left bottom / 100% 200%;
    font-family: "Oswald",sans-serif;
    height: 33px;
    margin: 0 0 0 145px;
    padding: 5px 10px 10px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 108px;
}
#socialmedia .label_right {
    background: rgba(0, 0, 0, 0) url("../img/label_right.png") no-repeat scroll left bottom;
    height: 51px;
    position: absolute;
    right: -13px;
    top: 0;
    width: 13px;
    z-index: 1;
}
#socialmedia .label_left {
    /*background: rgba(0, 0, 0, 0) url("../img/label_left.png") no-repeat scroll left bottom;*/
    height: 51px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 1;
}

#socialmedia ul {
    list-style: outside none none;
    margin: -40px 22%;
    width: 990px;
}

.socialmediaFB {
    background: transparent url("../img/media/1_fb_media.png") no-repeat scroll center center;
    float: left;
    height: 90px;
    padding: 0 5%;
    width: 4%;
}
.socialmediaTW {
    background: transparent url("../img/media/2_tw_media.png") no-repeat scroll center center;
    float: left;
    height: 90px;
    padding: 0 5%;
    width: 4%;
}
.socialmediaYT {
    background: transparent url("../img/media/3_yt_media.png") no-repeat scroll center center;
    float: left;
    height: 90px;
    padding: 0 5%;
    width: 4%;
}
.socialmediaIN {
    background: transparent url("../img/media/4_in_media.png") no-repeat scroll center center;
    float: left;
    height: 90px;
    padding: 0 5%;
    width: 4%;
}
.socialmediaGRAM {
    background: transparent url("../img/media/5_gram_media.png") no-repeat scroll center center;
    float: left;
    height: 90px;
    padding: 0 5%;
    width: 4%;
}
/**/

.content .wrap .donate {
  float: left;
}
.content .wrap .donate .box_donate {
  width: 340px;
  height: 95px;
  float: left;
  margin-left: 15px;
  background: url(../img/bg_boxdonate.png) center center repeat-x;
}
.content .wrap .donate .box_donate .title_donate {
  width: 150px;
  height: 80px;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  color: #FFEB01;
  text-transform: uppercase;
  margin: 4px 0 0 20px;
}
.content .wrap .donate .box_donate .title_donate.small {
  width: 100px;
  margin-top: 30px;
}
.content .wrap .donate .box_donate .title_donate .sub {
  font-size: 17px;
  line-height: 19px;
}
.content .wrap .donate .box_donate .title_donate a.center,
.content .wrap .donate .box_donate .title_donate .center {
  text-align: left;
  color: #FFEB01;
  text-decoration: none;
}
.content .wrap .donate .box_donate .title_donate a.center:hover,
.content .wrap .donate .box_donate .title_donate .center:hover {
  color: #FFEB01;
}
.content .wrap .donate .box_donate .title_donate img {
  width: auto;
  height: 100%;
  margin: 4px 0 0 30px;
}
.content .wrap .donate .box_donate .info_donate {
  float: right;
  height: 85px;
  width: 130px;
  padding: 8px 30px 0 0;
}
.content .wrap .donate .box_donate .info_donate .subtitle_donate {
  font-size: 12px;
  font-weight: normal;
  color: #FFEB01;
  margin-bottom: 0;
}
.content .wrap .donate .box_donate .info_donate .complement_donate {
  margin-bottom: 3px;
  font-size: 12px;
  color: #fff;
}
.content .wrap .donate .box_donate .info_donate a,
.content .wrap .donate .box_donate .info_donate .nolink {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
.content .wrap .donate .box_donate .info_donate a:hover,
.content .wrap .donate .box_donate .info_donate .nolink:hover {
  text-decoration: underline;
}
.content .wrap .donate .box_donate .info_donate .nolink:hover {
  text-decoration: none;
}
.content .wrap .donate .box_donate .info_donate.money {
  background: url(../img/donate_money.png) top right no-repeat;
}
.content .wrap .donate .box_donate .info_donate.time {
  background: url(../img/donate_time.png) top right no-repeat;
}
.content .wrap .donate .box_donate .info_donate.list {
  width: 180px;
  padding: 8px 20px 0 0;
}
.content .wrap section {
  width: 655px;
  margin: 20px 0 0 15px;
  padding: 0 20px;
  float: left;
  position: relative;
  z-index: 1;
  background: #F0F0F0;
}
.content .wrap section.primary {
  width: 655px;
  padding-top: 70px;
  margin-top: 10px;
  min-height: 200px;
}
.content .wrap section.primary article {
  width: 655px;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #fcfcfc;
}
.content .wrap section.primary article .img_article {
  width: 180px;
  height: 131px;
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  background: #ccc;
  overflow: hidden;
  background: url(../img/img_default100.png) center center no-repeat #f0f0f0;
  box-shadow: 0 0 1px #999 inset;
  -moz-box-shadow: 0 0 1px #999 inset;
  -webkit-box-shadow: 0 0 1px #999 inset;
}
.content .wrap section.primary article .img_article .label_photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 56px;
  height: 131px;
  background: url(../img/label_img.png) top left no-repeat;
  cursor: pointer;
}
.content .wrap section.primary article .img_article .label_photo:hover {
  background-position: top right;
}
.content .wrap section.primary article .img_article .label_photo:hover span {
  color: #908200;
}
.content .wrap section.primary article .img_article .label_photo a {
  width: 131px;
  height: 56px;
  position: absolute;
  z-index: 1;
  top: 38px;
  left: -35px;
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: block;
}
.content .wrap section.primary article .img_article img {
  width: 180px;
  height: 131px;
  margin: 0;
}
.content .wrap section.second {
  width: 655px;
  padding-top: 40px;
}
.content .wrap section.second article {
  width: 655px;
  float: left;
  padding: 15px 0;
}
.content .wrap section.second article .img_article {
  width: 113px;
  height: 75px;
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  background: #ccc;
  overflow: hidden;
  background: url(../img/img_default50.png) center center no-repeat #f0f0f0;
  box-shadow: 0 0 1px #999 inset;
  -moz-box-shadow: 0 0 1px #999 inset;
  -webkit-box-shadow: 0 0 1px #999 inset;
}
.content .wrap section.second article .img_article img {
  width: 113px;
  height: 75px;
  margin: 0;
}
.content .wrap section.second .contactForm {
  padding: 0;
}
.content .wrap section.second .inlineForm .radioLine {
  margin: 5px 0 0 20px;
  line-height: 17px;
  color: #949798;
}
.content .wrap section.full_width {
  width: 990px;
  padding: 0;
  background-color: #fff !important;
}
.content .wrap section.full_width article {
  width: 230px;
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.content .wrap section.full_width article .img_article {
  width: 230px;
  height: 153px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  z-index: 2;
  background: url(../img/img_default100.png) center center no-repeat #f0f0f0;
  box-shadow: 0 0 1px #999 inset;
  -moz-box-shadow: 0 0 1px #999 inset;
  -webkit-box-shadow: 0 0 1px #999 inset;
}
.content .wrap section.full_width article .img_article img {
  width: 230px;
  height: 153px;
  margin: 0;
}
.content .wrap section.full_width article:last-child {
  margin: 0;
}
.content .wrap section.full_width article .btn {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
}
.content .wrap section.landing {
  width: 700px;
  padding: 0;
  margin: 0 20px 0 10px;
  background-color: #fff !important;
}
.content .wrap section.list_result,
.content .wrap section.related_post {
  width: 710px;
  background: white;
  margin: 0 0 20px 0;
  padding: 0;
}
.content .wrap section .resume_article {
  float: left;
  width: 455px;
  height: auto;
  max-height: 131px;
}
.content .wrap section .resume_article a {
  color: #5d5d5d;
  position: relative;
  left: 0;
}
.content .wrap section .resume_article a:hover {
  color: #0052B0;
}
.content .wrap section .resume_article.vertical_resume {
  width: 210px;
  height: 103px;
  background: #F0F0F0;
  padding: 10px 10px 50px;
  max-height: none;
}
.content .wrap section .resume_article.landing_article {
  width: 300px;
  height: auto;
  background: #F0F0F0;
  padding: 10px 20px 0px;
  max-height: none;
}
.content .wrap section .resume_article.result_list {
  width: 530px;
}
.content .wrap section .resume_article p {
  display: block;
  line-height: 16px;
  margin-bottom: 0;
  font-size: 12px;
}
.content .wrap section .resume_article .title_article {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}
.content .wrap section .resume_article .title_article.max_rows {
  max-height: 60px;
  overflow: hidden;
  width: 210px;
}
.content .wrap section .resume_article .title_article a {
  color: #5d5d5d;
  text-decoration: none;
}
.content .wrap section .resume_article .title_article a:hover {
  text-decoration: underline;
}
.content .wrap section .resume_article .info_article {
  margin-bottom: 13px;
  font-size: 11px;
  display: block;
  color: #5D5D5D;
  line-height: 14px;
}
.content .wrap section .resume_article .description_primary {
  max-height: 45px;
  overflow: hidden;
  line-height: 14px;
}
.content .wrap section .resume_article .description_secondary {
  max-height: 30px;
  overflow: hidden;
  line-height: 14px;
}
.content .wrap section .resume_article .description_tertiary {
  min-height: 70px;
  max-height: 100px;
  overflow: hidden;
}
.content .wrap section .btn_sec,
.content .wrap section .btn_tri {
  margin: 8px 10px 0 0;
}
.content .wrap section .section_banner {
  width: 695px;
  position: absolute;
  z-index: 1;
  background: url(../img/banner_section.png) left top repeat-y;
  height: 27px;
  top: 0;
  left: 0;
}
.content .wrap section .label_main {
  width: 169px;
  height: 79px;
  padding: 5px 0 0 35px;
  position: absolute;
  top: 10px;
  left: -15px;
  background: url(../img/label_a.png) center center no-repeat;
  font-size: 25px;
  color: #908200;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: left;
  z-index: 1;
  line-height: 38px;
}
.content .wrap aside {
  width: 260px;
  float: right;
  min-height: 500px;
}


/*video inicio*/
#thumbwrapper2 {
    background: none;
    box-shadow: none;
    display: block;
    margin: 0 0 0 -24px;
    min-height: 0;
    min-width: 0;
    padding: 0px;
    width: 200px;
}
#thumbwrapper2 > ul {
    background-color: none;
    box-shadow: 0 0 10px;
    display: block;
    margin-bottom: 30px;
    min-height: 0;
    min-width: 0;
    padding: 0px;
    width: 200px;
}

#huge_it_videogallery .huge_it_big_li {
    height: auto;
    width: auto;
    max-height: 115px;
}


.content .wrap aside .sidebar_box {
  width: 229px;
  float: left;
  background-color: #F8F8F8;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.content .wrap aside .sidebar_box:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
.content .wrap aside .sidebar_box .cont_img_hid {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content .wrap aside .sidebar_box .img_side_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.content .wrap aside .sidebar_box .opac_side_box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.content .wrap aside .sidebar_box .side_banner {
  width: 249px;
  position: absolute;
  z-index: 1;
  background: url(../img/banner_sidebar.png) center center repeat-y;
  height: 27px;
  top: 0;
  left: 0;
}
.content .wrap aside .sidebar_box .label_y {
  height: 55px;
  padding: 0 10px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0px;
  background: url(../img/label_aside.png) left top no-repeat;
  background-size: 100% 55px;
  -moz-background-size: 100% 55px;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 31px;
  color: #908200;
  text-transform: uppercase;
  text-align: left;
  z-index: 10;
}
.content .wrap aside .sidebar_box .label_y .label_right {
  width: 10px;
  height: 55px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -10px;
  background: url(../img/label_aside_right.png) top left no-repeat;
}
.content .wrap aside .sidebar_box .label_y .label_left {
  width: 12px;
  height: 55px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -12px;
  background: url(../img/label_aside_left.png) top left no-repeat;
}
.content .wrap aside .sidebar_box .info_box {
  width: 215px;
  float: left;
  background: #f8f8f8;
  margin-top: 5px;
  padding: 10px;
}
.content .wrap aside .sidebar_box .info_box .rss_link {
  margin: 0 auto;
  width: 170px;
}
.content .wrap aside .sidebar_box .info_box .rss_link .rss {
  margin: 3px 5px 0 0;
}
.content .wrap aside .sidebar_box .info_box .rss_link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5d5d5d;
  text-transform: none;
  text-decoration: none;
}
.content .wrap aside .sidebar_box .info_box .rss_link a:hover {
  text-decoration: none;
  color: #A32403;
}
.content .wrap aside .sidebar_box p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5d5d5d;
  clear: both;
  text-align: left;
  text-transform: none;
  line-height: 18px;
}
.content .wrap aside .sidebar_box p a {
  text-decoration: underline;
}
.content .wrap aside .sidebar_box p a:hover {
  text-decoration: none;
}
.content .wrap aside .sidebar_box ul {
  float: left;
  list-style: square;
  margin: 5px 0 5px 5px;
}
.content .wrap aside .sidebar_box ul li {
  border: none;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: left;
  height: auto;
  padding: 1px 0;
  margin-left: 10px;
  clear: both;
}
.content .wrap aside .sidebar_box ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.content .wrap aside .sidebar_box ul li a:hover {
  text-decoration: underline;
}
.content .wrap aside .sidebar_box .send_mail {
  width: 235px;
  padding: 10px 0;
  float: left;
}
.content .wrap aside .sidebar_box .send_mail .mail {
  width: 195px;
  margin: 0 auto 5px;
}
.content .wrap aside .sidebar_box .send_mail .mail input[type='submit'] {
  height: 26px;
  padding: 3px 7px 3px 14px;
  float: left;
  margin-left: -5px;
  background: url(../img/bg_btn_ter.png) top left repeat-x;
  color: #908200;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.content .wrap aside .sidebar_box .send_mail .mail input[type='submit']:hover {
  background-position: bottom left;
  color: #fff;
}
.content .wrap aside .sidebar_box .sidebar_photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 249px;
  height: 175px;
  float: left;
}
.content .wrap aside .sidebar_box .sidebar_photo img {
  width: 249px;
  height: 175px;
  display: block;
  margin: 0 auto;
}
.content .wrap aside .sidebar_box.fullphoto {
  height: 345px;
}
.content .wrap aside .sidebar_box.fullphoto.var {
  position: relative;
  height: auto;
  width: 249px;
}
.content .wrap aside .sidebar_box.fullphoto.var .content_fp {
  position: relative;
  top: 0;
  left: 15px;
  margin: 50px 0 20px 0;
  z-index: 3;
}
.content .wrap aside .sidebar_box.fullphoto.var .content_fp strong {
  display: block;
}
.content .wrap aside .sidebar_box.fullphoto.var .content_fp.content_fp_sub {
  margin-top: 0;
}
.content .wrap aside .sidebar_box.fullphoto.var .content_fp .text_fp {
  overflow: hidden;
}
.content .wrap aside .sidebar_box.fullphoto.var .content_fp .text_fp ul {
  max-height: 1000px;
  text-transform: capitalize;
}
.content .wrap aside .sidebar_box.fullphoto.var .content_fp .text_fp ul li a {
  font-size: 11px;
  display: block;
}
.content .wrap aside .sidebar_box.fullphoto .img_fp {
  width: 249px;
  height: 355px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  overflow: hidden;
}
.content .wrap aside .sidebar_box.fullphoto .img_fp img {
  width: 249px;
  height: 355px;
  margin: 0;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp {
  position: absolute;
  z-index: 1;
  top: 65px;
  left: 20px;
  width: 209px;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .title_fp {
  font-size: 16px;
  color: #EAD901;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin: 40px 0 10px 0;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .title_fp span {
  display: block;
  margin-bottom: 15px;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .title_fp .big {
  font-size: 48px;
  line-height: 48px;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .vertical_content {
  display: block;
  position: absolute;
  z-index: 1;
  top: 184px;
  left: -35px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari and Chrome */
  font-size: 24px;
  color: white;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp {
  margin-top: 20px;
  color: white;
  font-size: 12px;
  line-height: 16px;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp ul {
  list-style: square;
  padding: 0 0 0 16px;
  max-height: 130px;
  overflow: visible;
  margin: 0;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp ul.with_vertical {
  padding-left: 50px !important;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp ul li,
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp ul a {
  color: white;
  text-decoration: none;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp ul li:hover,
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp ul a:hover {
  text-decoration: underline;
}
.content .wrap aside .sidebar_box.fullphoto .content_fp .text_fp .text_special {
  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 28px;
  line-height: 32px;
}
.content .wrap aside .sidebar_box.quote {
  padding-top: 205px;
  background: url(../img/bg_quote.png) 3px 180px no-repeat #f8f8f8;
}
.content .wrap aside .sidebar_box.quote p {
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
}
.content .wrap aside .sidebar_box.quote p.autor {
  margin-top: 10px;
  font-size: 12px;
  color: #0253AC;
  font-weight: normal;
}
.content .wrap aside .sidebar_box.twitter {
  padding: 60px 10px 10px;
}
.content .wrap aside .sidebar_box.quick_donate {
  padding-top: 60px;
  width: 249px;
}
.content .wrap aside .sidebar_box.quick_donate .line {
  width: 195px;
  height: 26px;
  margin: 0 auto;
}
.content .wrap aside .sidebar_box.quick_donate .line .input_donate {
  width: 95px !important;
  height: 26px;
}
.content .wrap aside .sidebar_box.quick_donate .line .btn_sec {
  margin: 2px auto;
}
.content .wrap aside .sidebar_box.quick_donate .text_donate {
  display: block;
  margin: 10px 0;
  padding: 0 10px;
}
.content .wrap aside .sidebar_box.quick_donate a.btn_donar {
  text-decoration: none;
  color: #0052B0;
  display: block;
}
.content .wrap aside .sidebar_box.quick_donate a.btn_donar:hover {
  color: white;
}
.content .wrap aside .sidebar_box.quick_donate img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.content .wrap aside .sidebar_box.follow {
  padding: 60px 10px 10px;
}
.content .wrap aside .sidebar_box.follow .like_fb {
  height: 20px;
  margin-bottom: 20px;
  text-align: left;
  display: block;
  padding-left: 55px;
}
.content .wrap aside .sidebar_box.follow .follow_tw {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  padding-left: 40px;
}
.content .wrap aside .sidebar_box.follow .youtube_subs {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  padding-left: 58px;
}
.content .wrap aside .sidebar_box.follow .follow_instagram {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  padding-left: 58px;
}
.content .wrap aside .sidebar_box.follow .follow_in {
  text-align: left;
  display: block;
  margin-bottom: 20px;
  padding-left: 58px;
}
.content .wrap aside .sidebar_box.contact {
  padding: 60px 10px 10px;
}
.content .wrap aside .sidebar_box.contact .contact_box p {
  line-height: 18px;
  padding: 0 10px;
}
.content .wrap aside .sidebar_box.contact .contact_box .contact_method {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  display: block;
  position: relative;
  min-height: 60px;
}
.content .wrap aside .sidebar_box.contact .contact_box .contact_method .icon_contact {
  width: 60px;
  height: 50px;
  margin-right: 5px;
  background: url(../img/icon_contact.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.content .wrap aside .sidebar_box.contact .contact_box .contact_method .icon_contact.phone {
  background-position: top left;
}
.content .wrap aside .sidebar_box.contact .contact_box .contact_method .icon_contact.mail {
  background-position: top center;
}
.content .wrap aside .sidebar_box.contact .contact_box .contact_method .icon_contact.skype {
  background-position: top right;
}
.content .wrap aside .sidebar_box.contact .contact_box .contact_method .info_contact {
  padding: 0;
  display: block;
  line-height: 14px;
  margin-left: 70px;
}
.content .wrap aside .sidebar_box.contact .contact_box .contact_method .info_contact strong {
  display: block;
}
.content .wrap aside .btn {
  float: none;
  width: 50px;
  margin: 5px 0 0 10px;
}
.content .submenu-page {
  width: 30%;
  float: left;
  display: block;
}
.content .submenu-page .title_submenu {
  display: block;
  border-bottom: 2px solid #ccc;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 0 8px 10px;
  font-weight: bold;
  margin-bottom: 5px;
}
.content .submenu-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .submenu-page ul li {
  margin-bottom: 5px;
}
.content .submenu-page ul li.active {
  border-right-color: #ffeb01;
}
.content .submenu-page ul li a {
  display: block;
  padding: 8px 10px;
  border-right: 5px solid #ddd;
  color: #666;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  background: #f9fafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9fafa 11%, #feffff 13%, #feffff 47%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #f9fafa), color-stop(13%, #feffff), color-stop(47%, #feffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9fafa 11%, #feffff 13%, #feffff 47%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9fafa 11%, #feffff 13%, #feffff 47%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9fafa 11%, #feffff 13%, #feffff 47%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9fafa 11%, #feffff 13%, #feffff 47%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
}
.content .submenu-page ul li a:hover,
.content .submenu-page ul li a.active {
  color: #222;
  border-right: 5px solid rgba(255, 235, 1, 0.5);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.content .submenu-page ul li:last-child {
  border-bottom: 0;
}
/*FOOTER*/
footer {
  background: url(../img/bg_footer.png) repeat-x #000000 top center;
  color: #fff;
  padding: 20px 0;
  min-height: 209px;
}
footer p {
  color: #fff;
  padding: 1px 0;
  margin: 0;
}
footer p a {
  font-size: 10px;
}
footer p a:hover {
  color: inherit;
}
footer a {
  color: #fff;
  font-size: 10px;
  padding: 1px 0;
  text-decoration: none;
  text-transform: uppercase;
}
footer a:hover {
  text-decoration: underline;
  color: inherit;
}
footer a.title_footer {
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffeb01;
}
footer .copy {
  float: left;
}
footer .boxes_foot {
  padding: 0 0 20px;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
}
footer .boxes_foot .box_foot {
  float: left;
  margin-right: 15px;
}
footer .boxes_foot .box_foot:last-child {
  float: right;
  text-align: right;
  margin: 0;
}
footer .boxes_foot .box_foot ul {
  margin: 4px 0 0 0;
  list-style: none;
  margin-left: 0;
}
footer .boxes_foot .box_foot ul li,
footer .boxes_foot .box_foot ul p {
  padding: 1px 0;
}
footer .title_footer {
  width: 100%;
  margin-bottom: 4px;
  clear: both;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffeb01;
}
/* BREADCRUMB*/
.breadcrumb {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  font-size: 9px;
  text-transform: uppercase;
  color: #777;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
/* INFO ARTICLE PARA POST */
.info_article a {
  color: #5d5d5d;
  text-decoration: none;
}
.info_article a:hover {
  color: #333;
}
/* CLEAR FIX */
.clearfix {
  display: block;
  float: none;
  clear: both;
  height: 0;
}
/* LABEL AMARILLA  IZQUIERDA */
.label_second {
  width: auto;
  height: 55px;
  padding: 0 15px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  background: url(../img/label_center.png) bottom left no-repeat;
  background-size: 100% 200%;
  -moz-background-size: 100% 200%;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  z-index: 3;
}
.label_second .label_left {
  width: 10px;
  height: 55px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10px;
  background: url(../img/label_left.png) bottom left no-repeat;
}
.label_second .label_right {
  width: 13px;
  height: 55px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -13px;
  background: url(../img/label_right.png) bottom left no-repeat;
}
.buble {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  line-height: 96px;
  background: #ffeb01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0.6;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  -ms-border-top-right-radius: 50px;
  -o-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  -ms-border-top-left-radius: 50px;
  -o-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  -ms-border-bottom-left-radius: 50px;
  -o-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.5);
}
.buble:hover {
  opacity: 1;
}
.buble a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
}
.buble a:hover {
  color: #666;
}
.letter_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.letter_box.active {
  display: block;
}
.letter_box .opac_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.letter_box .lt_headline {
  height: 34px;
  width: 100%;
  background: #404040;
}
.letter_box .lt_headline h2 {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: left;
  padding: 0 35px 0 20px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.letter_box .cont_text {
  width: 40%;
  height: auto;
  max-height: 80%;
  background: #fff;
  left: 50%;
  margin-left: -20%;
  top: 10%;
  position: absolute;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.letter_box .cont_text .cont_oh {
  overflow-y: auto;
  height: 430px;
  background: #fff;
  position: relative;
  margin-top: 15px;
}
.letter_box .cont_text .txt_here {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.letter_box .cont_text .btn_close {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 22px;
  height: 22px;
  background: url(../img/cerrar.png) left top no-repeat;
  cursor: pointer;
  margin: 0;
  opacity: 0.6;
}
.letter_box .cont_text .btn_close:hover {
  opacity: 1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#letter {
  width: 140px;
  height: 30px;
  cursor: pointer;
  background: #999;
  line-height: 30px;
  text-align: center;
  position: relative;
  color: #fff;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#letter #icon-let {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/letter.png) left top no-repeat;
  display: block;
  float: left;
}
#letter:hover {
  text-decoration: none;
}
@media screen and (max-width: 1230px) {
  .buble {
    display: none;
  }
}
/*============================
Gracias asociate
==============================*/
.btn_socio {
  margin: auto;
  color: #333;
  background: yellow;
  font-size: 24px;
  display: block;
  width: 200px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.cont_socio {
  text-align: center;
  padding: 20px;
  background: #ff0;
  clear: both;
}
.cont_socio:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.cont_socio p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
