﻿/* GENERAL */

.dsicon
{
	display: inline-block;
}

body
{
	font-size: 12px;
	font-family: Verdana;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

.Boton
{
    border-style: none;
}

.Boton:hover
{
	cursor: pointer;
}

/*LOGIN*/
.BotonOK
{
	border-style: none;
	background-color: #1775af;
	background-position: 4px 50%;
	padding: 5px 5px 5px 32px;
	background-image: url('../images/boton-ok.png');
	background-repeat: no-repeat;
	color: #FFF;
}

.BotonOK:hover
{
	cursor: pointer;
	background-color: #00a9ec;
}

.LabelLogin
{
	font-size: 16px;
}

.Ancho99
{
	font-size: 16px;
	border: 1px solid #1775af;
	width: 100%;
	color: #1775af;
}

/* PANEL LOGIN */

.fondoLogin
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.barraLoginBlanca
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 250px;
	margin-top: -125px;
}

.barraLoginAzul
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 48px;
	margin-top: -173px;
}

.PanelLogin
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	margin-left: -300px;
	height: 250px;
	margin-top: -125px;
}

.logo
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 230px;
	width: 230px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
}

.PanelLoginError
{
	color: #ff0000;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 440px;
	height: 30px;
	margin-top: 135px;
	margin-left: -220px;
	font-size: 140%;
	text-align: center;
}

.PanelTituloAplicacionLogin
{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	text-align: center;
}

.PanelTituloLogin
{
	position: absolute;
	top: 12px;
	right: 20px;
}

.PanelLoginUsuario
{
	position: absolute;
	top: 110px;
	left: 250px;
	width: 330px;
	height: 40px;
	margin-top: -50px;
}

.PanelLoginPassword
{
	position: absolute;
	top: 110px;
	left: 250px;
	width: 330px;
	height: 40px;
	margin-top: 10px;
}

.PanelLoginBotones
{
	position: absolute;
	bottom: 18px;
	right: 18px;
}

.PanelLoginInfo
{
	position: absolute;
	left: 250px;
	top: 208px;
}

.Peque
{
	font-size: 10px;
}

/* PANEL SUPERIOR */
.PanelSuperior
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
}


.PosicionLogoOLD {
    position: absolute;
    top: 11px;
    left: 12px;
}

.PosicionLogo
{
	position: absolute;
    top:-4px;
	left: 12px;
    font-size:32px;
    font-weight:bold;
    font-family:sans-serif;
    color:#FFFFFF;
}

.PanelConfig
{
	position: absolute;
	top: 4px;
	right: 0px;
}

.BotonSalir
{
	height: 32px;
	width: 32px;
	margin-right: 6px;
	background-image: url('../images/salir.png');
	background-repeat: no-repeat;
}

.BotonInfo
{
	height: 32px;
	width: 32px;
	margin-right: 6px;
	background-image: url('../images/info.png');
	background-repeat: no-repeat;
}

.PanelInfo
{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 200px;
	height: 70px;
	display: none;
}

.PanelInfoCabecera
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

.PanelNombreUsuario
{
	position: absolute;
	top: 16px;
	left: 0px;
	width: 100%;
	padding: 4px;
}

.PanelVersiones
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	padding: 4px;
}

.PanelColores
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
}

.BotonAzul
{
    border-style: none;
	height: 24px;
	width: 24px;
	margin-left: 4px;
	background-color: #1775af;
}

.BotonAzul:hover
{
	cursor: pointer;
}

.BotonVerde
{
    border-style: none;
	height: 24px;
	width: 24px;
	margin-left: 4px;
	background-color: #217346;
}

.BotonVerde:hover
{
	cursor: pointer;
}

.BotonNaranja
{
    border-style: none;
	height: 24px;
	width: 24px;
	margin-left: 4px;
	background-color: #e3921d;
}

.BotonNaranja:hover
{
	cursor: pointer;
}

.BotonGris
{
    border-style: none;
	height: 24px;
	width: 24px;
	margin-left: 4px;
	background-color: #404040;
}

.BotonGris:hover
{
	cursor: pointer;
}

.BotonRojo
{
    border-style: none;
	height: 24px;
	width: 24px;
	margin-left: 4px;
	background-color: #d24726;
}

.BotonRojo:hover
{
	cursor: pointer;
}

/* PANEL MENU */
.PanelMenu
{
	position: absolute;
	top: 0px;
	left: 300px;
	height: 40px;
}

.BotonExplorador
{
	margin-top: 4px;
	margin-left: 4px;
	height: 32px;
	background-image: url('../images/explorador.png');
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 40px;
}

.BotonSubida
{
	margin-top: 4px;
	margin-left: 4px;
	height: 32px;
	background-image: url('../images/subida.png');
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 40px;
}

/* PANEL CONTENIDO */
.PanelContenido
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
}

/* PANEL SUBIDA MASIVA */
.PanelSubidaSuperior
{
	position: absolute;
	left: 50%;
	top: 10px;
	width: 900px;
	margin-left: -450px;
}

.PanelSubida
{
	position: absolute;
	left: 50%;
	top: 130px;
	width: 900px;
	margin-left: -450px;
}

.BotonDirectorio
{
    background-image: url("../images/directorio-blanco.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    padding-left: 24px;
}

/* PANEL ACCIONES */
.PanelAcciones
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 32px;
	width: 100%;
	padding-top: 1px;
}

.PanelIconos
{
	position: absolute;
	top: 1px;
	left: 305px;
	height: 30px;
	width: 50%;
	padding-top: 2px;
}

.PanelIconosDir
{
	position: absolute;
	top: 1px;
	left: 5px;
	height: 30px;
	padding-top: 2px;
}
.PanelBusqueda
{
	padding-top: 1px;
	position: absolute;
	top: 1px;
	right: 5px;
	height: 30px;
}

.CampoBuscar
{
	width: 240px;
	border-style: none;
}

.BotonBuscar
{
    background-image: url("../images/boton-buscar.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    width: 24px;
}

.BotonAbrir
{
    background-image: url("../images/abrir.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    padding-left: 24px;
}

.BotonPropiedades
{
    background-image: url("../images/boton-propiedades.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    padding-left: 24px;
}

.BotonAbrirBloqueando
{
    background-image: url("../images/abrir-bloqueando.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    padding-left: 24px;
}

.BotonRecientes
{
    background-image: url("../images/documentos-recientes.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    padding-left: 24px;
}

.BotonPersonal
{
    background-image: url("../images/directorio-usuario.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    padding-left: 24px;
}

.BotonActualizar
{
    background-image: url("../images/boton-actualizar.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    height: 24px;
    position: relative;
    top: 1px;
    padding-left: 24px;
}

.PanelArbol
{
	position: absolute;
	left: 0px;
	top: 32px;
	width: 300px;
	height: 300px;
	overflow: auto;
}
.PanelExpedientes
{
	position: absolute;
	left: 0px;
	top: 12px;
	width: 300px;
	height: 300px;
	overflow: auto;
}

.PanelContenedorLista
{
	position: absolute;
	left: 300px;
	top: 32px;
}

.PanelPropiedades
{
	border-left: 1px solid #1775af !important;
	position: absolute;
	right: 0px;
	top: 32px;
	width: 300px;
	background-color: #FFF !important;
}

.ui-accordion .ui-accordion-header  
{
	margin-top: 0px !important;
}
.divCentrado
{
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.divTituloAbrirDoc 
{
	height:32px;
	text-align:left;
	
		
}
.divCabeceraAbrirDoc 
{
	height:50px;
	text-align:center;
	vertical-align:middle;
}
.divDatosAbrirDoc
{
	height:32px;
	display:block;
	vertical-align:middle;
}