*{
margin:0;
padding:0;
}


@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-regular-webfont.eot');
    src: url('bebasneue-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-regular-webfont.woff2') format('woff2'),
         url('bebasneue-regular-webfont.woff') format('woff'),
         url('bebasneue-regular-webfont.ttf') format('truetype'),
         url('bebasneue-regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
font-family: 'AurulentSans-Regular';
font-style: normal;
font-weight: normal;
src: local('AurulentSans-Regular'), url('AurulentSans-Regular.woff') format('woff');
}



@font-face {
font-family: 'AurulentSans-Bold';
font-style: normal;
font-weight: normal;
src: local('AurulentSans-Bold'), url('AurulentSans-Bold.woff') format('woff');
}

@font-face {
font-family: 'AurulentSans-Italic';
font-style: normal;
font-weight: normal;
src: local('AurulentSans-Italic'), url('AurulentSans-Italic.woff') format('woff');
}
.contenedor{
height: 100vh;
    width: 100%;
    position: relative;
    float: left;
    }
header{
width: 100%;
    height: 7.5%;
    position: fixed;
    float: left;
    z-index: 20;
    background: white;

}
.logo{
width: 120px;
    height: 70px;
    position: relative;
    float: left;
    margin-left: 13%;

}

.logo a img{
    width: 110px;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
}
nav{
width: 36%;
    height: 70px;
     position: relative;
      float:left;
    margin-left: 20%;
}
.botoneraprinc{
    width: 72%;
    height: 20px;
  position: relative;
    float: left;
    list-style: none;
    margin-top: 25px;
    
    
   }


.botoneraprinc li{   
    width: 95px;
    height: 20px;
    position: relative;
    float: left;
    list-style: none;
    margin-left: 10px;
    text-decoration: none;  
 }

.botoneraprinc li a{   
    width: 130px;
    height: 20px;
    position: relative;
    float: left;
    list-style: none;
    margin-left: 0px;
    text-decoration: none;
    text-align: center;
    color: black;
 }

.botoneraprinc li p{ 
     width: 0px;
    height: 20px;
    position: relative;
    float: left;     
   font-family: 'AurulentSans-Bold';
    font-size: 11pt;
   
 }
.botoneraprinc li .palito1{   
    width: 5px;
    height: 19px;
    position: relative;
    float: left; 
     display: none;
 }

.botoneraprinc li .palito2{   
    width: 5px;
    height: 20px;
    position: relative;
    float: left;    
     display: none;
 }
.botoneraprinc li .palito3{   
    width: 5%;
    height: 20px;
    position: relative;
    float: left;
    margin-left: 10px;   
     display: none;
 }
/*
.primerbtnera{   
    width: 9%;
    height: 70px;
    position: relative;
    float: left;

          
 }
*/

.primerbtnera{
width:7.1%;
    height: 80%;
   float: left;
    position: relative;
  
}
.botoneralogin{
   width: 100% 
    height: 30px;
    position:relative;
    float: left;
     list-style: none;
 }

.botoneralogin li{  
      text-decoration: none;
    width: 120px;
    height:20px;
     list-style: none;
    margin-top: 5px;
    
}
.botoneralogin li a{   
    width: 120px;
    height: 20px;
    position: relative;
       float: left;
     background: yellow;
    text-decoration: none;  
 margin-top: 7px;
 
 }
.botoneralogin li a p{   
      text-decoration: none; 
        margin-left: 10px;
    margin-top: 3px;
      font-size: 9pt;
    font-family: 'AurulentSans-Bold';
text-align: left;
    color:black; 

}




section{
width: 100%;
    height: 30%;

     position: relative;
      float: left;
    margin-top: 70px;
}
     @-moz-keyframes rotacion_banners{
			0%{ opacity: 1; z-index: 10;}
			20%{ opacity: 1; z-index: 10; }
			25%{ opacity: 0; z-index: 10; }
			26%{ opacity: 0; z-index: 1; }
			90%{ opacity: 0; z-index: 1; }
			100%{ opacity: 1; z-index: 1; }
		}
		@-webkit-keyframes rotacion_banners{
			0%{ opacity: 1; z-index: 10;}
			20%{ opacity: 1; z-index: 10; }
			25%{ opacity: 0; z-index: 10; }
			26%{ opacity: 0; z-index: 1; }
			90%{ opacity: 0; z-index: 1; }
			100%{ opacity: 1; z-index: 1; }
		}
		@keyframes rotacion_banners{
			0%{ opacity: 1; z-index: 10;}
			20%{ opacity: 1; z-index: 10; }
			25%{ opacity: 0; z-index: 10; }
			26%{ opacity: 0; z-index: 1; }
			90%{ opacity: 0; z-index: 1; }
			100%{ opacity: 1; z-index: 1; }
		}
		
		section img{
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	-moz-animation: rotacion_banners 8s infinite 0s ease-in-out;
	-webkit-animation: rotacion_banners 8s infinite 0s ease-in-out;
	width: 100%;
	height: 100%;
		}

		img:nth-child(1){
            -moz-animation-delay: 6s; -webkit-animation-delay:6s; }
       img:nth-child(2){ 
            -moz-animation-delay: 4s; -webkit-animation-delay:4s; }
		img:nth-child(3){ 
            -moz-animation-delay: 2s; -webkit-animation-delay:2s; }
		img:nth-child(4){ 
            -moz-animation-delay: 0s; -webkit-animation-delay:0s; }

article{
width: 64%;
    height: 62%;
    float: left;
    position: relative;
    margin-left: 13%;
}
article p{
  font-family: 'AurulentSans-Italic';
    font-size: 30.4pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box1{
width: 260px;
    height: 250px;
    position: relative;
      float: left;

}

.box1 p{
   font-size: 25pt;
    font-family: 'bebas_neueregular';
    line-height: 0.9em;
    }

.box1 h2{
    width: 80px;
   font-size: 10pt;
    font-family: 'AurulentSans-Regular';
    border: 1px solid black;
        padding-left: 6px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
      }
.box1 .p4{
  
   font-size: 8.4pt;
    font-family: 'AurulentSans-Regular';
    line-height: 1em;
         }
.box1 a{
text-decoration: none;
        color: white;
}
.box1 .ver{
  
   font-size: 8.5pt;
    font-family: 'AurulentSans-Regular';
     background: black;
    width:70px;
     padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
         }
.box2{
width: 260px;
    height: 250px;
    position: relative;
      float: left;
     margin-left: 5%;
}
.box2 p{
 font-size: 25pt;
    font-family: 'bebas_neueregular';
    line-height: 0.9em;  
    width: 260px;
}
.box2 h2{
    width: 75px;
   font-size: 10pt;
    font-family: 'AurulentSans-Regular';
    border: 1px solid black;
     padding-left: 4px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
      }
.box2 .p4{
  
   font-size: 8.4pt;
    font-family: 'AurulentSans-Regular';
    line-height: 1em;
         }
.box2 a{
text-decoration: none;
        color: white;
}
.box2 .ver{
  
   font-size: 8.5pt;
    font-family: 'AurulentSans-Regular';
     background: black;
    width:70px;
     padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
         }
.box3{
width: 260px;
    height: 250px;
    position: relative;
      float: left;
     margin-left: 5%;
}
.box3 p{
  font-size: 25pt;
    font-family: 'bebas_neueregular';
  line-height: 0.9em;
}
.box3 h2{
    width: 80px;
   font-size: 10pt;
    font-family: 'AurulentSans-Regular';
    border: 1px solid black;
     padding-left: 6px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
      }
.box3 .p4{
  
   font-size: 8.4pt;
    font-family: 'AurulentSans-Regular';
    line-height: 1em;
         }
.box3 a{
text-decoration: none;
        color: white;
}
.box3 .ver{
  
   font-size: 8.5pt;
    font-family: 'AurulentSans-Regular';
     background: black;
    width:70px;
     padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
         }
.box4{
    width: 260px;
    height: 250px;
    position: relative;
      float: left;
  }
.box4 a{
text-decoration: none;
        color: white;
}
.box4 p{
   font-size: 25pt;
    font-family: 'bebas_neueregular';
    line-height: 0.9em;
}
.box4 h2{
    width: 75px;
   font-size: 10pt;
    font-family: 'AurulentSans-Regular';
    border: 1px solid black;
      padding-left: 4px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
      }
.box4 .p4{
  
   font-size: 8.4pt;
    font-family: 'AurulentSans-Regular';
    line-height: 1em;
         }
.box4 .ver{
  
   font-size: 8.5pt;
    font-family: 'AurulentSans-Regular';
     background: black;
    width:70px;
     padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
         }
.box5{
width: 260px;
    height: 250px;
    position: relative;
      float: left;
     margin-left: 5%;
}

.box5 h2{
    width: 75px;
   font-size: 10pt;
    font-family: 'AurulentSans-Regular';
    border: 1px solid black;
      padding-left: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
      }
.box5 p{
  
   font-size: 8.4pt;
    font-family: 'AurulentSans-Regular';
       line-height: 1em;
    
         }
.box5 img{
   
    width: 260px;
    height: 100px;
    margin-top: 12px;         }
.box5 a {
  text-decoration: none;
        color: white;
         }
.box5 .ver{
  
   font-size: 8.5pt;
    font-family: 'AurulentSans-Regular';
   background: black;
    width:70px;
     padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
         }
.box6{
width: 260px;
    height: 250px;
    position: relative;
      float: left;
     margin-left: 5%;
    
}
.box6 .titulo{
font-size: 25pt;
    font-family: 'bebas_neueregular';
    line-height: 0.9em;
}
.box6 h2{
    width: 80px;
   font-size: 10pt;
    font-family: 'AurulentSans-Regular';
    border: 1px solid black;
        padding-left: 6px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
      }
.box6 .p4{
  
   font-size: 8.4pt;
    font-family: 'AurulentSans-Regular';
     line-height: 1em; 
         }

.box6 a{
text-decoration: none;
        color: white;
}
.box6 .ver{
  
   font-size: 8.5pt;
    font-family: 'AurulentSans-Regular';
     background: black;
    width:70px;
     padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
         }
aside{
height: 100%;
 width: 20%;
    position: fixed;
    margin-left: 69%;
    margin-top: 25.5%;
    z-index: 10;

}

aside .busca{
float: left;
    position: relative;
    width:60%;
    margin-top: 20px;
    }
aside .busca ul{
float: left;
    position: relative;
}


aside .busca ul p{
color: black;
   
}

aside .busca1{
color: black;
    background: yellow;
    width: 70%;
    height: 20px;
  position: relative;
    float: left;
}

aside .busca1 p{
color: black;
    background: yellow;
    width: 100px;
    height: 20px;
  font-size: 9pt;
    font-family: 'AurulentSans-Bold';
    margin-left: 10px;
    margin-top: 2px;
}
aside .busca ul .urb p{
color: black;
    font-size: 8pt;
    font-family: 'AurulentSans-Bold';
}
      aside .busca ul .vid p{
color: black;
    font-size: 8pt;
    font-family: 'AurulentSans-Bold';
}     
             aside .busca ul .emp p{
color: black;
    font-size: 8pt;
    font-family: 'AurulentSans-Bold';
}     
 aside .busca ul .inst p{
color: black;
    font-size: 8pt;
    font-family: 'AurulentSans-Bold';
}        
           
aside .busca ul li{
float: left;
    position: relative;
    list-style: none;
  
}

 aside .busca ul .notmas{
font-family: 'AurulentSans-italic';
     font-size: 9pt;
     
}

aside .busca ul li a{
float: left;
    position: relative;
    list-style: none;
    text-decoration: none;
} 
footer{
background: black;
    width: 100%;
    height: 15%;
    position: relative;
    float: left;
}