body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #555;
  background: #fff;
}
h1 {
  font-size: 1.5em;
  font-weight: normal;
}
small {
  font-size: .66666667em;
}
a {
  color: #e74c3c;
  text-decoration: none;
}
/*a:hover, a:focus {
  box-shadow: 0 1px #e74c3c;
}*/
.bshadow0, input {
  box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
  box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
  font-family: sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
}
input {
  color: inherit;
  line-height: 1.5;
  height: 1.5em;
  padding: .25em 0;
}
input:focus {
  outline: none;
  box-shadow: inset 0 -2px #449fdb;
}
.glyph {
  font-size: 16px;
  width: 15em;
  padding-bottom: 1em;
  margin-right: 4em;
  margin-bottom: 1em;
  float: left;
  overflow: hidden;
}
.liga {
  width: 80%;
  width: calc(100% - 2.5em);
}
.talign-right {
  text-align: right;
}
.talign-center {
  text-align: center;
}
.bgc1 {
  background: #f1f1f1;
}
.fgc1 {
  color: #999;
}
.fgc0 {
  color: #000;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mvm {
  margin-top: .75em;
  margin-bottom: .75em;
}
.mtn {
  margin-top: 0;
}
.mtl, .mal {
  margin-top: 1.5em;
}
.mbl, .mal {
  margin-bottom: 1.5em;
}
.mal, .mhl {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.mhmm {
  margin-left: 1em;
  margin-right: 1em;
}
.mls {
  margin-left: .25em;
}
.ptl {
  padding-top: 1.5em;
}
.pbs, .pvs {
  padding-bottom: .25em;
}
.pvs, .pts {
  padding-top: .25em;
}
.unit {
  float: left;
}
.unitRight {
  float: right;
}
.size1of2 {
  width: 50%;
}
.size1of1 {
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden-true {
  display: none;
}
.textbox0 {
  width: 3em;
  background: #f1f1f1;
  padding: .25em .5em;
  line-height: 1.5;
  height: 1.5em;
}
#testDrive {
  display: block;
  padding-top: 24px;
  line-height: 1.5;
}
.fs0 {
  font-size: 16px;
}
.fs1 {
  font-size: 32px;
}
.fs2 {
  font-size: 32px;
}
.square2{background-color: #f0f0f0;height: 140px;margin:0 3px;}
a.square1 div, a.square1:link, a.square1:visited,a.square1:hover, a.square1:active{background-color: #f0f0f0;text-decoration:none; color:#202c52;}
a.square1 div:hover, a.square1:hover {color:#e7550c}
.square1a {height: 130px;}
.ic {font-size:4em}
.bla {margin-top:25px;}


.dropdown-menu .square1a {height: auto;}
.dropdown-menu  h1.ic {
    width: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size:2em
}
/* EL SUB-MENU NO ESVISBLE CON ESTA PROPIEDAD EN EL PADRE */
.flex-viewport ,
.flexslider {
     overflow: visible !important;
    height: 140px;
}

.flexslider {
    /*overflow: visible !important;*/
    display: table-cell;
    vertical-align: middle;
    /*top: 50px;*/
}

.flex-centered.slides {
    width: 100% !important;
    text-align: center;
}
.flex-centered.slides li {
    white-space: initial;
    /*width: 100%;*/
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
}
.flex-centered.slides > li {
    width: 85px;
}
a.cursorPointer{
    cursor: pointer;
}
/* SE COLOCA EL CONTROL DE LINKS COMO NO VISIBLE*/
.flex-control-nav.flex-control-paging {
    display: none;
}
/* CONTROLES DE ANTERIOR Y SIGUIENTE EN LINKS*/
.flex-prev {
    /*left: -36px;*/
    background: url(../../img/links/bg_direction_nav.png) no-repeat 0 0 !important;
}
.flex-next {
    right: 0;
    /*right: -36px;*/
    background: url(../../img/links/bg_direction_nav.png) no-repeat 100% 0 !important;
}
.flex-direction-nav a {
    width: 30px !important;
    height: 30px !important;
    margin: -20px 0 0 !important;
    display: block;
    position: absolute;
    top: 50% !important;
    cursor: pointer;
    text-indent: -9999px;
    /* opacity: 0; */
    -webkit-transition: all .3s ease;
}

/* comportamiento de la cabecera de la barra de navegación responsivo en intervalo de tablets*/
@media only screen and (max-width: 1024px) and (min-width: 768px){
    .flex-centered.slides li {
        font-size: 10px;
    }
    .ic {
        font-size: 3em;
    }
}
/* comportamiento responsivo de la cabecera de la barra de navegación en intervalo superior a celulares */
@media only screen and (min-width: 768px){
    /*.flex-centered.slides li {
        font-size: 10px;
    }
    .ic {
        font-size: 2em;
    }*/
}
/* ---- barra de navegación y submenu de opciones en modo responsive para rango de celulares---- */
@media only screen and (max-width: 767px){
    .flex-centered.slides li {
        font-size: 10px;
    }
    .ic {
        font-size: 2em;
    }
    .flex-centered.slides > li {
        width: 45px;
    }
    .square2 {
        height: 80px;
    }
    .square1a {
        height: 70px;
    }
}

/* EFECTOS DE ANIMACION EN ENLACES */
#ui-list-slides .animated {
   /* animation-delay: 5s;*/
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
/* ELEMENTO FLOTANTE EN ENLACES */
.label-alert-num {
    background-color: #fa3e3e;
    border-radius: 50%;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
}