p{
font-size: 1.2em;
}

li{
    padding: 10px;
}

/*.anio p{
    float: left;
    width: 30%;
    font-family: "Electromagnetic_Lungs";
}*/

.title_year{
    float: left;
    font-family: "Electromagnetic_Lungs"; 
}
.download_year{ float: right; }
.download_year i{
    color: rgba(255,255,255, 0.5);
    padding: 0 30%;
}
.year_star{ padding-top: 0.8%!important; }
.anio>div{ padding: 0; }

@media only screen and (max-width: 600px) {
    .year_star{ width: 16.66%!important; }
    .year_cartilla{ width: 16.66%!important; }
}



.anio img{
    float: left;
	min-width: 70px;
    width: 6%;
    margin-right: 2%;
    margin-top: 1%;
    
}

.mainFooter {
    margin-top: 15px;
}

ul {
	list-style: none;
}
.accordion .title_year{
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5em;
    transition: 0.4s;
}
button.accordion {
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5em;
    transition: 0.4s;
}

anio1{
	background-color: #351F62;
}

button.accordion2 {
    background-color: rgba(221, 221, 221, 0.60);
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5em;
    transition: 0.4s;
}

button.resize {
    padding: 10px;
}



.menuAnios{
	
}

.imgEstrella{
	width: 8%;
}

button.accordion.active, button.accordion:hover {
    background-color: rgba(221, 221, 221, 0.90);
}

button.accordion:after {
    /* content: '\02795'; */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
   /*  content: "\2796"; */
}

div.panel {
    /*padding: 0 18px;*/
    background-color: rgba(86, 86, 86, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 1000px;
}

.panel a{
	text-decoration: underline;
	color: #fff396;
	font-size: 1.2em;
}

.subPanel{
	background-color: rgba(86, 86, 86, 0.2) !important;
}

.year_cartilla{ 
    text-align: center;
    z-index: 1000;
}
/*.cartilla_enlace{ float: right; }*/
.cartilla_descarga{
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    color: rgba(255,255,255,1);
    float: right;
    font-size: 13pt;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    width: 70%;
}
.cartilla_icon{
    background-color: rgba(0,0,0,0.2);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
}
@media only screen
	and (max-width: 1024px){

    .anio img{
        min-width: 35px;
        margin-top: 18px;
        margin-right: 3%;
    }

    button.accordion{
        padding: 0px;
        font-size: 1.5em;
    }

    button.resize{
        font-size: 1.1em;
        padding: 10px;
    }
		
}

@media only screen
    and (max-width: 768px){
    .cartilla_texto{ display: none; }
    .cartilla_icon{ 
        border-radius: 10px;
        padding-left: 9px;
        width: 100%;
    }
    .anio img{
        min-width: 35px;
        margin-top: 18px;
        margin-right: 3%;
    }

    button.resize{
        font-size: 1.3em;
    }

}
@media only screen
	and (max-width: 600px){

    .anio img{
        min-width: 35px;
        margin-top: 18px;
        margin-right: 3%;
    }

    button.accordion{
        font-size: 1.2em;
    }
    button.resize{
        font-size: 1.1em;
        padding: 10px;
    }

}