/****** reglas generales ******/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

* a{
	text-decoration: none;
}

body {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    background-color: #6385AB;
    padding-top: 0em;
}

p{
width: 320px;
	color: #777777;
	margin: auto;


	
}

h3{
	color: #777;
	width: 320px;
	margin: auto;
	text-decoration: underline;
	font-size: 17px;
	margin-bottom: 10px;
}

.contenedor {
    width: 100%;
    /* height: 90vh; */
    margin: auto;
    background-color:#6385AB;
    padding: 0em;
	margin-top: 0;
    
}



.elemento {
   
    font-weight: bold;
    padding: 1rem;
   /* text-shadow: .15rem .15rem .1rem rgba(0,0,0,.75);*/
}

H2 {   display: flex; 
       color: #FFFFFF; 
       font-size: 20px; text-align: center;
       flex-wrap: wrap; 
       justify-content: center; text-decoration: underline;           }

.item1 {
    background-color: #FFF;
	text-align: center;
	color: #000000;
	font-size: 22px;
	border-bottom:dashed 2px;

}
.item1 h1{
    font-size: 12px;
}

.item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;

}

input{
    display: block;
    background-color: #e3e3e3;
    padding: 0.8em;
    margin: 0.5em;
    border-radius: 2em;
    border: none;
}

.item3 { 
    background-color: #6385AB;
    font-size: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}


.item4 {
    background-color: #FFFFFF;
    font-size: 1em; background-color: #6385AB;
   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item4 a{
	text-decoration: none;
	color: #86ce8d;
}

.item4 a:hover{
opacity: 0.5;	
}



.item5 {
    background-color:#6385AB; 
    font-size: 16em; background-color: #FFFFFF;
    font-size: 1em; background-color: #6385AB;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item6 {
   
    font-size: 16px;
    font-size: 1em; background-color: #6385AB;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


}

.item7 p{
	
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 15px;
	
}

.item8 {
    background-color: #5C5F5C;
    
}
.item8 p{
	text-align: center;
	color: #fff;
	font-size: 14px;
    font-style: oblique;
}


.nom-sepa{
	margin-left: 15px;
}

.nom-sepa a{
	text-decoration: none;
	color: #86ce8d;	
}
.nom-sepa a:hover{
	opacity: 0.5;
}

.nombres-com{
	margin-bottom: 10px;
	display: block;
}

/****** reglas para flexbox ******


/* caja contenedora */

.contenedor {
    /* caja contenedora flexible
    display: flex; */
    
    /* "permiso" para que los elementos de la caja flexibles
        vayan a la siguinte línea, si no caben
    flex-wrap: wrap; */
}


/* elementos de la caja flexible */

.elemento {
    /* tamaño de los elementos con relación al eje principal (horizontal)
    flex-basis: 25%; */

    /* permitirles crecer para que "llenen" la caja contenedora
    flex-grow: 1; */

    /* los elementos también son "cajas flexibles"
       para poder centrar su contenido
    display: flex; */

    /* centrado según el eje principal (horizontal)
    justify-content: center; */


     */
}



.boton{
	width: 150px;
	height: 110px;
    
	;
	
	margin: 12px;
	}
.boton1{ background-color: #dadada;
    
border-radius: 10px;
    text-align: center;
	line-height: 9;

} 


.boton2, .boton5{ 
   background-color: #e3eee5;
    border-radius: 10px;
    text-align: center;
	line-height: 10;
}
.boton4, .boton6 { background-color: #f8b051;
    border-radius: 10px;
    text-align: center;
	line-height: 10;
}





.boton3, .boton7{ background-color: #bc7292;
    border-radius: 10px;
    text-align: center;
	line-height: 10;
    }


.boton8, .boton9, .boton10, .boton11, .boton12, .boton13{ background-color: #dadada;
    
border-radius: 10px;
    text-align: center;
	line-height: 9;  }

.boton h2{
    font-size:45px;
}
.boton p{
}



.boton:hover{
opacity: 0.5;	
}



.border{
	border: solid 2px #86ce8d;
}



/*.tituloseccion2 {
	margin-bottom: 10px;
font-size: 17px;
	color: #777777;
	text-decoration: underline; 
}*/

}


ul{
	width: 320px;
	margin: auto;
	list-style: none;
	color: #777;
}


/****** cssmenu ******/


.botoncs{
	width: 150px;
	height: 40px;
	background: #B5BCB6;
	
	margin: auto;
	margin-bottom: 10px;
	
	border-radius: 10px;
	text-align: center;
	line-height: 40px;
	
	font-size: 16px;
	
	color: #000000;	
}
.botoncs:hover{
opacity: 0.5;	
}
.botonb{
	
	 display: flex;
    flex-wrap: wrap;
   font-size: 16px;
}
input{
		width: 150px;
	height: 40px;
    display: block;
    background-color: #e3e3e3;
    padding: 0.8em;
    margin: 0.5em;
    border-radius: 10px;
    border: none;
	margin-left: 35px;
}

/****** cssmenu ******


/*---------------------------SEPARADOR-----------------------------*/
.sepa{
	width: 320px;
	margin: auto;
}

.sepa hr{ color: #ffffff;
border-bottom-style: dashed; 1px align-items: center
	width: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
}

/*---------------------------FIN SEPARADOR-----------------------------*/


/* --- COMIENZO MEDIA --- */

@media only screen and (max-width: 1000px) and (min-width: 800px) {  
    
    

    
  
} 

@media only screen and (min-width: 1000px) {  
    
    
    .nav{
        float:left;
		height: 1411px!important;
    }
	.menu-toogle{
		display: none;
	}
    
    .cuerpo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    
    
    .nivel1, .nivel2, .nivel3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    
    .cajas{
        display: flex;
         flex-wrap: wrap;
         justify-content: center;
         max-width: 800px;
        }
    .item3, .item4, .item5, .item6{
        margin: 0;
        padding: 0;
    }
    .item2{
        margin-top: 20px;
    }
    h2{
        margin:20px;
    }
    .boton{
        
	}
	footer p{
		width: 600px;
		margin: auto;
	
	}
    
    

/* --- FIN MEDIA --- */
