h1,h2,h3,h4,h5,h6,.Tit_Formulario,.Tit_Ventana,.Tit_Seccion{
	color: #006666;
}

.texto_verde {
	font-size: xx-large;
	font-weight: bold;
	color: #006666;
	text-align: center;
}

.titulo-formas {
	color: #006666;
}

.bg-tabla1 {
	background-color: #CCCCCC;
	padding: 10px;
}

.bg-tabla2col, .bg-tabla3col {
	background-color:#cbecec
}


/********************************** B E G I N   C L A S S   BOTONES   ****************************************/

.boton-peq,.boton-med,.boton-gra,.boton-Item,.boton-ItemDestacado
{
	background-color:Transparent;
	cursor:hand;
	padding-top:5px;
	border-style:none;
	color:#FFFFFF;
}

.boton-peq, .boton-med, .boton-gra
{font-family:Verdana;}

.boton-peq
{	background-image:url(../images/botones/boton_Generico/btn_peq_generico_1.png);}

.boton-med
{	background-image:url(../images/botones/boton_Generico/btn_med_generico_1.png);
 	width:115px;
 	height:28px;
}

.boton-gra
{	background-image:url(../images/botones/boton_Generico/btn_gra_generico_1.png);}

.boton-Item,.boton-ItemDestacado,.boton-ItemSeleccionado
{	background-image:url(../images/botones/boton_Submenu/btn_submenu_1.png);
 	background-repeat:repeat-y;
 	word-wrap: break-word;
 	text-align:left;
 	display:block;
 	font-family:Denmark;
 	font-weight:normal;
 	padding-left:10px;
 	}

.boton-Item
{	background-image:url(../images/botones/boton_Submenu/btn_submenu_1.png);}

.boton-ItemSeleccionado
{	background-image:url(../images/botones/boton_Submenu/btn_submenu_3.png);
    color:#003366;
}

.boton-ItemDestacado
{	background-image:url(../images/botones/boton_Submenu/btn_submenu_4.png);}

/********************************** E N D   C L A S S   BOTONES   ****************************************/

.Header_Grid
{
	font-family:Verdana;
	font-size:8pt;
	color:White;
	height:20px;
	vertical-align:middle;
	text-align:center;
	background-image:url(../images/fondo_cabezote_1_04.png);
}

.HeaderPanelCollapsable,
.HeaderPanelCollapsableDestacado
{
	font-family: Denmark;
	text-transform:lowercase;
	font-size:11pt;
	background-color:#DCDCDC;
	color:#006666;
	border-style:none;
	width:50px;
	height:24px;
	}
	
.HeaderPanelCollapsableDestacado
{
	background-color:#FF6600;
	color:#cccccc;
}
/********************************** B E G I N   C L A S S   TREEVIEW   ****************************************/

.ParentNode,.RootNode,.LeafNode
	{
		font-family:Denmark;
		background-position:left;
		background-repeat:no-repeat; 
		text-transform:lowercase;
		font-size:10pt;
		/*text-indent:5px;padding:1px;*/
		font-weight:bold;
		color:#FFFFFF;
		
	}
.ParentNode, .RootNode
	{
		background-image:url(../images/botones/boton_Submenu/btn_submenu_1.png);
		width:100%;
		height:28px;
	}
	
	
	.ParentNode a
	{ 
		background-image: none;
		background-color: Transparent;
		width:auto;
		height:28px;
	}
	
	.LeafNode,.LeafNodeDestacado,.LeafNodeActivo
	{
		width:100%;
		height:28px;
		padding:1px;
	}
	
	.LeafNode
	{background-image:url(../images/botones/boton_Submenu/btn_submenu_item_1.png);}
	
	.LeafNodeDestacado
	{background-image:url(../images/botones/boton_Submenu/btn_submenu_item_2.png);}
	 	
	.LeafNodeActivo
	{background-image:url(../images/botones/boton_Submenu/btn_submenu_item_2.png);}
	
	.SelectNode
	{
		background-image:url(../images/botones/boton_Submenu/btn_submenu_3.png); 
		color:#006666;
		width:auto;
		height:28px;
	}
	
	.DefaultTabInfra{line-height:8px;}
    .DefaultTabInfraConsultaIntegral{
        background-repeat:no-repeat ˇIMPORTANT!;
	    cursor:hand;
	    border-style:none;
        border-width:0px;
        height:28px;
        width:165px ˇIMPORTANT!;
	}
	
	
/********************************** B E G I N   C L A S S   GRIDVIEW LISTAS DE TRABAJO   ****************************************/

.RowStyleLista,.CenterRowGridLista,.RightRowGridLista,.LeftRowGridLista,.CenterHeaderGridLista,.LeftHeaderGridLista,.RightHeaderGridLista
{
	margin-bottom:55px;
	border-bottom: #FFFFFF solid 5px;
	vertical-align:middle;
	background-position: middle;
	border-right-style:hidden;
	border-spacing:0px;
	border-right:none 0px;
	border-left:none 0px;
}	

/* CENTER */

.CenterRowGridLista,.LeftRowGridLista,.RightRowGridLista
{height:27px;}

.CenterHeaderGridLista,.LeftHeaderGridLista,.RightHeaderGridLista
{height:27px;}

.CenterRowGridLista,.CenterHeaderGridLista
{ background-repeat:repeat-x;
  padding:0px 4px 0px 4px;
} 

.CenterRowGridLista
{background-image:url(../images/listasTrabajo/grill_con_fondo.png);} 

.CenterHeaderGridLista
{   background-image:url(../images/listasTrabajo/cab_grill_fondo.png);
    font:Verdana;
	color:#FFFFFF;
	font-size:7pt;
	font-weight:normal;
}


/*  ESQUINAS  */

.RightRowGridLista
{background-image:url(../images/listasTrabajo/grill_con_cierra.png);}

.RightHeaderGridLista
{background-image:url(../images/listasTrabajo/cab_grill_cierra.png);}

.LeftHeaderGridLista
{background-image: url(../images/listasTrabajo/cab_grill_a.png);}

.LeftRowGridLista
{background-image: url(../images/listasTrabajo/grill_cab.png);}

.LeftHeaderGridLista,.LeftRowGridLista
{
	background-repeat: no-repeat;
	width:55px;
	padding:0px;
}

.RightHeaderGridLista,.RightRowGridLista
{
	background-repeat:no-repeat;
	width:15px;
}