.etiqueta_eventos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #0033CC;
	text-shadow: 1px 1px 4px #999;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .chica{
        top: 1;
    }
    .chica img{
        width: 100%;
        height: auto;
        padding-bottom: 50%
    }
    .etiqueta_eventos {
	    font-size: 24px;
        margin-top: 40px
    }
    .mensaje_rojo {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #FF0000;
	    width:100%;
	    text-align:center;
    }
}