@charset"utf-8"
    html{font-size: 10px;
 font-family: 'roboto_condensedregular';}
/*fonts*/
@font-face {
    font-family: 'bitterbold';
    src: url('bitter-bold-webfont.eot');
    src: url('bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter-bold-webfont.woff2') format('woff2'),
         url('bitter-bold-webfont.woff') format('woff'),
         url('bitter-bold-webfont.ttf') format('truetype'),
         url('bitter-bold-webfont.svg#bitterbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}




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

}




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

}

*{ 
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;

}

/*atributos*/

body{ 
   
    margin: 0;
    padding: 0;
  
    
}
a {
    text-decoration: none;
    
}
.descarga p a{
text-align: center;
background-color:#FEDC3D;
font-family: 'roboto_condensedregular';
color: black;
}
 div.navegador nav ul li{
margin:0.2rem;
padding: 0.3rem;
text-align: center;
background-color:#FEDC3D; 
}

div.navegador nav ul li a{
display: block;
text-decoration:none;
color:#000000;
font-family: 'roboto_condensedbold';
border-radius:0.3rem;
}

div.navegador nav ul li:hover{
background-color:#FEA680 ;
}
main h2{
     font-family: 'roboto_condensedregular'; 
    
}
.contenedor{
     font-family: 'roboto_condensedregular';
    
}
label {
  display: block;
  margin:2rem 1rem;
  font-family: 'roboto_condensedregular';
     width: 25%;
  float: left;
   
}
input{
     font-family: 'roboto_condensedregular';
  background-color:  #01ABBA;
    height:2rem;}
   
    
  

    .formulario {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1em;
   
}

.inscribite {
   
    width: 100%;
    position: relative;
    float: left;
    margin-right: 2em;
    box-sizing: border-box;
}

.contenedor-formulario {
    width: 100%;
    min-height: 40em;
    padding: 1em;
    box-sizing: border-box;
}

.datos-personales {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    float: left;
    position: relative;
}



.contenedor-celda {
    width: 100%;
    height: auto;
}

.contenedor-celda-a {
    width: 100%;
    height: auto;
}


.contenedor-enviar {
    width: 100%;
    height: auto;
}

.contenedor-enviar button {
    width: 100%;
    margin-top:2em;
    background: #ed1e79;
    color: white;
    padding: 0.5em;
}

.celda {
    width: 100%;
    height: 3.5em;
    margin: 4% 0 0 0;
    color: #c5c5c5;
    padding: 3%;
}

.botton{
  font-family: 'roboto_condensedregular';
    margin:0.2rem;
padding: 0.3rem;
text-align: center;
background-color:#FEDC3D;
}
img{width: 30%;
height: 30%
margin 0 auto;}
