
.menucampusvirtual{

    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.75); 
}


.cursosVirtuales{




}

.fatherCursoBoxContainer{

    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    background: lightblue url("fondonormal.png") repeat fixed center; 
    font-family: 'Rowdies', cursive;
    color: #000033;
    text-decoration: none;
}

.fatherCursoBoxContainer:hover{

    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    background-color: silver;
    font-family: 'Rowdies', cursive;
    color: black;
    text-decoration: none;
}

.mec{
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    background-color: #000033;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;

}



@media (min-width: 1200px) { 

    .fatherCursoBoxContainer{

        width: 215px;

        margin-top: 7px;
        margin-left: 5px;
        display: inline-block ;


    }

    .fatherpicturShow{

        height: 150px;

    }


    .fatherCursoBoxContainerCard{
        height: 150px; 



    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .fatherCursoBoxContainer{

        width: 215px;

        margin-top: 7px;
        margin-left: 5px;
        display: inline-block 

    }

    .fatherpicturShow{

        height: 150px;

    }

    .fatherCursoBoxContainerCard{
        height: 150px; 



    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .fatherCursoBoxContainer{

        width: 215px;

        margin-top: 7px;
        margin-left: 5px;
        display: inline-block 

    }

    .fatherpicturShow{

        height: 150px;

    }

    .fatherCursoBoxContainerCard{
        height: 150px; 



    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .fatherCursoBoxContainer{

        width: 215px;

        margin-top: 7px;
        margin-left: 5px;
        display: inline-block 

    }

    .fatherpicturShow{

        height: 150px;

    }
    .fatherCursoBoxContainerCard{
        height: 150px; 



    }
}
@media (max-width: 575.98px) { 
    .fatherCursoBoxContainer{

        width: 45%;

        margin-top: 7px;
        margin-left: 5px;
        display: inline-block 

    }

    .fatherpicturShow{

        height: 150px;

    }

    .fatherCursoBoxContainerCard{
        height: 150px; 



    }
}


