/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
   
*/

#CajaSoftware {

    /*float: left;*/
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border: 0px solid blue;
    height: 1500px !important;
}

#CajaSoftware a:link {
    color: black !important;
}

#CajaSoftware a:visited {
    color: black !important;
}

#CajaSoftware a:hover {
    color: black !important; 
    text-decoration: none !important;
}

#CajaSoftware a {
    color: black !important;
    text-decoration: none;
}

.BtnSubMenu{
    padding-left: 10px !important ;
}

.BtnMenu:hover {
    background-color: #5ac3d6;
    border-radius: 5px;
}

.Costos {
    font-weight: bold !important;
    font-size: 16px;
}


.innerX {
    border: 0px solid red;
    width: 100% !important;
}

.imagenespost {

    margin: 20px !important;
    width: 80%;
}

.classh3 {
    color: #5ac3d6 !important;
    font-weight: bold;
}

.CajaDocumentos {
    width: 100%;
    border: 2px solid #002b5d;
    height: 100%;
    border-radius: 5px;

}

.Caja_FilePDF {
    width: 150px;
    height: 150px;
    border: 2px solid #002b5d;
    cursor: pointer;
    float: left;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px;
    margin: 10px;

}

.Imagen_FilePDF {
    width: 100%;
    height: 100%; 
}

.Caja_FilePDF:hover {
    /*padding: 0px;*/
    background-color: silver;
}

.ClassImage {
    width: 80% !important;
    border-radius: 5px;
    border: 1px solid #002b5d;
}

#ResultadoLogin {
    font-weight: bold;
}

.errorclass{
    color: red !important;
}

.okclass{
    color: green;
}

.ClassVideoAyuda
{
    width: 100%;
    height: 90%;
    border: 1px solid red;
    display: none;
    border: 1px solid silver;
    border-radius: 5x;
}

.h3_modify{
    margin: 0 0 0.5em 0 !important;
}


.itemmodulo{
    margin-left: 5px;
    padding: 5px;
    float:  left;
    border: 1px solid gray;
    border-radius: 5px; 
    width: 160px;
    height: 200px;
}

.itemmodulo_img{
    width: 100%;
    height: 100%;
}

.itemmodulo_repositorio{
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.item_repositorio{
    width: 150px;
    text-align: center;
    
    margin: 10px;
    border: 1px solid gray;
}

.item_repositorio a:link, a:visited{
    color:black;
    text-decoration: none;
} 