
/* Maquetacion */
#cabecera
{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 6em;
	
	z-index:2;
}

#cabecera #imagen
{
	display: block;
	background: #82ADD7 url('imagenes/cabecera-imagen.gif') no-repeat;
	
	width: 100%;
	height: 52px;
}

#cabecera #barra
{
	display: block;
	position: absolute;
	top:52px;
	left:0;
	width: 100%;
	height: 1.7em;
	
	padding: 0;
	
	font-size:110%;
	color:#FFFFFF;
	text-align:right;
}

#cabecera #opciones
{
	background: url("imagenes/cabecera-fondo.gif") #2A7EBE repeat-y;
	
	display: block;
	position: relative;
	
	width: 100%;
	height: 1.9em;
	
	font-size:70%;
}

#cabecera .opcion
{
	display: inline;
	position: relative;
	
	background: url("imagenes/cabecera-separador.gif") right no-repeat;
	padding: 0 15px 0 12px;
	
	color: #666666;
}

#cabecera .opcion a, .opcion label
{
	color:#FFFFFF;
	text-decoration:none;
}

#cabecera .opcion a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}

#cabecera #opciones #buscar
{
	font-size:1em;
	border: #000000 1px solid;
	width: 60px;
}

#cabecera #opciones label
{
	padding: 0 8px 0 12px;
}

#cabecera #navegador
{
	background: url("imagenes/navegador-fondo.gif") #F3F5F5 bottom repeat-x;
	
	color: #000000;
	text-align:left;
	font-size:75%;
		
	display: block;
	position:relative;
	
	height: 1.9em;
	
	margin: 0 0 0 178px;
	padding: 0;
	
	vertical-align: middle;
	
}

#cabecera .seccion
{
	display: inline;
	position: relative;
	
	background: url("imagenes/navegador-separador.gif") right no-repeat;
	padding: 0 15px 0 12px;
	
	color: #666666;
}

#cabecera .seccion_actual
{
	display: inline;
	position: relative;
	
	padding: 0 15px 0 12px;
	
	color: #666666;
}

#cabecera .seccion a, .seccion_actual a
{
	color: #666666;
}

#cabecera .seccion a:hover .seccion_actual a:hover
{
	color: #666666;
}

/* MENÚ DE NAVEGACIÓN */
#menu
{
	position: absolute;
	top:61px;
	left:0;	
	height: 284px;
	width: 175px;
	
	font-size:80%;
	text-align:left;
	
	background: url("imagenes/menu-cartera.jpg") no-repeat;

	margin: 0;
	margin-top: 20px;
	padding: 0;
	
	z-index: 1;
}


/* 1er NIVEL */
#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:left;
}

#menu li
{
	margin: 10px 0px 0px 0px;
	list-style-type: none;
	background: url(imagenes/menu-opcion.gif) center no-repeat;
}

#menu li a
{
	font-weight: bold;
	
	display: block;
	width:147px;
	padding:2px 0px 2px 30px;

	color:#333333;

	text-decoration: none;
}


#menu li a:hover
{
	background: #969696;
	color:#ffffff;
}

#menu a.seleccionado
{
	background-color: #2A7EBE;
	text-align: center;
	font-weight: bold;
		
	display: block;
	width:169px;
	padding: 4px;

	color:#FFFFFF;
}

#menu a.seleccionado:hover
{
	background-color: #2A7EBE;
	text-decoration: underline;
}

/* 2o NIVEL */
#menu ul ul
{

display: block;
list-style-type: none;

background-color: #FFFFFF;

width: 176px;
border: 1px solid #B7B8BA;

margin-left: 0px;

}

#menu ul ul li
{

margin: 10px 0 10px 0;

}

#menu ul ul li a
{
	font-weight: 100;
	
	width:131px;
	padding:0px 15px 2px 30px;
}

#menu ul ul li a:hover
{
	background-color: #CCCCCC;
	color: #000000;
	font-weight: 100;
}

#menu ul ul li a.seleccionada
{
	background-color: #CCCCCC;
}

/* 3er NIVEL */
#menu ul ul ul
{

display: block;
list-style-type: none;

background-color: #FFFFFF;
/*border: 1px solid #B7B8BA;
border-left: 0px;*/

width: 174px;
padding: 0;
margin: 0;

}

#menu ul ul ul li
{

margin: 10px 0 0 0;

}

#menu ul ul ul li a
{
display: block;
width: 144px;
font-weight: 100;
}

#menu ul ul ul li a:hover
{
background-color: #CCCCCC;
color: #000000;
font-weight: 100;
}

#menu ul ul ul li a.seleccionada
{
background-color: #CCCCCC;
}

.seleccionado2
{
	background: #B7B8BA;
	text-align: center;
	/*border: 0px;*/
	
	display: block;
	width:171px;
	padding: 2px;

	color:#000000;
}

#menu_complementario
{
	background: url("imagenes/complementario-fondo.gif") #ffffff top repeat-x;
	
	color: #000000;
	font-size:85%;
	text-align:right;
	vertical-align:middle;
	
	padding: 4px;
	margin: 30px 40px 0 210px;
}


#menu_complementario a
{
	color: #333333;
	text-decoration: none;
}

#menu_complementario a:hover
{
	color: #333333;
	text-decoration: underline;
}

#menu_complementario img
{
	vertical-align:middle; 
	padding-right:5px;
}

.body
{
/*	background: url("imagenes/body-fondo.gif") #ffffff repeat-y;*/
	background: url("../images/cecedilla5.jpg") #ffffff repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 72%;
	line-height: 17px;
	margin: 0;
}

#contenido
{
	margin-top: 110px;
	margin-left: 240px;
}

#contenido_app
{
	margin-top: 100px;
	margin-left: 240px;
}

.h1
{
	font-family: Verdana;	
	font-size: 175%;	
	color: #28558E;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	line-height: normal;
}

.h2
{
	font-size: 115%;
	color: #000000;
	letter-spacing: -1px;
	margin: 15px 0 0 -15px;
}

.h3
{
	font-size: 100%;
	color: #000000;
	letter-spacing: -0.5px;
	
	margin: 10px 0 0 0;
}

.h4
{
	font-size: 100%;
	color: #414141;
	letter-spacing: -0.5px;
	/*margin: 20px 20px 0 0;*/
	/*padding: 3px;*/
	padding-left: 10px;
	background: #E9E9E9;
}

.h5
{
	font-family: Verdana;	
	font-size: 105%;	
	color:  #000000;/*#28558E;*/
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	line-height: normal;
}


.p.bordeado{
	padding: 10px;
	border: 1px #CCCCCC dashed
}

.ul
{
	color: #000000;
	text-align: justify;
}

.ul.bordeado{
	padding: 10px;
	padding-left: 40px;
	border: 1px #CCCCCC dashed;
	text-align: center;
	margin-right: 40%;
	background-color: #F3F3F3;
}

.li
{
	margin: 10px 30px 10px 10px;
	list-style-type: square;
	text-align: left;
}

.a:link 	
{
	color:#142CD4;
	font-size: 85%;	
	font-family:Verdana;	
}
.a:visited
{
	color:#142CD4;
	font-size: 85%;	
	font-family:Verdana;	
}
.a:hover 	{color:#39C422; text-decoration: underline;}
.a img 		{border-width: 0;}
  
.a.external
{
	background: url("imagenes/external.png") center right no-repeat;
	padding-right: 13px;
	font-size: 85%;	
	font-family:Verdana;
}

.pdf
{
	background: url("imagenes/documento-pdf.jpg") top left no-repeat;
	padding-left: 17px;
}

.word
{
	background: url("imagenes/documento-word.jpg") top left no-repeat;
	padding-left: 17px;
}

.powerpoint
{
	background: url("imagenes/documento-powerpoint.jpg") top left no-repeat;
	padding-left: 17px;
}

.excel
{
	background: url("imagenes/documento-excel.jpg") top left no-repeat;
	padding-left: 17px;
}

.access
{
	background: url("imagenes/documento-access.jpg") left top no-repeat;
	padding-left: 17px;
	/*display: block;*/
}

.zip
{
	background: url("imagenes/documento-zip.jpg") top left no-repeat;
	padding-left: 17px;
}

/* Tablas */

table
{
	border-collapse: collapse;
	/*background: #FBFBFB;*/
	font-size: 85%;
	border: 1px;
	margin: 0px 0px 0px 0px;
}
	
.th
{ 
	border: 1px solid #666666;
	background: #2A7EBE;
	font-size: 95%;
	font-weight: bold;
	padding: .5em .5em .5em .5em;
	color: #FFFFFF;
}

.td
{ 
	border: 1px solid #FBFBFB;
	background: #FBFBFB;
	padding: .4em .4em .4em .4em;
}

.table.table2

{
	border-collapse: collapse;
	background: #FFFFFF;
	border: 0px;
	margin: 0px 0px 0px 0px;
}
	
.td.td2
{ 
	border: 0px;
	background: #FFFFFF; 
	padding: .4em .4em .4em .4em;
}

.p.table2
{
	font-size: 120%;
	color: #28558E;
	letter-spacing: -1px;
}

/*.p.dentrotable2
{
	font-size: 90%;
	color: #000000;
	letter-spacing: -1px;
}*/



.label
{
	font-family:Verdana;
	font-size: 85%;
	font-weight: bold;	
	color:  #000000;
	/*background-color:#FBFBFB;*/
}


.input,.select
{
	font-family:Verdana;
	font-size: 90%;
	color: #000000;
	line-height: 17px;
	text-align: justify;
	margin: 5px 0px 5px 0px; /*10 30 10 0*/
	height: 16;
}

.checkbox
{
	font-family:Verdana;
	font-size: 80%;
	color: #232124;
	text-align: left;
	height: 16px;
	
}

.button
{
	font-family:Verdana;
	font-size: 85%;
	background-color: #646a7e; /* #4A3C8C;*/
	border-style: double;
	border-width: 3px;
	border-color: #646a7e; /*#4A3C8C;*/
	color: #ffffff;
	width: 130px;
	height: 24px;
	margin: 3px 12px 3px 12px;	
}

.grid
{
	font-family:Verdana;
	font-size: 9px;
	color: #4A3C8C;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E7E7FF;
	border-width: 1px;
}

.headerStilo
{
	background-color: #4A3C8C;
	color: #ffffff;
	 
}

.ItemStilo
{
	background-color: WhiteSmoke;
	border-color: whiteSmoke;	
}

.encabezado
{
	font-family:Verdana;
	font-weight:bold;
	font-size: 12px;
	background-color: #4A3C8C;
	/*border-style: double;
	border-width: 3px;
	border-color: #4A3C8C;*/
	color: #ffffff;
	/*width: 130px;
	height: 24px;
	margin: 3px 12px 3px 12px;	*/
}

.p
{
	color: #000000;
	line-height: 17px;
	text-align: justify;
	margin: 0px 0px 0px 8px;
	font-family:Verdana;
	font-size: 80%;
}

.psit
{
	color: #000000;
	line-height: 17px;		
	margin: 0px 0px 0px 8px;
	font-family:Verdana;
	font-size: 80%;
}

.p.negrita
{
	color: #000000;
	line-height: 17px;
	text-align: justify;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
	font-family:Verdana;
	font-size: 80%;
}
