/*PERSONALIZACION MULTI LOOK-FEEL ------------------------------------*/

body, td, th, select, input, h1, h2, h3, h4, h5, h6, a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

body#GENERAL {
	background-image:url('../img/personalizacion/fondo.gif');
	background-attachment: scroll;
	background-repeat: repeat-x;
}

body#VENTANA {
	width: inherit;
	overflow: hidden;
}

body {	background-color:#fff;}

a {color:#000}
a:hover {color:#ff5c00}
h1, h2, h3, h4, h5, h6 {color:#ff5c00}

/* COLOR FONDO CABECERA ----------------------------------------------*/
.CABECERA {background-color:#ff5c00;}
.LOGO { background-image:url('../img/comun/logo.gif');  }

/* COLOR ROLLOVER BOTONES DE CABECERA --------------------------------*/
.MENU_SOPORTE a:hover { color: #ff5c00; }
.UTILIDADES a:hover { color: #ff5c00; }
.UTILIDADES_MENU {background-image:url('../img/personalizacion/ico-utilidades.gif');}

/* IMAGENES DE FONDO BOTONES DE CABECERA -----------------------------*/
.BTN_Descargar {background-image:url('../img/personalizacion/boton-descargar-archivo.gif')}
.BTN_Usuarios {background-image:url('../img/personalizacion/boton-usuarios.gif')}
.BTN_Nuevo {background-image:url('../img/personalizacion/boton-mover-archivo.gif')}
.BTN_Crear {background-image:url('../img/personalizacion/boton-crear-carpeta.gif')}
.BTN_Subir {background-image:url('../img/personalizacion/boton-subir-archivo.gif')}
.BTN_Mover {background-image:url('../img/personalizacion/boton-mover-archivo.gif')}
.BTN_Borrar {background-image:url('../img/personalizacion/boton-borrar-grupo.gif')}
.BTN_Renombrar {background-image:url('../img/personalizacion/boton-renombrar.gif')}

/* IMAGEN LOGO ADMINISTRADOR -----------------------------------------*/
.BIENVENIDA p {padding:40px 0 0 10px;margin:8px 0 0 12px;background-image:url('../img/personalizacion/ico-administrador.gif'); background-repeat:no-repeat}
.BIENVENIDA P.ERROR { color:#ff5c00; font-weight: bold;}
/* COLOR ENLACES TABLA ----------------------------------------------*/
.USUARIOS a {color:#000}
.USUARIOS a:hover {color:#FF5C00}
td.TBL_Nombres a{ margin:0; padding:0; color:#ff5c00}
td.TBL_Nombres a:hover{ color:#000}
/* COLOR TXT TABLA --------------------------------------------------*/

/* PIE ROLLOVER -----------------------------------------------------*/

.PIE a:hover{ color: #ff5c00; }

input[type=text], input[type=password], input[type=file] {
	border: 1px solid #ff5c00;
	background-color: #fff;
}

.SECCION_MENU {
	margin: 10px;
	width: inherit;
	height: 250px;
	overflow: auto;
}

.SECCION_MENU h2 { padding-bottom: 8px; }

.SECCION_MENU h1 {
	padding: 0px 0px 3px 0px;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px dotted #909090;
}

.SECCION_MENU table { padding-top: 0px;} 

.SECCION_MENU table th, 
.SECCION_MENU table td { 
	height: 20px;
}

.SECCION_MENU table td, select {
	border: 1px solid #909090;
	color: #909090;
}

.SECCION_MENU table td { text-align: center; }
select { text-align: left; }

.SECCION_MENU table.FORM th { 
	text-align: left;
}

.SECCION_MENU table#USR {
	background-image: url(../img/personalizacion/fondo-user.jpg);
	background-repeat: repeat-x;
}

.SECCION_MENU table#USR > tr > th#img { 
	vertical-align: 0px; 
}

.SECCION_MENU input { width: ; }

.SECCION_MENU select { width: 175px; }

input[type=image] {
	width: auto;
}

input[type=checkbox], input[type=radio] {
	width: 20px;
}

/*********************************************************************************************/

div#cabecera {
	width: 479px;
	height: 33px;
	background-image: url(../img/personalizacion/cabecera_thickbox_p.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#cabecera div#h1 {
	float: left;
	border: 0px;
	color: #ffffff;
	width: 429px;
	font-size: 22px;
	padding: 3px 0px 0px 10px;
}

div#cabecera.Usrs {
	width: 729px;
	background-image: url(../img/personalizacion/cabecera_thickbox.gif);
}

div#cabecera.Usrs div#h1 {
	width: 680px;
}

div#cabecera div#cerrar {
	float: left;
	height: 18px;
	width: 15px;
	padding: 7px 0px 0px 0px;
}

div#cabecera img {
	float: right;
	width: 15px;
}

/*********************************************************************************************/

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: -4px;
	left: 40px;
	z-index: 1;
}

div.fakefile input {
	width: 200px;
	margin: 0px 0px 5px 0px;
}

div.fakefile img {
	padding: 5px 0px 0px 0px; 
}

input.file {
	position: relative;
	padding-right: 20px;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


