@import url(//fonts.googleapis.com/css?family=verdana);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 14px Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #68696c; /*a0a0a0*/
}
p {
  margin-bottom: 0;
}
p > span {
  color: #6696c;/*2f2f2f*/
  font-size: 15px;
}
a[href^="tel:"] {
  color: inherit; 
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block;
  margin: 0 !important;
  float: left !important;
  position: relative;
  padding: 25px 0 5px 0!important;
}
h1.brand a {
  display: inline-block;
}
h2 {
  color: #68696c; /*181818*/
  font: 22px/22px 'Gudea', Arial, Helvetica, sans-serif; /*font: 44px/44px 'Arial', Arial, Helvetica, sans-serif;*/
  /* letter-spacing: -3px; */ 
  margin: 0;
  width: 100%;
  margin-top: 25px; /*67px; espacio blanco  */
  border-bottom: 1px solid #0660AE; /*#eeeeee*/
  padding-bottom: 17px;
  margin-bottom: 29px;
}
h3 {
  color: #68696c;
  font: 21px/21px 'Gudea', Arial, Helvetica, sans-serif;
  /*letter-spacing: -2px;*/
  margin: 0;
  margin-bottom: 3px;
  font-weight:bold;
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  font: 16px 'Gudea';
  color: #ffffff!important;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #005AA8;
  background-image: -moz-linear-gradient(top, #005AA8, #005AA8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005AA8), to(#005AA8));
  background-image: -webkit-linear-gradient(top, #005AA8, #005AA8);
  background-image: -o-linear-gradient(top, #005AA8, #005AA8);
  background-image: linear-gradient(to bottom, #005AA8, #005AA8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005AA8', endColorstr='#005AA8', GradientType=0);
}
.btn.btn-primary:hover {
  background: none;
  color: #ffffff!important;
  border-color: #0085FD; /*f1511f*/
  background-color: #0085FD; /*f1511f*/
}
.btn.btn-link {
  box-shadow: none;
  background: none !important;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #f4d45c;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link:hover {
  color: #626262;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----list-----*/
.list0 {
  margin: 0;
  overflow: hidden;
  margin-bottom: 15px; /*54px*/
}
.list0 li {
  background: url(../img/list_arrow.png) left 5px no-repeat;
  padding-left: 20px;
  margin-bottom: 10px !important;
}
.list0 li a {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #005AA8; /*f1511f*/
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list0 li a:hover {
  color: #68696c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 {
  margin: 0;
  list-style: none;
  margin-bottom: 5px; /* 39px*/
}
.list1 li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px; /*14px*/
  overflow: hidden;
}
.list1 li figure {
  margin: 0;
  float: left;
  margin-right: 18px;
}
.list1 li figure img {
  width: 100%;
}
.list1 li .caption a {
  color: #005AA8; /*f1511f*/
  font: 14px Arial, Helvetica, sans-serif;
  text-transform: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li .caption a:hover {
  color: #68696c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  list-style: none;
  margin-bottom: 49px;
}
.list2 li {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 8px;
}
.list2 li img {
  float: left;
  margin-right: 16px;
}
.list2 li h3 {
  margin-bottom: 2px;
}
.list3 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 32px;
  margin-bottom: 87px;
}
.list3 li {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 34px;
}
.list3 li img {
  float: left;
  margin-right: 19px;
}
.list3 li div {
  margin-bottom: 13px;
}
.list3 li h3 {
  margin-bottom: 2px;
}
.list3 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 51px;
  height: 43px;
  text-align: center;
  padding-top: 8px;
  text-shadow: none;
  background-color: #005AA8; /*f1511f*/
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-right: 19px;
}
.list4 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 32px;
}
.list4 li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.list4 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 51px;
  height: 43px;
  text-align: center;
  padding-top: 8px;
  text-shadow: none;
  background-color: #005AA8; /*f1511f*/
  font: bold 20px/20px Arial, Helvetica, sans-serif;
  color: #ffffff;
  float: left;
  margin-right: 16px;
}
.list4 .badge .numb {
  margin-top: -5px;
}
.list4 li .extra-wrap p {
  font: 15px/15px Arial, Helvetica, sans-serif;
  color: #005AA8; /*f1511f*/
  float: left;
}
.list4 li .extra-wrap a {
  font: 15px/15px Arial, Helvetica, sans-serif;
  color: #005AA8; /*f1511f*/
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li .extra-wrap a:hover {
  color: #68696c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li > div {
  margin-bottom: 30px;
}
/*-----thumbs-----*/
.thumb-pad0 {
  margin: 0;
  margin-top: 30px;
}
.thumb-pad0 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
  padding: 0;
  color: #68696c; /*a0a0a0*/
}
.thumb-pad0 .thumbnail .caption ul {
  margin: 0;
  overflow: hidden;
  margin-bottom: 54px;
}
.thumb-pad0 .thumbnail .caption ul li {
  background: url(../img/list_arrow.png) left 5px no-repeat;
  padding-left: 0px;
  margin-bottom: 10px;
}
.thumb-pad0 .thumbnail .caption ul li a {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #005AA8; /*f1511f*/
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption ul li a:hover {
  color: #68696c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 figure {
  margin: 0;
  float: left;
  margin-right: 22px;
}
.thumb-pad0 figure img {
  width: 100%;
}
.thumb-pad1 {
  margin-bottom: 0;
}
.thumb-pad1 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #68696c; /*a0a0a0*/
  overflow: hidden;
  background-color: #005AA8; /*f1511f*/
  padding: 24px 22px 24px 20px;
}
.thumb-pad1 .thumbnail .caption p {
  float: left;
  font: 32px/32px 'Gudea';
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.thumb-pad1 .thumbnail .caption .btn {
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  float: right;
  font: 10px/10px 'Gudea';
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad1 .thumbnail .caption .btn:hover {
  color: #68696c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad1 .thumbnail span {
  display: inline-block;
  background: url(../img/triangle2.png) no-repeat;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 22px;
  height: 22px;
}
.thumb-pad1 figure {
  margin: 0;
  width: 100%;
}
.thumb-pad1 figure img {
  width: 100%;
}
.box-thumb1 {
  width: 182px;
  margin-left: 30px;
  float: left;
  margin-top: 4px;
}
.thumb-pad2 {
  margin: 0;
  margin-bottom: 28px;
}
.thumb-pad2 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #68696c; /*a0a0a0*/
}
.thumb-pad2 .thumbnail .caption h3 {
  margin-bottom: 1px;
}
.thumb-pad2 figure {
  margin: 0;
  margin-bottom: 12px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad2 .thumbnail .caption a {
  color: #68696c;
  font-size: 15px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad2 .thumbnail .caption a:hover {
  color: #005AA8; /*f1511f*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad3 {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #68696c; /*a0a0a0*/
}
.thumb-pad3 .thumbnail .caption p {
  margin-bottom: 20px;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.thumb-pad4 {
  padding: 7px;
  margin-bottom: 31px;
  border: 1px solid #f1f1f1;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  width: 100%;
  margin-bottom: 12px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 .thumbnail .caption p {
  color: #b0b0b0;
  line-height: 21px;
}
.thumb-pad4 .thumbnail .caption a {
  color: #68696c;
  font-size: 15px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
  color: #005AA8; /*f1511f*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
  margin-bottom: 25px !important;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #68696c; /*a0a0a0*/
  padding-right: 0px; /*34px;*/
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.thumb-pad5 figure img {
  width: 100%;
}
.date {
  width: 61px;
  padding-right: 6px;
  border-right: 1px solid #dfdfdf;
  float: left;
  margin-right: 19px;
  margin-bottom: 0 !important;
}
.date p {
  font: 65px/45px 'Righteous';
  color: #68696c;
  text-align: left;
  margin-bottom: 8px;
  letter-spacing: -6px;
}
.date .numb {
  font: 15px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #626262;
  margin-bottom: 0;
  letter-spacing: 0;
  margin-left: 0;
  margin-left: 12px;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 5px;
  overflow: hidden;
  margin-bottom: 26px;
  margin-top: 1px;
}
blockquote img {
  position: absolute;
  top: 10px;
  left: 20px;
}
blockquote > div {
  padding: 21px 20px 25px 29px;
  border: 1px solid #ececec;
  background-color: #f3f3f3;
  border-radius: 10px;
  position: relative;
}
blockquote span {
  background: url(../img/blockquote_triangle.png) 0 bottom no-repeat;
  width: 35px;
  height: 19px;
  display: inline-block;
  margin-left: 64px;
  margin-top: -1px;
  position: relative;
}
blockquote p {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #68696c; /*a0a0a0*/
}
blockquote a {
  color: #68696c;
  float: right;
  font: 15px Arial, Helvetica, sans-serif;
  margin-top: 17px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #005AA8; /*f1511f*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  padding: 0;
  border-bottom: 6px solid #68696c;
}
.follow_block {
  position: relative;
  padding: 10px 0 0 0;
  height: 30px;
  background-color: #68696c;
  text-align: center;
}
.follow_block ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.follow_block ul li {
  float: left;
}
.follow_block ul li {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a:hover {
  color: #f4d35c;
}
.follow_block ul li span {
  margin: 0 5px;
}
/*-----menu-----*/
.navbar_ {
  margin-bottom: 0 !important;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 18px; /*24px*/
  line-height: 18px; /*24px*/
  display: block;
  font-weight:bold;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  padding: 147px 0 0 0; /* 58px */
  /*float: right;*/
  height: 40px !important;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
  font-weight:bold;
}
.nav-collapse_ .nav {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  text-transform: uppercase;
  padding: 0 23px 0 22px;
  zoom: 1;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 36px; /* 55px Linea naranja */ 
  color: #68696c;
  box-shadow: none !important;
  font: 16px/16px 'Gudea', Arial, Helvetica, sans-serif; /*18px*/
  text-transform: uppercase;
  text-shadow: none;
  background: none;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight:bold; /*no estaba*/ 
}
.nav-collapse_ .nav > li.active > a {
  color: #005AA8 !important; /*#f1511f*/
  background: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li.active > a > strong {
  height: 6px;
  background-color: #005AA8; /*f1511f*/
}
.nav-collapse_ .nav > li.active > a > strong > img {
  display: inline-block;
}
.nav-collapse_ .nav > li a:hover {
  color: #005AA8 !important; /*f1511f*/
  background: none !important;
  border: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li a:hover > strong {
  height: 6px;
  background-color: #005AA8; /*f1511f*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li a:hover > strong > img {
  display: inline-block;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #005AA8 !important; /*f1511f*/
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a > strong {
  height: 6px;
  background-color: #005AA8; /*f1511f*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a > strong > img {
  display: inline-block;
}
.nav-collapse_ .nav > li > a span {
  display: block;
  position: absolute;
  height: 6px;
  background: url(../img/menu-marker.png) no-repeat;
  top: 28px;
  width: 6px;
  left: 51px;
}
.nav-collapse_ .nav > li a > strong {
  height: 0;
  background-color: #005AA8; /*f1511f*/
  position: absolute;
  bottom: -6px;
  text-align: center;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-collapse_ .nav > li a > strong > img {
  display: none;
  margin-top: -25px;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 106px;
  left: 0;
  top: 77px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #3a3a3a;
  padding: 16px 0 31px 0;
  margin: 0;
  text-align: left;
  text-align: center;
}
.nav-collapse .sub-menu > ul li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  border-right: none;
}
.nav-collapse .sub-menu li:last-child {
  border-bottom: none;
}
.nav-collapse .sub-menu > ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: 12px/12px 'Gudea', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 6px;
  height: 5px;
  position: relative;
  top: -3px;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #005AA8 !important; /*f1511f*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  color: #005AA8 !important; /*f1511f*/
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 105px;
  left: 107px;
  top: -16px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #3a3a3a;
  padding: 16px 0 31px 0;
  margin: 0;
  text-align: left;
  text-align: center;
}
.nav-collapse .sub-menu ul ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: 12px/12px 'Gudea', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul li a:hover,
.nav-collapse .sub-menu ul li.sfHover > a {
  text-decoration: none;
  color: #005AA8 !important; /*f1511f*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  padding: 7px;
  background: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop {
  display: none;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.mail {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #005AA8; /*f1511f*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #68696c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a {
  color: #005AA8; /*f1511f*/
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a:hover {
  color: #68696c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.box1 ul li {
  margin-bottom: 19px;
}
/*-----subscribeForm-----*/
#subscribe-form {
  margin: 0;
  position: relative;
}
#subscribe-form .error {
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  top: 42px;
  left: 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #de453f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscribe-form input {
  background-color: #ffffff;
  border: none;
  width: 67%;
  outline: none;
  box-shadow: none;
  color: #68696c; /*a0a0a0*/
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 9px 10px 10px 10px;
  margin: 5px 0 27px 0;
  box-sizing: content-box;
  margin-right: 0;
  float: none;
  border: 1px solid #e7e7e7;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .success {
  display: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 10px 0 10px 10px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fefefe));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -o-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: linear-gradient(to bottom, #f5f5f5, #fefefe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fffefefe', GradientType=0);
  text-align: center;
  color: #333;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0px;
  width: 390px;
}
.email {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 17px;
}
#subscribe-form a {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 12px 21px 13px 20px;
  width: 108px;
  font: 11px 'Gudea', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 0;
  background: #de453f;
  border: 1px solid #de453f;
  text-align: center;
  cursor: pointer;
}
#subscribe-form a:hover {
  color: #323232;
  border-color: #e8e8e8;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fefefe));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: -o-linear-gradient(top, #f5f5f5, #fefefe);
  background-image: linear-gradient(to bottom, #f5f5f5, #fefefe);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fffefefe', GradientType=0);
}
.error-search h2 {
  line-height: 43px;
}
.error-search h3 {
  margin-bottom: 21px;
  line-height: 18px;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  top: 6px;
  margin-top: 19px;
}
#search-404 input {
  background: none;
  border: none;
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #68696c; /*a0a0a0*/
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  border-radius: 0;
  padding: 5px 15px 6px 18px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  float: left;
  border: 1px solid #e6e6e6;
  height: 43px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
  margin: 0;
  padding: 14px 20px 14px 19px;
}
/*-----map-----*/
.map {
  margin: 3px 0 23px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 350px ; /*549px*/
  border: none;
  line-height: 0;
}
.info {
  margin-bottom: 21px;
}
.info em {
  font-style: normal;
  display: inline-block;
  width: 88px;
}
.info a {
  font: 13px Arial, Helvetica, sans-serif;
  color: #005AA8; /*f1511f*/
}
.info a:hover {
  color: #68696c;
}
/*-----form-----*/
#form {
  position: relative;
  z-index: 1;
  margin: 32px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 180px;
}
.form-div-1,
.form-div-2 {
  margin-right: 40px;
}
#form div {
  overflow: hidden;
}
#form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 71px;
  width: 100%;
}
#form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 39px;
}
#form input,
#form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 8px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  background: none;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #a0a0a0;
}
#form input {
  height: 42px;
}
#form input:focus,
#form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form .area .error {
  float: none;
}
#form textarea {
  overflow: auto;
  width: 100%;
  height: 277px;
  resize: none;
}
#form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 10px;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #a0a0a0;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#form .error,
#form .empty {
  position: absolute;
  bottom: 7px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #68696c;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
}
#form .message .error,
#form .message .empty {
  bottom: -15px;
  text-align: right;
}
/*-----footer-----*/
footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d4d4d4;
}
footer p {
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #68696c; /*a0a0a0*/
  display: block;
}
footer p > a {
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #68696c; /*a0a0a0*/
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p > a:hover {
  color: #005AA8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font: 11px Arial, Helvetica, sans-serif
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .nav-collapse_ {
    display: block;
  }
  .box-thumb1 {
    width: 236px;
  }
  #search-404 input {
    width: 280px;
  }
  #form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 230px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1199px) { /* @media (min-width: 980px) and (max-width: 1199px) */
  .nav-collapse_ {
    height: auto !important;
  }
  .box-thumb1 {
    width: 182px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) { /* @media (max-width: 979px) */
  h2 {
    font-size: 30px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 790px) { /* @media (min-width: 768px) and (max-width: 979px) { */
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  #form .error,
  #form .empty {
    bottom: 0;
  }
  .box-thumb1 {
    width: 215px;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  header {
    padding-bottom: 32px;
  }
  h1.brand {
    text-align: center;
    width: 100%;
  }
  h1.LE-global {
    text-align: right;
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  header {
    padding-bottom: 0;
    border: none;
  }
  h1.brand {
    text-align: center;
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .thumb-pad1 {
    margin-bottom: 0;
  }
  .box-list1 {
    float: left;
    width: 45%;
    margin-right: 10px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .navbar_ .nav-collapse_ {
    padding: 0;
    margin: 0;
    border: none;
  }
  .box4 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .list1 {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
  }
  .error {
    text-align: center;
  }
  .thumb-pad0 figure {
    margin: 0;
    float: left;
    margin-right: 22px;
  }
  .thumb-pad1 {
    margin-bottom: 40px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box-thumb1 {
    width: 45%;
  }
  .box4 {
    width: 45%;
    margin-right: 10px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .box-thumb1 {
    width: 45%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box4 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .box-list1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list4 li .extra-wrap a {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .map iframe {
    height: 200px;
  }
  .thumb-pad5 figure {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list1 li figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
  max-width: 100% !important;
  margin-top: 74px;
}
.margBot {
  margin-bottom: 20px;
}
.margBot1 {
  margin-bottom: 50px;
}
.margBot2 {
  margin-bottom: 27px;
}
.margBot3 {
  margin-bottom: 35px;
}
.margBot4 {
  margin-bottom: 20px;
}
.margBot5 {
  margin-bottom: 10px;
}
.margTop {
  margin-top: 101px;
}
.margTop1 {
  margin-top: 85px;
}
.padBot {
  padding-bottom: 3px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/********************************************************************/

table {
	border-collapse: collapse;
	border-spacing: 1;
}

table .agenda, th {
	height:30px;
	padding:3px;
}


th  { font-weight: normal;  border-bottom: 1px solid #fff;/*border-top: 1px solid #333333; border-bottom: 1px solid #333333; border-left: 1px solid #333333; border-right: 1px solid #333333;*/ color: #68696C; }

.colTitle  { font-weight: bold; background-color: #015BA9; color: #ffffff; }

td { padding: 3px; border-bottom: 1px solid transparent; border-top: 1px solid transparent; }

.rg{
display: block;
width: 357px;
height: 45px;
padding: 0px;
background: url(../img/btn-registro_1.png) no-repeat 0 0;
text-align:right;

}
.rg:hover{
background: url(../img/btn-registro_2.png) no-repeat 0 0;
}


/*********************************************************************************/


table #streaming, th{
	height:10px; 
	padding:3px;
}


/*****************************Social Media****************************************/

.linke{
display: block;
width: 40px;
height: 35px;
background: url(../img/in.jpg) no-repeat 0 0;
}
.linke:hover{
background: url(../img/in.jpg) no-repeat 0 0;
}

.twitter{
display: block;
width: 40px;
height: 35px;
background: url(../img/twritter.jpg) no-repeat 0 0;
}
.twitter:hover{
background: url(../img/twritter.jpg) no-repeat 0 0;
}

.facebook{
display: block;
width: 40px;
height: 35px;
background: url(../img/facebook.jpg) no-repeat 0 0;
}
.facebook:hover{
background: url(../img/facebook.jpg) no-repeat 0 0;
}

.google{
display: block;
width: 40px;
height: 35px;
background: url(../img/google.jpg) no-repeat 0 0;
}
.google:hover{
background: url(../img/google.jpg) no-repeat 0 0;
}

.youtube{
display: block;
width: 40px;
height: 35px;
background: url(../img/youtube.jpg) no-repeat 0 0;
}
.youtube:hover{
background: url(../img/youtube.jpg) no-repeat 0 0;
}

.rss{
display: block;
width: 40px;
height: 35px;
background: url(../img/rss.jpg) no-repeat 0 0;
}
.rss:hover{
background: url(../img/rss.jpg) no-repeat 0 0;
}


/**************************Form*******************************************/

/*-----form-----*/
#form {
  position: relative;
  z-index: 1;
  margin: 32px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 180px;
}
.form-div-1,
.form-div-2 {
  margin-right: 40px;
}
#form div {
  overflow: hidden;
}
#form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 71px;
  width: 100%;
}
#form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 39px;
}
#form input,
#form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 8px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  background: none;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #a0a0a0;
}
#form input {
  height: 42px;
}
#form input:focus,
#form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form .area .error {
  float: none;
}
#form textarea {
  overflow: auto;
  width: 100%;
  height: 277px;
  resize: none;
}
#form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 10px;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #a0a0a0;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#form .error,
#form .empty {
  position: absolute;
  bottom: 7px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #68696c;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
}
#form .message .error,
#form .message .empty {
  bottom: -15px;
  text-align: right;
}

.Gris{
 background-color:#f5f5f5;
 padding-bottom:5px;
 padding-top:5px;
 margin-top:5px;
 width:100%;
}
.title{
  color: #68696c;
  font: 22px/22px 'Gudea', Arial, Helvetica, sans-serif; /*font: 44px/44px 'Arial', Arial, Helvetica, sans-serif;*/
  /* letter-spacing: -3px; */ 
  margin: 0;
  width: 100%;
  margin-top: 15px;
  padding-top:10px;

}

.cupo {
  font-size:16px !important;

}

.direccion {
 font-size:10px!important;	
}



.titleAgenda{
  color: #68696c; /*181818*/
  font: 22px/22px 'Gudea', Arial, Helvetica, sans-serif; /*font: 44px/44px 'Arial', Arial, Helvetica, sans-serif;*/
  /* letter-spacing: -3px; */ 
  margin: 0;
  width: 100%;
  margin-top: 67px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 17px;
  margin-bottom: 29px;

}

.nota {
	font-size:9px; 
	color: #68696c; /*181818*/
}


/***************************nav Footer*********************************/

.svNav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.svNav li {
  line-height: 66px;
  height: 66px;
  border-bottom: 1px solid #888;
  vertical-align:bottom;
  margin-bottom:50;
}
 
.svNav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
  vertical-align:bottom;
  margin-bottom:50;
}
 
.svNav a:hover {
  background-color: #005f5f;
  vertical-align:bottom;
  margin-bottom:50;
}
 
.svNav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
  vertical-align:bottom;
  margin-bottom:50;
}
 
@media screen and (min-width: 600px) {
  .svNav li {
    width: 50px;
    border-bottom: none;
    height: 66px;
    line-height: 66px;
    font-size: 1.4em;
	vertical-align:bottom; 
	margin-bottom:50;
  }
 
  /* Option 1 - Display Inline */
  .svNav li { 
    display: inline-block;
    margin-right: -4px;
	vertical-align:bottom;
	margin-bottom:50; 
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}

.rgS{ /* Boton Streaming */
display: block;
width: 357px;
height: 45px;
padding: 0px;
background: url(../img/btn-registroS_1.png) no-repeat 0 0;

}
.rgS:hover{ /* Boton Streaming */
background: url(../img/btn-registroS_2.png) no-repeat 0 0;
}

.rgNext{ /* Boton Streaming Online*/
display: block;
width: 357px;
height: 45px;
padding: 0px;
background: url(../img/btn-streaming_spa1.jpg) no-repeat 0 0;

}
.rgNext:hover{  /* Boton Streaming Online*/
background: url(../img/btn-streaming_spa2.jpg) no-repeat 0 0;
}

.rgEng{ /* Boton Streaming Online*/
display: block;
width: 357px;
height: 45px;
padding: 0px;
background: url(../img/btn-streaming_eng1.jpg) no-repeat 0 0;

}
.rgEng:hover{  /* Boton Streaming Online*/
background: url(../img/btn-streaming_eng2.jpg) no-repeat 0 0;
}


.privacidad 
.titulo_privacidad {
  color:#223A76!important;
  font: 22px/22px 'Gudea', Arial, Helvetica, sans-serif;
  margin: 0;
  padding-bottom: 17px;
  margin-bottom: 29px;  
}
