.header header img.img_titulo {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 170px;
    margin-bottom: 20px;
}

#leyenda-armas-desktop {
    display: block;
    margin: 0 auto;
    max-width: 400px;
}

#leyenda-armas-desktop img {
    width: 100%;
    max-width: 400px;
}

#leyenda-armas-movil {
    display: none;
    margin: 0 auto;
    max-width: 270px;
}

#leyenda-armas-movil img {
    width: 100%;
    max-width: 270px;
}

span.suicidiosSub {
    background-color: #f1cccd;
    color: #b90004;
    padding: 2px 2px;
}

#g-suicidios-box,
#g-mapas-box,#g-backgroundCheck-box,#g-armas-box {
    margin-bottom: 40px;
}
.treintaEstados{
    background-color: #3b918a;
    color: #ffffff;
    padding: 2px 7px;
}


/* Codigo CSS */

.c_video_embed_169 {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.c_video_embed_169 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (max-width:850px) {
    #leyenda-armas-desktop {
        display: none;
    }

    #leyenda-armas-movil {
        display: block;
    }
}


