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

/* RESET STYLES ***********************************************/

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

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Karla', sans-serif;
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  margin: 0px;
  font-size: 22px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}

* {
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}

h1,h2,h3 {
  letter-spacing: -1px;
}

h4 {
  font-size: 22px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 768px) {
  body {
    font-size: 17px;
  }
}
/**************************************************************/

/* COMUN STYLES ***********************************************/

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

img.icon {
  vertical-align: middle;
}

.text-blue {
  color: #28a4e0 !important;
}

.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt40 {
  padding-top: 40px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.nopadding {
  padding: 0px;
}

.border-top-pink {
  border-top: 1px solid #d0005a;
}

.border-bottom-black {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.border-bottom-gray {
  border-bottom: 1px solid #B2B2B2;
  padding-bottom: 5px;
  margin-bottom: 10px !important;
}

.border-top-gray {
  border-top: 1px solid #b2b2b2;
}

.list-border-right {
  padding-right: 55px;
  margin-right: 30px;
  margin-top: 23px;
  border-right: 1px solid #b2b2b2;
  min-height: 465px;
}

.span-break {
  display: block;
  float: none;
  clear: both;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.mt-5 {
  margin-top: 5px;
}

@media (max-width: 990px) {
  .pt40 {
    padding-top: 20px;
  }

  .p80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .span-break {
    display: inline-block;
  }

  .xs-m-0 {
    margin: 0px;
  }

  .span-break-xs {
    display: block;
    float: none;
    clear: both;
  }

  .list-border-right {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    min-height: inherit;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }
}
/**************************************************************/

/* TOP HEADER STYLE *******************************************/

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

#top-header {
  padding-bottom: 18px;
  border-bottom: 1px solid #000000;
}

#top-header .links {
  padding-top: 18px;
}

#top-header a,
#top-header span {
  font-size: 14px;
}

#top-header span {
  padding: 0px 3px;
}

#top-header .icon {
  margin-left: 12px;
}

#top-header .label-search {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
}

@media (max-width: 990px) {
  #top-header {
    padding-bottom: 10px;
  }

  #top-header .v-align {
    display: block;
    text-align: right;
  }

  #top-header .icon {
    margin-left: 3px;
    max-width: 22px;
  }

  #top-header .label-search {
    display: none;
  }

  #top-header .links {
    padding-top: 8px;
  }

  #top-header label {
    display: block;
    margin-top: 8px;
  }
}
/**************************************************************/

/* HEADER STYLE ***********************************************/

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

header {
  padding: 30px 0px;
  border-bottom: 1px solid #000000;
}

.logo-fse {
  padding-top: 80px;
}

@media (max-width: 990px) {
  header {
    padding: 15px 0px;
  }

  .logo-principal img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
  }

  .logotipos .logo {
    float: left;
  }

  header {
    border-bottom: none;
  }

  .logotipos {
    width: 100%;
    max-width: 590px;
    margin: 0px auto;
  }
}

@media (max-width: 600px) {
  header {
    padding: 15px 0px;
    border-bottom: none;
  }

  .logo-principal img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
  }

  .logotipos .logo {
    float: left;
  }

  .logo-fse {
    padding-top: 45px;
  }

  .logo-fse img {
    width: 100%;
    max-width: 120px;
  }

  .logo-region img {
    width: 100%;
    max-width: 70px;
  }

  .logo-ue img {
    width: 100%;
    max-width: 50px;
  }

  .logotipos {
    width: 100%;
    max-width: 330px;
    margin: 0px auto;
  }
}
/**************************************************************/

/* MENU STYLE *************************************************/

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

.navbar-nav {
  position: relative;
}

.navbar-nav li {
  padding-right: 0px;
  letter-spacing: 0;
}

.navbar-nav li a {
  font-size: 19px;
  letter-spacing: -1px;
  padding: 19px 31px;
  font-weight: 700;
}

.navbar-nav li a:hover {
  opacity: 1;
  background-color: #b4dff4;
}

.navbar-nav > li:first-child a {
  background-color: transparent !important;
  padding-right: 29px;
}

.navbar-nav > li:first-child a {
  padding-left: 0px;
}

.navbar-nav li:last-child {
  padding-right: 0%;
}

.navbar-nav li.active {
  color: #28a4e0;
}
/* Dropdown */

.nav > li.dropdown.open {
  position: static;
}

.nav > li.dropdown{ background-color:transparent !important;}
.nav > li.dropdown a{ background-color:transparent !important;}
.nav > li.dropdown.open a {
  background-color: #b4dff4 !important;
}


.nav > li.dropdown.open .dropdown-menu {
  width: 100%;
  left: 0;
}

.nav>li.dropdown {
}

.dropdown .dropdown-menu {
  background-color: #b4dff4;
  border: none;
  box-shadow: none;
  padding: 25px;
}

.dropdown-menu li a {
  padding: 2px 4px;
  font-size: 19px;
}

.dropdown-menu li span {
  padding-right: 3px;
}

.dropdown-menu li a:hover {
  opacity: 0.7;
}

.icon_menu {
  display: none;
  padding: 12px;
  position: absolute;
  right: 15px;
  top: -8px;
  cursor: pointer;
}

.icon_menu img {
  max-width: 30px;
}

.icon_close_menu {
  display: none;
  padding: 12px;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

.logo-menu {
  margin: 20px 10px;
  display: none;
}

@media (max-width: 990px) {
  .logo-menu {
    display: block;
    max-width: 160px;
  }

  .navbar-nav {
    margin: 0px;
  }

  .icon_menu {
    display: block;
  }

  .icon_close_menu {
    display: block;
  }

  .wrap_mobile_menu_left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0px;
    margin: 0px;
    width: 0px;
    z-index: 99999;
    overflow: hidden;
    background-color: #28688e;
  }

  .menuopen {
    width: 90%;
    max-width: 380px;
    overflow: hidden;
  }

  .dropdown-menu {
    display: none !important;
  }

  .mobile_menu_left {
    min-width: 250px;
  }

  .navbar-nav li a {
    border-bottom: 1px solid #ffffff;
    color: #fff;
    padding: 0;
    margin: 0px 20px;
    padding: 20px 0px;
    max-width: 100%;
  }

  .navbar-nav li {
    padding-right: 0%;
    width: 100%;
  }

  .navbar-nav li a:hover {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .navbar-nav li a {
    font-size: 18px;
    padding: 19px 10px;
  }

  .navbar-nav li {
    padding-right: 20px;
  }

  .dropdown-menu {
    padding: 15px;
  }

  .dropdown-menu li a {
    padding: 4px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .navbar-nav > li:first-child a {
    padding-right: 10px;
  }

  .navbar-nav li a {
    font-size: 17px;
  }
}
/**************************************************************/

/* BREADCUMB STYLE ********************************************/

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

.breadcumb {
  background-color: #f8f9f9;
  padding: 20px 0px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 35px;
}

.breadcumb h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0px;
}
.breadcumb .rrss_icons { display:inline;}
 
.breadcumb .btnshare{ opacity:0; cursor:pointer}

.breadcumb .icons img {
  margin-left: 7px;
  margin-top: 8px;
}

.breadcumb .icons img:hover {
  margin-top: 0px;
}

.breadcumb-interior {
  padding: 18px 0px;
  margin-bottom: 4px;
  background-color: #e8eded;
}

.breadcumb .title-breadcumb h1,.breadcumb .title-breadcumb h2 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0px;
  margin-top: 4px;
}

.breadcumb .title-breadcumb img {
  margin-right: 12px;
  margin-top: -9px;
}

.breadcumb-links {
  font-family: 'Montserrat', sans-serif;
  color: #808080;
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 300;
}

.link-back {
  font-size: 12px;
  font-weight: 300;
 
}

.link-back img {
  vertical-align: -2px;
  margin-right: 6px;
}

.breadcumb-links a:hover {
  color: #28a4e0;
}

/* breadcumb image */
.breadcumb-image {
  min-height: 220px;
  margin-bottom: 5px;
}

.breadcumb-image .container {
  min-height: 180px;
  position: relative;
}

.breadcumb-image .icons {
  position: absolute;
  bottom: 0;
  right: 0;
}

.breadcumb-image .icons img {
  margin-left: 12px;
}

@media (max-width: 990px) {
  .link-back {
    text-align: left;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .breadcumb h1 {
    font-size: 22px;
  }

  .breadcumb-interior {
    padding: 12px 0px;
    margin-bottom: 4px;
  }

  .breadcumb .title-breadcumb h2 {
    font-size: 27px;
    margin-top: 8px;
  }

  .breadcumb .title-breadcumb img {
    margin-right: 1px;
    max-width: 23px;
    margin-top: -3px;
  }

  .breadcumb .icons img {
    margin-left: 5px;
    margin-top: 0px;
    width: 29px;
  }

  .breadcumb-links {
    font-size: 12px;
  }
}

@media (max-width: 340px) {
 
  .breadcumb .icons img {
    width: 23px;
  }
}
	
/**************************************************************/

/* TITLES STYLES **********************************************/

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

.title-icon {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  line-height: 39px;
  margin: 0px;
  flex-flow: row nowrap;
}

.title-icon img {
  margin-right: 24px;
  max-width: 100%;
}

.title-border {
  border-bottom: 1px solid #d0005a;
  padding-bottom: 15px;
  align-items: flex-end;
  min-height: 100px;
}

.title-border img {
  margin-bottom: 0px;
}

.title-border-black {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  align-items: flex-end;
  min-height: 100px;
}

.title-big-blue {
  font-size: 45px;
  font-weight: 700;
  color: #28a4e0;
  letter-spacing: -1px;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
}

.title-big-black {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -1px;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
}

.title-black {
  font-size: 45px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -1px;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.title-min-black {
  font-size: 27px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -1px;
  line-height: 35px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.title-page {
  font-size: 30px;
  color: #28a4e0;
  letter-spacing: -2px;
  margin-top: 0px;
  margin-bottom: 45px;
}

.title-blue {
  font-size: 30px;
  color: #28a4e0;
  letter-spacing: -2px;
  margin-bottom: 15px;
  line-height: 29px;
}

.light {
  font-weight: 400;
  letter-spacing: -1px;
}

@media (max-width: 1198px) {
  .title-icon {
    font-size: 28px;
    line-height: 25px;
    margin-top: 10px;
  }

  .title-icon img {
    margin-right: 15px;
  }

  .title-big-blue {
    font-size: 30px;
    line-height: 40px;
  }

  .title-big-black {
    font-size: 26px;
    line-height: 40px;
  }

  .title-black {
    font-size: 30px;
    line-height: 40px;
  }

  .title-page {
    font-size: 26px;
    color: #28a4e0;
    letter-spacing: -2px;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .title-blue {
    font-size: 26px;
    color: #28a4e0;
    letter-spacing: -2px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .title-border-black {
    min-height: 80px;
  }
}

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

/* BUTTONS ****************************************************/

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

.btn_download {
  background-color: #f8f9f9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
  border-radius: 15px;
  font-size: 12px;
  letter-spacing: 0px;
  padding: 8px 16px;
  max-width: 246px;
}

.btn_download img {
  margin-left: 20px;
  vertical-align: 0px;
}

@media (max-width: 990px) {
 
  .btn_download {
    margin-top: 15px;
  }
}

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

/* FORM STYLES AND PAGINATION *********************************/

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

/* input busqueda */

.inputsearch {
  background-color: #f8f9f9 !important;
  border-radius: 3px !important;
  padding: 4px 23px;
  border: none !important;
  font-size: 18px;
  width: 100%;
  max-width: 420px;
  font-weight: 400;
   -webkit-appearance: none !important;
   -moz-appearance:     none !important;
   appearance:          none !important;
}

.inputsearch::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 400;
}

.inputsearch::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
}

.inputsearch:-ms-input-placeholder {
  font-style: italic;
  font-weight: 400;
}

.inputsearch:-moz-placeholder {
  font-style: italic;
  font-weight: 400;
}


.btn_paginacion {
  text-align: right;
  background-color: #28a4e0;
  background-position-x: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px;
  margin-top: 10px;
  padding: 5px 12px 5px 12px;
  border:none; outline:none;
  margin-bottom:20px;
}
.f-right{ float:right}
@media (max-width: 990px) {
  .inputsearch {
    padding: 4px 23px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
}

/* buscador */


.buscador {
  margin-bottom: 25px;
}

label {
  margin-bottom: 0px;
}

.buscador label {
  display: block;
  float: none;
  clear: both;
  font-size: 16px;
}

.buscador .form-control {
  width: 100%;
  max-width: 130px;
  background-color: #f8f9f9;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.buscador .form-control-medium {
  max-width: 300px !important;
  width: 100%;
}

.buscador input[type=search].form-control {
  width: 100%;
  max-width: 300px !important;
  min-width: 190px !important;
}

.buscador input[type=search].form-control-big {
  width: 100%;
  max-width: 100% !important;
  width: 100% !important;
}

.buscador span {
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  border-radius: 0px;
  border: none;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  background-color: #28a4e0;
}

.buscador .form-group {
  margin-right: 8px;
}

.buscador select.form-control {
  width: 164px;
  max-width: 164px;
  background: url(../img/icons/icon_arrow_bg.png) no-repeat right center #f8f9f9;
  -webkit-appearance: none;
  background-position-x: 130px;
  cursor: pointer;
}

.buscador select.form-control-medium {
  width: 300px;
  max-width: 300px;
  background: url(../img/icons/icon_arrow_bg.png) no-repeat right center #f8f9f9;
  -webkit-appearance: none;
  background-position-x: 266px;
  cursor: pointer;
}

.buscador select.form-control-big {
  width: 100%;
  max-width: 100%;
  background: url(../img/icons/icon_arrow_bg.png) no-repeat right center #f8f9f9;
  -webkit-appearance: none;
  background-position-x: 100%;
  cursor: pointer;
  text-transform:uppercase
}

.buscador .btn-blue {
  text-align: right;
  background: url(../img/icons/icon_search.png) no-repeat left center #28a4e0;
  background-position-x: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px;
  margin-top: 25px;
  padding: 5px 12px 5px 40px;
}

.buscador .btn-simple-blue {
  text-align: right;
  background-color: #28a4e0;
  background-position-x: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px;
  margin-top: 25px;
  padding: 5px 12px 5px 12px;
}

.buscador .btn-simple-red {
  text-align: right;
  background-color: #AF013D;
  background-position-x: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px;
  margin-top: 25px;
  margin-left: 15px;
  padding: 5px 12px 5px 12px;
}

.buscador .btn-simple-blue:hover,.buscador .btn-simple-red:hover {
  opacity: 0.8;
}

.buscador .btn-blue:hover {
  opacity: 0.8;
}

.buscador.open {
  display: block;
}

.buscador .dropdown-menu li span {
  background-color: #ffffff !important;
}

.buscador .glyphicon {
  color: #28a4e0;
}

.buscador .input-group {
  display: inline-block;
  /*float: left;*/;
}

.busqueda p {
  line-height: 24px;
  font-size: 20px;
  letter-spacing: -1px;
}

/** FORMULARIO DE CONTACTO *********/

.wrap-formulario-contacto {
  background-color: #f1f1f1;
  padding: 40px 0px 50px 0px;
}

.formulario-contacto .title-big-blue {
  line-height: 45px;
}

.formulario-contacto p.txt-info {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 27px;
  margin-top: 24px;
}

.formulario-contacto select.form-control {
  width: 100%;
  max-width: 100%;
  background: url(../img/icons/icon_arrow_bg_big.png) no-repeat right center #f8f9f9;
  -webkit-appearance: none;
  background-position-x: 100%;
  cursor: pointer;
  padding: 4px 12px 4px 12px;
  min-height: 41px;
}

.formulario-contacto .form-control {
  border: 1px solid #1f1e21;
  border-radius: 0px; 
  padding: 20px 12px 19px 12px;
  font-family: 'Montserrat', sans-serif;
}

.formulario-contacto .form-control-min {
  width: 49%;
  float: left;
}

.formulario-contacto .form-control-min:first-child {
  margin-right: 2%;
}

.formulario-contacto .btn-blue {
  text-align: center;
  background-color: #28a4e0;
  color: #fff;
  font-size: 16px;
  border-radius: 0px;
  padding: 8px 12px 5px 40px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  min-height: 41px; 
  margin-top:31px
}

.formulario-contacto .btn-blue:hover {
  opacity: 0.7;
}
.formulario-contacto .inputcaptch{
 margin-top:31px;
}
.formulario-contacto textarea.form-control {
  min-height: 113px;
  padding-top: 10px;
}

.formulario-contacto p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
}

.formulario-contacto .checkbox-primary {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 51px; 
}

.formulario-contacto .checkbox-primary .check {
  margin-right: 12px;
}

.formulario-contacto .label-big {
  font-size: 22px;
  margin-top: 21px;
  margin-bottom: 16px;
  font-style:normal !important;
}
.formulario-contacto .label-big strong{ padding-right:10px;}
.formulario-contacto .radio-group {
  margin-bottom: 40px;
}

.formulario-contacto .radio-group label {
  margin-right: 42px;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
  cursor: pointer;
}

label.label-italic {
  margin-right: 42px;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
  cursor: pointer;
}

.formulario-contacto .radio-group label:last-child {
  margin-right: 0px;
}

.label-blue {
  font-size: 20px;
  color: #28A4E0;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.datos_solicitante {
  width: 100%;
  max-width: 550px;
}


.error{
	font-family: 'Montserrat', sans-serif !important;
 	color: #cc3333 !important;
  	font-size: 15px !important;
	font-style:italic !important;
	font-weight:normal !important;
}
.error.text-danger{
	font-family: 'Montserrat', sans-serif !important;
 	color: #cc3333 !important;
  	font-size: 15px !important;
	font-style:italic !important;
	font-weight:normal !important;
}
 .text-danger:before {
  content: "\00a0";
}
.text-danger:empty:before {
  content: "\00a0";
}

.text-danger{
	font-family: 'Montserrat', sans-serif !important;
 	color: #cc3333 !important;
  	font-size: 15px !important;
	font-style:italic !important;
	font-weight:normal !important;
}
.formulario-contacto .rotatetext {  width: 100%; position:relative; margin-top:31px}
.formulario-contacto #rotatetext {
    padding-top: 10px;
    padding-bottom: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #28a4e0;
	  
}
.formulario-contacto .imgreload {
    border-left: 1px solid #1f1e21;  
    padding: 4px 10px 5px 10px;
    text-align: center;
    cursor: pointer;
	position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
}
.no-selec {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

@media (max-width: 990px) {
  .buscador {
    display: none;
    padding: 5px 15px;
  }

  .buscador.buscador-simple {
    display: block;
  }

  .buscador.buscador-simple label {
    margin-top: 15px;
  }

  .buscador .form-control {
    width: 100% !important;
    max-width: 91% !important;
  }

  .buscador input[type=search].form-control {
    width: 100%;
    max-width: 100% !important;
    width: 100% !important;
  }

  .buscador .input-group {
    display: block;
  }

  .buscador select.form-control {
    width: 100%;
    max-width: 100%;
    background: url(../img/icons/icon_arrow_bg.png) no-repeat right center #f8f9f9;
    -webkit-appearance: none;
    background-position-x: 100%;
    cursor: pointer;
    max-width: 100% !important;
  }

  .formulario-contacto .form-control-min {
    width: 100%;
    float: none;
    clear: both;
  }

  .formulario-contacto .form-control-min:first-child {
    margin-right: 0%;
  }
  
  .formulario-contacto .v-align{
	    display: block !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;	  
  }
  .formulario-contacto .text-danger{ display:block !important; float:none; margin-top:4px; margin-bottom:4px;font-size: 12px !important;}
  
}

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

/* LISTADOS STYLE ************************************************/

/*****************************************************************/
.pagination {
  margin: 5px 0 5px 0;
}

.listado-noticias .pagination {
  margin-top: 25px;
}

.pagination li a {
  background-color: #f8f9f9;
  margin: 4px;
  padding: 1px 6px;
  line-height: 1.2;
  border: none;
  color: #333333;
  min-width: 27px;
  text-align: center;
  font-size: 20px;
}

.pagination li.prev a,.pagination li.next a {
  background-color: #fff;
}

.pagination li.active a {
  background-color: #28a4e0;
}

.listados {
  margin-bottom: 40px;
}

.listado .item {
  font-size: 20px;
  letter-spacing: -1px;
  border-top: 1px solid #b2b2b2;
  padding-top: 14px;
  padding-bottom: 25px;
}

.listado .item .title {
  color: #28a4e0;
  font-weight: 700;
}

.listado .item .title:hover {
  opacity: 0.7;
}

.listado .item .subtitle {
  font-weight: 500;
  color: #1a1a1a;
  margin-top: 10px;
}

.listado .item .subtitle span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-left: 4px;
}

.listado .item .row {
  display: table;
  width: 100%;
}

.listado .item [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}

.listado .item .info {
  margin: 12px 0;
}

.listado .item .info p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.listado .item .btn_download {
  float: right;
}

.listado.listado-imagen .item [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.listado.listado-imagen .item .btn_download {
  float: none;
  margin-top: 25px;
  margin-bottom: 20px;
}

.listado.listado-imagen .item {
  padding-bottom: 5px;
}

.listado.listado-imagen .item:last-child {
  border-bottom: 1px solid #b2b2b2;
}

.listado.listado-imagen .imagen {
  color: #28a4e0;
  font-weight: 700;
}

@media (max-width: 990px) {
  .listado .item [class*="col-"] {
    float: none;
    display: block;
  }

  .listado .item .btn_download {
    float: none;
    margin-top: 15px;
  }

  .listado .item {
    font-size: 17px;
  }
}

/* listado de noticias - generico */

.buscador {
}

.buscador.buscador-line {
  border: 3px solid #f8f9f9;
  padding: 8px 22px 20px 22px;
}

.buscador.buscador-simple {
  border: 3px solid #f8f9f9;
  margin-bottom: 35px;
  padding: 8px 0px;
  border: none;
}

.buscador .form-group {
  margin-right: 12px;
}

.buscador.compact .form-group {
  margin-right: 3px;
}

.buscador .form-control-big {
  width: 100% !important;
  max-width: 100% !important;
}

.listado-noticias .wrap_pagination {
  border-top: 1px solid #b2b2b2;
  padding-top: 10px;
  margin-bottom: 20px;
}

.buscador-simple  input[type=search].form-control-medium {
  width: 325px !important;
  max-width: 100% !important;
}

@media (max-width: 990px) {
  .buscador .input-group[class*=col-] {
    padding-left: 15px;
  }

  .buscador {
    padding: 15px 15px 5px 15px;
  }
}

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

/* DETALLES LISTADOS: INTERIOR ***********************************/

/*****************************************************************/
.detalles-item {
  font-size: 16px;
}

.detalles-item .title {
  font-size: 27px;
  color: #28a4e0;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 38px;
  margin-bottom: 15px;
}

.detalles-item .subtitle {
  font-style: italic;
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: -1px;
}

.container-gray {
  background-color: #f8f9f9;
  padding: 30px 35px 40px 35px;
  color: #333333;
  font-size: 16px;
}

.detalles-item p {
}

.detalles-item h5 {
  margin-bottom: 14px;
}

.detalles-item .btn_download {
  background-color: #fff;
}



/* left_details */

.left_details {
  padding-right: 50px;
}

.left_details.generico {
  padding-top: 20px;
  padding-right: 18px;
}

.full-date {
  color: #28a4e0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 4px;
}

.etiquetas {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

.lectura_facil span {
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-top: 6px;
  letter-spacing: -1px;
}

.lectura_facil:hover span {
  color: #28a4e0;
}

.left_details .subtitle {
  font-size: 27px;
  color: #28a4e0;
  margin: 12px 0 6px 0;
  text-transform: uppercase;
}

.left_details .title {
  font-size: 41px;
  color: #28a4e0;
  letter-spacing: -2px;
  line-height: 38px;
  margin: 0;
  font-weight: 700;
  margin-bottom: 16px;
}

.left_details .post .title {
  color: #333;
}

.left_details .dato {
  font-size: 19px;
  padding-right: 60px;
  margin: 20px 0;
}

.left_details .dato a {
  text-decoration: underline;
  font-weight: 700;
}

.left_details .full-post .post {
  margin-top: 0;
}

.left_details .excerpt {
  font-style: italic;
  font-size: 24px;
  line-height: 29px;
}

.left_details .contenido p {
  font-size: 22px;
  margin-bottom: 29px;
  letter-spacing: -1px;
}

.left_details.generico .title {
  line-height: 52px;
}

.left_details .indicaciones {
  margin: 35px 0px;
}

.left_details .indicaciones p {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #28a4e0;
  font-size: 15px;
}

.left_details .indicaciones img {
  vertical-align: -4px;
  margin-right: 5px;
}
/* interior-agenda */
 
.left_details.interior-agenda {
  margin-bottom: 80px;
}

.left_details.interior-agenda .title {
  max-width: 580px;
  line-height: 42px;
}

.left_details.interior-agenda .lectura_facil {
  margin-top: 16px;
}

.left_details.interior-agenda .container-gray {
  padding: 20px 25px;
  line-height: 19px;
  letter-spacing: -1px;
  margin-bottom: 40px;
}

.left_details img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .detalles-item .title {
    margin-top: 30px;
  }

  .left_details p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 32px;
  }

  .left_details {
    padding-right: 15px;
  }

  .left_details .excerpt {
    font-size: 22px;
    line-height: 21px;
  }

  .left_details .dato {
    font-size: 16px;
    padding-right: 30px;
    margin: 15px 0;
  }

  .left_details .dato:nth-child(2n) {
    margin-top: 0px;
  }

  .left_details .contenido p {
    font-size: 18px;
  }

  .etiquetas {
    font-size: 12px;
  }

  .full-date {
    font-size: 16px;
  }

  .left_details .subtitle {
    font-size: 22px;
    margin: 4px 0 6px 0;
  }

  .left_details .title {
    font-size: 32px;
    line-height: 30px;
  }

  .lectura_facil {
    float: none !important;
    text-align: left;
    margin: 10px 0;
    padding-top: 10px;
    display: block;
    clear: both;
  }

  .lectura_facil span {
    display: inline;
  }
}

@media (max-width: 468px) {
}

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

/* FOOTER STYLE ***********************************************/

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

.wrap-footer {
  background-color: #28688e;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

footer .logotipos {
}

footer .logotipos .clearfix {
  border-bottom: 1px solid #ffffff;
  margin: 0px 15px;
}

footer .logotipos .logo {
  margin-bottom: 25px;
}

footer .logo-white {
  margin-bottom: 40px;
}

footer .icon {
  margin-right: 15px;
}

footer a:hover {
  opacity: 0.75;
}

footer p {
  margin-bottom: 3px;
}

.footer-links {
  width: 100%;
  max-width: 380px;
  line-height: 27px;
}

.footer-links span {
  padding: 0px 5px;
}

@media (max-width: 990px) {
  .copy {
    padding-top: 10px;
  }

  .wrap-footer {
    font-size: 11px;
  }

  footer .logo-white {
    margin-bottom: 15px;
    width: 100%;
    max-width: 160px;
  }

  footer .icon {
    margin-right: 8px;
    max-width: 25px;
  }

  footer .logotipos {
    margin-top: 15px;
  }
}
/**************************************************************/

/* OTHER CLASSES **********************************************/

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

.ul-point {
  padding-left: 0px;
  list-style-type: none;
}

.ul-point li {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.v-align-left {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
}

.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.nomargin {
  margin: 0 !important;
}

.nomargin p {
  margin: 0 !important;
}

.xs-show {
  display: none;
}

.txt_min {
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 20px;
}

.txt-regular {
  font-size: 18px;
  line-height: 24px;
}

.txt-medium {
  font-size: 20px;
  line-height: 24px;
}

.full-wrap-gray {
  background-color: #f8f9f9;
}

.italic-bold {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0px;
}

p.italic-bold {
  line-height: 19px;
  letter-spacing: 0px;
}

hr {
  border-top: 1px solid #b2b2b2;
}

@media (max-width: 990px) {
  .xs-hidden {
    display: none;
  }

  .xs-show {
    display: block;
  }
}
 


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

/* BANNER STYLE **********************************************/

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

.banner {
  min-height: 255px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.banner .container {
  max-width: 100%;
}

.banner-full-w {
  padding: 60px 0px 50px 0px;
}

.banner-min-w {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  padding: 60px 25px 50px 25px;
}

.banner .banner-icon {
  padding-right: 60px;
}

.banner .banner-text {
  color: #ffffff;
}

.banner .banner-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
	/*max-width:430px;*/
  letter-spacing: -1px;
  line-height: 46px;
}

.banner .banner-subtitle {
  font-size: 38px;
  margin: 0px;
  padding: 0px;
}

.banner .img_bg_none {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* banner 1 column */
 

.banner.banner-1-column .v-align-left {
  display: block;
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.banner.banner-1-column .pull-left {
  float: none !important;
}

.banner.banner-1-column .banner-icon {
  padding-right: 0px;
}

.banner.banner-1-column .banner-icon img {
  max-width: 60px;
}

.banner.banner-1-column .banner-title {
  font-size: 25px;
  line-height: 25px;
  margin-top: 38px;
  margin-bottom: 10px;
}

.banner-1-column {
  padding: 15px 6px;
}

@media (max-width: 990px) {
  .v-align-left {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .banner .pull-left {
    float: none !important;
  }

  .banner .banner-icon {
    padding-right: 0px;
  }

  .banner-title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
  }

  .banner-full-w, .banner-min-w {
    padding: 40px 0px 30px 0px;
  }
}
/**************************************************************/

/* GLOBAL LIST POST STYLE *************************************/

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

.list-post {
}

.list-post .post .date {
  color: #28a4e0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.list-post .post .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 27px;
}

.list-post .post .category {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
/* full-post */

.full-post .post .title {
  margin-bottom: 17px;
  min-height: 54px;
  margin-top: 4px;
}

.full-post .post {
  margin-top: 16px;
  padding-top: 25px;
}

/* resume post */

 
.resume-post {
  padding-top: 30px;
  padding-bottom: 0px;
}

.resume-post .post {
  margin: 20px 0px 35px 0px;
}

.resume-post .title {
  margin: 3px 0;
}

@media (min-width: 992px) {
  .resume .col-md-6 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 992px) {
 
  .resume-post {
    padding-top: 0;
  }
}


/* .list-post .simple-post */

.simple-post img {
  margin-bottom: 30px;
}

.simple-post .post {
  margin-bottom: 60px;
  min-height: 350px;
}

.simple-post .post .date {
  color: #000;
  margin-bottom: 4px;
}

.simple-post .post .title {
  margin-bottom: 4px;
}
	
	
/* min-post / min-post-image */

.min-post {
  padding-top: 50px;
  padding-bottom: 80px;
}

.min-post .post,
.min-post-image .post {
  margin: 30px 0px 0px 0px;
}

.min-post .post:hover,
.min-post-image .post:hover {
  opacity: 0.75;
}

.min-post .post .date,
.min-post-image .post .date {
  margin-bottom: 2px;
}

.min-post .post .title {
  margin-bottom: 5px;
}

.post-image {
  width: 100%;
  max-width: 100%;
}

.min-post-image .post img {
  margin-top: 5px;
  width: 100%;
  max-width: 100%;
}

.min-post-image .title {
  margin-bottom: 3px;
}

/* horizontal-post */
.listado-horizontal {
  margin-bottom: 55px;
}

.horizontal-post .post {
  padding: 35px 0px;
  border-top: 1px solid #b2b2b2;
  margin-left:0;
  margin-right:0;
}

.horizontal-post .post:last-child {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 12px;
}

.horizontal-post .post .title {
  font-size: 20px;
  color: #28a4e0;
  margin-bottom: 6px;
}

.horizontal-post .post .fecha, .horizontal-post .post .lugar {
  font-size: 18px;
  line-height: 21px;
}

.horizontal-post .post p {
  font-size: 20px;
  line-height: 27px;
  margin-top: 7px;
  letter-spacing: -1px;
}

@media (max-width: 990px) {
  .list-post .post .title {
    font-size: 20px;
    line-height: 22px;
  }

  .list-post .post .date {
    font-size: 15px;
  }

  .min-post {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .full-post .post .title {
    margin-bottom: 9px;
    min-height: 15px;
  }

  .full-post .post {
    padding-bottom: 14px;
  }

  .min-post .post,
	.min-post-image .post {
    margin: 30px 0px 30px 0px;
  }

  .min-post-image .post img {
    margin-bottom: 15px;
  }

  .list-post .post .category {
    margin-top: 4px;
  }

  .horizontal-post .post-image {
    margin-bottom: 20px;
  }

  .horizontal-post .post .title {
    font-size: 20px;
  }

  .horizontal-post .post .fecha, .horizontal-post .post .lugar {
    font-size: 15px;
  }

  .horizontal-post .post p {
    font-size: 17px;
    line-height: 23px;
  }
}
/**************************************************************/

/* TEXT MODULES STYLE *****************************************/

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

.modules p {
  color: #363636;
  margin-bottom: 30px;
}
/* module-col-2 */

.module-col-2 {
  background-color: #f8f9f9;
}

.module-col-2 p strong {
  text-decoration: underline;
}

.module-col-2 p:last-child {
  margin-bottom: 0px;
}

.module-col-2 p {
  color: #363636;
  margin-bottom: 30px;
}
/* module-col-3 */

.module-col-3 {
  padding-top: 70px;
  padding-bottom: 30px;
}

.module-col-3 .title-big-blue {
  margin-bottom: 20px;
}

.module-col-3 p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media (max-width: 990px) {
  .modules.module-col-2 .title-big-blue {
    margin-bottom: 20px;
  }

  .modules.module-col-3 .mod {
    margin-bottom: 25px;
  }

  .module-col-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

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

/* SIDEBAR RIGHT  STYLE **************************************/

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

.sidebar-right {
  background-color: #f8f9f9;
  padding-top: 10px;
  padding-bottom: 15px;
}

.sidebar-right .arrow_link {
  border-bottom: 1px solid #1a1a1a;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 2px;
  margin-top: 15px;
}

/* sidebar post */
.sidebar-right .sidebar-module {
  margin-bottom: 45px;
  padding: 0px 15px;
  padding: 0px 0px 15px 0px;
}

.sidebar-right .post .title {
  margin-bottom: 4px;
}

.sidebar-right .post .title-post-min {
  font-size: 19px;
}

.sidebar-right .post .btn_download {
  background-color: #fff;
  margin-top: 15px;
  padding: 6px 10px;
}

.sidebar-right .post {
  margin-bottom: 20px;
}

/* sidebar min */

.sidebar-min {
  background-color: #fff;
  padding-left: 75px;
  padding-top: 20px;
}

.sidebar-white {
  background-color: #fff;
  padding-left: 50px;
  padding-top: 0px;
}

.sidebar-min .title-blue {
  letter-spacing: -1px;
}

.sidebar-right.sidebar-min .post .btn_download {
  background-color: #f8f9f9;
  margin-top: 15px;
}

.sidebar-right.sidebar-min .post .date {
  margin-top: 30px;
  color: #000;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .sidebar-min {
    padding-left: 0px;
    margin-top: 20px;
  }
}

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

/* AREAS TEMÁTICAS STYLE **************************************/

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

.arrow_links {
  background-color: #f8f9f9;
}
.arrow_link.arrow_link_blue { color: #28a4e0;}
.arrow_links a:hover {
  opacity: 1;
  color: #28a4e0;
}

.arrow_link {
  border-bottom: 1px solid #1a1a1a;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 2px;
  margin-top: 45px;
}

.arrow_link img {
  margin-top: 5px;
}

@media (max-width: 990px) {
  .arrow_link {
    border-bottom: 1px solid #1a1a1a;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 2px;
    margin-top: 20px;
  }

  .arrow_link img {
    margin-top: 7px;
    width: 100%;
    max-width: 9px;
  }
}

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

/* LIST CATEGORIES STYLE **************************************/

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

.list-categories-title {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.list-categories-title span {
  display: none;
  margin-left: 35px;
  float: right;
  margin-top: -8px;
  cursor: pointer;
}

.list-simple-menu {
  font-size: 17px;
  color: #4d4d4d;
  padding: 0px;
  width: 100%;
  max-width: 245px;
  margin-bottom: 30px;
}

.list-simple-menu li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding: 5px 0px;
  letter-spacing: -1px;
  line-height: 20px;
}

.list-simple-menu li.active {
  font-weight: 700;
  color: #28a4e0;
}

.list-simple-menu li:hover {
  opacity: 0.6;
}

.list-simple-menu.open {
  display: block;
}

@media (max-width: 990px) {
  .list-categories-title span {
    display: block;
  }

  .list-categories-title {
    background-color: #f8f9f9;
    min-height: 34px;
    padding-top: 8px;
    padding-left: 20px;
  }

  .list-simple-menu {
    font-size: 15px;
    display: none;
  }

  .list-simple-menu li {
    padding: 5px 0px 5px 20px;
  }
}

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

/* TABLE STYLE***********************************/

/*****************************************************************/
.tabla {
  width: 100%;
  margin: 45px 0px 30px 0px;
}

.tabla thead {
  background-color: #28a4e0;
  color: #fff;
}

.tabla thead th {
  padding: 6px 20px;
  font-size: 20px;
}

.tabla td {
  padding: 21px 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #b2b2b2;
  /*white-space: nowrap;*/
}

@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) {
	
  table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr {
    display: block;
  }

  .width200 thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .width200 tr {
    border-top: 1px solid #28a4e0;
    border-bottom: 3px solid #28a4e0;
  }

  .width200 tr:last-child {
    border-bottom: 1px solid #28a4e0;
  }

  .width200 td {
    border: none;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  .width200 td:last-child {
    border-bottom: none;
  }

  .width200 td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    white-space: nowrap;
    padding: 15px 10px;
  }

  .width200 td:nth-of-type(1):before {
    content: "Oficina";
  }

  .width200 td:nth-of-type(2):before {
    content: "Consejería";
  }

  .width200 td:nth-of-type(3):before {
    content: "Dirección";
  }

  .width200 td:nth-of-type(4):before {
    content: "Municipio";
  }

  .width200 td:nth-of-type(5):before {
    content: "Teléfono";
  }

  .width200 td:nth-of-type(6):before {
    content: "Correo";
  }

  .width200 tr:nth-child(even) {
    background: #f8f9f9;
  }

  .width200 tr:nth-child(odd) {
    background: #FFF;
  }
}
	
 


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

/* GALLERY ELEMENT STYLE **************************************/

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

.galeria {
  position: relative;
}

.galeria .mySlides {
  display: none;
}

.galeria .mySlides.active {
  display: block;
}

.galeria .cursor {
  cursor: pointer;
}

.galeria .prev,
.galeria .next {
  cursor: pointer;
  position: absolute;
  top: 44%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.galeria .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.galeria .prev:hover,
.galeria .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.galeria .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.galeria .miniaturas {
  margin-top: 30px;
}

.galeria .miniaturas .miniatura {
  width: 19%;
  margin-right: 1.25%;
  cursor: pointer;
}

.galeria .miniaturas .miniatura:nth-child(5) {
  margin-right: 0% !important;
}

.galeria .miniatura img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.galeria .thumbn {
  opacity: 0.6;
}

.galeria .active,
.galeria .thumbn:hover {
  width: 100%;
  max-width: 100%;
  opacity: 1;
} 


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

/* PAGINA CONTACTO **********************************************/

/**************************************************************/
.left_details.contacto {
  padding-top: 15px;
}

.left_details.contacto .title-blue {
  margin-bottom: 45px;
}

.left_details.contacto p {
  margin: 0;
  line-height: 34px;
}

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

/* 404  **********************************************/

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

.error404{-webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
    box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4); padding-top:80px; padding-bottom:50px}
	
.title_404{ color:#28a4e0; font-size:50px; margin-bottom:10px;}

.imgerror404{ width:100%; max-width:490px; margin-bottom:50px;}
.txt_404{ color:#28a4e0; font-size:24px; margin-bottom:10px;}
.txt_404 p{ margin:0; padding:0}

.txt_404.txt_404_gray{ color:#4d4d4d;font-size:24px; font-style:italic; margin-top:55px }
.txt_404_gray p{ margin:0; padding:0; line-height:26px}

.error404 .inputsearch{ width:100%; max-width:525px; margin:0px auto; margin-top:30px}


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

/* MEDIA PRINT  **********************************************/

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


@media print {
  #top-header{ display:none;}
  .arrow_links{display:none;}
  .wrap-footer{display:none;}
  .link-back{display:none;}
  .breadcumb .icons{display:none;}
  .xs-show{display:none !important;}
  .btn_paginacion {display:none;}
  .pagination{display:none;}
  .icon_menu{display:none !important; opacity:0; visibility:hidden}
  .icon_menu img{display:none !important; opacity:0; visibility:hidden}
  .logo-principal img{ max-width:250px !important;}
   .logo-principal{ float:left !important; width:41.66666667% !important} 
  .col-md-7{ float:left !important; width:58.33333333% !important}
  .col-md-5{ float:left !important; width:41.66666667% !important}
  .col-md-4{ float:left !important; width:33.33333333% !important}
  .wrap_mobile_menu_left{ display:none;}
   .banner-full-w{ display:none;}
   .list-categories-title{ display:none;}
   .breadcumb-image{display:none;}
   .sidebar-right{display:none;}
   .left_details .resume{display:none;}
   .list-post.simple-post .col-md-3{width: 25%;float:left !important;}
   .lectura_facil{display:none;}
   .pull-left.dato { float: none!important;}
	.left_details .dato { padding-right: 0px !important; }
	.btn_download{ display:none}
	.wrap-formulario-contacto{ display:none !important}
	.horizontal-post .col-md-3{float:left !important;width: 25%;}
	.horizontal-post .col-md-9{float:left !important;    width: 75%;}
	.buscador.buscador-simple{display:none}
	.title-blue.bold{display:none}
	
	
 }

button{ -webkit-appearance: none;
    -moz-appearance: none;}
 
	
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none; 
}