/**/

/*ESTILOS GENERICOS POPUPS HTML*/
.popup{
position:absolute;
background:url(/img/emails/cabecera-mailing.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*/

/*POP UP - TEXTO LEGAL*/   
.popup.privacidad{
left:50%;
top:50%;
position:absolute;
background-color:#fff;
border:1px solid #000;
width:460px;
height:400px;
margin:-200px 0 0 -225px;
text-align:justify;
overflow:hidden;  
}
.popup.privacidad .contenedor{
padding:20px;
}
.popup.privacidad p{    
padding-bottom: 15px;  
}   
.popup.privacidad .contenedor{    
overflow: auto;
height: 360px; 
width:auto; 
padding-right: 20px;     
} 
.popup.privacidad  h1{
margin-bottom :28px;
} 
.popup.privacidad a{
color:#750505;
text-decoration:underline;
}
.popup.privacidad a:hover{
text-decoration:none;
}
/*FIN POP UP - TEXTO LEGAL*/ 

/*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*/


/*PREVISUALIZACIONES*/
.previsualizacion{
top:50%;
left:50%;
position:absolute;
padding:5px;
background-color:#FFF;
overflow:hidden;         
border:2px solid #ddd;        
}
.previsualizacion .previsualizacionContenedor{  
height:100%;
width:100%;
}
.previsualizacion .boton.botonCerrar{
background:url(/img/selectores/cerrar.gif) no-repeat;
overflow:hidden;
display:block;
width:0px;
height:16px;
padding-left:16px;
position:absolute;
right:5px;
top:6px;
}                           
/* previsualización galeria */
.previsualizacion .descripcion{
display:block;
text-align:center;
padding-top: 10px;     
}
.previsualizacion .barraBotones{
width:auto;
overflow: hidden;
display: block;
text-indent:-1000px;
}
.previsualizacion img{
display: block;
margin: 0 auto;
}
.previsualizacion a.imagenAnterior{
background:url(/img/flecha-izq.gif) no-repeat left;
height:20px;    
padding-left:18px;  
margin-left:14px;
float:left;
width:20px;
overflow: hidden;
display: block;
text-indent:-1000px;
}
.previsualizacion a.imagenSiguiente{
background:url(/img/flecha-der.gif) no-repeat right;
height: 20px;  
padding-right:18px;
margin-right:14px;    
float:right;
width:20px;
overflow: hidden;
display: block;
text-indent:-1000px;
}

/*FIN PREVISUALIZACIONES*/