@charset "UTF-8";
body{
   background-color: rgb(255, 255, 255) !important;
   height: auto;
   font-family: helvetica;
   background-position: center;
   top: 0px;
 }
.nopadding { padding-left:0 !important; padding-right:0 !important;}
/*----------------HEADER NORMAL-------PARA DESKTOP---------*/
header{
  background-color:rgb(255, 255, 255);
  height:130px;
  position: fixed !important;
  width: 100%;
  top:0px;
  z-index:600;
  margin-bottom: 10px;
  border-bottom: rgb(130, 129, 129) solid 2px;
  box-shadow: 0px 3px 12px #696666;
  -webkit-box-shadow: 0px 3px 12px #696666;
  -moz-box-shadow: 0px 3px 12px #696666;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 4px 5px 3px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 4px 5px 3px rgba(0,0,0,0.17);
    box-shadow: 0px 4px 5px 3px rgba(0,0,0,0.17);
}
/*CONTIENE EL H2 ceppems*/
header h2 {
  font-size: .9em;
  text-align: center;
  height: 20px;
  font-weight: bold;
  width: 100%;
  margin: 0px auto;
  color:rgb(66, 67, 69);
  line-height: 1.5em;
  padding: 0px 2em;
  color: rgb(255, 255, 255);
  background: linear-gradient(270deg, #8C8B91 27%, #404042 92%);
  background: -moz-linear-gradient(270deg, #8C8B91 27%, #404042 92%);
  background: -webkit-linear-gradient(270deg, #8C8B91 27%, #404042 92%);
  background: -o-linear-gradient(270deg, #8C8B91 27%, #404042 92%);
  background: rgba(140,139,145,1);
  background: -moz-linear-gradient(left, rgba(140,139,145,1) 0%, rgba(93,93,96,1) 8%, rgba(64,64,66,1) 13%, rgba(64,64,66,1) 88%, rgba(83,83,86,1) 91%, rgba(140,139,145,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(140,139,145,1)), color-stop(8%, rgba(93,93,96,1)), color-stop(13%, rgba(64,64,66,1)), color-stop(88%, rgba(64,64,66,1)), color-stop(91%, rgba(83,83,86,1)), color-stop(100%, rgba(140,139,145,1)));
  background: -webkit-linear-gradient(left, rgba(140,139,145,1) 0%, rgba(93,93,96,1) 8%, rgba(64,64,66,1) 13%, rgba(64,64,66,1) 88%, rgba(83,83,86,1) 91%, rgba(140,139,145,1) 100%);
  background: -o-linear-gradient(left, rgba(140,139,145,1) 0%, rgba(93,93,96,1) 8%, rgba(64,64,66,1) 13%, rgba(64,64,66,1) 88%, rgba(83,83,86,1) 91%, rgba(140,139,145,1) 100%);
  background: -ms-linear-gradient(left, rgba(140,139,145,1) 0%, rgba(93,93,96,1) 8%, rgba(64,64,66,1) 13%, rgba(64,64,66,1) 88%, rgba(83,83,86,1) 91%, rgba(140,139,145,1) 100%);
  background: linear-gradient(to right, rgba(140,139,145,1) 0%, rgba(93,93,96,1) 8%, rgba(64,64,66,1) 13%, rgba(64,64,66,1) 88%, rgba(83,83,86,1) 91%, rgba(140,139,145,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8b91', endColorstr='#8c8b91', GradientType=1 );
  transition: all 2s ease-in-out;
}
/*------------------------NAV------------------------------------------------*/
nav{
  height: 60px;
  padding-bottom:5px;
  width: 100%;
  z-index: 100;
  transition: all 1.2s ease-in-out;
}
/*------MENU MD Y LG-----------------------*/
nav #desktop ul{
  height: 100%;
  margin: auto;
  display: block;
}
nav #desktop ul li{
  width: 11.11%;
   float: left;
   position: relative;
   display: block;
   font-size: 2vw;
   height: 100%;
   padding: 0px;
   font-weight: bold;
   text-align: center;
 }
nav div#desktop ul img {
  width: 100%;
  height: auto;
  padding-top:20px;
  z-index: 50;
  transition: all 1s ease-in-out;
}
nav div#desktop {
  position:relative;
  z-index: 100;
}
a{
  text-decoration: none !important;
}
nav div#desktop li a {
  display: block;
  width: 100%;
  padding: 0px 5px;
  font-size: 1vw;
  height: 100%;
  line-height: 100px;
  float: left;
  color:rgb(66, 67, 69);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .4s ease-in-out;
}
nav div#desktop li a:hover {
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 66%, rgba(219,219,219,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(66%, rgba(231,231,231,1)), color-stop(100%, rgba(219,219,219,1)));
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 66%, rgba(219,219,219,1) 100%);
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 66%, rgba(219,219,219,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 66%, rgba(219,219,219,1) 100%);
  background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 66%, rgba(219,219,219,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0 );
  border-bottom: 3px solid rgb(37, 3, 80);
/*--
  color:rgb(42, 42, 42);
  background-position: bottom;
  background-color:rgb(156, 152, 157);
  background: linear-gradient(90deg, #C4C4C4 75%, #FCFCFC 100%);
  background: -moz-linear-gradient(90deg, #C4C4C4 75%, #FCFCFC 100%);
  background: -webkit-linear-gradient(90deg, #C4C4C4 75%, #FCFCFC 100%);
  background: -o-linear-gradient(90deg, #C4C4C4 75%, #FCFCFC 100%);
  --*/
}
/*----header lg y md -------crollable--*/
.headerScroll{
  height:50px !important;
  transition: all .2s ease-in-out;
}
.headerScroll .top {
  display: none;
  transition: all .1s ease-in-out;
  opacity: 0;
  top: -20px;
}
.headerScroll nav{
  height: 50px;
  transition: all .1s ease-in-out;
}
.headerScroll nav #desktop ul{
  height: 100%;
  margin: auto;
  display: block;
}
.headerScroll nav div#desktop ul img {
  width: auto;
  height: 50px;
  padding-top: 0px;
  z-index: 50;
  transition: all .4s ease-in-out;
}
.headerScroll nav div#desktop li a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  transition: all .2s ease-in-out;
}
/*-------------menu mobile---------------------------------*/
nav div#mobile {
  width: 100%;
  left:0px;
  position: relative;
  z-index: 30;
  overflow: hidden;
  top: -35px !important;
  height: 0px;
  font-family: helvetica;
}
nav div#mobile a {
   display: block;
   text-transform: uppercase;
   text-decoration: none;
   height: 50px;
   line-height: 50px;
   color:rgb(255, 255, 255);
   background-color:rgba(41, 40, 40, 0.85);
   text-align:center;
   padding:10px;
   border-bottom: 2px solid #fff;
   transition: all 1s ease;
   -moz-transition: all 1s ease;
   -webkit-transition: all 1s ease;
   font-size: 1.2vw;
}
nav div#mobile a:hover {
  background-color:rgb(240, 237, 237);
  color:rgb(23, 23, 23);
   border-bottom:2px solid #fff;
   text-align:center;
   font-weight: 300;
   height: 70px;
   line-height:normal;
   border-bottom: 2px solid #010101;
   background: linear-gradient(270deg, #FFFFFF 72%, #A3A3A1 99%);
   background: -moz-linear-gradient(270deg, #FFFFFF 72%, #A3A3A1 99%);
   background: -webkit-linear-gradient(270deg, #FFFFFF 72%, #A3A3A1 99%);
   background: -o-linear-gradient(270deg, #FFFFFF 72%, #A3A3A1 99%);
 }
 /*----LA ALTURA DEL MENU MOBILE-----------------------------------------*/
/*----altura de los botones /span----*/
nav span{
display:inline-flex;
   height: 30px;
   line-height: 30px!important;
   color: white;
   /*  Veda background-color:rgb(26, 35, 43); */
  background-color: rgb(35,35,35);
   position: relative;
   cursor: pointer;
   z-index: 300;
   margin-top: 10px;
   text-align: center;
   width: 100%;
   float: right;
   padding: 5px;
 }
 span#abrir{
   z-index:10;
   top: -6px;
   line-height: 30px!important;
   text-align: center; !important;
   transition: all 1s ease;
   -moz-transition: all .5s ease;
 }
              ::before #abrir{
              text-align: center;
              top: -100px;
              }
 span#cerrar{
   z-index:9;
   top:-45px;
   width: 100%;
  /* background-color: rgb(219, 61, 133);*/
   line-height: 30px !important;
   text-align: center;
   transition: all 1s ease;
   -moz-transition: all .5s ease;
 }
.glyphicon{
  vertical-align: middle;
}
/*---LOGOS MOBILE-----------------------------------------------------------------*/
div.logos{
  display:inline-flex;
  width: 400px;
  z-index: 600;
  top: 0px;
  height: 70px !important;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
div.logos img{
  float: left;
  height: inherit;
}
/*---------------------Menu dispositivos sm xs scrollable-------------------------*/
.headerScroll nav div#mobile a{
}
.headerScroll. nav{
  /*  Veda background-color: rgb(67, 147, 137); */
  background-color: rgb(67,67,67);
}
.headerScroll .logos{
  display:block;
  width: auto;
  z-index: 600;
  /*border: 2px solid rgb(181, 83, 28);*/
  margin: auto !important;
  top: 0px;
  height: 45px !important;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.headerScroll nav span{
  display:block;
  height: 30px;
  line-height: 30px;
  color: white;
  /*  Veda background-color:rgb(26, 35, 43); */
  background-color: rgb(35,35,35);
  /*background-color:rgb(130, 28, 105);*/
  position: relative;
  margin-top: 5px;
  z-index: 10;
  padding-bottom: 5px;
}
.headerScroll span#abrir{
  /* z-index:10;
  top: -6px;
  line-height: 30px;
  text-align: center; !important;
  transition: all 1s ease;
  -moz-transition: all .5s ease;
  width: 100%; */
}
    ::before #abrir{
        text-align: center;
        top: -10px;
        color:rgb(201, 129, 133);
    }
.headerScroll span#cerrar{
  /* z-index:9;
  top:-115px;
  width: 100%;
  line-height: 30px;
  text-align: center;
  transition: all 1s ease;
  -moz-transition: all .5s ease; */
  display: none;
}
/*---------------------Menu dispositivos scrollable-------------------------*/
/*------------------------NAV------------------------------------------------------*/
.tope {
  height: 70px;
}
/*--------------------------SLIDER-------------------------------------------------*/
section#slider{
    z-index:-100 !important;
     width: 100%;
     margin-top:300px !important;
     position:absolute;
     margin-bottom: 50px
     background-image: url("images\CeppemsQro.png");
     background-repeat: no-repeat;
     background-size: 50%;
     background-position: center;
}
section#slider img {
    width: 100%;
    height: auto;
}
section#slider span {
    background-color: none;
}
/*-------Descripción de la foto slider---*/
div.carousel-caption {
    display: block;
    width: 100% !important;
    left:0px;
    padding: 8px 0;
    background-color:rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom:0px;
    border: 5px solid color: rgba(255, 255, 255, 0.7);
}
div.carousel-caption p {
    text-align:center;
    font-size: 1.5em;
    padding: 5px 2px;
    color: #fff;
}
ol.carousel-indicators{
     position: absolute;
     bottom: -10px;
     /*border: 2px solid rgb(246, 236, 241);*/
}
/*------------------------------------------------------------------------------------*/
/*-----------------BOLETINES-----------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.news_button{
  border: 4px solid rgb(72, 85, 203);
  text-align: center;
  text-decoration: none;
  /*  Veda background-color: rgb(72, 85, 203); */
  background-color: rgb(72,72,72);
  color: rgb(255, 255, 255);
  display: block;
  line-height: 2em;
  padding: 5px;
  transition: all .4s ease-in-out;
}
.news_button:hover{
/*  Veda background-color:rgb(7, 6, 73); */
  background-color: rgb(7,7,7);
border: 4px solid rgb(110, 110, 113);
border-radius: 0px 30px 0px 30px;
}
section#Org{
  background-color:rgb(228, 228, 228);
  color: rgb(55, 55, 56);
}
h5{
  font-weight: bolder;
  font-size-adjust: auto;
}
#boletines{
  margin-bottom: 20px;
}
#descripcion{
  padding: 15px 0px;
  width: 80%;
  margin:auto;
  text-align: center;
}
#descripcion p span{
  text-align: center !important;
  font-weight: bold;
  font-size: 1.3em;
}
#descripcion p{
  text-align: justify;
}
.jumbotron{
  "/*  Veda background-color: rgb(15, 97, 124) !important; */
  background-color: rgb(97,97,97) !important; "
  color: rgb(255, 255, 255)!important;
  padding: 30px 10px;
  text-align: center;
  height: auto;
  font-size: 1vw;
}
h1{
  text-align:center;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  height:50px;
  margin: 20px auto !important;
  position: relative;
}
h3{
  width: 90%;
  min-width: 200px;
  max-width: 500px;
  height:auto;
  display: block;
  padding: 20px;
  color: #393737;
  line-height:30px;
  text-align: center;
  margin: 5px auto;
}
h3 small {
  color: rgb(88, 104, 191);
}
#boletines{
  position: relative;
  height: auto;
  background-color:rgb(250, 250, 250);
  padding-bottom: 20px;
  border-top: 5px solid rgb(61, 212, 148);
}
#boletines li{
  list-style-type: none;
}
.nota{
  margin: 15px 0px;
  display: block;
  padding: 3px 0px;
  box-sizing:border-box;
  }
.nota div{
  /* border: solid 2px rgb(252, 120, 40); */
}
.nota figure{
  min-height: 150px;
  height: auto;
  width: 80%;
  margin: auto;
  border-radius: 5%;
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
}
.nota figcaption{
  margin-bottom: 0px;
  margin-right: 0px;
  height: 60px;
  width: 60px !important;
  line-height: 40px;
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  position: relative;
  bottom: 40px;
  left: 0px;
  text-align: center;
  z-index: 100;
}
.nota figcaption a:hover{
  background-color: rgb(255, 255, 255);
  color: rgb(36, 37, 38);
}
.nota figure img{
  height: inherit;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 12px #696666;
  -webkit-box-shadow: 0px 3px 12px #696666;
  -moz-box-shadow: 0px 3px 12px #696666;
}
.nota h4{
  width: 90%;
  padding: 6px 0px 5px 0px;
  font-weight: bold;
  text-align: center;
  text-transform:uppercase;
}
.nota p{
  width: 95%;
  display: block;
  margin: auto 10px;
  min-height:130px;
  max-height: 800px;
  padding: 5px 5px;
  text-align: justify;
  box-sizing: border-box;
}
.nota.btn{
  margin: 15px;
}
.enlaces{
  display: block;
  margin: auto;
  background-color: rgb(255, 255, 255);
  padding: 5px 0px;
}
.enlaces li{
  display: inline-flex;
  margin: 0 10px;
}
li.examen-enlace img{
  height: 60px;
  display: block;
  align-items: center;
  list-style-type:none;
  transition: all .2s ease-in-out;
}
li.examen-enlace img:hover{
  box-shadow: 0px 3px 12px #696666;
  -webkit-box-shadow: 0px 3px 12px #696666;
  -moz-box-shadow: 0px 3px 12px #696666;
}
/*---Btn  VER MÁS...    */
.V_mas{
  display: block;
  margin: 15px;
  float: right;
}
hr{ height: 30px; margin-bottom: 5px;}
.mini-separador{ height: 3px; /*  Veda background-color: rgb(139, 154, 184);  */
  background-color: rgb(139,139,139); border-radius: 1px;}
/*-----------------------carrusel pequeño de boletines----*/
.carousel-inner img {
	width:100%;
  	height:100%;
}
#myCarousel {
  width: inherit;
}
#myCarousel {
	font-size:90%;
  box-shadow: 0px 3px 12px #696666;
  -webkit-box-shadow: 0px 3px 12px #696666;
  -moz-box-shadow: 0px 3px 12px #696666;
}
.carousel_slide{
  width: 100%;
}
#carousel-bounding-box{
  width: inherit;
}
.carousel-controls-mini {
}
.carousel-controls-mini > a {
	border:1px solid #eee;
  	width:20px;
    display:block;
    float:left;
    text-align:center;
}
.separador{
  height: 10px;
  margin: 10px 0px;
  background-color: rgb(173, 173, 173);
}
/*------------------------------------------------------------------------------------*/
/*-----------------BOLETINES-----------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------------BANER GRAFICAS------------*/
#graficas {
  background-color:rgb(247, 148, 50);
  height: 600px;
  padding: 10px 0px;
  margin: 10px auto;
  position: relative;
  text-align: center;
}
#graficas h3{
  width: 90%;
  min-width: 300px;
  max-width: 900px;
  height:100px;
  display: block;
  padding: 15px;
  color: #fff;
  /*  Veda background-color: rgb(5, 147, 74); */
  background-color: rgb(74,74,74);
  line-height:30px;
  text-align: center;
  margin: auto;
}
/*----------------PARALLAX----*/
div.parallax {
    height: 480px;
    background: transparent;
    clear: both;
}
/*------------------------------------------------------------------------------------*/
/*-----------------BANER ANIMADO LOGOS INSTITUCIONES----------------------------------*/
/*------------------------------------------------------------------------------------*/
#enlaces_logos{
  height: 100px;
  width: 100%;
  background-color:rgb(255, 255, 255);
  margin: 20px auto;
  overflow: hidden;
  padding: 0px;
  -webkit-box-shadow: 0px 7px 13px -5px rgba(163,161,163,0.51);
  -moz-box-shadow: 0px 7px 13px -5px rgba(163,161,163,0.51);
  box-shadow: 0px 7px 13px -5px rgba(163,161,163,0.51);
}
#logos_instituciones h4 {
  display: block;
  float: left;
  font-size: 2em;
  padding-right: 10px;
  margin-right: 20px;
  border-right: 5px solid rgb(57, 78, 215);
  background-color: rgb(255, 255, 255);
  padding: 25px 10px;
}
#logos_instituciones{
  width: 100%;
  width: 5000px; /*--20px x imagen(16) + h4--*/
  border-right: 5px solid rgb(57, 78, 215);
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 100%;
  background-color:rgb(168, 94, 130);
  -moz-animation-name:banerLogos;
  -moz-animation-duration: 35s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function:ease-in-out;
  -moz-animation-delay: 0s;
  /*-------Webkit-------*/
  -webkit-animation-name:banerLogos;
  -webkit-animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-delay: 0s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes banerLogos {
    from {margin-left: 80%;}
    to {margin-left: -70%;}
}
@-moz-keyframes banerLogos {
    from {margin-left: 80%;}
    to {margin-left: -70%;}
}
#logos_instituciones:hover {
    -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
    animation-play-state: paused;
    -moz-animation-play-state: paused;
}
#logos_instituciones img{
  height: 100%;
  float: left;
  display: block;
  transition: all .9s ease-in-out;
  margin-right: 5px;
}
#logos_instituciones a img:hover{
  box-shadow: inset 0px 0px 44px 18px #968E8E;
  -webkit-box-shadow: inset 0px 0px 44px 18px #968E8E;
  -moz-box-shadow: inset 0px 0px 44px 18px #968E8E;
  -o-box-shadow: inset 0px 0px 44px 18px #968E8E;
  z-index: 15;
}
/*------------------------------------------------------------------------------------*/
/*-----------------BANER ANIMADO LOGOS INSTITUCIONES----------------------------------*/
/*------------------------------------------------------------------------------------*/
/*---------------*/
/*------------------------------------------------------------------------------------*/
/*-----------------FOOTHER GENERAL---------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
footer{
  padding-bottom: 30px;
/*  veda /*  Veda background-color: rgb(0, 96, 169); */
  background-color: rgb(96,96,96);*/
  background-color: rgb(96, 96, 96);
  margin-top: 20px;
  color:rgb(236, 236, 238);
  border-top: 10px solid rgb(8, 7, 69);
  background-image:"images\textura_1.png";
  background-position: top-right;
}
footer section{
margin-top: 30px;
}
#datos-contacto li{
  list-style-type: none;
      /*  background-color: rgb(157, 37, 90);   */
}
#datos-contacto li a{
  color:rgb(246, 252, 251);
}
#datos-contacto li span{
  display:block;
  /*  Veda background-color: rgb(0, 96, 169); */
  background-color: rgb(96,96,96);
  border:2px solid rgb(249, 249, 249);
  margin-left: 5px !important;
  width: auto;
  font-size: 1.1em;
  padding: 5px;
  margin: auto;
  height: 40px;
  width: 40px;
}
#datos-contacto li span:hover{
  /*  Veda background-color: rgb(1, 18, 64); */
  background-color: rgb(18,18,18);
}
#datos-contacto li p{
  display: block;
  margin-top: 20px;
}
#datos-contacto li address{
  display: block;
  margin-top: 30px;
}
.list-group{
  list-style-type: none;
  text-decoration: none;
  list-style: circle;
}
.list-group a:hover{
  list-style-type: none;
  background-color: rgb(32, 5, 82)
  color:rgb(255, 255, 255);
}
#datos-contacto{
  font-size: 1.2em;
  font-family: helvetica;
}
#datos-contacto li{
  width: 100%;
}
input{
  background-color: none;
  border: 2px solid rgb(56, 56, 55);
}
input textarea{
  height: 100px;
}
footer article{
  display: inline-block;
  float: left;
  padding: 5px;
}
footer h4{
  color: rgb(196, 196, 246);
  display: block;
  padding-bottom: 5px;
  font-size: 2em;
  text-align: center;
  text-transform:uppercase;
  margin-bottom: 25px;
  font: helvetica;
}
#datos-contacto{
}
#datos-contacto li{
  width: 100%;
  text-align: left;
  display:inline-flex;
  padding: 5px;
  line-height: normal;
  height: 100px;
  margin: 5px 0px;
}
#datos-contacto li span{
  margin-right: 12px;
  vertical-align: middle;
  float: left;
  display: inline-block;
}
/*------------------------------------*/
#foother_2{
  border-top: 5px solid rgb(62, 62, 60);
  
  /* Veda background-color: rgb(3, 72, 125);*/
  background-color: rgb(72, 72, 72);
  top: 100px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-family: helvetica;
  margin-top: 25px;
}
#foother_2 small{
  color:rgb(209, 225, 250);
}
#links_enlaces li{
  display: inline-flex;
  width: 100%;
}
#links_enlaces li a{
  padding: 3px 5px;
  color:rgb(40, 41, 41);
  margin:  0px 3px;
}
#links_enlaces li a:hover{
  color: rgb(255, 255, 255);
}
/*---MAPA GOOGLE MAPS--->*/
footer div#mapa {
	  height:300px;
	  overflow:hidden;
	  -webkit-transition:all 2.5s ease;
  }
footer input[type="checkbox"]:checked ~ div#mapa{
	height:250px;
	overflow:visible;
	}
footer input[type="checkbox"]{
	display:block;
	margin:auto;
	width:150px;
	height:50px;
	position:relative;
	top:50px;
	opacity:0;
}
footer input[type="checkbox"]:checked + button {
	 background-color:#06F;
	 width:200px;
	 border:2px solid #069;
}
/*------------------------------------------------------------------------------------*/
/*-----------------FOOTHER GENERAL---------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.video-youtube{
  outline: rgb(16, 47, 149) solid 2px;
  padding-bottom: 56.25%;
  position: relative;
}
.video-youtube iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
/*--------------------------------------------------------------------------------*/
/* ------------MEDIA QUERIES------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
header h2{
  font-size: .7em;
  line-height: 1.8em;
  padding-bottom: 8px;
  height: auto;
  }
nav #desktop{
  top: -70px;
}
nav #desktop li{
  font-size: 4em;
  height: 60px;
  }
nav #desktop li img{
  top: 30px;
  }
hr{
    height: 150px;
  }
  nav div#mobile {
  top:-100px;
  width: 75%;
  }
  nav div#mobile a {
  font-size: 21px;
  line-height: 21px;
  width: 100%;
  display: inline-block;
  margin: auto !important;
  }
  .logos {
    top:50px;
    margin-left: 30%;
  }
  .logos img {
    top:10px;
    margin-left: 5%;
  }
}
/*----------------------------------------*/
@media screen and (max-width: 550px) {
hr {
  height: 120px;
}
.logos {
  margin-left: 10%;
}
nav div#mobile {
top:-70px;
}
#abrir span::before{
  top: -70px !important;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
nav div#desktop{
  visibility: hidden;
  display: none;
}
.nota{
  padding: 3px;
  margin: 0px;
}
.nota figure{
  min-height: 150px;
  height: auto;
  width: 100%;
  margin: auto;
}
.nota figure img{
  height: inherit;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 12px #696666;
  -webkit-box-shadow: 0px 3px 12px #696666;
  -moz-box-shadow: 0px 3px 12px #696666;
}
.enlaces{
  width: 100%;
}
.enlaces li{
  width: 25%;
}
.nota div {
  text-align: center;
}
div.carousel-caption{display: none;}
/*-----------------------*/
/*  @media screen landscape and (max-width: 750px)---*/
/*----------------------------------------*/
@media screen and (max-width: 480px) {
body{
  |background-image: image("images\bg_isotipo-sm.png");
  background-position: center;
}
header h2{
  font-size: .6em;
  height: auto;
}
.logos{
  margin-left: 0%;
  width: 100%;
}
nav{
  height:30px;
}
nav div#mobile {
top:-80px;
top:-50px;
}
#abrir::before{
  top: -5px !important;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
#datos-contacto{
  padding: 0px;
}
#datos-contacto li{
  text-align: center;
  margin-left: 0px;
  height: 150px;
  width: 100%;
      /* background-color: rgb(152, 215, 103);  */
}
#datos-contacto li span{
  display:inline-block;
  width: 100%;
  text-align:center;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
#datos-contacto li p{
  width: 100%;
}
#datos-contacto li a{
  display:inline-block;
  width: 100%;
  overflow-y: hidden;
}
#datos-contacto li a:last-child{
  display:list-item;
  text-align:left;
  height: auto;
  line-height: 30px;
  text-decoration: none;
  color: white;
  font-size: .9em;
}
#datos-contacto li a:last-child:hover{
  color: rgb(221, 221, 221);
}
}/*-------------------------------*/
#logos_instituciones{
  -moz-animation-duration: 120s;
  -webkit-animation-duration: 120s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes banerLogos {
    from {margin-left: 100%;}
    to {margin-left: -1500%;}
}
@-moz-keyframes banerLogos {
    from {margin-left: 100%;}
    to {margin-left: -1500%;}
}
 /* MEDIA QUERIES  max-width: 480px */
/*--------------------------------------------------------*/
@media screen and (max-width: 350px) {
header{
  height: 100px;
}
header h2{
display: none;
}
nav div#mobile {
width: 100%;
top:-43px !important;
}
div#mobile a{
  width: 100%;
}
.logos{
  margin-left: 0% !important;
  width: 100%;
  height: 80px;
}
.nota{
  padding: 10px 0px;
}
#datos-contacto{
  padding: 0px;
}
#datos-contacto ul{
  padding: 0px;
}
#datos-contacto li{
  text-align: center;
  height: 200px;
  margin-bottom: 20px;
  padding: 3px 30px;
  list-style: none;
  width: 100%;
        /*  background-color: rgb(64, 247, 234);  */
        /*  border: 2px solid rgb(70, 6, 181);    */
}
#datos-contacto li span{
  display: inline-flex;
    margin-left: 0px;
    height: 50px;
    width: 60px;
    margin-right: 3px;
    font-size: 1.4em;
    line-height: 30px;
    text-align: center;
}
#datos-contacto li span::before{
  display:inline-block;
  text-align: center;
  left: 0px;
}
#datos-contacto li p{
  display: inline-block;
  width: 100%;
        margin-top: 40px;
        margin-left: 3px;
}
#datos-contacto li a{
  display:block;
  width: 100%;
  overflow-y: hidden;
  color: white;
  line-height: ;
}
#datos-contacto li a:last-child{
  display:list-item;
      display:inline-block;
  text-align:left;
  height: auto;
  line-height: 30px;
  text-decoration: none;
  color: white;
  font-size: 1em;
  line-height: 1em;
  top: 100px;
}
#datos-contacto li a:last-child:hover{
  color: rgb(221, 221, 221);
}
}/*-----------------------*/
/*DESKTOP ES APARTIR DE 888px en adelante  */