.estilo_caja_about{
    width: 33.3%; 
    height: 200px; 
    float: left; 
    border-right: #ccc 2px solid; 
    text-align: center; 
    padding: 10px 10px;
}

.estilo_caja_min{
    width: 33.3%; 
    height: 200px; 
    float: left; 
    border-right: #ccc 2px solid; 
    text-align: center; 
    padding: 10px 10px;
}

.estilo_caja_transm{
    width: 33.3%; 
    height: 200px; 
    float: left; 
    text-align: center; 
    padding: 10px 10px;
}

.estilo_texto_inicial{
    margin-top: 100px;
}

.estilo_subtitulo_about{
    height: 130px;
}


@media only screen and (min-width: 260px) and (max-width: 574px) {
	.estilo_texto_inicial{
        margin-top: 0px;
    }

    .estilo_subtitulo_about{
        height: 170px;
    }

    .estilo_caja_about{
        width: 100%; 
        height: 250px; 
        float: left; 
        border-right: transparent 2px solid; 
        text-align: center; 
        padding: 10px 10px;
    }

    .estilo_caja_min{
        width: 100%; 
        height: 250px; 
        float: left; 
        border-right: transparent 2px solid; 
        text-align: center; 
        padding: 10px 10px;
    }
    
    .estilo_caja_transm{
        width: 100%; 
        height: 250px; 
        float: left; 
        text-align: center; 
        padding: 10px 10px;
    }
}

@media only screen and (min-width: 575px) and (max-width: 1000px) {
	/* .estilo_texto_inicial{
        margin-top: 50px;
    } */

    .estilo_subtitulo_about{
        height: 170px;
    }

    .estilo_caja_about{
        width: 33.3%; 
        height: 200px; 
        float: left; 
        border-right: #ccc 2px solid; 
        text-align: center; 
        padding: 10px 10px;
    }

    .estilo_caja_min{
        width: 33.3%; 
        height: 200px; 
        float: left; 
        border-right: #ccc 2px solid; 
        text-align: center; 
        padding: 10px 10px;
    }
    
    .estilo_caja_transm{
        width: 33.3%; 
        height: 200px; 
        float: left; 
        text-align: center; 
        padding: 10px 10px;
    }
}



@media only screen and (max-width: 400px) {
	.estilo_content_punto_live{
        width: 30%; 
        float: left; 
        padding-top: 8px; 
        padding-left: 6px;
    }
    .estilo_text_live{
        width: 70%; 
        float: left; 
        padding-top: 4px; 
        text-align: center;
    }
    .estilo_caja_live{
        width: 70px; 
        height: 30px; 
        border: red 1px solid; 
        border-radius: 5px;
    }

    

}

@media only screen and (min-width: 400px) {
	.estilo_content_punto_live{
        width: 30%; 
        float: left; 
        padding-top: 8px; 
        padding-left: 15px;
    }
    .estilo_text_live{
        width: 70%; 
        float: left; 
        padding-top: 4px; 
        text-align: center;
    }

    .estilo_caja_live{
        width: 100px; 
        height: 30px; 
        border: red 1px solid; 
        border-radius: 5px;
    }

    
}



/* @media only screen and (min-width: 360px) and (max-width: 768px) {
	
} */