/**/

/*ESTILOS GENERICOS POPUPS HTML*/
.popup{
position:absolute;
background:url(/paneldecontrol/img/cabecera-popup.gif) #fff no-repeat;
padding-top:64px;
border:1px solid #777;
border-right:3px solid #555;
border-bottom:3px solid #555;
}
.popup h1{
margin:0 0 0 20px;
font-size:16px;
}
.popup h2{
margin:0 0 0 5px;
font-size:14px;
}
.popup .popupContenido{
padding:10px 10px 30px 10px;
margin:0 20px 20px 20px;
border:1px solid #e3e0d3;
background-color:#fff;
}
.popup .popupContenido .mensaje{
display:block;
text-align:center;
padding:10px;
font-size:12px;
}
.popup .popupContenido .mensaje span{
font-style:italic;
font-size:14px;
display:block;
text-align:center;
padding-bottom:10px;
}
.popup .popupContenido .mensaje a{
color:#BA7001;
}
/*Estilo para los fondos de ventana*/
.divFondoVentana{
background:url(/img/fondo-trans.gif);
}
/*Boton de cierre*/
.popup .botonCerrar{
background:url(/paneldecontrol/img/iconos/botones/popup-cerrar.gif) #d00 no-repeat;
display:block;
overflow:hidden;
width:12px;
height:11px;
right:2px;
top:2px;
position:absolute;
text-indent:100px;
}
.popup .botonCerrar:hover{
background-color:#f00;
}
.popup .botones{
clear:both;
}
.popup .botones .boton{
padding-left:18px;
background-repeat:no-repeat;
float:right;
margin:4px;
}
.popup .botones .botonConfirmar{background-image:url(/img/iconos/p/check2.gif)}
.popup .botones .botonProcesando{background-image:url(/img/cargandop.gif)}
.popup .botones .botonCancelar{background-image:url(/img/iconos/p/delete2.gif)}
/*FIN ESTILOS GENERICOS POPUPS HTML*/

/*FORMULARIOS GENERICOS*/
.popupFormulario fieldset{
border:none;
}
.popupFormulario .campo{
margin:10px 0 0 10px;
clear:both;
}
.popupFormulario .campoSelector{
height:23px;
}
.popupFormulario .campo .selectorBloque .boton{
padding:0;
float:left;
}
.popupFormulario .campo .selectorBloque{
width:325px;
float:left;
}
.popupFormulario .selectorDestinoVisual{
width:260px;
}
.popupFormulario .campo .selectorBloqueIcono{
width:60px;
}
.popupFormulario .selectorBloqueIcono .selectorDestinoVisual{
width:27px;
}
.popupFormulario .selectorBloqueArchivo .selectorDestinoVisual{
width:102px;
}
.popupFormulario .campoPunIdArchivo{
height:125px;
}
.popupFormulario .campoPunIdArchivo .selectorBotones{
margin:100px 0 0 20px;
}
.popupFormulario .campoPunIdArchivo .selectorBotones .boton{
padding:0;
}
.popupFormulario .campo label{
display:block;
float:left;
width:150px;
}
.popupFormulario .campo input,
.popupFormulario .campo select{
width:250px;
}
.popupFormulario .campoCheck input{
width:auto;
}
/*FIN FORMULARIOS GENERICOS*/

/*LISTADOS GENERICOS*/
.popupListado{
width:600px;
height:500px;
margin:-250px 0 0 -300px;
top:50%;
left:50%;
}
.popupListado .popupContenido{
height:460px;
overflow:auto;
padding:0;
}
.popupListado .listado{
width:auto;
}
.popupListado .listado table{
width:100%;
border:none;
}
.popupListado .listado table .elemPar{background-color:#DDDDFF;}
.popupListado .listado table .elemImpar{background-color:#CCCCEE;}
/*FIN LISTADOS GENERICOS*/

/*Encuesta */
.popup.resultadosEncuesta{
background-position: 10px 10px;
left:50%;
top:50%;
position:absolute;
background-color:#fff;
border:1px solid #000;
width:400px;      
padding-left:10px;
padding-right:10px;
padding-bottom:30px;
height: auto;/*
height:200px;         */
margin:-140px 0 0 -160px;
text-align:justify;
overflow:auto;
}
.popup.resultadosEncuesta h2{     
background:url(/img/decoracion/cuadro-mini.jpg) left 7px no-repeat;
font-size:1.2em;
font-weight:bold;
padding-left:10px;
margin-bottom:10px;
}
.popup.resultadosEncuesta p{
font-size:14px;
padding:10px;
padding-left:20px; 
}
.popup.resultadosEncuesta ul{
padding-left:10px;
}
.popup.resultadosEncuesta li{
padding-left:10px;
margin-bottom:8px;
}
.popup.resultadosEncuesta li em{
font-weight:bold;   
}

/*FIN Encuesta*/