@font-face {
  font-family: 'Glyphicons Halflings';
  font-family: 'Open Sans', sans-serif;

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}	
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-envelope:before {
  content: "\2709";
}



body
    {
    font-family: 'Open Sans-ligth', sans-serif;
    margin:0px;
    width: 100%;
    height: 100%;
    }

.cabecera{
background-color: #01205f;
color:#ffffff;
text-align: right;
font-size: 14px;
padding-right: 120px;
}

.slider{
	width:100%;
	height:auto;
	margin:0px;	
}

.slider ul {
	display:flex;
	padding:0;
	width: 400%;
	margin:0px;
	animation: cambio 20s infinite alternate linear;
	
	
}

.slider li{
	width:100%;
	list-style: none;
}

.slider img{
	width:100%;
}


@keyframes cambio {
	0% {margin-left:0;}
    20% {margin-left:0;}

    25% {margin-left:-100%;}
    45% {margin-left:-100%;}

    50% {margin-left:-200%;}
    70%{margin-left:-200%;}

    75% {margin-left:-300%;}
    100% {margin-left:-300%;}
}

.nav ul{
  text-align:right; 
 padding-right: 100px;
 


}


.nav li{
	display: inline-block; 
  padding:3px;
  
 
}

.nav li a {
  text-decoration: none;
  color:#01205f;
  

}

 .nav li a:hover{
  color:#4fd9ff;
  
  font-weight: bolder;
  border-bottom-style: solid;
border-bottom-width: 1px;
  border-bottom-color: #4fd9ff;
 line-height: 15pt;

}

.nav-logo{
  position:relative;
  display: block;
  float: left;
  padding-left:210px;
  font-size: 18px;
}

.h1{
  text-align:center;
}
.jumbotron-descargas{
    padding-left: 30px; 
    text-align:left;
    color:#FFF;
    text-shadow: 1px 1px 1px #000;
    background:url(../images/descargas.jpg) center center;
    width: 100%;
    height: 100%;
    background-size: cover;      
    font-family: 'Play', sans-serif;
    font-size: 20px;
}
.listado {
list-style:none;
background:url(../images/bullet.png)no-repeat 5px 3px !important;
padding:0 0 3px 35px;
}

.text-open{
   font-family: 'Open Sans', sans-serif;
   font-size: 18px;
}

.text-open2{
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
   text-align:justify;
}

.text-open3{
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
   text-align:left;
}
.tres{
  font-family: 'Play', sans-serif;
   text-align:left;
   font-weight: bold;
}
.colordiv{
  background-color:#0000FF ;
  font-family: 'Play', sans-serif;
    font-size: 20px;
    color:white;
}

.colordiv2{
  background-color:#344B56;
  font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color:white;
}

