.letrero-grande{
    width: 62%;
    min-width: 140px;
    max-width: 190px;
	margin:2%;

	height:16vh;
	border-radius: 0px 0px 10px 10px;
	border-style: solid;
    border-width: 2.5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.titulo-letrero{
	width: 62%;
    min-width: 140px;
    max-width: 190px;
	height: 4vh;
	border-radius: 10px 10px 0px 0px;
	border-top-style: solid;
	border-right-style: solid;
    border-left-style: solid;
    border-width: 2.5px;
    text-align: center;
    align-content: center;

}

@media only screen and (max-width: 600px) {
.letrero-grande{
    width: 62%;
    min-width: 140px;
    max-width: 190px;
    margin:2%;

    height:10vh;
    border-radius: 0px 0px 10px 10px;
    border-style: solid;
    border-width: 2.5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.titulo-letrero{
    width: 62%;
    min-width: 140px;
    max-width: 190px;
    height: 3vh;
    border-radius: 10px 10px 0px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-width: 2.5px;
    text-align: center;
    align-content: center;

}
}


.rango{
	border-radius: 10px 10px 10px 10px;
	text-align: center;
    align-content: center;
    margin-bottom:0px;
    margin-top:2px;
    border-style: solid;
    border-width: 0.5px;
    text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;
}


.rango-pequeno{
	border-radius: 10px 10px 10px 10px;
	text-align: center;
    align-content: center;
    margin-bottom:0px;
    margin-top:6%;
    margin-left: 26%;
    margin-right: 26%;
    border-style: solid;
    border-width: 0.5px;
    text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;
}

.rango-linea{
	border-radius: 10px 10px 10px 10px;
	text-align: center;
    align-content: center;
    margin-bottom:0px;
    margin-top:40px;
    border-style: solid;
    border-width: 0.5px;
    text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;
}


.letrero-grande h22{
	font-size: 100px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.letrero-p{
	margin:0;
	width:55px;
	height:60px;
	border-radius: 0px 0px 10px 10px;
	border-style: solid;
    border-width: 2.5px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-bottom:10px;

}
.titulo-letrero-p{
	width: 55px;
	height: 22px;
	border-radius: 10px 10px 0px 0px;
	border-top-style: solid;
	border-right-style: solid;
    border-left-style: solid;
    border-width: 2.5px;
    text-align: center;
    align-content: center;
    background-color: #0099CC;
    color: white;

}

.letrero-p h22{
	font-size: 30px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color:white;
}

.titulo-letrero-p h21{
	font-size: 11px;
    color:white;
	text-align: center;
    align-content: center;

}

.instruccionesCEL {

    border-radius: 10px 10px 10px 10px;
    text-align: center;
    align-content: center;
    margin-bottom:7px;
    border-style: solid;
    border-width: 0.5px;
    margin-top: 10px;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    border-color: blue;
    padding-top: 5px;

}

.instrucciones {

	border-radius: 10px 10px 10px 10px;
	text-align: center;
    align-content: center;
    margin-bottom:7px;
    border-style: solid;
    border-width: 0.5px;
    margin-top: 10px;
    height: auto;
    margin-right: -20px;
    margin-left:-12px;
    border-color: blue;


}


