.crono {
	background: #e9426d;
    text-align: center;
    padding: 5px 0;
}

.crono div.reloj {
    background:none;
    color: white;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    border-radius: 3px;
    box-shadow: none;
    margin: 0;
}

.crono p {
    font-size: 18px;
    font-family: 'movistar_textbold';
    padding-bottom: 6px;
}

.crono div.reloj li span.count {
    display: block;
    line-height: 26px;
    box-shadow: inset 0 0px 4px rgba(255,255,255,0);
    width: 100%;
    font-size: 30px;
    border-right: 1px solid rgba(255,255,255,0.4);
    font-family: 'movistar_textbold';
}

.crono div.reloj li span.indicador {
    display: block;
    line-height: 26px;
    box-shadow: inset 0 0px 4px rgba(255,255,255,0);
    width: 100%;
    font-size: 12px;
    border-right: 1px solid rgba(255,255,255,0.4);
    font-family: 'movistar_textregular';
}