.ventana_clic{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9998;
}
.ventana_datos{
    display: none;
    position: absolute;
    background-color: #D2D2D2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 250px;
    height: 300px;
    z-index: 9999;
}
.vcont_icono{
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
.vprincipal{
    float: left;
    margin: 20px 15px 0 15px;
    font-size: 14px;
}
.vicono{
    width: 50px;
}
.vtipo{
    color: #285327;
}
.vnombre{
    color: #297B2B;
}
.vpuntuacion{
    text-align: right;
    width: 100%;
    color: #626262;
    margin-top: 20px;
    padding-right: 15px;
    font-size: 16px;
}
.vpuntos{
    text-align: right;
    width: 100%;
    color: #285327;
    margin-top: 20px;
    padding-right: 15px;
    font-size: 14px;
}
.vtotal{
    text-align: right;
    width: 100%;
    color: #FF5644;
    margin-top: 20px;
    padding-right: 15px;
    font-size: 16px;
}
.vbotones{
    margin-top: 15px;
    list-style: none;
    cursor: pointer;
}
.vboton{
    float: left;
    color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 95px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    margin-left: 20px;
    font-weight: bold;
    font-size: 15px;
}
.vsalir{
    background-color: #FF5644;
}
.vimprimir{
    background-color: #297B2B;
}