﻿/*Estilos para las ventanas emergentes*/

.cierre{
cursor: pointer;
font-size: 13px;
}

.fondo_ventana_modal
{
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: .7;
}


.divPanelEmergente
{
    border: 1px solid #555;
    background-color: #555;
    font-size: 16px;
}

.divEmergenteTituloSuperior
{
    height: 25px;
    margin-left: 5px;
    background-color: #555;
    display: block;
}

.divEmergenteTituloSuperior_Label
{
    width: 98%;
    height: 100%;
    float: left;
    color: #CAC9C4;
}


.divEmergenteTituloSuperior_Cierre
{
    width: 2%;
    height: 100%;
    float: left;
    color: #ffffff;
}

.divEmergenteInterior
{
    margin-left: 5px;
    background-color: #ffffff;
    display: block;
}

.divEmergenteTituloInterior
{
    width: 100%;
    height: 40px;
    display: block;
}

.divEmergenteTituloInterior_Label
{
    width: 97%;
    height: 100%;
    float: left;
    color: #CAC9C4;
}


.divEmergenteTituloInterior_Ayuda
{
    width: 3%;
    height: 100%;
    float: left;
}

.labelEmergenteTituloInterior
{
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 20px;
}

.divCuerpoInterior
{
    width: 100%;
    background-color: #ffffff;
    display: block;
}

.divCuerpoInterior_Subtitulo
{
    margin-top: 12px;
    line-height: 1.5;
    float: left;
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
    color: #808080;
    width: 100%;
}

.divBloqueInterior
{
    margin-left: 30px;
    display: block;
}


.listboxEstilo
{
    font-family: Arial, helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    border: none;
}

.divBloquePie
{
    height: 30px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #E6E6E6;
    display: block;
}

.botonEmergente
{
    margin-top: 5px;
    margin-left: -20px;
    font-size: 11px;
}