@font-face{
  font-family: 'gotham';
  src: url('../fonts/gotham/gotham-book-webfont.eot');
  src: url('../fonts/gotham/gotham-book-webfont-.eot#iefix') format('embedded-opentype'),
  url('../fonts/gotham/gotham-book-webfont.woff') format('woff'),
  url('../fonts/gotham/gotham-book-webfont.ttf') format('truetype'),
  url('../fonts/gotham/gotham-book-webfont.svg#gotham_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'gotham';
  src: url('../fonts/gotham/gotham-bold-webfont.eot');
  src: url('../fonts/gotham/gotham-bold-webfont-.eot#iefix') format('embedded-opentype'),
  url('../fonts/gotham/gotham-bold-webfont.woff') format('woff'),
  url('../fonts/gotham/gotham-bold-webfont.ttf') format('truetype'),
  url('../fonts/gotham/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* COMMON VALUES */
img { border: 0; }
* { margin: 0; }
:focus { outline: 0; }
html {
  height: 100%;
  border: 0;
}
body {
  text-align: center;
  font-family:'gotham', Arial, Helvetica, sans-serif;
  font-size:17px;
  line-height: 1.5em;
  font-weight: normal;
  color: #2E4049;
  background: #fff;
}
p { margin: 0;
  font-family:'gotham', Arial, Helvetica, sans-serif;
}
p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  text-align:justify;
  font-size:17px;
  line-height: 1.5em;
  font-weight: normal;
  color: #2E4049;
  padding: 0 10px;
}
.ulcontent {
  margin: 0;
  font-family:'gotham', Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.ulcontent li {
  margin: 0;
  font-family:'gotham', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 400;
  color: #2E4049;
  text-align:justify;
  padding: 0 10px;
}

/* FORM VALUES */
form, center { margin: 0; padding: 0; }
.input, textarea, select {
  margin: 2px 0 0;
  padding: 2px;
  color: #000;
  border: 1px solid #000;
  background: #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}
textarea { width: 98%; }
.button, input.button, a[role='button'], .button-purple {
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  border: none;
  text-align: left;
  padding: 8px 30px 8px 13px;
  line-height: 33px;
  font: bold 14px'gotham', Arial, Helvetica, sans-serif;
  color: #074b9c !important;
  background-color: #FCFCFC !important;
  background-image: url(../images/f-boton.png);
  background-position: right 0;
  background-repeat: no-repeat;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: 0px 1px 2px #424242;
}
.button:hover, .button:focus, .button-purple:hover, .button-purple:focus {
  background-position: right -100px;
}
.button-purple {
  color: #fff !important;
  background: #e60e68 url(../images/f-boton-purple.png) no-repeat right 0;
}
* html .button, * html .button-purple { padding: 0 5px; }
select { margin: 2px 0 0; }

/* STRUCTURE VALUES */
header {
  position: relative;
  width: 90%;
  margin: 12px auto 0;
  min-height: 170px;
  z-index: 1;
  text-align: center;
}
#content {
  width: 90%;
  margin: 0 auto;
  max-width: 990px;
  text-align: left;
}
#header-admin {
  width: 990px;
  height: 170px;
  text-align: left;
}
#header-admin img { width: 128px; }
#logo {
  float: left;
  padding: 0 20px 0 0;
  width: 128px;
  height: 160px;
}
#logo img { width: 100%; }
#super {
  padding: 10px 0 0;
  font: normal 13px'gotham', Arial, Helvetica, sans-serif;
}
#super li:first-child {
  margin-left: 0px;
  padding-left: 0px;
  background-image: none;
}
#super li {
  float: left;
  margin-left: 6px;
  padding: 0 0 0 7px;
  background: transparent url(../images/super-filete.gif) 0 50% no-repeat;
}
#super a { text-decoration:none; }
#super li.primer a { padding-left: 0; border:none; }
#super li.ulti a { padding-right:0; }
#super li a.active {
  font-weight: bold;
  color: #333333;
}
#super li.tel a {
  color: #99cc00;
  font-weight: bold;
}
#buscador {
  float: right;
  margin-top: 11px;
  border: 5px solid #eaeaea;
  width: 240px;
  background-color: #eaeaea;
}
#buscador label {
  display: none;
}
#buscador input {
  width: 207px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
  background: #fff url('../images/f-buscador.gif') 5px 50% no-repeat;
  padding-left: 30px;
}
#buscador input[type="submit"] {
  display: none;
}
#menu1, #menu2 { font-family: Arial,Helvetica,Sans-serif; }
#menu1 {
  float: left;
}
#menu2 {
  float: right;
}
#menu1, #menu2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu2 > ul > li:first-child, #menu2 > ul > li.ayuda {
  display: block;
}
#menu2 #agente,
#menu2 #social-networks #social-networks-contact {
  color: #0079c8;
}
#social-networks-contact {
  font-size: 26px;
}
#menu2 #social-networks {
  margin-top: -5px;
  font-size: 26px;
}
#menu2 #social-networks #social-networks-contact a:hover {
  color: #55cefd;
}
#nav-mobile,
#nav-mobile-close {
  display: none;
  position: absolute;
  padding: 0 40px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 90;
}
#nav-mobile {
  top: 100px;
  right: 20px;
}
#nav-mobile-close {
  top: 30px;
  right: 20px;
}
#nav-mobile .bars,
#nav-mobile .bars::before,
#nav-mobile .bars::after,
#nav-mobile-close .bars,
#nav-mobile-close .bars::before,
#nav-mobile-close .bars::after {
  position: absolute;
  top: 6px;
  right: 0;
  height: 3px;
  width: 28px;
  background: #333;
}
#nav-mobile:hover,
#nav-mobile-close:hover {
  color: #888;
}
#nav-mobile:hover .bars,
#nav-mobile:hover .bars::before,
#nav-mobile:hover .bars::after,
#nav-mobile-close:hover .bars,
#nav-mobile-close:hover .bars::before,
#nav-mobile-close:hover .bars::after {
  background: #888;
}
#nav-mobile .bars::before,
#nav-mobile .bars::after,
#nav-mobile-close .bars::before,
#nav-mobile-close .bars::after {
  content: '';
}
#nav-mobile .bars::before,
#nav-mobile-close .bars::before {
  margin-top: -12px;
}
#nav-mobile .bars::after,
#nav-mobile-close .bars::after {
  margin-top: 0px;
}
header nav {
  float: left;
  width: calc(100% - 148px);
  margin: 13px auto 0;
  text-align: center;
}
nav {
  min-height: 40px;
}
#menu {
  width: 100%;
  margin: 0 auto;
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu > li.home {
  width: 40px;
}
#menu > li.active {
  background-color: #717375;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#717375), to(#555555));
  background-image: -webkit-linear-gradient(top, #555555, #717375);
  background-image: -moz-linear-gradient(top, #555555, #717375);
  background-image: -ms-linear-gradient(top, #555555, #717375);
  background-image: -o-linear-gradient(top, #555555, #717375);
  color: #fff;
  border-color: #717375;
}
#menu > li {
  height: 40px;
  display: table-cell;
  -moz-box-shadow: 2px 2px 4px #999;
  -webkit-box-shadow: 2px 2px 4px #999;
  box-shadow: 2px 2px 4px #999;
  background-color: #F9F9F9;
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F9F9F9);
  background-image: -moz-linear-gradient(top, #FFFFFF, #F9F9F9);
  background-image: -ms-linear-gradient(top, #FFFFFF, #F9F9F9);
  background-image: -o-linear-gradient(top, #FFFFFF, #F9F9F9);
}
#menu li > div {
  float: left;
  display: inline-block;
  height: 40px;
  text-align: center;
  width: 100%;
}
#menu li > div > a {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 1%;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  /*transition: .3s background-color ease-out;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 120%;
}
#menu li.active > div > a {
  height: 46px;
  background: transparent url(../images/f-menu-active.png) center 40px no-repeat;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 5px;
}
#menu > li.home > div > a span {
  display: block;
  width: 18px;
  background: transparent url(../images/f-menu-home.png) center 0 no-repeat;
  text-indent: -9999px;
}
#menu li.active > div > a:hover {
  height: 40px;
  padding-bottom: 0;
  background-position: center -6px;
}
#menu > li.home > div > a:hover span, #menu > li.active.home > div > a span {
  background-position: center -100px !important;
}
#menu > li.active.home a {
  padding-left: 10px;
  padding-right: 10px;
}
#menu li > a.consubmenu:hover, #menu li.subactive ul a, #menu li > div a:hover, #menu li:hover, #menu li:hover a, #menu li.active:hover {
  color: #fff;
  background-color: #0071bb;
  background-image: none;
}
#menu > li ul {
  position: absolute;
  display: none;
  list-style-type: none;
  background-color: #0071bb;
  margin: 40px 0 0;
  padding: 10px;
}
#menu > li ul li {
  float: none;
  diplay: inline;
  min-width: 100px;
  max-width: 200px;
  height: 40px;
  padding: 0;
}
#menu > li ul li div {
  min-width: 100px;
  max-width: 200px;
  margin: 0;
  padding: 0;
}
#menu > li ul li a {
  min-width: 100px;
  max-width: 200px;
  height: 40px;
  padding: 8px 15px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #0071bb;
}
#menu > li ul li a:hover {
  background: #00335b;
}
#menu > li ul li a.submenu { background: #0071bb url('../images/menu-arrow.png') no-repeat 92% center; }
#menu > li ul li a.submenu:hover { background: #00335b url('../images/menu-arrow.png') no-repeat 92% center; }
#menu > li ul li:last-child a { border-bottom: 0; }
#menu > li > ul ul {
  margin: -10px 0 0 91%;
}
#footer-contact {
  width: 100%;
  max-width: 990px;
  margin: 20px auto 0;
}
.footer-contact-item {
  float: left;
  width: 33.33%;
  padding: 0 2px;
  box-sizing: border-box;
}
.footer-contact-text {
  padding: 2px;
  color: #fff;
  background: #0079c8;
  font-size: 16px;
}
.footer-contact-text div:last-child {
  padding: 15px;
}
.footer-contact-text img {
  padding: 0 10px;
  vertical-align: middle;
}
.footer-contact-schedule {
  padding: 0px;
  color: #00335b;
  background: #eee;
  font-size: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#footer {
  width: 100%;
  /*    margin: 30px 0 0;*/
  margin: 0;
  background-color: #007ADA;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0079c8), to(#005D91));
  background-image: -webkit-linear-gradient(top, #0079c8, #005D91);
  background-image: -moz-linear-gradient(top, #0079c8, #005D91);
  background-image: -ms-linear-gradient(top, #0079c8, #005D91);
  background-image: -o-linear-gradient(top, #0079c8, #005D91);
  padding: 20px 15px 20px 15px;
  box-sizing: border-box;
}
footer#footer-links {
  width: 90%;
  max-width: 990px;
  margin: 30px auto 0;
}
footer#footer-links > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #0079c8;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  background: #f2f8fc;
}
footer#footer-links > a.down {
  background: #0079c8;
  color: #fff;
}
footer#footer-links > a:hover {
  background: #0079c8;
  color: #fff;
}
footer#footer-links > a:first-child {
  border-top: 0;
}
footer#footer-links > a::after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 10px;
}
footer#footer-links > a.down::after {
  content: "\2013";
  top: 6px;
}
footer#tags {
  width: 90%;
  max-width: 990px;
  margin: 30px auto 0;
}
footer #pie {
  /*    max-width: 990px; */
  max-width: 100%;
  margin: auto;
  font-size: 14px;
  clear: both;
  color: #ffffff !important;
}
#pie > :first-child.row {
  display: inline-block;
}
.row {
  clear: both;
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col2 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12% !important;
  vertical-align: top;
}
.footer-link-col {
  display: inline-block;
  margin: 0 -4px 20px 0;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
#pie dt, .desplegable dt {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 1em;
}
#pie dd a {
  font-weight: normal;
  font-size: 13px;
  color: #ffffff;
  margin: 3px 0;
  padding: 9px 0;
  display: block;
}
#pie dd a:hover {
  background: #00335B;
}
footer#footer-links #pie {
  padding: 20px 10px 0;
  background: #f2f8fc;
}
footer#footer-links dt a {
  color: #0079c8;
  padding: 9px 0;
  display: block;
}
footer#footer-links dt a:hover {
  color: #fff;
  background: #00335B;
}
footer#footer-links dd a {
  color: #0079c8;
}
footer#footer-links dd a:hover {
  color: #fff;
}
.firma {
  width: 100%;
  min-height: 120px;
  padding: 20px 5px 0;
  background: url(../images/a-tu-lado.gif) no-repeat right bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pie ul {
  clear: both;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#pie .refoot {
  clear: left;
  margin: 0;
  color: #fff;
}
footer li {
  float: left;
  margin-right: 10px;
}
#pie li {
  margin-right: 15px;
  line-height: 30px;
}
#pie .refoot li {
  display: inline;
  margin-left: 10px;
}
#pie .refoot a {
  margin-left: 1em;
  font-weight: normal;
  color: #fff;
}
iframe[name=google_conversion_frame] {
  display: none;
}
@media screen and (max-width: 950px) {
  #menu1 {
    display: none;
  }
  #nav-mobile {
    display: block;
    right: 20px;
  }
  #nav-mobile-close {
    display: block;
  }
  nav.active {
    display: block;
  }
  header nav {
    width: 300px;
  }
  nav {
    display: none;
    position: fixed;
    overflow: auto;
    top: -20px;
    right: 0;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 65px 10px 0;
    text-align: left;
    color: #014b9a;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    z-index: 100;
  }
  #menu {
    width: 100%;
    display: block;
  }
  #menu li {
    display: block;
    box-shadow: none;
  }
  #menu li.home {
    display: none;
  }
  nav ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav > ul > li  {
    position: relative;
    display: block;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #bbb;
  }
  nav li ul {
    display: block;
    position: relative;
    width: auto;
    margin: 1px 0 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #ddd;
    z-index: 100;
    white-space: normal;
  }
  nav li ul li {
    display: block;
    padding: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #content {
    width: 100%;
  }
  .footer-contact-item {
    width: 100%;
  }
  .firma {
    background: none;
  }
  .col2 {
    width: 33.33% !important;
  }
  .footer-link-col {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 700px) {
  #menu2 #agente {
    display: none;
  }
  #menu2 li.tel {
    background: none;
  }
  footer#footer-links {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #menu2 #social-networks {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header {
    width: 95%;
    min-height: 90px;
  }
  #nav-mobile {
    top: 40px;
  }
  #logo {
    width: 60px;
    height: 75px;
  }
  #super {
    padding-top: 0;
    left: 90px;
  }
  #buscador {
    display: none;
  }
  .firma li {
    float: none;
  }
  .firma li a {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .firma ul li:first-child {
    display: block !important;
  }
  .col2 {
    width: 50% !important;
  }
  .footer-link-col {
    width: 50% !important;
  }
}

#banner, #banner-home {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background: #0079c8;
  text-align: center;
  box-sizing: border-box;
}
#banner-image, #banner-image-home {
  float: left;
  width: 75%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
#banner-image > div:first-child,
#banner-image-home > div:first-child {
  overflow-x: hidden;
  text-align: left;
}
#banner-title {
  width: 100%;
  padding: 15px;
  color: #fff;
  background: #0079c8;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  box-sizing: border-box;
}
#banner-category, #banner-category-big { color: #000; }
#banner-category span:first-child, #banner-category-big span:first-child { color: #fff; }
#banner-name, #banner-category-big {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
}
#banner-name {
  margin: 0;
  font-family: Arial, Helvetica, Sans-serif;
}
#banner-description {
  margin: 0;
  padding: 5px 0 0;
  font: normal 14px Arial, Helvetica, Sans-serif;
  line-height: 100%;
}
#banner-form {
  float: right;
  width: 25%;
  right: 0;
  font-size: 15px;
  line-height: 17px;
  margin: 0;
  padding: 10px 15px;
  background: #0079c8;
  color: #fff;
  font-family:'gotham',Arial,Helvetica,Sans-serif;
  text-align: right;
  box-sizing: border-box;
}
#banner-form > div:first-child {
  padding: 0 0 4px;
  color: #fff;
  font-size: 23px;
  line-height: 24px;
}
#banner-contact-form {
  float: right;
  width: 100%;
  margin: 10px 0 0;
}
.banner-form-options {
  height: 300px;
  margin: 0 10px 0 0;
  text-align: center;
  box-sizing: border-box;
}
.banner-form-option {
  display: inline-block;
  width: 33.33%;
  margin-top: 80px;
  margin-right: -4px;
  color: #fff;
  vertical-align: top;
  text-align: center;
}
.banner-form-option a {
  color: #fff !important;
}
.banner-form-option div {
  width: 85%;
  padding: 15px;
  margin: 0 auto 5px;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.banner-form-option img {
  width: 100%;
}
.jqmBannerForm > div:first-of-type {
  margin: 20px 0;
}
.banner-form-title {
  display: inline-block;
  width: 36px;
  margin: 0 8px;
  line-height: 0;
  vertical-align: -6px;
}
.banner-form-title div {
  width: 100%;
  padding: 5px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.banner-form-title img {
  width: 100%;
}
.banner-contact-client {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
.banner-contact-client div {
  margin: 0 0 5px;
}
.banner-contact-input,
.banner-contact-input2 {
  position: relative;
  height: 25px;
  margin: 0 0 7px;
}
.banner-contact-input input,
.banner-contact-input select {
  width: 80%;
  height: 25px;
  padding: 0 4px;
  margin: 0;
  color: #000;
  border: 1px solid #fff;
  border-right: 0;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  box-sizing: border-box;
}
.banner-contact-input2 input {
  height: 25px;
  vertical-align: middle;
}
.banner-contact-input label,
.banner-contact-input2 label:first-child {
  float: left;
  display: block;
  padding: 4px 4px 0;
  width: 20%;
  height: 25px;
  color: #000;
  background: #bfddf1;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.banner-contact-input2 label:first-child {
  margin: 0 10px 0 0;
}
.banner-contact-inline {
  display: inline-block;
  margin: 0 5px;
}
.banner-contact-checkbox {
  padding: 2px 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.banner-contact-checkbox a,
.banner-contact-checkbox a:visited {
  color: #bfe0e0;
}
.banner-contact-checkbox input {
  margin: 0 0 0 5px;
  height: 14px;
  vertical-align: text-bottom;
}
.banner-form-cos {
  padding: 10px 0 0;
}
@media screen and (max-width: 1360px) {
  #banner-image,
  #banner-image-home {
    width: 65%;
  }
  #banner-form {
    width: 35%;
  }
}
@media screen and (max-width: 950px) {
  .banner-form-option {
    width: 50%;
    margin-top: 20px;
  }
  .banner-form-option div {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  #banner-image,
  #banner-image-home {
    width: 55%;
  }
  #banner-form {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  #banner-image,
  #banner-image-home {
    width: 100%;
  }
  #banner-form {
    width: 100%;
  }
  .banner-form-options {
    height: auto;
  }
  .banner-form-option {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .banner-contact-input input,
  .banner-contact-input select {
    width: 65%;
  }
  .banner-contact-input label,
  .banner-contact-input2 label:first-child {
    width: 35%;
  }
}
@media screen and (max-width: 350px) {
  .banner-form-option {
    width: 50%;
  }
}

#breadcrumb {
  margin: 10px auto 0;
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
  clear: both;
  overflow: hidden;
  list-style-type: none;
}
#breadcrumb li {
  display: inline;
  padding-left: 0px !important;
  background-image: none !important;
}
#breadcrumb li a {
  background: transparent url(../images/f-ruta.gif) right 50% no-repeat;
  padding-right: 16px;
}
#breadcrumb li:last-child a {
  background: none;
  padding-right: 0;
}

/* TAG VALUES */
a, a:visited {
  color: #0079c8;
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  line-height: 125%;
  margin-bottom: 0.5em;
  font-family:'gotham',Arial,Helvetica,Sans-serif;
  font-weight: 400;
}
h3 {color:#FF9900;}
.slogan{
  font-size:2em;
  color:#00335b;
  font-weight:900;
  margin:30px 0 30px;
}
.colapsar {
  background: transparent;
  color: #2E4049;
  height: 30px;
  border: 1px solid #2E4049;
  font-size: 17px;
  font-family: 'gotham', Arial, Helvetica, sans-serif;
  border-radius: 4px;
  cursor: pointer;
  margin: 30px 0 30px;
}
.flexcontainer{
  display: flex;
}
.topper{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
}
.titletop {
  color:#0B72B5;
}
.topperflag {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.topperflag a {
  margin-left:20px;
}
.little{
  font-size: 14px;
  font-family: 'gotham', Arial, Helvetica, sans-serif;
}
h2 {
  margin: 10px 0 0;
  padding: 25px;
  border: 1px solid #00335b;
  border-radius: 6px;
  background: linear-gradient(bottom, #444, #999);
  transition: color .2s ease-in-out, background .2s ease-in-out;
  cursor: pointer;
  text-align:left;
  /*  line-height: 150%; */
  color: #00335b;
  background-color: #fff;
}
h2.active {
  color: #fff !important;
  border: 1px solid #00335b;
  font-weight: lighter;
  background: #00335b;
  font-size:18px;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
h2:after {
  float: right;
  content: "+"; /* símbolo + */
  font-weight: 200;
  color: #00335b;
  font-size:30px;
}
h2.active:after {
  float: right;
  content: "-"; /* simbolo - */
  font-weight: 200;
  color: #fff;
  font-size:30px;
}
.accordeon {
  display: none;
  padding: 30px 5px;
  border: 1px solid #00335b;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.titulosanitas {
  font-weight:bold;
  color:#0079c8;
  font-size: 50px;
  margin-bottom: 20px;
}
.subtitulosanitas {
  font-weight:bold;
  color:#ccc;
  font-size: 40px;
}
.tituloproducto {
  color:#fff;
  font-size: 30px;
}
.tituloproducto h2{
  color:#0079c8;
}
.subtitleproduct {
  padding: 10px;
  margin: -10px -10px 10px;
  border-radius: 10px 10px 0 0;
  background:
  color: #fff;
  text-align: center;
  font-size:20px;
  font-family:'gotham',Arial;
  letter-spacing: 2px;
}
.subtitleproduct {
  background: #00335b;
  line-height: 50px;
}

/* h3, .hh3 {
line-height: 110%;
min-width: 0px;
font: bold 22px'gotham', Arial, Helvetica, Sans-serif;
text-transform: uppercase;
color: #fff;
line-height: 110%;
background: transparent url(../images/hr-75.png) 0 bottom repeat-x;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}*/
body > h1 {
  display: block;
  clear: both;
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  color: #666666;
  background-color: #333;
  padding: 2px 0;
}
section > h3, .modulo > h3, section > h3 a, .modulo > h3 a, section > h2,
.modulo > h2, section > h2 a, .modulo > h2 a, section > h4, .modulo > h4,
section > h4 a, .modulo > h4 a, h4, section > h5 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5 {
  color: #0079c8 !important;
}
.section-content h5 {
  font-size:14px;
  font-weight:normal;
  margin-bottom: 1em;
  margin-top: 1.5em;
}

/* COMMON VALUES */
.default-table { width: 100%; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.middle { vertical-align: middle; }
.relative { position: relative; }
.absolute { position: absolute; }
.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.hidden { display: none; }
.pointer { cursor: pointer; }
.roboto { font-family: 'Roboto Condensed', Arial, sans-serif; }
.blue { color: #4db9e8; }
#cookie-info {
  display: none;
  width: 100%;
  padding: 10px 0;
  background: #0079c8;
  color: #fff;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
#cookie-info a {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}
#cookie-info a:hover { text-decoration: underline; }
#cookie-info a:first-child {
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #409bd6;
}

.noinfo { text-align: center; }
.message, .error {
  text-align: left;
}
.border-div {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #000;
  text-align: justify;
}

.square-list {
  list-style-type: square;
  margin: 10px 30px 5px 30px;
  padding: 0;
}
.square-list li.double { padding: 0 0 10px; }
#buttons { margin: 20px 0; }
.button-blue, .button-green {
  position: relative;
  display: inline-block;
  height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family:'gotham', Arial, Helvetica, sans-serif;
  text-align: center;
}
.button-blue {
  margin: 0 8px 0 0;
  /*background: url('../images/button-blue-back.gif') no-repeat left center;*/
  background: #0079c8;
}
.button-green {
  margin: 0 0 0 8px;
  /*background: url('../images/button-green-back.gif') no-repeat left center;*/
  background: #678004;
}
.button-blue a, .button-green a {
  display: block;
  padding: 8px 10px 8px;
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.button-blue a:hover, .button-green a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.button-current a {
  filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #buttons .float-left,
  #buttons .float-right {
    float: none;
  }
  .button-blue, .button-green {
    display: block;
    margin: 0;
  }
  .button-blue {
    border-bottom: 1px solid #0068b7;
  }
  .button-green {
    border-bottom: 1px solid #567003;
  }
}
/*.button-right {
position: absolute;
width: 30px;
height: 30px;
top: 0;
right: 0;
z-index: 5;
}*/
/*.button-blue .button-right { background: url('../images/button-blue-right.gif') no-repeat right center; }*/
/*.button-green .button-right { background: url('../images/button-green-right.gif') no-repeat right center; }*/
#amenu-div {
  margin: 0 0 15px;
  padding: 1px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
}
.list-amenu-left { float: left; }
.list-amenu-right { float: right; }
.list-amenu-left li { padding: 0 1px 0 0; }
.list-amenu-right li { padding: 0 0 0 1px; }
.list-amenu, .list-amenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-amenu li { float: left; }
.list-amenu li a {
  display: block;
  padding: 8px 12px;
  color: #fff;
  background: #0079c8;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}
.list-amenu li a:hover { background: #20548e; }
.list-amenu > li ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 1px 0 0;
  z-index: 100;
}
.list-amenu > li > ul li {
  float: none;
  display: inline;
  padding: 0;
}
.list-amenu > li > ul li a {
  height: 14px;
  padding: 8px 15px;
  border: 0;
  border-top: 1px solid #082251;
  background: #0079c8;
}
.list-amenu > li > ul li a.submenu { background: #0079c8 url('../images/menu-arrow.png') no-repeat 92% center; }
.list-amenu > li > ul li a.submenu:hover { background: #20548e url('../images/menu-arrow.png') no-repeat 92% center; }
.list-amenu > li ul > li:last-child a { border-bottom: 1px solid #082251; }
.list-amenu > li > ul ul {
  margin: -31px 0 0 101%;
  padding: 0;
}
.list-amenu > li > ul ul ul {
  margin: -31px 0 0 102%;
}
.list-amenu li.separator {
  display: block;
  height: 1px;
  border-top: 1px solid #082251;
}
.sitemap { list-style-type: square; }
.sitemap li { padding: 0 0 5px; }
.sitemap ul { padding: 10px 0 0 40px; }

.error-div {
  margin: 0 0 20px;
  padding: 10px;
  color: #fff;
  background: #900;
}

.pages-list { width: 100%; }
.pages-list .prev, .pages-list .next { width: 20%; }
.pages-list .pages {
  width: 60%;
  padding: 8px 0;
  text-align: center;
}
.pages-list .prev { text-align: left; }
.pages-list .next { text-align: right; }
.pages-list td { line-height: 22px; }
.pages-list a, .pages-list .pages a, .pages-list .next a, .pages-list .prev a {
  padding: 2px 5px;
  color: #000;
  border: 1px solid #000;
  background: #ddd;
  text-decoration: none;
}
.pages-list a:hover, .pages-list .pages a:hover, .pages-list .next a:hover, .pages-list .prev a:hover {
  padding: 2px 5px;
  color: #ddd;
  border: 1px solid #000;
  background: #666;
  text-decoration: none;
}
.pages-list .current-page a {
  color: #ddd;
  background: #666;
}
.table-list {
  width: 100%;
  border: 1px solid #000;
}
.table-title {
  height: 20px;
  padding: 1px 8px 0;
  color: #000;
  border-bottom: 1px solid #000;
  background: transparent;
  font-weight: bold;
}
.table-list1, .table-list2, .table-list3 { padding: 4px 8px; }
.table-list1 { background: transparent; }
.table-list2 { background: #ddd; }
.table-list3 { background: #bbb; }
.table-list-separator {
  height: 2px;
  background: #000;
}
.page {
  width: 968px;
  margin: 0;
  padding: 0;
  text-align: justify;
}
section.white { padding: 0 0 20px; }
section.grey, section.gotham {
  /*    margin: 10px 0 0;*/
  margin: 0;
  padding: 15px;
  background: #0079c8;
}
section.sky {
  margin: 10px 0 0;
  padding: 15px;
  background: #bfe0e0;
}
section.gotham { padding: 10px; }
section.gotham > h2 {
  margin: 0;
  padding: 5px 5px 0;
}
.section-noinfo, .section-content {
  padding: 10px 10px 20px;
  background: #fff;
  text-align: left;
}
.box-title {
  width: 188px;
  height: 68px;
  color: #b1e0f2;
  padding: 0;
  background: url('../images/box-title.png') no-repeat center center;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.box-title a {
  display: block;
  padding: 14px 0;
  color: #b1e0f2;
}
.box-title a:hover { color: #e4f3f5; }
.box-title div:first-child {
  color: #68bbdd;
  font-size: 16px;
  line-height: 12px;
}
.box-title a div:first-child { color: #68bbdd; }
.box-title a:hover div:first-child { color: #9beeff; }
.box-list {
  font-size: 0;
}
.col5 {
  display: inline-block;
  width: calc(20% - 10px);
  margin: 5px;
  box-sizing: border-box;
}
.col4 {
  display: inline-block;
  width: calc(25% - 10px);
  margin: 5px;
  border-radius: 10px;
  box-sizing: border-box;
}
.col3 {
  display: inline-block;
  width: calc(33.33% - 10px);
  margin: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .col5 {
    width: calc(33.33% - 10px);
  }
  .col4 {
    width: calc(50% - 10px);
  }
  .col3 {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .topper{
    flex-flow: column nowrap;
  }
  .col5 {
    width: calc(50% - 10px);
  }
  .col4 {
    width: calc(100% - 10px);
  }
  .titulosanitas {
    font-size: larger;
  }
  .subtitulosanitas {
    font-size: 14px;
  }
  .tituloproducto {
    font-size: 28px;
  }
}
.box-item {
  position: relative;
  min-height: 70px;
  padding: 10px 10px 50px 10px;
  color: #666;
  background: #fff;
  font-size: 16px;
  vertical-align: top;
}
.box-item .box-item-title {
  padding: 0 0 10px;
  color: #0079c8;
  font-size: 20px;
  font-family:'gotham',Arial,Helvetica,Sans-serif;
  line-height: 110%;
}
.box-item .button {
  position: absolute;
  margin: 10px 0 0;
  bottom: 10px;
  right: 10px;
}
.service-box {
  width: 147px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center center;
}
.service-box:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.service-box-item {
  position: relative;
  min-height: 70px;
  padding: 10px 10px 50px 10px;
  color: #666;
  background: #fff;
  font-size: 12px;
  vertical-align: top;
}
.service-box-item .service-box-item-title {
  padding: 0 0 10px;
  color: #000;
  font-size: 18px;
  font-family:'gotham',Arial,Helvetica,Sans-serif;
  line-height: 110%;
}
.service-box-item .button {
  position: absolute;
  margin: 10px 0 0;
  bottom: 10px;
  right: 10px;
}
.promotion-box {
  width: 147px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center center;
}
.promotion-box:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.promotion-box-item {
  position: relative;
  min-height: 70px;
  padding: 10px 10px 50px 10px;
  color: #fff;
  background: #e25644;
  font-size: 12px;
  vertical-align: top;
}
.promotion-box-item .promotion-box-item-title {
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-family:'gotham',Arial,Helvetica,Sans-serif;
  line-height: 110%;
}
.promotion-box-item .button {
  position: absolute;
  margin: 10px 0 0;
  bottom: 10px;
  right: 10px;
}
.files {
  overflow: auto;
  max-height: 564px;
}
.file-item {
  float: left;
  width: 414px;
  padding: 10px;
  text-align: justify;
}
.file-download {
  position:relative;
  display: block;
  width: 240px;
  margin: 10px auto;
  padding: 12px 4px 6px;
  color: #666;
  background: #fff;
  text-align: center;
}
.file-download .button {
  position: absolute;
  margin: 10px 0 0;
  bottom: 10px;
  left: 10px;
}
.file-download img { padding: 0 0 40px; }
.contact {
  margin: 0 auto;
  max-width: 600px;
  color: #0079c8;
}
.contact div > label:first-child {
  display: inline-block;
  width: 20%;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.contact .input, .contact textarea, .contact select {
  width: 80%;
  border: 1px solid #008385;
  background: #bfe0e0;
  margin: 0 0 4px;
  padding: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.contact img { vertical-align: -6px; }
.contact a { color: #008385; }
.contact .button { margin: 6px 0 0; }
.contact .obligatory { padding: 8px 0 0; }
.contact-inline {
  display: inline;
  white-space: nowrap;
}
.contact-cos {
  margin: 0 auto;
  max-width: 800px;
  color: #0079c8;
}
.contact-cos div > label:first-child {
  display: inline-block;
  width: 20%;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.contact-cos .input, .contact-cos textarea, .contact-cos select {
  /*width: 80%;*/
  border: 1px solid #008385;
  background: #bfe0e0;
  margin: 0 0 4px;
  padding: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.contact-cos img { vertical-align: -6px; }
.contact-cos a { color: #008385; }
.contact-cos .button { margin: 6px 0 0; }
.contact-cos .obligatory { padding: 8px 0 0; }
.contact-inline {
  display: inline;
  white-space: nowrap;
}
.contact-firstlabel {
  width: 10% !important;
}
@media screen and (max-width: 650px) {
  .contact-firstlabel {
    display: none !important;
  }
}
.doctors {
  width: 100%;
  color: #0079c8;
}
.doctors td { padding: 0 10px 0 0; }
.doctors .input, .doctors textarea, .doctors select {
  border: 1px solid #008385;
  background: #bfe0e0;
  margin: 0 0 4px;
  padding: 4px;
}
#doctors-advanced { padding: 20px; }
#doctors-advanced div { padding: 20px 0 0 20px; }
#doctors-loader {
  display: none;
  padding: 50px 0 10px;
  background: url('../images/banner-shadow.png') no-repeat center 20px;
  text-align: center;
}
#doctors-result {
  /*display: none;*/
  padding: 50px 0 0;
  background: url('../images/banner-shadow.png') no-repeat center 20px;
  text-align: left;
}
.doctors-numresults {
  margin: 0 0 10px;
  text-align: center;
}
.doctors-numresults span {
  font-size: 20px;
  font-weight: bold;
}
#doctors-result .pages-list { margin: 10px 0; }
#doctors-result .pages-list a, #doctors-result .pages-list .pages a, #doctors-result .pages-list .next a,
#doctors-result .pages-list .prev a {
  padding: 4px 8px 2px;
  color: #66c3ec;
  border: 1px solid #66c3ec;
  background: #eff6fc;
  text-decoration: none;
}
#doctors-result .pages-list a:hover, #doctors-result .pages-list .pages a:hover,
#doctors-result .pages-list .next a:hover, #doctors-result .pages-list .prev a:hover {
  padding: 4px 8px 2px;
  color: #eff6fc;
  border: 1px solid #66c3ec;
  background: #66c3ec;
  text-decoration: none;
}
#doctors-result .pages-list .current-page a {
  color: #eff6fc;
  background: #66c3ec;
}
#doctors-results-left { float: left; }
#doctors-results-right {
  float: left;
  width: 400px;
  padding: 0 0 0 85px;
}
#doctors-loader-right {
  display: none;
  padding: 50px 0 0;
  text-align: center;
}
.doctors-item {
  position: relative;
  display: block;
  width: 400px;
  margin: 0 0 10px;
  padding: 12px;
  color: #fff;
  background: #0079c8;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}
.doctors-item-name {
  line-height: 110%;
  min-width: 0px;
  font: bold 18px'gotham', Arial, Helvetica, Sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 110%;
  background: transparent url(../images/hr-75.png) 0 bottom repeat-x;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.doctors-item-name-white {
  line-height: 110%;
  min-width: 0px;
  font: bold 18px'gotham', Arial, Helvetica, Sans-serif;
  color: #0079c8;
  line-height: 110%;
}
.doctors-item .button {
  position: absolute;
  margin: 10px 0 0;
  bottom: 10px;
  right: 10px;
}
.doctors-item-doctor-center {
  padding: 0 0 3px;
  font-size: 15px;
}
.doctors-item-doctor-center a { color: #690; }
.doctors-item-doctor-center a:hover { color: #ad4; }
.doctors-item-maplink { text-align: right; }
.doctors-item-map {
  display: none;
  margin: 20px 0 0;
  text-align: center;
}
.doctors-item-distance { margin: 10px 0 0; }
.doctors-item-distance span { font-weight: bold; }
.doctors-item-phones, .doctors-item-specialities { padding: 10px 0 0; }
.doctors-item-phones ul, .doctors-item-specialities ul {
  list-style-type: square;
  margin: 5px 0 0 35px;
  padding: 0;
}
.doctors-item-specialities li { padding: 5px 0 0; }
.doctors-item-specialities a { color: #fff; }
#doctors-moreinfo .noinfo { padding: 50px 0 0; }
.doctors-item-speciality-more, .doctors-item-speciality-less {
  display: inline-block;
  width: 19px;
  height: 10px;
  margin: 0 0 0 5px;
}
.doctors-item-speciality-more {
  background: url('../images/icon-tabs-white.png') no-repeat right center;
}
.doctors-item-speciality-less {
  background: url('../images/icon-tabs-active-white.png') no-repeat right center;
}
.doctors-item-speciality {
  display: none;
  padding: 5px 0 0;
}
.doctors-item-speciality-loader {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.doctors-item-subspecialities { margin: 10px 0; }
.doctors-item-subspeciality {
  display: block;
  width: 320px;
  margin: 0 0 10px;
  padding: 12px;
  color: #0079c8;
  background: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}
.doctors-item-schedule { margin: 10px 0 0; }

.pagination {
  margin-bottom: 20px;
  padding: 18px 0 10px;
  clear: both;
  border-bottom: 2px solid #E6E6E6;
  min-height: 40px;
  overflow: hidden;
}
.pagination table { width: 100%; }
.pagination .prev, .pagination .next { width: 20%; }
.pagination .pages {
  width: 60%;
  text-align: center;
}
.pagination .prev { text-align: left; }
.pagination .next { text-align: right; }
.pagination .prev a {
  float: left;
  font: normal 18px'gotham', Arial, Helvetica, sans-serif;
  background: url(../images/p-prev.png) no-repeat left center;
  height: auto;
  padding: 0 20px 0 25px;
}
.pagination .next a {
  float: right;
  font: normal 18px'gotham', Arial, Helvetica, sans-serif;
  background: url(../images/p-next.png) no-repeat scroll right center;
  height: auto;
  padding: 0 25px 0 20px;
}
.pagination .prev .inactive, .pagination .next .inactive {
  background-image: none;
  padding: 0;
  color: #999 !important;
  font-weight: normal;
  cursor: default;
}
.pagination a {
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  color: #333333;
}
.pagination .pages a {
  display: inline-block;
  margin: 0 1px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: underline;
  font-weight: normal;
  font-size: 18px;
  height: auto;
  line-height: normal;
}
.pagination .pages a:hover {
  background-color: #0172C0;
  color: #fff !important;
}
.pagination .pages span.active a, .pagination .pages span.active a:hover {
  color: #0079c8;
  cursor: pointer;
  text-decoration: none;
}
.pagination .pages span.active a:hover {
  color: #ffffff;
}
hr.linea {
  width: 100%;
  height: 1px;
  border: 1px dotted #eee;
  color: #eee;
  background-color: #eee;
}
.cos-help {
  padding: 20px;
  background: #f2f8fc;
  text-align: justify;
}
/* OJ */
.rsize {
  width: 100%;
  height: auto;
  max-width:600px;
  min-width:360px;
  margin-bottom: 10px;
}
.indeximg {
  width: 100%;
  height: auto;
  min-width: 33%;
}
.indeximg {
  border-top-color: #CCC;
  border-right-color: #FFFFFF;
  border-bottom-color: #CCC;
  border-left-color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.indexheader {
  width: 100%;
  border: 1px solid #0079c8;
  margin:0 auto;
  background: #0079c8;
  color: #fff;
  font-size: 16px;
  font-family:'gotham',Arial;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
.contactblock {
  float: left;
  width: 50%;
  margin: 30px 0;
  box-sizing: border-box;
}
.contacttext {
  padding: 0 10px;
  color: #2E4049;
  text-align: justify;
  font-size:13px;
  line-height: 1.5em;
  font-weight:400;
  font-family:'gotham',Arial;
  background-color:#bfe0e0;
}
.contactaddress {
  padding: 0 10px;
  color: #2E4049;
  text-align: left;
  font-size:17px;
  line-height: 1.5em;
  font-weight:400;
  font-family:'gotham',Arial;
}
.indexcontainer {
  overflow: hidden;
}
.indexblock {
  float: left;
  width: 33%;
  margin: 30px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.indexblock2L, .indexblock2R {
  float: left;
  width: 50%;
  margin: 30px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.indexblock2L {
  text-align:right;
}
.indexblock2R {
  text-align:left;
}
.indexblock4 {
  float: left;
  width: 25%;
  margin: 30px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.indextitle {
  background: #00335b;
  line-height: 50px;
}
.indextitle {
  padding: 0px 10px;
  color: #fff;
  text-align: center;
  font-size:14px;
  font-family:'gotham',Arial;
  letter-spacing: 2px;
  border-radius: 5px 5px 0 0;
}
.indextitle h2 {
  margin-bottom: 0;
  line-height: 150%;
}
.indextitle h5 {
  margin-bottom: 0;
  line-height: 150%;
  color: #ffffff !important;
}

/* .indextext {
background-color:#eee;
}*/

.indextext {
  padding: 20px 20px 20px;
  color: #2E4049;
  text-align: justify;
  font-size:17px;
  line-height: 1.5em;
  font-weight:400;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0 0 10px 10px;
}
.indextext {
  background: rgba(221,221,221,1);
  background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(30%, rgba(238,238,238,1)), color-stop(50%, rgba(237,237,237,1)), color-stop(70%, rgba(238,238,238,1)), color-stop(100%, rgba(221,221,221,1)));
  background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd', GradientType=0 );
}

.indexslogan {
  background-color:#f2f8fc;
}
.indexslogan {
  margin: 10px 10px;
  padding: 20px;
  color: #2E4049;
  text-align: justify;
  font-size:17px;
  line-height: 1.5em;
  font-weight:400;
  font-family:'gotham',Arial;
  border-radius: 10px;
}
.underlineblack {
  text-decoration: underline;
  width: 100%;
  margin: 10px auto;
}
.overlinewhite {
  text-decoration: overline;
  color: #fff;
}
.masinfo {
  width: 60%;
  text-align:center;
  line-height: 20px;
  margin: 20px auto 0;
}

.masinfo {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 17px;
  font-family:'gotham',Arial;
  padding: 10px 10px 10px 10px;
  text-decoration:none;
  display: block;
  text-shadow: 1px 1px 0 rgba(1,1,1,0.3);font-weight: 400; color: #FFFFFF;
  background-color: #bbb;
}

.masinfo:hover {
  background-color: #0079c8;
}
.masinfo:visited{
  color:#fff;
}
.masinfo2 {
  width: 100%;
  text-align:center;
  /*	line-height: 20px;
  margin: 20px auto 0;
  */
}

.masinfo2 {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 17px;
  font-family:'gotham',Arial;
  padding: 10px 5px;
  text-decoration:none;
  display: block;
  text-shadow: 1px 1px 0 rgba(1,1,1,0.3);font-weight: 400; color: #FFFFFF;
  background-color: #bbb;
}

.masinfo2:hover {
  background-color: #0079c8;
}
.masinfo2:visited{
  color:#fff;
}
.infoblock {
  float: left;
  width: 50%;
  margin: 30px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.infocell {
  padding: 5px 5px 40px;
  color: #2E4049;
  text-align: justify;
  font-size:17px;
  line-height: 1.5em;
  font-weight:400;
  font-family: Arial, Helvetica, sans-serif;
}
.infotext {
  padding: 5px 5px 40px;
  color: #2E4049;
  text-align: justify;
  font-size:17px;
  line-height: 1.5em;
  font-weight:400;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0 0 10px 10px;
}
.infotext {
  background: rgba(221,221,221,1);
  background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(30%, rgba(238,238,238,1)), color-stop(50%, rgba(237,237,237,1)), color-stop(70%, rgba(238,238,238,1)), color-stop(100%, rgba(221,221,221,1)));
  background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 30%, rgba(237,237,237,1) 50%, rgba(238,238,238,1) 70%, rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd', GradientType=0 );
}
.infovideo {
  padding: 5px 5px 40px;
  color: #2E4049;
  text-align: left;
  font-size:17px;
  line-height: 1.5em;
  font-weight:400;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0 0 10px 10px;
}
.infovideo {
  background-color:#0eaadd;
}
.studentsblock {
  float: left;
  width: 50%;
  margin: 10px 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.studentstext {
  padding: 5px 5px 10px;
  color: #2E4049;
  text-align: justify;
  font-size:17px;
  line-height: 1.5em;
  font-weight:400;
  font-family:'gotham', Arial, Helvetica, sans-serif;
  border-radius: 10px;
}
.contactos {
  min-height: 60px;
  padding: 10px 5px;
  color: #fff;
  background: #0079c8;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .indexblock {
    width: 33%;
  }
  .indexblock2R {
    width: 50%;
  }
  .indexblock2L {
    width: 50%;
  }
  .indexblock4 {
    width: 25%;
  }
  .contactblock {
    width: 50%;
  }
  .infoblock {
    width: 50%;
  }
  .studentsblock {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .indexblock {
    width: 100%;
    margin: 10px 0 0;
  }
  .indexblock2R {
    width: 100%;
    margin: 10px 0 0;
    text-align:center;
  }
  .indexblock2L {
    width: 100%;
    margin: 10px 0 0;
    text-align:center;
  }
  .indexblock4 {
    width: 100%;
    margin: 10px 0 0;
  }
  .contactblock {
    width: 100%;
  }
  .infoblock {
    width: 100%;
    margin: 10px 0 0;
  }
  .studentsblock {
    width: 100%;
    margin: 10px 0 0;
  }
}
.tbl-comentario {
  font-family:'gotham', Arial;
  font-size: 14px;
  font-weight:400;
  color: #FFF;
  text-align: center;
  padding:5px;
}
.tbl-producto{
  font-family:'gotham', Arial;
  font-size: 18px;
  font-weight:bold;
  color: #FFF;
  text-align: center;
  padding:5px;
}
.tbl-precio{
  font-family:'gotham', Arial;
  font-size: 30px;
  font-weight:bold;
  color: #FFF;
  text-align: center;
  padding:5px;
}
.tbl-bluewhite {
  width: 100%;
  height: auto;
  background: #0079c8;
}
.tbl-purplewhite {
  width: 100%;
  height: auto;
  background: #714092;
}
.tbl-container {
  overflow:hidden;
}
.tbl-content {
  float: left;
  width: 100%;
  height:auto;
  padding: 10px;
  box-sizing: border-box;
}
.tbl-content {
  float: left;
  width: 50%;
  height:auto;
  padding: 10px;
  box-sizing: border-box;
}
.tablecontent {
  width: 80%;
  height: auto;
  min-width: 270px;
}
.linkbuilding {
  color:#0079c8;
  font-size:xx-small;
  float: left;
}

.tarifatitle, .tarifasubtitle, .tarifasub {
  text-align:center;
  vertical-align: middle;
  text-transform:uppercase;
  border-color: #0079c8;
  border-style: solid;
  border-width: thin;
}
.tarifatitle {
  font-size:16px;
  font-weight:bold;
  background-color: #0079c8;
  color:#FFF;
}
.tarifasubtitle {
  font-size:18px;
  background-color: #FFF;
  color:#0079c8;
}
.tarifasub{
  font-size:14px;
  color:#0079c8;
}
.tarifadatos {
  background-color: #FFF;
  color:#666;
}
.tarifabt td {
  border-color: #dddddd;
  border-style: solid;
  border-width: thin;
  text-align: center;
  background: #eee;
}
.infocelda td {
  border-color: #dddddd;
  border-style: solid;
  border-width: thin;
  text-align: justify;
  background: #eee;
}
.index-precio {
  width: 60%;
  font-family:'gotham', Arial;
  font-size: 30px;
  font-weight:bold;
  color: #FFF;
  margin: 10px auto 0px;
  text-align: center;
  padding:5px;
  background:#c6007e;
}
.index-precio {
  border-top-color: #CCC;
  border-right-color: #FFFFFF;
  border-bottom-color: #970060;
  border-left-color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.index-desde {
  font-family:'gotham', Arial;
  font-size: 14px;
  font-weight:400;
  color: #FFF;
  text-align: center;
  text-decoration:underline;
  margin-bottom:-20px;
}
.youtube {
  width: 100%;
  height: auto;
  max-width: 1360px;
  min-width: 360px;
}

.jqmWindow h4 {
  font-size: 19px;
}
.jqmWindow h5 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  color: #ffffff !important;
  font: normal 18px'gotham',Arial,Helvetica,Sans-serif;
  line-height: 125%;
}
.contact-cos h4 {
  font-size: 1.5em;
}
.complementos {
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size:20;
  text-align:center;
}
.complementos {
  width: 65%;
  text-align:center;
  line-height: 40px;
  margin: 30px auto 0;
}
.complementos {
  box-sizing: border-box;
  border: 2px solid #c6007e;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #c6007e;
  color:#fff;
  text-decoration:none;
  letter-spacing: 2px;
  font-weight:normal;
  display:block;
}
.complementos a, .complementos a:visited, .complementos:visited {
  color: #fff;
}
.complementos:hover {
  background: #fff;
  color: #c6007e;
}
.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/* OJ */
