.wpsPortletBody{
	width: 100%;
	line-height:18px;
	}
 body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif !important;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #ffffff;
    	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
    	padding: 0;
    	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
    	color: #000000 !important;
	color: #000000;
		overflow-y:scroll;
		_overflow-y:auto;
		background-image:url(../img/fondo.png);
		background-position:center;
		background-repeat:repeat-y;
		font-size:9pt !important;
		font-size:9pt;
    }
    .thrColAbsHdr #container { 
    	position: relative; /* la adición de position: relative le permite colocar las dos barras laterales en relación con este contenedor */
    	width: 772px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
    	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
    	text-align: left; /* esto anula text-align: center en el elemento body. */
    } 
    
    /* Sugerencias para barras laterales con posición absoluta con encabezado y pie:
    1. Los elementos con posición absoluta (AP) deben recibir un valor superior y lateral, ya sea derecho o izquierdo. (De manera predeterminada, si no se asigna ningún valor superior, el elemento AP comenzará directamente después del último elemento del orden de origen de la página. Esto significa que, si las barras laterales son el primer elemento del #container en el orden de origen del documento, aparecerán en la parte superior del #container aunque no se les asigne un valor superior. No obstante, si posteriormente se trasladan en el orden de origen por cualquier motivo, necesitarán un valor superior para que aparezcan donde usted desea.
    2. Los elementos con posición absoluta (AP) se extraen del flujo del documento. Esto significa que los elementos situados alrededor de ellos no saben que existen y no los tienen en cuenta al ocupar su espacio en la página. En consecuencia, sólo deberá utilizar un div AP como columna lateral si está seguro de que el div #mainContent del centro siempre será el que incluya la mayor parte del contenido. Si alguna de las barras laterales incluyera más contenido, la barra lateral superaría la parte inferior del div padre, en este caso también el pie, y no parecería que la barra lateral estuviera contenida.
    3. Si se cumplen los requisitos anteriores, las barras laterales con posición absoluta pueden ser una forma sencilla de controlar el orden de origen del documento.
    4. Si cambia el orden de origen, el valor superior deberá ser igual a la altura del encabezado, ya que esto hará que las columnas confluyan visualmente con el encabezado.
    */
    .thrColAbsHdr #header { 
    	height: 155px; /* si está cambiando el orden de origen de las columnas, puede que le interese utilizar una altura en el encabezado que le permita asignar a las columnas un valor superior predecible */
    	background: #ffffff; 
    	padding: 0;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
		background-image:url(../img/bgMenu.png);
		background-repeat:repeat-x;
		background-position:bottom;
    } 
  
    .thrColAbsHdr #sidebar1 {
    	position: absolute;
    	top: 155px;
    	left: 0;
    	width: 160px; 
    	padding-top: 10px;
		padding-left: 10px;
    }
	
	
    .thrColAbsHdr #sidebar2 {
    	position: absolute;
    	top: 155px;
    	right: 0;
    	width: 190px;
       	padding-top: 10px;
		padding-right: 10px;
    }
    .thrColAbsHdr #mainContent { 
		background-color: #ffffff;
		color: #000000;
		margin-top: 10px;
    	margin-left: 180px;
		margin-right: 30px;
    	padding: 0 10px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
    }
    .thrColAbsHdr #footer { 
    	padding: 0 10px 0 20px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
    } 
    .thrColAbsHdr #footer p {
    	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
    }
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
	
	/*DFA*/
	td
{
	font-size:9pt;
}

img.imagen
{
	border:0px;
	margin: 15px 15px 15px 0px;
}

img.flotante
{ 
	float:left;
	margin: 0px 15px 15px 0px;
}
	
.titulo
{
	font-size: 11pt;
	color:#CC0066;
	font-weight:bold;
	padding-bottom:12px;
	background-color: #ffffff;
}

.subtitulo
{
	font-size: 10pt;
	color: #006699;
	font-weight:bold;
	padding-bottom:12px;
	background-color: #ffffff;
}

a.enlace, a.enlacenav:link,a.enlacenav:visited, a.enlacenav:active, a.enlacenav:focus
{
	text-decoration:none;
	color:#CC0066;
	background-color: #ffffff;
}

a.enlace:hover 
{
	text-decoration:underline;
}

a.nivel3, a.nivel3:link,a.nivel3:visited, a.nivel3:active, a.nivel3:focus
{
	text-decoration:none;
	color:#CC0066;
	font-weight: bold;
	font-size:10pt;
	padding-left:10px;
	padding-bottom:15px;
	background-color: #ffffff;
}

a.nivel3:hover
{
	text-decoration:underline;
}

.nivel3col
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}

.elemento
{
	font-size: 10pt;
	color: #006699;
	padding-left:15px;
	text-decoration:none;
	background-color: #ffffff;
}

a.elemento, a.elemento:link,a.elemento:visited, a.elemento:active, a.elemento:focus
{
	font-size: 10pt;
	color: #006699;
	padding-left:15px;
	text-decoration:none;
}

a.elemento:hover
{
	text-decoration:underline;
}

.pregunta
{
	font-size: 9pt;
	color: #006699;
	font-weight:bold;
	background-color: #ffffff;
}

.menu
{
	text-decoration:none;
	color: #006699;
	font-weight:bold;
	background-color: #ffffff;
}

#telefonoCabecera
 {
 display:block; 
 position:absolute; 
 right:15px; 
 top: 83px; 
 font-size:11px;
 }	
 #botoneraPortales {
 FLOAT: left; 
 MARGIN: 0px; 
 LIST-STYLE-TYPE: none; 
 HEIGHT: 25px;
 padding-left: 6px;
 
}
#botoneraPortales LI {
 FLOAT: left;
 margin-left:2px;
 padding:0px;
}
#botoneraPortales A {
 BACKGROUND-COLOR: #ffffff;
 color:#999999;
 margin:0px;
 display:inline-block;
 font-size:11px;

 
}
#botoneraPortales A:hover {
 color:#ffffff;
 background-color:#d60157;
 text-decoration:none;
 background-image:url(../img/btnPortalRight.png);
 background-position:right top;
 background-repeat:no-repeat;
}
#botoneraPortales A DIV
{
 padding-left:3px;
 padding-right:3px;
 padding-top:3px;
 HEIGHT: 16px;
 float:left;

 cursor:pointer;
}
#botoneraPortales LI A.selected {
 color:#ffffff;
 background-color:#b60e52;
 text-decoration:none;
 background-image:url(../img/btnPortalRight.png);
 background-position:right top;
 background-repeat:no-repeat;
}
#botoneraPortales A:hover DIV, #botoneraPortales A.selected DIV
{

 background-image:url(../img/btnPortalLeft.png);
 background-position:left top;
 background-repeat:no-repeat;

}
		
	/*DISEÑO*/
	
	
	
	#header1
	{
		height: 100px;
		padding-left: 10px;
		background-image:url(../img/imgBuscador.png);
		background-repeat:no-repeat;
		background-position:top right;
	}
	
	#header1 form
	{
		float:right;
		padding-right:0px;
		padding-top: 26px;
		padding-left:0px;
		padding-bottom: 0px;
		margin:0px;
	}
	
	#header1 form .textInput
	{
		width: 96px;
		margin-bottom: 4px;
	}
	
	#botoneraAcciones
	{
		list-style:none;
		float:right;
		height: 25px;
		padding-right: 5px;
		margin:0px;
		padding-top:0px;
		padding-left: 0px;
	}
	
	
	
 	#botoneraAcciones li
	{
		float:left;
		padding-right: 5px;
	}
	
	#botoneraAcciones li.textoAzulOscuro
	{
		padding-top: 5px;
		font-size: 11px;
	}
	

	#botoneraAcciones A.boton
	{
		background-image:url(../img/bgBoton.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#66c5ed;
		display:inline-block;

	}
	
	#botoneraAcciones A:hover.boton
	{
		background-image:url(../img/bgBotonOver.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#356eaa;
		display:inline-block;

	}
	
	
	
		
	
	#botoneraSecciones
	{
		list-style:none;
		height: 30px;
		margin:0px;
		padding-left: 0px;
		clear:both;
		padding-left: 8px;
	}
	
	#botoneraSecciones li
	{
		font-weight:bold;

		color:#FFFFFF;
		text-decoration:none;
		background-color:#66c5ed;
		height:30px;
		background-image:url(../img/bgTab.png);
		background-repeat:repeat-x;
		background-position:bottom;
		margin-right: 3px;
		float:left;

	}
	
	#botoneraSecciones li.seccionSeleccionada
	{
		font-weight:bold;

		color:#FFFFFF;
		text-decoration:none;
		height:30px;
		background-image: none;
		background-color:#001c78;
		margin-right: 3px;
		float:left;

	}
	

#botoneraSecciones li div, #botoneraSecciones li div.tabDefault
 {
  background-image:url(../img/tabRight.png);
  background-repeat:no-repeat;
  background-position:top right; 
 }

 
 
 
 
#botoneraSecciones li div.tabOver
 {
  background-color:#0059b4;
 }


#botoneraSecciones li div A
 {
  font-weight:bold;
  color:#ffffff;
  text-decoration:none;
  display:inline-block;
  padding-left: 9px;
  padding-right: 9px;
  padding-top:7px;
  height:23px;
  background-image:url(../img/tabLeft.png);
  background-repeat:no-repeat;
  background-position:top left;
  text-decoration:none;
 } 

	
	/*cuadro gris*/
	.cuadroGris
	{
		background-color:#f0f0f0;
		
	}
	
	
	
	.cuadroGrisT
	{

	}
	
	.cuadroGrisTL
	{
		float:left;
		background-image:url(../img/cuadroTL.png);
		background-repeat:no-repeat;
		background-position:top left;
		width:11px;
		height:11px;
	}
	
	.cuadroGrisTR
	{
		float:right;
		background-image:url(../img/cuadroTR.png);
		background-repeat:no-repeat;
		background-position:top right;
		width:11px;
		height:11px;
	}
	
	.cuadroGrisB
	{
		background-image:url(../img/cuadroB.png);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#FFFFFF;
		height:15px;
	}
	
	.cuadroGrisBL
	{
		float:left;
		background-image:url(../img/cuadroBL.png);
		background-repeat:no-repeat;
		background-position:top left;
		width:10px;
		height:15px;
	}
	
	.cuadroGrisBR
	{
		float:right;
		background-image:url(../img/cuadroBR.png);
		background-repeat:no-repeat;
		background-position:top right;
		width:10px;
		height:15px;
	}
	
	div.cuadroGris ul
	{
		list-style:url(../img/flecha.png);
		margin-top:0px;
		margin-bottom: 0px;
		padding-right: 5px;
		margin-left:15px;
		padding-left:15px;


	}
	
	div.cuadroGris ul li
	{
		margin-bottom: 8px;

	}
	
	div.cuadroGris ul li a
	{
		color: #009ee1;
		font-weight: bold;
		text-decoration:none;
		font-size:9pt;
	}
	
	div.cuadroGris ul li a:hover
	{
		color: #001c78;
		font-weight: bold;
		text-decoration:underline;
	}
	
	/*cuadro azul*/
	.cuadroAzul
	{
		background-color:#ccecf9;
		
	}
	
	
	
	.cuadroAzulT
	{

	}
	
	.cuadroAzulTL
	{
		float:left;
		background-image:url(../img/cuadroAzulTL.png);
		background-repeat:no-repeat;
		background-position:top left;
		width:11px;
		height:11px;
	}
	
	.cuadroAzulTR
	{
		float:right;
		background-image:url(../img/cuadroAzulTR.png);
		background-repeat:no-repeat;
		background-position:top right;
		width:11px;
		height:11px;
	}
	
	.cuadroAzulB
	{
		height:15px;
		background-image:url(../img/cuadroAzulB.png);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#FFFFFF;
	}
	
	.cuadroAzulBL
	{
		float:left;
		background-image:url(../img/cuadroAzulBL.png);
		background-repeat:no-repeat;
		background-position:top left;
		width:10px;
		height:15px;
	}
	
	.cuadroAzulBR
	{
		float:right;
		background-image:url(../img/cuadroAzulBR.png);
		background-repeat:no-repeat;
		background-position:top right;
		width:10px;
		height:15px;
	}

	
	div.cuadroAzul ul
	{
		list-style:none;
		padding: 0px;
		margin:0px;
		width: 160px;/*23/02/2010 añadido*/
		overflow:hidden;/*23/02/2010 añadido*/
		border-top: none;
	}
	
	div.cuadroAzul ul li
	{
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #84b7cd;

	}
	
	div.cuadroAzul ul li a
	{
		font-size:12px;
		color: #009ee1;
		font-weight: bold;
		text-decoration:none;
		padding-left: 8px;/*23/02/2010 modificado*/
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		display:block;
	}
	
	
	div.cuadroAzul ul li a:hover
	{
		color: #ffffff;
		background-color:#009ee1;
	}
	
	div.cuadroAzul ul li a.seccionSeleccionada
	{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
		padding-left: 8px;/*23/02/2010 modificado*/
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		display:block;
		background-color:#001c78;
	}
	
	
	
	
	
	
	/*generales*/
	
	.tituloSeccion
	{
	font-size:14pt;
	font-weight: normal;
	color: #CC0066;
	padding-bottom: 4px;
	margin-bottom: 8px;
	margin-top: 10px;
	border-bottom: 1px solid  #CC0066;
	display:inline-block;
	width:540px;
	background-color: #ffffff;
	}
	
	.textoAzulOscuro
	{
		font-weight: bold;
		color: #3a95ba;
		font-size:9pt;
	}
	
	.textInput
	{
		border: 1px solid #aeaeae;
		
	}




a.enlaceTituloAzul
{
	text-decoration:none;
	color: #009ee1;
	font-weight:bold;
	margin-bottom: 8px;
	background-color:#ffffff;
	padding: 0px;
}

a.enlaceTituloAzul:hover 
{
	text-decoration:underline;
	color: #001c78;
	font-weight:bold;
}

a.enlaceFlechaAzul
{
	text-decoration:none;
	color: #009ee1;
	font-weight:bold;
	background-image:url(../img/flecha.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-color:#ffffff;
}

a.enlaceFlechaAzul:hover 
{
	text-decoration:underline;
	color: #001c78;
	font-weight:bold;
}

.left
{
float: left;
padding-right: 10px;
padding-bottom:10px;
}

.right
{
float: right;
padding-left: 10px;
}

.verMas
{
	text-align:right;
	margin-top: 10px;
}

.bloqueDestacado
{
	padding-top:10px;
}
A.lwpButtonText
{
		background-image:url(../img/bgBoton.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#66c5ed;
		color:#FFFFFF;
		height: 19px;
		border: 0px;
		text-decoration:none;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
		display:inline-block;


	}
	
	A:hover.botonTexto
	{
		background-image:url(../img/bgBotonOver.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#356eaa;
		color:#FFFFFF;
		height: 19px;
		border: 0px;
		text-decoration:none;

	}
A.botonTexto
	{
		background-image:url(../img/bgBoton.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#66c5ed;
		color:#FFFFFF;
		height: 19px;
		border: 0px;
		text-decoration:none;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
		display:inline-block;


	}
	
	A:hover.botonTexto
	{
		background-image:url(../img/bgBotonOver.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#356eaa;
		color:#FFFFFF;
		height: 19px;
		border: 0px;
		text-decoration:none;

	}

/*cuadros foros y agenda*/
	#cuadroAgenda
	{
	background-image:url(../img/cuadroAgenda.png);
	background-repeat:no-repeat;
	width: 158px;
	height:136px;
	display:block;
	}

	#cuadroForos
	{
	background-image:url(../img/cuadroForos.png);
	background-repeat:no-repeat;
	width: 158px;
	height:139px;
	display:block;
	}

/*menu primer nivel*/
	div.cuadroAzul ul li ul
	{
		background-color:#e5f5fc;
	}
	
	div.cuadroAzul ul li ul li
	{
		border-bottom: 1px solid #ccecf9;
		border-top: 1px solid #ccecf9;
	}
	
	div.cuadroAzul ul li ul li a
	{
		padding-left: 18px;
	}
	
	div.cuadroAzul ul li ul li a.seccionSeleccionada
	{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
		display:block;
		background-color:#001c78;
		padding-left: 18px;
	}
	
	div.cuadroAzul ul li.menuCerrado a
	{
		background-image:url(../img/flechaMenuCerrado.png);
		background-position: 5px 7px;
		background-repeat:no-repeat;

	}
	
	div.cuadroAzul ul li.menuAbierto a
	{
		background-image:url(../img/flechaMenuAbierto.png);
		background-position: 5px 7px;
		background-repeat:no-repeat;

	}
	
	div.cuadroAzul ul li.menuAbierto ul li a
	{
		background-image:none;

	}
	
	
	/*menu segundo nivel*/
	
	div.cuadroAzul ul li ul li.menuCerrado a
	{
		background-image:url(../img/flechaMenuCerrado.png);
		background-position: 20px 7px;
		background-repeat:no-repeat;

	}
	
	div.cuadroAzul ul li ul li.menuAbierto a
	{
		background-image:url(../img/flechaMenuAbierto.png);
		background-position: 20px 7px;
		background-repeat:no-repeat;

	}
	
	div.cuadroAzul ul li.menuAbierto ul li ul li a
	{
		background-image:none;

	}
	
	/*menu tercer nivel*/
	div.cuadroAzul ul li ul li ul
	{
		background-color:#f3fafd;
	}
	
	div.cuadroAzul ul li ul li ul li a
	{
		padding-left: 28px;
	}
	
	div.cuadroAzul ul li ul li ul li a.seccionSeleccionada
	{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
		display:block;
		background-color:#001c78;
		padding-left: 28px;
	}
	

	/*form*/
	form.formulario
	{
		padding:10px;
		background-color: #ffffff;
	}
	
	form.formulario fieldset
	{
		border-left: 0px;
		border-top: 0px;
		border-bottom: 1px solid #9fd6ec;
		border-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		width:100%;
		border-top: 0px;
		padding-bottom:10px;
		margin-bottom:10px;
		display:block;
		
	}
	
	form.formulario legend
	{
		font-size:9pt;
		font-weight: bold;
		color: #6a6a6a;
	}
	
	form.formulario div
	{
	clear:both;
	margin-top: 10px;
	}
	
	form.formulario label
	{
		width: 100px;
		text-align: right;
		display:inline-block;
		margin-right: 15px;
		padding-bottom: 10px;
		color: #3a95ba;
		float:left;
		font-weight: bold;
	}
	
	form.formulario label.lblCheckbox, form.formulario label.lblRadio
	{
		width: auto;
		text-align: left;
		display:inline;
		margin-right: 0px;
		padding-left: 5px;
		padding-bottom: 0px;
		color: #3a95ba;
		font-weight:normal;
		float:none;
	}
	
	
	
	input.formTextInput, textArea.formTextArea, select
	{
		border: 1px solid #9fd6ec;
		background-color:#f7fbfd;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9pt;
		padding:3px;
		color: #3a95ba;
	}
	

	
	
	input.formBtn
	{
		background-image:url(../img/bgBoton.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#66c5ed;
		color:#ffffff;
		border:0px;
	}
	
	
	
	input:hover.formBtn
	{
		background-image:url(../img/bgBotonOver.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#66c5ed;
		color:#ffffff;
		border:0px;
	}
	
	
	a
	{
		color: #009ee1;
		font-weight: bold;
		text-decoration:none;
		font-size:12px;
	}
	
 a:hover
	{
		color: #001c78;
		font-weight: bold;
		text-decoration:underline;
	}
	
	#ruta
	{
	margin-top: 10px;
	
	
	color:#666666;
	background-color:#f3fafd;
	border-top: 1px solid #ccecf9;
	border-bottom: 1px solid #ccecf9;
	padding: 5px;
	}
	
	a.enlaceAzul
	{
		text-decoration:none;
		color: #009ee1;
		font-weight:bold;
		margin-bottom: 8px;
		background-image:url(../img/flecha.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:15px;
		font-size:9pt;
	}
	
	a.enlaceAzul:hover
	{
		text-decoration:underline;
		color: #001c78;
		font-weight:bold;
		font-size:9pt;
	}
	
	div.enlaceAzul a
	{
		text-decoration:none;
		color: #009ee1;
		font-weight:bold;
		margin-bottom: 8px;
		background-image:url(../img/flecha.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:15px;
		font-size:9pt;
	}
	
	span.enlaceAzul:hover a
	{
		text-decoration:underline;
		color: #001c78;
		font-weight:bold;
		font-size:9pt;
	}
	
	span.enlaceAzul a
	{
		text-decoration:none;
		color: #009ee1;
		font-weight:bold;
		margin-bottom: 8px;
		background-image:url(../img/flecha.png);
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:15px;
		font-size:9pt;
	}
	
	div.enlaceAzul:hover a
	{
		text-decoration:underline;
		color: #001c78;
		font-weight:bold;
		font-size:9pt;
	}
	
	
	
	
	
	.tituloSeccionHomedr
	{
	font-size:14pt;
	font-weight: normal;
	color: #CC0066;
	padding-bottom: 4px;
	margin-bottom: 8px;
	margin-top: 10px;
	border-bottom: 1px solid  #CC0066;
	display:inline-block;
	width:200px;
	}
	.tituloSeccionHomeiz
	{
	font-size:14pt;
	font-weight: normal;
	color: #CC0066;
	padding-bottom: 4px;
	margin-bottom: 8px;
	margin-top: 10px;
	border-bottom: 1px solid  #CC0066;
	display:inline-block;
	width:330px;
	}
	 
	a.verMas
	{
		text-decoration:none;
		color: #009ee1;
		font-weight:bold;
		margin-bottom: 8px;
		padding-left:15px;
	}
	
	a.verMas:hover
	{
		text-decoration:underline;
		color: #001c78;
		font-weight:bold;
	}
	.subtitulo2
	{
	font-size: 10pt;
	color: #006699;
	font-weight:bold;
	}

	.paginacion
	{
	text-align:center;
	padding: 5px;

	}
	
	 .paginacion span
	{
		background-image:url(../img/bgBoton.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#66c5ed;
		display:inline-block;

	}
	
	.paginacion span:hover 
	{
		background-image:url(../img/bgBotonOver.png);
		background-repeat:repeat-x;
		background-position:bottom;
		background-color:#356eaa;
		display:inline-block;

	}
	
	.destacado
	{
	font-size: 10pt;
	color: #006699;
	font-weight:bold;
	background-color: #ffffff;
	}
	
	.destacado2
	{
	font-size: 10pt;
	}

	.destacado3
	{
	font-size: 10pt;
	color: #2D566B;
	}
	
.tip	{ width:250px; font-family:tahoma,arial; background-color :#ffffff;border-style:solid;border-color:#000000;border-width:1px;}
.tip-title		{ color:#009EE1; font-weight:bold; margin:20px 0px 0px 15px; text-align: left;}
.tip-text		{ color:#000; padding:10px 10px 20px 15px; text-align: left;}
.calendari .dies {
background-color:#D8E6F1;
border:1px solid #EAEAEC;
color:#1A5588;
font-size:11px;
height:20px;
text-align:center;
vertical-align:middle;
}
.calendari td {
background-color:#F9F9F9;
border-color:#CCCCCC #E4E4E4 #E4E4E4 #CCCCCC;
border-right:1px solid #E4E4E4;
border-style:solid;
border-width:1px;
color:#666666;
font-size:11px;
font-weight:bold;
height:80px;
padding:3px;
vertical-align:top;
width:14%;
}

	/*FORM CANDIDATOS*/
	.pasosForm
	{
		margin-bottom: 10px;
		color:#666666;
		background-color:#f6f6f6;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px;
		font-weight:bold;
	}
	
	.navegacionForm
	{
		text-align:right;
		padding-top: 10px;
		padding-bottom:10px;
	}
	
	.navegacionFormTexto
	{
		margin-top:20px;
		text-align:right;
		border-top: 1px solid #9fd6ec;
		padding-top: 10px;
		padding-bottom:10px;
	}
	
	.margenLabel
	{
	padding-left: 115px;
	}
	
	
	#formCandidatos
	{
		padding:0px;
		margin: 0px;
	}
	
	#formCandidatos div
	{
		clear:none;
	}
	
	#formCandidatos label
	{
		

		font-weight: bold;
		float:none;
		width:auto;
	}
	
	#formCandidatos label.lblCheckbox
	{
		
		display:inline-block;
		font-weight: bold;
		float:none;
		padding-right:10px;
		width:auto;
	}
	
	#formCandidatos .fieldSetHorizontal div,
	#formCandidatos .fieldSetHorizontalEstrecho div
	{
		clear:both;
		margin-bottom:0px;
		padding-bottom:0px;
				
	}
	
	#formCandidatos .fieldSetHorizontal label
	{
		width: 200px;
		text-align: right;
		
		margin-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		float:left;
		margin-bottom: 0px;
		
	}
	
	#formCandidatos .fieldSetHorizontal .divBtn
	{
		padding-left:215px;
	}
	
	
	
	#formCandidatos .fieldSetHorizontal select, 
	#formCandidatos .fieldSetHorizontal input.formTextInput
	{
		width: 160px;
		margin-bottom: 5px;
		float:right;
	
	}
	
	
	
	
	/*fieldset horizontal label pequeño*/
	#formCandidatos .fieldSetHorizontalEstrecho label
	{
		width: 110px;
		text-align: right;
		
		margin-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		float:left;
		margin-bottom: 0px;
		
	}
	

	
	#formCandidatos .fieldSetHorizontalEstrecho select, 
	#formCandidatos .fieldSetHorizontalEstrecho input.formTextInput
	{
		width: 160px;
		margin-left: 5px;
		margin-right: 5px;

	
	}
	
	#formCandidatos .fieldSetHorizontalEstrecho textArea
	{
		width:300px;
		height: 60px;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	
	#formCandidatos .fieldSetHorizontalEstrecho .bloqueSinLabel
	{
		padding-left:115px;
		
	}

	
	#formCandidatos legend
	{
		padding-top:10px;
		padding-bottom: 10px;
	}
	
	#formCandidatos fieldset
	{
		margin-top: 0px;
		padding-top: 0px;
		width:auto;
		margin-bottom:0px;
		padding-bottom:10px;
	}
	

	
	.formulario .descripcion
	{
	font-size:9pt;
		font-weight: bold;
		color: #6a6a6a;
	}
	
	
	
	
	.formulario .divUbicacion
	{

		width: 120px;
		float:left;

	}

	#sidebar1 a {
		font-size:11px;
	}