/*
	Hoja de estilos para la página con el menú de los perfiles web
	Ruta => /webroot/GAUR/images/menugaur
	Creado por Sergio Carrera el 08/02/2016
	Ultima modificación: 21/04/2016
*/

/* Estilos para la plantilla de la página con el menu GAUR */
#capaVentana {
	width: 100%;
    height: 100vh;
	margin: auto;
}	

#capaCentral {
    position: relative;
    float: left;
    width: 100%;
}		

#capaIzda {
	position: relative;
	float: left;
	width: 22%;
	height: 100vh;
	background-color: #EC8D00;
}	

#capaDrcha {
	position: relative;
	float: left;
	width: 78%;
	height: 100vh;
	margin: 0;
	background: #FFFFFF url("../logofondo2.gif") repeat left top;
}

#capaMenu {
	position: relative;
	float: left;
	width: 100%;
    height: 100vh;
	background-color: #EC8D00;
	overflow-y: auto;
	overflow-x: hidden;
}

#logo {
	float: left;
	width: 85%;		
	margin-bottom: 5%;
	padding-left: 15%;
}

#iframePrograma {
	width: 100%;
    height: 100vh;
}

/* Estilos para la plantilla de la otras páginas de SAS */
#cajaContenido {
	float: left;
	width: 100%;
    height: 100vh;
}

#cajaIzda {
	float: left;
	width: 25%;
	background-color: #ec8d00;
    height: 100vh;
}

#cajaIzda #logo {
	width: 76%;
	padding-left: 24%;
}

#cajaDrcha {
	background: #ffffff url("../logofondo2.gif") repeat scroll left top;
	float: left;
    width: 75%;
    height: 100vh;
	overflow-y: auto;
}

.capa_clear {
	clear: both;
}

.navidad {
    float: left;
    text-align: center;
    width: 100%;
}

.txt_entorno {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 8%;
    text-align: center;
    width: 100%;
}		

.capa_titulo {
	float: left;
	width: 85%;
}

.capa_titulo h1 {
	background-color: #FFFFFF;
	color: #ec8d00;
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 3em;
	font-weight: bolder;
	text-align: center;
}

.capa_titulo h2 {
    font-size: 1.6em;
    text-align: center;
}

.capa_enlaces {
	float: left;
	width: 13%;
	padding: 1%;
}

.capa_centrada {
	float: left;
	width: 70%;
	margin: 3%;
	padding-left: 20%;
}

.enlaces-inicio {
    float: left;
    margin: 3%;
    padding-left: 12%;
    padding-top: 10%;
    width: 75%;
}

.enlaces-inicio li {
	min-height: 4em;
	list-style-type: none;
	padding: 1% !important;
}

.enlaces-inicio li a {
	background: url("../wb00882_.gif") no-repeat scroll top left;
    color: #EC8D00;
	font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: none;	
	padding-left: 3%;
}

.enlaces-inicio li:hover a:hover {
	background: url("../wb00955_.gif") no-repeat scroll top left;
    color: #000000;
}

.enlaces-inicio li a:visited {
	background: url("../wb00882_.gif") no-repeat scroll top left;
    color: #EC8D00;
    text-decoration: none;	
}

#contenido_form fieldset {
	width: 60%;
}

#contenido_form fieldset legend {
    font-size: 1.4em;
    font-weight: bolder;
    height: auto;
    min-height: 1.6em;
    color: #007373;
}

.perfiles li {
	min-height: 16px;
	list-style-type: none;
	padding: 1% !important;
}

.perfiles li input {
	margin-top: 0.4% !important;
	margin-right: 1%;
}

.perfiles li label {
	background-color: transparent !important;
}

.perfiles li img {
	margin-left: 1% !important;
	margin-right: 0.5%;
}

.perfiles li a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}

.perfiles li:hover a:hover {
    color: #FFFFFF;
    background-color: #0000FF;
}

.perfiles li a:visited {
    color: #000000;
	text-decoration: none;
}

/* Estilos para el menú GAUR */
.treeview {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 5%;
}

.treeview ul {
	margin: 0;
	padding: 0;
}

.treeview li { /* Estilo para los elementos LI en general (excluye un LI que contiene submenu) */
	background: url("page.png") no-repeat scroll -2px -1px;
	list-style-type: none;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px; /* descomentar para separar más las opciones implicar modificar imágenes */
}

.treeview li.submenu { /* Estilo para LI que contienen submenus (otros ULs) */
	background: url("folder_close.gif") no-repeat scroll -2px -1px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul { /* Estilo para ULs que son hijos de LIs (submenu) */
	display: none; /* Ocultos por defecto. No borrar */
}

.treeview .submenu ul li { /* Estilo para LIs de ULs que son hijos de otros LIs (submenu) */
	cursor: default;
}

.treeview a {
    color: #000000;
    font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
    font-size: 8pt;
    font-weight: 700;
    text-decoration: none;
}

.treeview a:hover {
    background-color: #0000FF;
    color: #FFFFFF;
}