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

nav{
    background: #2fcdcd;
    height: 80px;
    width: 100%;
}
.enlace{
    position: absolute;
    padding: 20px 50px;
}
.logo{
    height: 40px;
}
nav ul{
    float: right;
    margin-right: 20px;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: #fff;
    font-size: 18px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    background: #000090;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
section{
    background: url(../imagenes/fondo.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 80px);
}

@media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: red;
    }
    #check:checked ~ ul{
        left:0;
    }
}

.tituloPagina{
    color: #565a5d;
}

#contenidoIndex {
    margin-top: 20%;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
    font-family: Century Gothic;
    border-radius: 15px;
}

#imagen1{
    padding:10px;
    border-radius: 20px;
    /*margin-left:10%;*/
}

footer{
    padding-top: 10px;;
    background: #2fcdcd !important;
    height: 80px !important;
    width: 100% !important;
    bottom: 0;
    position:fixed;
    left:0px;
    color: #ffffff;
    text-align: center;
    font-family: Century Gothic;
    font-weight: bold;

}

#imagen2{
    padding:10px;
    border-radius: 20px;
    }
    

@media (max-width: 952px){
    #imagen1{
        padding-left: 20px;
    }
    #imagen1{
        font-size: 16px;
    }
}

@media (max-width: 952px){
    #imagen2{
        padding-left: 20px;
    }
    #imagen2{
        font-size: 16px;
    }
}

#contenidoRegistro {
    margin-top: 20%;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
    font-family: Century Gothic;
    border-radius: 15px;
}

#contenidoContacto {
    margin-top: 20%;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
    font-family: Century Gothic;
    border-radius: 15px;
}

#contenidoCursos {
    margin-top: 20%;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
    font-family: Century Gothic;
    border-radius: 15px;
}

#contenidoError {
    margin-top: 20%;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
    font-family: Century Gothic;
    border-radius: 15px;
}


.contact_form{	
    width: 460px; 
    height: auto;
    margin: 80px auto;
	border-radius: 10px;  
	padding-top: 30px;
	padding-bottom: 20px;  
    background-color: #fbfbfb; 
    padding-left: 30px; 
}


input{
	background-color: #fbfbfb; 
	width: 408px; 
	height: 40px; 
	border-radius: 5px;  
	border-style: solid; 
	border-width: 1px; 
	border-color: #2fcdcd; 
	margin-top: 10px;  
	padding-left: 10px;
    margin-bottom: 20px; 
}


textarea{
    background-color: #fbfbfb; 
	width: 405px; 
	height: 150px; 
	border-radius: 5px;  
	border-style: solid; 
	border-width: 1px; 
	border-color: #2fcdcd; 
	margin-top: 10px;  
	padding-left: 10px;
    margin-bottom: 20px; 
    padding-top: 15px; 
}


label{
    display: block; 
	float: center; 	
}


button{
	height: 45px; 
	padding-left: 5px;
	padding-right: 5px; 	
	margin-bottom: 20px; 
	margin-top: 10px; 	
	text-transform: uppercase;
	background-color: #2fcdcd; 
	border-color: #2fcdcd; 
	border-style: solid; 
	border-radius: 10px;	
	width: 420px;   
    cursor: pointer;
}


button p{
	color: #fff; 
}


span{
	color: #2fcdcd; 
}


.aviso{
	font-size: 13px;  
	color: #0e0e0e;  
}


h1{
	font-size: 39px;  
	text-align: letf; 
	padding-bottom: 20px; 
	color: #2fcdcd;
}

h2{
	font-size: 30px;  
	text-align: letf; 
	padding-bottom: 20px; 
	color: #2fcdcd;
}


h3{
	font-size: 16px; 
	padding-bottom: 30px;
	color: #0e0e0e;   
}


p{
	font-size: 20px; 
	color: #0e0e0e; 
}


::-webkit-input-placeholder {
 color: #a8a8a8;
}


::-webkit-textarea-placeholder {
 color: #a8a8a8;
}


.formulario input:focus{
	outline:0;
	border: 1px solid #97d848;
}


.formulario textarea:focus{
	outline:0;
	border: 1px solid #97d848;
}

#contenidoInstitucion {
    margin-top: 20%;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
    font-family: Century Gothic;
    border-radius: 15px;
}
/*
.success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

*/
/**cursos tabla */

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #2fcdcd;
  }
  
  thead th:nth-child(1) {
    width: 2%;
  }
  
  thead th:nth-child(2) {
    width: 10%;
  }
  
  thead th:nth-child(3) {
    width: 10%;
  }
  
  thead th:nth-child(4) {
    width: 10%;
  }
  
  th, td {
    padding: 20px;
  }

  thead th, tfoot th {
    font-family: 'Rock Salt', cursive;
  }
  
  th {
    letter-spacing: 2px;
  }
  
  td {
    letter-spacing: 1px;
  }
  
  tbody td {
    text-align: center;
  }
  
  tfoot th {
    text-align: right;
  }

  caption{ font-weight: bold;}


  .editar{
    height: 45px;
    padding-left: 177px;
    padding-right: 177px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    background-color: #2fcdcd;
    border-color: #2fcdcd;
    border-style: solid;
    border-radius: 10px;
    width: 420px;
    cursor: pointer;
    color:black;
  }