@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700');
body{
  font-family: 'Dosis', sans-serif;
}
nav{
  font-family: 'Orbitron', sans-serif;
}
p{
  font-size: 18px;
}
/*#encabezado{
position: fixed;
width: 100%;
z-index: 1;
}*/
.logotipo{
  background: #fff;
  width: 100%;
  padding: 25px;
}
.logotipo img{
  margin: auto;
}
#Sombra{
  box-shadow: 0 1px 1px rgba(0,0,0,.50);
}
/*#menu-principal{
position: fixed;
z-index: 1;
top: 100px;
}*/
.caracteristicas-home{
  background-color: #292b5c;
  padding: 25px;
  text-align: center;
}
.icon-style{
  font-size: 50px;
  color: #3b8ec0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin: auto;
}
.caracteristicas-home h3{
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
}
.caracteristicas-home p{
  font-size: 18px;
  text-align: justify;
  color: #ffffff;
  margin-bottom: 0;
}

.caracteristicas-home ul{
  font-size: 18px;
  text-align: justify;
  margin-bottom: 0;
  list-style:none;
}
.caracteristicas-home li a{
  text-decoration: none;
  color: #ffffff;
}
footer{
  background: #021E5E;
  padding: 25px;
  margin-top: 30px;
  font-size: 18px;
  color: #446bc3;
}
footer h4{
  font-family: 'Orbitron', sans-serif;
  color: #FFF;
}
footer ul{
  padding-left: 10px;
}
footer ul li{
  list-style: none;
}
footer ul li a{
  color: #446bc3;
}
footer ul li a:hover{
  color: #615f8c;
}
footer hr{
  border: 0;
  border-top: 1px solid #1d3875;
}
footer a{
  color: #8BC63E;
}
footer a:hover{
  color: #8BC63E;
}
.ocupacional ul{
  font-size: 18px;
  list-style:none;
}

.ocupacional li{
  text-decoration: none;
}

.linea-footer{
  border-right: 1px solid #1d3875;
}
.navbar-default .navbar-nav>li>a{
  color: #021E5E;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color: #8BC63E;
  background-color: #021E5E;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #8BC63E;
}
.navbar{
  border-radius: 0 !important;
  margin-bottom: 0px;
}
.carousel{
  margin-bottom: 25px;
}
.inicio-info{
  padding-top: 25px;
}
.estilo-font-contenido h2, .estilo-font-contenido h3{
  font-family: 'Orbitron', sans-serif;
  background: #021E5E;
  color: #FFF;
  padding: 10px;
}
.estilo-font-contenido i{
  color: #8BC63E;
}
.estilo-font-contenido p{
  text-align: justify;
}
.estilo-font-contenido b{
  font-weight: 500;
}
.items-servicios {
  padding-left: 0px;
  text-align: justify;
}
.items-servicios li{
  font-size: 18px;
  list-style: none;
}
@media only screen and (min-width : 992px) {
  #menu-centrado{
    float: none;
    width: 670px;
    margin: auto;
  }
}

.Error{
  border-color: #f54444 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8), 0 0 8px rgba(245, 68, 68, 0.6);
  box-shadow: inset 0 1px 1px rgba(245, 68, 68, 0.8), 0 0 8px rgba(245, 68, 68, 0.6);
}
.FondoProgress{
  background-color: rgba(2, 30, 94, 0.77);
  position: fixed;
  display: table;
  top:0;
  width: 100%; /* anchura del padre */
  height: 100%; /* altura del padre */
  overflow: hidden;
  z-index: 10000;
}
.CuerpoProgress {
  padding: 17px;
  border-radius: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.FondoCuerpoProgress{
  background-color: rgba(255,255,255, 1);
  margin: auto;
  padding: 20px;
  width: 400px;
}
.FondoCuerpoProgress h2{
  margin-top: 0px;
}
@media only screen and (max-width : 480px) {
  .FondoCuerpoProgress{
    width: 90%;
  }
  .img-fondo{
    background-image: none;
  }
}
.form-control{
  height: 45px;
  font-size: 18px;
  border: 1px solid #8bc63e;
  border-radius: 0px;
}
.panel{
  background-color: #efefef;
  border-radius: 0px;
  padding-bottom: 25px;
}
.panel-default{
  border-color: transparent;
}
.panel-default>.panel-heading{
  color: #fff;
  background-color: #021e5e;
  border-color: #021e5e;
}
.panel-heading{
  padding: 1px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-heading h3 {
  margin-top: 10px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 100;
}
.btn{
  font-size: 18px;
  border-radius: 0px;
}
.btn-success{
  background-color: #8bc63e;
  border-color: #8bc63e;
}
.btn-success:hover, .btn-success:focus{
  background-color: #71b715;
  border-color: #71b715;
}
.carousel-caption{
  color: #ffffff;
}
label{
  font-size: 16px;
  font-weight: 500;
}
.datos-usuario-login{
  text-align: right;
  font-size: 18px;
}
#SpnUsuario{
  color: #021e5e;
  font-weight: 500;
}
#CerrarSesion{
  cursor: pointer;
  color: #8bc63e;
}
#CerrarSesion:hover{
  color: #71b715;
  text-decoration: underline;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}
