.bgtransparent{
    position:fixed;
    left:0;
    top:0;
     background-color:#000;
     opacity:0.6;
     filter:alpha(opacity=60);
}

.bgmodal{
    position:fixed; 
    font-family:arial;
    font-size:1em;
    border:0.05em solid black;
    overflow:auto;
    background-color:#fff;
}

.cierramodal{
    float:left;
    width:100%;
    text-align:right;
    background: #E1E1E1;
    border-bottom: 1px solid #333333;
}

.bannerayudamodal{
    font-family: Arial;
    float:left;
    width:90%;
    height:20px;
    margin-left:5%;
    background:#E1E1E1;
    color:#666666;
    border:1px solid #666666;
    font-weight:bold;
    text-align:center;
    margin-top:20px;
}

.contenidomodal{
    float:left;
    width:90%;
    height:20px;
    margin-left:5%;
    padding-top:10px;
    padding-bottom:10px;
}
.contenidomodal:hover{
    float:left;
    width:90%;
    height:20px;
    margin-left:5%;
    padding-top:10px;
    padding-bottom:10px;  
    cursor:pointer;
}

.bordes{
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;    
}

.enlacemenucab{
    font-family: Arial;
    text-decoration:none;
    color:#3E7EC4;
    font-weight: bold;
    font-size:16px;
    cursor:pointer;
}
.enlacemenucab:hover{
    /*text-decoration:underline;*/
    color:#3E7EC4;
}

.infoayuda{
    float:left;
    color:#666666;
    font-weight: bold;
    font-size:10px;
    margin-top:3px;
    margin-left:3px;
}