/**/

/*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:15px 0 0 20px;
font-size:16px;
padding-bottom:3px;
background:url(/img/decoracion/decorado-linea-1.jpg) left bottom no-repeat;  
}
.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;
}   
.popup .contenedor .mensaje span{
font-weight:bold;
}
.popup .contenedor .producto .cantidad{
margin-right:5px;
}

.popup .contenedor .bottomBtns{
padding-top:15px;
width:400px;
margin:0 auto;
}
#middle .content .inferiorPasos .cancelar{
border:1px solid #DDB455;
float:left;
display: block;
height:16px;
font-size:1.1em;     
padding:4px 8px 3px;                                             
margin-right:15px;
background:url(/img/decoracion/btn-fondo.jpg) left top repeat-x; 
}
#middle .content .inferiorPasos .anterior{

}
/*Estilo para los fondos de ventana*/
.divFondoVentana{
background:url(/img/fondo-trans.gif);
}
/*Boton de cierre*/
.popup .botonCerrar{
background:url(/img/decoracion/btn-ekis.gif) no-repeat;
display:block;
padding:0;
overflow:hidden;
width:16px;
height:16px;
right:0px;
top:0px;
position:absolute;
text-indent:-100px;   
}   
.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,
.popup.condiciones{
left:50%;
top:50%;
position:absolute;
background-color:#fff;
border:1px solid #000;
width:460px;
height:400px;
margin:-200px 0 0 -230px;
text-align:justify;
}
.popup.privacidad .contenedor,
.popup.condiciones .contenedor{
padding:20px;
height:360px;
overflow:auto;
}
.popup.privacidad p,
.popup.condiciones p{
padding-bottom: 15px;  
}   
/*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*/

/*POP UP - PEDIDOS*/   
.popup.insertarProducto{
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:auto;
}
.popup.insertarProducto .contenedor{
padding:0px;
padding-bottom:20px;
}   
.popup.insertarProducto p{    
padding-bottom: 15px;  
}   
.popup.insertarProducto .mensaje{
padding-top:10px;
height:50px;
width:310px;     
margin:20px auto 0;
}
.popup.insertarProducto .mensaje span{
display: block;
width:300px;              
}
.popup.insertarProducto .mensaje p{
color:#2E5A2E;
width:310px;
font-size:1.1em;         
}
.insertarProducto .contenedor .anadidos .titulo{
width:400px;
color:#333;
margin:15px auto 0;
}
.insertarProducto .contenedor .anadidos .listadoCompra{
width:400px;
margin:0 auto;
height:180px;
overflow: auto;
}
.insertarProducto .contenedor .anadidos .cabecera{
border-bottom:1px solid #34391E;
width:400px;
overflow: hidden;
margin:0 auto;
}
.insertarProducto .contenedor .anadidos .producto{
background-color:#F4F2DD;
padding-left:0; 
padding-right:0;    
width:380px;
overflow: hidden;
}                                                         
.insertarProducto .contenedor .anadidos .cabecera .cantidad,
.insertarProducto .contenedor .anadidos .producto .cantidad{
width:45px;
padding:0;
margin:0 0 0 15px;
padding-right:10px;
display: block;
float: left;
}
.insertarProducto .contenedor .anadidos .cabecera .articulo,
.insertarProducto .contenedor .anadidos .producto .articulo{
display: block;
float: right;
width:300px;   
padding-right:15px;
}
.insertarProducto .contenedor .anadidos .producto .articulo{
width:280px;
}  
/*FIN POP UP - PEDIDOS*/ 
