/*ESTILOS GENERICOS DE SELECTORES*/
/*Estilo del bloque*/
.selectorBloque{
color:#000;
}

/*Botones del selector*/
/*.selectorBloque .selectorBotones .boton{
height:16px;
overflow:hidden;
text-indent:100px;
}                 */
.selectorBloque .selectorBotones .botonAbrir{
background:no-repeat url(/img/selectores/abrirselector.gif);
width:24px;
margin-left:3px;
}
.selectorBloque .selectorBotones .botonVaciar{
background:no-repeat url(/img/selectores/vaciar.gif);
}

/*Representacion de la seleccion actual*/
.selectorBloque .selectorDestinoVisual{
color:#000;
float:left;
}
/*Elemento de (Sin definir)*/
.selectorBloque .selectorDestinoVisual span.sinDefinir{
color:#888;
display:block;
text-align:center;
font-family:sans-serif;
font-size:10px;
padding:3px;
background-color:#eee;
}
/*botones dentro del estilo visual*/
.selectorBloque .selectorDestinoVisual .boton{
display:block;
float:right;
margin-top:-18px;
margin-right:15px;
overflow:hidden;
text-indent:100px;
height:16px;
}

/*Boton de eliminar elemento de lista*/
.selectorBloque .selectorDestinoVisual .botonQuitarElemento{
background:no-repeat url(/img/selectores/eliminar.gif);
}

.selectorBloque .selectorDestinoVisual .botonEditarElemento{
background:no-repeat url(/img/selectores/editar.gif);
margin-right:34px;
border-right:1px solid #ddd;
padding-right:2px;
}

/*Popups de los selectores*/
#selectorVentanaPopup{
color:#fff;
background-color:#aaa;
border:outset 2px #fff;
}
#selectorVentanaPopup .botonCerrar{
position:absolute;
right:2px;
top:0px;
background:no-repeat url(/img/selectores/cerrar.gif);
}
#selectorVentanaPopup .botonVolver{
position:absolute;
right:20px;
top:0px;
background:no-repeat url(/img/selectores/volver.gif);
}

/*Estilo del contenido de la ventana*/
#selectorVentanaPopup #selectorVentanaPopupContenido{
position:absolute;
border:1px solid #000;
margin:10px;
margin-top:20px;
color:#000;
background-color:#fff;
}
#selectorVentanaPopupContenido a{
color:#000;
}
#selectorVentanaPopupContenido h1.titulo{
position:absolute;
left:-1px;
top:-19px;
font-size:11px;
display:block;
}
#selectorVentanaPopupContenido .botonSelector{
background-color:#eee;
background-position:3px 4px;
background-repeat:no-repeat;
border-left:2px solid #bbb;
border-bottom:2px solid #bbb;
border-top:1px solid #ddd;
border-right:1px solid #ddd;
float:right;
margin-right:10px;
margin-top:10px;
display:block;
padding:2px 3px 2px 20px;
text-indent:0px;
width:auto;
}
#selectorVentanaPopupContenido .botonSelector:hover{
border-left:1px solid #bbb;
border-bottom:1px solid #bbb;
border-top:2px solid #ddd;
border-right:2px solid #ddd;
}
#selectorVentanaPopupContenido .botonCancelarSelector{
background-image:url(/img/botones/cancelar.gif);
}
#selectorVentanaPopupContenido .botonGuardarSelector{
background-image:url(/img/botones/ok.gif);
}
/*FIN ESTILOS GENERICOS DE SELECTORES*/


/*ESTILOS DE FECHAS*/
/*Botones del selector*/
.selectorBloqueFecha .selectorBotones .botonAbrir{
background:no-repeat url(/img/selectores/abrirfecha.gif);
margin-left:3px;
}

/*Estilo del contenido de la ventana*/
#selectorVentanaPopup .calendarioBloque{
background-color:#fff;
}
#selectorVentanaPopup .calendarioBloque .mes{
float:left;
height:20px;
width:120px;
margin-left:5px;
}
#selectorVentanaPopup .calendarioBloque .anyo{
float:right;
height:20px;
width:120px;
margin-right:5px;
}

#selectorVentanaPopup .calendarioBloque span{
float:left;
width:100px;
text-align:center;
}
#selectorVentanaPopup .calendarioBloque .boton{
width:10px;
height:9px;
margin-top:5px;
}
#selectorVentanaPopup .calendarioBloque .botonCalendarioAnt{
background:no-repeat url(/img/selectores/anterior.gif);
}
#selectorVentanaPopup .calendarioBloque .botonCalendarioSig{
background:no-repeat url(/img/selectores/siguiente.gif);
float:right;
}

#selectorVentanaPopup table.calendario{
width:100%;
height:190px;
color:#191718;
overflow: hidden;
clear:both;
border:1px dotted;
text-align: center;
background-color:#ccc;
padding: 0px;
margin: 0px;
border-spacing:4px;
}
#selectorVentanaPopup table.calendario caption{
display:none;
}

#selectorVentanaPopup table.calendario td{
text-align:center;
}
#selectorVentanaPopup table.calendario td.dia{
border:1px solid #fff;
background-color:#ddd;
}
/*FIN ESTILOS DE FECHAS*/

/*ESTILOS DE HORAS*/
/*Estilo del contenido de la ventana*/
#selectorVentanaPopup .horaBloque{
padding:20px;
}
#selectorVentanaPopup .horaBloque .seleccionHora{
border:1px solid #ddd;
background-color:#eee;
padding:5px;
padding-left:27px;
font-size:16px;
font-weight:bold;
}
#selectorVentanaPopup .horaBloque select{
width:50px;
margin-right:7px;
margin-left:7px;
}
/*FIN ESTILOS DE HORAS*/

/*ESTILOS DE SELECCION DE OBJETOS BASE*/
#selectorVentanaPopup .objetoBaseBloque ul{
margin-top:5px;
margin-left:5px;
}
#selectorVentanaPopup .objetoBaseBloque ul li{
color:#000;
margin-top:5px;
}
#selectorVentanaPopup .objetoBaseBloque ul a{
color:#000;
padding-left:20px;
background:no-repeat url(/img/botones/ok.gif);
background-position: left;
margin-top:20px;
}
/*FIN ESTILOS DE SELECCION DE OBJETOS BASE*/

/*ESTILOS DE SELECTORES DE FORMULARIO*/
.selectorBloqueFormularioConjunto li{
display:block;
height:20px;
width:100%;
overflow:hidden;
padding-top:2px;
padding-left:10px;
}

#selectorVentanaPopup .formularioBloque fieldset{
border:none;
padding:5px;
margin-top:0px;
font-size:12px;
font-family:arial;
}
#selectorVentanaPopup .formularioBloque .campo{
display:block;
margin-bottom:15px;
}
#selectorVentanaPopup .formularioBloque .campo label{
width:250px;
display:block;
color:#000;
}
#selectorVentanaPopup .formularioBloque .campo .textoCorto{
width:280px;
}
#selectorVentanaPopup .formularioBloque .campo .textoLargo{
width:280px;
height:80px;
font-size:12px;
font-family:arial;
}
#selectorVentanaPopup .formularioBloque .campo .numerico{
width:280px;
}
#selectorVentanaPopup .formularioBloque .campo .password{
width:280px;
}
#selectorVentanaPopup .formularioBloque .campo .select{
width:280px;
}
/*FIN ESTILOS DE SELECTORES DE FORMULARIO*/