@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding: 0px;
}
main{
	width: 1200px;
	height: 800px;
	margin: 0.5em auto;
	padding: 0.5em;
	border-radius: 1em;
}
header{
	background: #45E92E;
	height: auto;
	border-radius: 1em;
	margin: 1em;
	padding: 0.5em;
}
.class{
	text-align: center;
	font-style: italic;
	font_weight: 1000;
}
nav{
	text-align: center;
	height: 10%;
	background: #70D65C;
	border-radius: 1em ;
	margin: 1em;
	padding: 0.5em;
	padding-top: 0.5em;
}
body{
	background-image: url("descarga.png")
	
}
#contenido{
	height: 55%;
	background-color: #6E6E6E;
	padding: 1em;
	border-radius: 1em;
	padding-left: 3%;
	margin: 1em;
}
section{
	text-align: center;
	height: 10%;
	background: #328F0D;
	border-radius: 1em;
	margin: 1em;
	padding: 0.5em;
	padding-top: 0.5em
}
aside{
	height: 50%;
	padding: 1em; 
	width: 27.5%;
	float: left;
	background: #999999;
	border-radius: 1em;
	text-align: center;
}
.button{
	text-overflow: inherit;
	background-color: chartreuse;
	border: 5px solid #59E460;
	padding: 1%;
	color: #000000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	border-radius: 50px;
}
.boton{
	text-overflow: inherit;
	background-color: chartreuse;
	border: 5px solid #59E460;
	padding: 1%;
	color: #000000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	border-radius: 50px;
}
.interruptor{
	text-overflow: inherit;
	background-color: chartreuse;
	border: 5px solid #59E460;
	padding: 1%;
	color: #000000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	border-radius: 50px;
}
img{

	border-radius: 1em;
	line-height: 1.5em;
}
