﻿body {
}

* {
    box-sizing: border-box;
}

.Responsiva {
    text-align:justify;
}

.Reglamento {
    text-align: justify;
    font-family: Arial;

}

.menu {
    text-align: justify;
    font-family: Arial;
    float: left;
    width: 10%;
}

.menuitem {
    padding: 8px;
    margin-top: 7px;
    border-bottom: 1px solid #f1f1f1;
}

.main {
    float: left;
    width: 67%;
    padding: 0 20px;
    overflow: hidden;
}

.right {
    float: left;
    width: 20%;
    padding: 10px 0px;
    margin-top: 7px;
}

.PieInfoAdicional {
    visibility: hidden;
    height: 0px;
}

.Grid {
    border: hidden;
    border-color: white;
}

.imagenmovil {
    visibility: hidden;
    height: 0px;
}

.OpcionesMenu {
    border-radius: 6px;
}

.Imagen {
    border-radius: 30%;
}

.Etiquetas_Derecha {
    color: cornflowerblue;
}

.ImagenAvance {
    width: 390px
}


.Titulo {
    border-radius: 6px;
    background-color: #EFF7FE;
    width: 100%;
    padding: 15px;
}

.Boton_Registrar {
    background-color: #EFF7FE;
    color: Black;
    border-color: cornflowerblue;
    border-radius: 6px;
}

.Calendario {
    float: left;
    width: 55%;
    text-align: center;
    align-content: center;
}

.Horarios {
    float: left;
    width: 45%;
}


.BotonHorario {
    vertical-align: middle;
    border-radius: 6px;
}


[class*=dxdvFlowItemsContainer] {
    width: 100%;
}

    [class*=dxdvFlowItemsContainer] > tbody > tr > td {
        text-align: center;
    }

[class*=dxdvFlowItem] {
    display: inline-block;
    float: none !important;
}


@media only screen and (max-width:1200px) {
    /* For tablets: */

    .Calendario {
        width: 100%;
        text-align: center;
        align-content: center;
    }

    .Horarios {
        width: 100%;
    }
}


@media only screen and (max-width:1000px) {
    /* For tablets: */

    .menu {
        height: 0px;
        visibility: hidden;
    }

    .main {
        width: 100%;
        padding: 0;
    }

    .right {
        visibility: hidden;
        height: 0px;
    }

    .imagenmovil {
        visibility: visible;
        height: 150px;
    }

    .PieInfoAdicional {
        visibility: visible;
        height: 150px;
    }

    .ImagenAvance {
        width: 200px
    }


    .Calendario {
        width: 100%;
        text-align: center;
        align-content: center;
    }

    .Horarios {
        width: 100%;
    }
}


@media only screen and (max-width:500px) {
    /* For mobile phones: */
    .menu {
        height: 0px;
        visibility: hidden;
    }

    .main {
        width: 100%;
    }

    .right {
        visibility: hidden;
        height: 0px;
    }

    .imagenmovil {
        visibility: visible;
        height: 150px;
    }

    .PieInfoAdicional {
        visibility: visible;
        height: 400px;
    }

    .ImagenAvance {
        width: 200px
    }

    .Calendario {
        width: 100%;
        text-align: center;
        align-content: center;
    }

    .Horarios {
        width: 100%;
    }
}
