@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'geomanist_regularregular';
    src: url('../fonts/geomanist-regular-webfont.ttf');
	
    }
	
	body{
	font-family: 'geomanist_regularregular';
	font-size:20px;
	margin: auto;
    max-width: 960px;
    width: 100%;
		
		}
 p{
		font-family: 'geomanist_regularregular';
		}




ul.lista_unidad{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;*/
    background-color: #666;
}

ul.lista_temas{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;*/
    background-color: #666;
}

li {
   /* float: left;*/
   
}

ul.lista_unidad li a {
    display: block;
    color: #444444;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
	font-weight:bold;
	background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
}

ul.lista_temas a:hover:not(.active) {
    background-color: #111;
}

ul.lista_temas li a {
    display: block;
    color: #444444;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
	
	background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
}

ul.lista_unidad a:hover:not(.active) {
    background-color: #111;
}


ul.lista_ejercicios li a {
    display: block;
    color: #444444;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
	
	background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-repeat: repeat-x;
}

ul.lista_unidad a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}


#logos_institucionales{
	
	
	width:100%;
	height:81px;
	
	background: url(../imagenes/logos_institucionales.png);
    background-size: 100%;
    background-repeat: no-repeat;
	

	}
.trascripcion_audio{
	
	background-color:silver;
	}
	
.ejercicio{
	
	border-top: 1px solid #C0C0C0 !important;
	padding-top:20px;
	}
.trascripcion_audio, .mostrar_audio{
	display:none;
	}
	.falta_audio{
		color:red;
        display:none;
		}
.guia_estilos{
	color:#F90;
	}
		







/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
	
	body{
			font-size:1em;
		}
	
	 p{
		font-family: 'geomanist_regularregular';
		}
		
button, .boton_siguiente{
	background-color:#5A5858;
    border: none;
    color: #F2F2F2;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	margin-bottom:35px;
	}
     
button:hover, .boton_siguiente:hover{
	 background-color: #ACABAB;/* Green */
    border: none;
    color: #5A5858;
   
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	}
	
	.campo_texto textarea {
    color: #626278;
   	font-family: 'geomanist_regularregular';
    height: 100px;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 0px;
    resize: vertical;
    width: 100%;
}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
	body{
			font-size:1em;
		}
  
 button, .boton_siguiente{
	background-color:#5A5858;
    border: none;
    color: #F2F2F2;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	margin-bottom:35px;
	}
     
button:hover, .boton_siguiente:hover{
	 background-color:#ACABAB;
    border: none;
    color: #5A5858;
   
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	}
	
	.campo_texto textarea {
    color: #626278;
    	font-family: 'geomanist_regularregular';
    height: 100px;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 0px;
    resize: vertical;
    width: 100%;
}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	body{
			font-size:1.5em;
		}
	
	button, .boton_siguiente{
	background-color:#5A5858;
    border: none;
    color: #F2F2F2;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;

	margin-bottom:35px;
	width:47%;
    font-size:1em;
     height:2.5em;
	}
     
button:hover, .boton_siguiente:hover{
	 background-color:#ACABAB;
    border: none;
    color: #5A5858;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	width:47%;
    font-size:1em;
    height:2.5em;
	}
	
	.campo_texto textarea {
    color: #626278;
		font-family: 'geomanist_regularregular';
    height: 100px;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 0px;
    resize: vertical;
    width: 100%;
	font-size:1em;
}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  body{
			font-size:2em;
		}
.boton_siguiente{
		 background-color:#5A5858;
        width:96%;
        font-size:1.2em;
        height:2em;
    }
.boton_siguiente:hover{
	background-color:#ACABAB;
	        width:96%;
        font-size:1.2em;
		       height:2em;
}
	
.button{
	  background-color:#5A5858;
       width:30%; 
        font-size:2em;
        height:2em;
    }
button:hover{
	  background-color:#ACABAB;

    }
	.campo_texto textarea {
    color: #626278;
		font-family: 'geomanist_regularregular';
    height: 100px;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 0px;
    resize: vertical;
    width: 100%;
	font-size:1em;
}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	body{
			font-size:2em;
		}
	
  
 .boton_siguiente{
		background-color: #5A5858;
        width:98%;
        font-size:1.5em;
        height:2em;
		color:#CCC;
		text-decoration:none;
		display:block;
		text-align:center;
    }
.boton_siguiente:hover{
	background-color: #ACABAB;
	color:#333;
    }
    
button{
	 background-color: #5A5858;
       width:48%; 
        font-size:2em;
        height:2em;
		color:#CCC;
    }
	
	button:hover{
	 background-color: #ACABAB;
color:#333;
    }
	.campo_texto textarea {
    color: #626278;
		font-family: 'geomanist_regularregular';
    height: 100px;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 0px;
    resize: vertical;
    width: 100%;
	font-size:1em;
}
	
	
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
	body{
			font-size:1.3em;
		}
		
	
  
 .boton_siguiente{
		 background-color: #5A5858;
        width:98%;
        font-size:1em;
        height:2em;
		color:#CCC;
		text-decoration:none;
		display:block;
		text-align:center;
    }
.boton_siguiente:hover{
background-color: #ACABAB;
color:#333;
    }
    
button{
	background-color: #5A5858;
	width:48%; 
			color:#CCC;
        font-size:1em;
        height:2em;
    }
	
	button:hover{
	 background-color: #ACABAB;
color:#333;
    }
	.campo_texto textarea {
    color: #626278;
		font-family: 'geomanist_regularregular';
    height: 100px;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 0px;
    resize: vertical;
    width: 100%;
	font-size:1em;
}
  
}






