body{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	margin: 10px 1%;
    width: 98%;
}
img{
    max-width: 100%;
}

a:link, a:visited, a:active {text-decoration:none;color: #000000; font-weight: bold;}a:link, a:visited, a:active {text-decoration:none;color: #000000; font-weight: bold;}

#logo{
    width: auto;
    margin: 0;
    max-height: 200px;
}
h1 { 
	font-size: 150%;
	font-weight: bold;
	color: #276234;
	text-align: center;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #276234;
}
h3 {
	font-size: 125%;
	font-weight: bold;
	color: #FF0000;
}
h4 { 
	font-size: 150%;
	font-weight: bold;
	color: #FF0000;
}
h5 { 
	font-size: 500%;
	font-weight: bold;
	color: #FF0000;
}
.curso_grande{font-size: 500%; font-weight: bold;}
.rojoNegrita {color: #FF0000; font-weight: bold;}
.blancoNegrita {color: #FFFFFF; font-weight: bold;}
.grupo{font-size: 100%; color: #0000FF; font-weight: bold;}
.rojo {color: #FF0000;}
.red {color: #FF0000;}
.azul {color: #0000FF;}
.negro {color: #000000;}

.boton_web { padding: 10px 20px; color: white; background-color: #276234; font-size: 100%; border: none; cursor: pointer; 
	outline: none; transition: background-color 0.3s; width:180px;
	border-radius: 10px 10px 10px 10px;  }
	/* Cambia el color de fondo al pasar el mouse */
.boton_web:hover {  opacity: 0.6;}
	/* Estilo para la pestaña activa */
.boton_web.active {color: #276234; background-color: #ffffff; font-weight: bold;}

input#btn80p {
	padding: 4px 20px;
	width:90%;
	/*give the background a gradient*/
	background:#276234; /*fallback for browsers that don't support gradients*/
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input#btn50p {
    padding: 4px 20px;
    width: 50%;
    background: #276234;
    font-family: Andika, Arial, sans-serif;
    font-size: 1.1em;
    margin: 20px 25%;
    border: none;
    cursor: pointer;
    letter-spacing: 0.05em;
    /* text-transform: uppercase; */
    color: #fff;
    text-shadow: 0px 1px 10px #000;
}

input#btn33p {
	padding: 4px 20px;
	width:33%;
	background:#276234; /*fallback for browsers that don't support gradients*/
	border:none;
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	color:#fff;
	text-shadow: 0px 1px 10px #000;
}

input#btn33p2 {
	padding: 4px 10px;
	width:29%;
    margin: 0 2%;
	height: 60px;
	background:#276234; /*fallback for browsers that don't support gradients*/
	border:none;
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
}

input#btnPregunta {
    padding: 4px 20px;
	width:60px;
	/*give the background a gradient*/
	background:#ffae00; /*fallback for browsers that don't support gradients*/
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input[type=text] {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
}

input[type=password] {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
}

input[type=number] {
	width: 80px;
    margin: 0px 0;
    padding: 5px 5px;
    box-sizing: border-box;
	border-radius: 8px;
}

select {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
}

textarea {
    width: 95%;
	padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
    
}

.sidebar {
    position: fixed;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #276234;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing:border-box;
}

.sidebar .boton-cerrar {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    display: block;
    padding: 0;
    line-height: 1.5rem;
    margin: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
}

.sidebar ul, .sidebar li{
    margin:0;
    padding:0;
    list-style:none inside;
}

.sidebar ul {
    margin: 4rem auto;
    display: block;
    width: 80%;
    min-width:200px;
}

.sidebar a {
    display: block;
    font-size: 120%;
    color: #eee;
    text-decoration: none;
    
}

.sidebar a:hover{
    color:#fff;
    background-color: #f90;

}

#contenido {
    transition: margin-left .4s;
    padding: 1rem;
}

.abrir-cerrar {
    color: #2E88C7;
    font-size:1rem;   
}

#abrir {
    
}
#cerrar {
    display:none;
}
