b,strong,.bold{font-family: 'Roboto-Bold',sans-serif;}
.mensaje{font-family: 'Roboto-Regular',sans-serif;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:5px;font-weight: normal;font-size:17px;line-height:19px;display: none;}
.error{color:#750000;background-color:#ffd6d6;}
.exito{color:#155724;background-color:#d4edda;}
.warning{color:#890000;background-color:#ffe7a3;}
.indicacion{color:#000;background-color:#eaeaea;}
.alerta{text-align: center;border-radius:5px;max-width:755px;min-height:65px;padding:8px 12px;font-family: 'Roboto-Regular', sans-serif;font-size: 18px;line-height:1.3;margin:10px auto;display:none;}
.alerta .close{width:16px;height: auto;opacity:0.25;padding:3px 7px 0 7px;cursor: pointer;}
.alerta p:first-of-type{margin:0;}
.alertatxt{margin:-3px auto 3px auto;}

.bgverde{background-color: #1fb9b6;}
.mt0{margin-top: 0;}
.mt0i{margin-top: 0!important;}
.mb0{margin-bottom: 0;}
.mb0i{margin-bottom: 0!important;}

/*Generales Actividad*/
@media(max-width: 599px){.content{margin-top:5px;}}
@media(min-width: 600px){
	 .mariposas{display: none;}
	 .content{width: calc(100% - 130px);}
}
@media(min-width:750px){
	.editorial{height: 150px;}
}
@media(min-width:900px){
	.content{width: calc(100% - 235px);}
	.actividad .content{min-height: 400px;margin-top: 35px;}
}
@media(min-width:1000px){
	.content{margin-top:40px;}
	.content h1{margin:10px auto 20px auto;}
	.editorial{height: 145px;}
	.bajada{width:90%;margin:30px auto;}
}
@media(min-width:1150px){
	.content{margin-top:5px;}
}
@media(min-width:1200px){
	.content{width: calc(100% - 370px);}
	.actividad #toggler{top:250px;}
}
@media(min-width:1200px) and (min-height:600px){
	.mariposas{display: block;}
}
@media(min-width:1600px){
	.bajada{width:80%;}
}
/*Fin Generales Actividad*/