@charset "utf-8";
/* CSS Document */

.boton {height:0px; overflow:hidden}

input[id^="spoiler"]{
	visibility:hidden;
}
/* Estilo botón clicable */
input[id^="spoiler"] + label {
display: block;
width: 100%;
padding-top:5px;
padding-bottom:5px;
text-align:center;
margin: 0 auto;
background: #606060;
color:#FFF;
font-family: 'Anton', sans-serif;
font-size:100%;
cursor: pointer;
}

/* Estilo botón cuando su INPUT está seleccionado */
input[id^="spoiler"]:checked + label {
color: #FFFFFF;
background: #606060;
}
/* Estilo caja SPOILER (inicialmente oculto) */
input[id^="spoiler"] ~ .spoiler {
display:none;
}
/* Estilo caja SPOILER cuando su INPUT está seleccionado */
input[id^="spoiler"]:checked + label + .spoiler{
height: 100%;
display:block;
opacity: 1;
}

/*boton2*/
input[id^="spoiler2"]{
	visibility:hidden;
}
/* Estilo botón clicable */
input[id^="spoiler2"] + label {
display: block;
width: 100%;
padding-top:5px;
padding-bottom:5px;
text-align:center;
margin: 0 auto;
background: #333;
color:#FFF;
font-family: 'Anton', sans-serif;
font-size:120%;
cursor: pointer;
}

/* Estilo botón cuando su INPUT está seleccionado */
input[id^="spoiler2"]:checked + label {
color: #FFFFFF;
background: #606060;
}
/* Estilo caja SPOILER (inicialmente oculto) */
input[id^="spoiler2"] ~ .spoiler2 {
display:none;
}
/* Estilo caja SPOILER cuando su INPUT está seleccionado */
input[id^="spoiler2"]:checked + label + .spoiler2{
height: 100%;
display:block;
opacity: 1;
background-color:#FFF;
font-family: 'Anton', sans-serif;
font-size:110%;
color:#606060;
padding:15px;
}


#but {font-family: 'Anton', sans-serif; font-size:100%; text-align:center; padding-bottom:2px; font-size:100%}
#but li {width:19%}
#but a {color:#000}
#but a:hover {color:#FFF}


@media all and (max-width:768px) {
.boton {height:100%; display:block; float:left}	
.menu {visibility:hidden}
.menu2 {transform: scale(0.7)}
#but {font-family: 'Anton', sans-serif; font-size:80%; text-align:center; background: #999; padding-top:1px; padding-bottom:2px; font-size:100%}
#but li {width:50%}
}
