/* TEMPLATE CSS
*********************************************/
/*etiquetas*/
body {
  font-family: Arial;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  color: #666666;
}
/*------------ estilos sobre-puestos del formulario ------------------*/
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] .formResponsive select {
background: #DADADB !important;
border: 0;
padding: 11px 11px;
color: #005396;
font-family: 'gotham_boldregular';
font-weight: normal;
font-size: 14px;
}
.cont-c .form-c .rsform-block select {
 background: #DADADB !important;
}
/*---------- Fin ------------ orden antes visto ---------*/
img {
  vertical-align: bottom;
}
a {
  color: #9F1F23;
  text-decoration: none;
}
/*estilos-generales*/
header {
  background: #FFFFFF;
  position: relative;
  width: 960px;
  height: 95px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
header .cont-logo {
  margin: 13px 0 0 13px;
  float: left;
}
header .cont-logo a {
  background: url(../images/logo.png) no-repeat;
  width: 183px;
  height: 65px;
  display: block;
}
/*contenedor header right*/
header .cont-nr {
  float: right;
  overflow: hidden;
}
header .cont-nr .cont-numero{
  float: left;
    margin: 24px -6px 0 0;
}
header .cont-nr .cont-numero span {
  font-family: 'gotham_boldregular';
  font-size: 14px;
  color: #005296;
}
header .cont-nr .cont-redes {
  float: left;
  width: 79px;
  height: 38px;
  margin-top: 22px;
  margin-left: 19px;
}
header .cont-nr .style-email {
  float: left;
  margin-top: 65px;
  margin-left: -219px;
}
header .cont-nr .style-email span {
  font-family: 'gotham_boldregular';
  font-size: 14px;
  color: #999999;
}
/*Contenido*/
section {
  position: relative;
  height: auto;
  overflow: hidden;
}
section .cont-art {
  width: 960px;
  margin: 0 auto 0 auto;
  margin-bottom: 48px;
  overflow: hidden;
  padding-top: 28px;
}
section .cont-art .cont-c {
  width: 790px;
    float: left;
    overflow: hidden;
    height: auto;
}
section .cont-art .cont-c img {
  margin-bottom: 25px;
}
section .cont-art .cont-c h4 {
  font-family: 'gotham_boldregular';
  font-size: 18px;
  color: #005296;
  line-height: 22px;
  margin-bottom: 20px;
}
section .cont-art .cont-c p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
section .cont-art .cont-c .borde {
  width: 100%;
    display: inline-block;
    border-top: 1px dotted #cccccc;
    margin-top: 16px;
    padding-bottom: 22px;
}
section .cont-art .cont-c ul {
  padding: 0 0 0 19px;
  margin-bottom: 10px;
}
section .cont-art .cont-c ul li p {
  margin-bottom: 0;
}
section .cont-art .cont-lt {
  width: 168px;
    float: right;
    height: auto;
    overflow: hidden;
}
section aside {
  position: relative;
  width: auto;
  height: 67px;
  margin: 0 auto 0 auto;
  background: #005296;
}
section aside h2 {
  font-family: 'gotham_boldregular';
    font-size: 29px;
    color: #FFFFFF;
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 17px 0 0 18px;
    text-transform: uppercase;
}
/*-----Iconos-----*/
section .cont-art .cont-lt .cont-iconos {
  margin-left: 34px;
}
section .cont-art .cont-lt .cont-iconos ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section .cont-art .cont-lt .cont-iconos ul li {
  font-family: 'gotham_boldregular';
  list-style: none;
  color: #999999;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 23px 0px;
}
section .cont-art .cont-lt .cont-iconos ul li#t-3:hover {
  color: #005396;
}
section .cont-art .cont-lt .cont-iconos ul li#t-2:hover,
section .cont-art .cont-lt .cont-iconos ul li#t-1:hover {
  color: #9F1F23;
}
section .cont-art .cont-lt .cont-iconos ul li p {
  margin: 11px 0 0 0;
}
.tilt li a img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tilt li a img:hover {
  -webkit-transform: rotate(25deg);
     -moz-transform: rotate(25deg);
       -o-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
          -webkit-filter: grayscale(100%);
}

#demo-horizontal-menu {
  position: relative;
  background: #F5F5F6;
  width: 100%;
  height: 49px;
  margin: 0 auto 0 auto;
  box-shadow: 0 5px 4px -5px rgba(0, 0, 0, 0.2);
    z-index: 99;
}
/*estilos del footer*/
footer {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  overflow: hidden;
  box-shadow: 0 6px 4px -5px rgba(0, 0, 0, 0.2) inset;
}
footer .footer {
  width: 960px;
  height: auto;
  overflow: hidden;
  margin: 26px auto 26px auto;
}
footer .footer p {
  color: #005296;
  font-family: 'gotham_boldregular';
  text-transform: uppercase;
  font-size: 15px;
  float: left;
  margin: 26px 0 0 35px;
}
footer .footer .carrusel {
  padding: 0 0 0 12px;
    float: left;
    margin: 0 0 0 26px;
    border-left: 1px solid #005396;
    width: 725px;
}
/*menu footer 2*/
footer div.cont-footer {
  width: 100%;
  background: #005396 url(../images/sombra-footer.png) no-repeat center top;
  height: 69px;
  overflow: hidden;
}
footer div.cont-text {
  width: 960px;
  overflow: hidden;
  margin: 15px auto 0 auto;
}
footer div.cont-text ul li {
  font-family: 'gotham_boldregular';
  list-style: none;
  font-size: 10px;
  text-transform: uppercase;
  float: left;
  margin-top: 10px;
}
footer div.cont-text ul li a {
  text-decoration: none;
  color: #FFFFFF;
  margin: 0 19px 0 0;
}
footer div.cont-text p {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  float: right;
  color: #FFFFFF;
  margin: 5px 0 0 0;
  text-align: right;
}
footer div.cont-text p a {
  color: #FFFFFF;
  text-decoration: none;
}
/*Formulario Contacto*/
.cont-c .form-c {
  margin: 25px 0 0 0;
    padding-top: 35px;
    border-top: 1px dotted #cccccc;
}
.cont-c .form-c .rsform-block {
  margin: 0 19px 0 0;
  float: left;
  font-weight: bold;
}
.cont-c .form-c .rsform-block input {
  width: 155px;
  box-shadow: none;
}
.cont-c .form-c .rsform-block select {
  height: 38px;
  padding: 9px 11px !important;
  background: #F5F5F6;
    border: 0;
    padding: 11px 11px;
    color: #005396;
    font-family: 'gotham_boldregular';
    font-weight: normal;
    font-size: 14px;
}
.cont-c .form-c .rsform-block textarea {
  box-shadow: none;
  width: 744px;
    height: 100px;
}
.cont-c .form-c .rsform-block button, .cont-c .form-c input.rsform-submit-button {
  color: #005396;
    font-family: 'gotham_boldregular';
    font-weight: normal;
    font-size: 14px;
    font-size: 16px;
    background: none;
    border: 2px solid #005396;
    padding: 8px 14px;
    cursor: pointer;
}
/*estilo logos  */
.estilo-p {
  overflow: hidden;
  margin: 0 0 25px 0 !important;
}
.estilo-p strong {
  display: inline-block;
    float: left;
    margin: 12px 15px 0 0;
    color: #9F1F23;
}
.estilo-p a {
  display: inline-block;
}
.estilo-p a img {
  margin: 0 !important;
}

section .cont-art .cont-c .pdf {
  margin: 0;
  list-style: none;
}
section .cont-art .cont-c .pdf li {
  float: left;
  margin: 0 116px 0 0;
}

/* Media Queries
*********************************************/

/* Landscape phones and down */
@media (max-width: 480px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Large desktop */
@media (min-width: 1200px) {

}

