body {
	background-image : none;
		
	scrollbar-face-color: #e0e0e0; 
	scrollbar-highlight-color: #e0e0e0; 
	scrollbar-shadow-color: #e0e0e0; 
	scrollbar-3dlight-color: #e0e0e0;
	scrollbar-arrow-color: Gray;
	scrollbar-track-color: #EEEEEE; 
	scrollbar-darkshadow-color:#e0e0e0;
}
div {
	border: none 0px transparent;
}
a{
	text-decoration: none;
}

/* eliminar la línea punteada del elemento activo*/
:link:focus, :visited:focus {-moz-outline:0px;}

/*	Contenedor general de todos los controles. */
#Main {
	position: absolute;
	width: 540px;	height: auto;
	top: 0px; right: auto; bottom: 0px; left: 0px; /* La posicion "left" se recalcula por codigo para centrar este DIV en pantalla */
}
/* LogoBar: logo */
#LogoBar {
	display:none;
}
/* SideBar: Barra de navegacion */
#SideBar {
	position: absolute;
	width:auto; height:auto;
	top:0px; left: 500px; bottom:auto; right:auto;
	
	display: block;
	padding: 0px 0px 0px 0px;
	
	background-color: Transparent;
}
.SB_Head {
}
.SB_Body {
}
.SB_Foot {
}
/* Vtn para Side Bar */
.SB_Vtn {
	position: relative;
	display:block;
	width: 37px; height: auto;
	top:0px; right:auto; bottom: auto; left: 2px; 

	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	
	font: normal normal 9pt Verdana,Geneva,Arial,Helvetica,Sans-Serif;
} 
/* Cabecera de una Vtn de side bar */
.SB_Vtn_Head {
	display: none; 
	height:15px; min-height:15px;
	background: White ;
	border-left:solid 1px #AEACA8; border-top: solid 1px #AEACA8; border-right: solid 1px #AEACA8;
	-moz-border-radius-topleft:15px; -webkit-border-radius-topleft:15px;
	-moz-border-radius-topright:15px; -webkit-border-radius-topright:15px;
	
}
/* Cuerpo de una Vtn de side bar*/
.SB_Vtn_Body {
	overflow: visible;
	padding: 0px 1px 0px 0px;
	height: 336px; min-height:336px;
	background: Trasparent;
	
	border:none;/*border-left:solid 1px #AEACA8; border-right: solid 1px #AEACA8;*/
	
}
/* Pie de una Vtn de side bar */
.SB_Vtn_Foot {
	display: none; /*block;*/
	height:15px; min-height:15px;
	background: White /*url(cssImg/sb_vb.gif) no-repeat*/ ;
}

a.SB_Vtn_Item, a.SB_Vtn_ItemSel {
	display: block;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 2px;
	
	width: 33px; min-width:33px;
	height: 34px; min-height:34px;
	
	/*width: 117px; min-width:117px;
	height: 42px; min-height:42px;*/
	
	overflow: hidden;
	
	border: solid 1px White;	
	border-bottom-width: 2px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	
	background-color: transparent;
	
	text-align: left;
  vertical-align:bottom;
  
	font: normal normal 9px Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	

}
a.SB_Vtn_Item {	
	color: Gray;
	cursor: pointer;
}

a.SB_Vtn_Item:hover {
	color: #1E2F60;
	cursor: pointer;
	border-color: #ffee80;
	background-color: #fafafa;
}
a.SB_Vtn_ItemSel {
	color: #1E2F60;	
	cursor: default;	
	border-color: #fdb813;
	border-bottom-color: 	#fdb813;/*#fdd557;*/
	background-color: #f0f0f0;/*#FCFCE0;*/
}

.SB_Vtn_Item_Icon {
	display: inline;
	float:left;
		
	width: 28px; min-width:28px;
	height:42px; min-height:42px;
	padding-top: 0px;
	background-position: center center;	background-color: Transparent;	background-repeat: no-repeat;
}

.SB_Vtn_Item_Title {
	display: inline;	
	float:left;
	text-align: left;
	
	width: 82px; min-width:82px;
	height:42px; min-height:42px;

	padding-top: 2px;	

	vertical-align:bottom;
}
SB_Vtn_Item_Title *{	
	vertical-align: bottom;
}
/* Menu Bar */
#MenuBar {
	position: absolute;
	width: 540px; height:16px; 
	top:4px; right: auto; bottom: auto; left: 0px; 
	border: none;
	padding: 0px 0px 0px 0px;
	background-color:	#fdb813;
}

.MB_Head {
	display:block;
	float:left;
	width: 5px; height: 16px;
	overflow: hidden;
	border: none;
	background-color: Transparent;
	/*background-image: url(cssImg/MenuBar_Cabecera.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}
.MB_Body {
	display:block;
	float:left;
	
	width: 528px; height: 16px;
	padding: 0px 1px 0px 1px;
	
	background-color: Transparent;
	/*background-image: url(cssImg/MenuBar_Cuerpo.gif);*/
	background-repeat: repeat-x;
	background-position: top left;	
}
.MB_Foot {
	display: block;
	float:left;
	
	width: 5px; height: 16px;
	overflow: hidden;
	border: none;
	background-color: Transparent;
	/*background-image: url(cssImg/MenuBar_Pie.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}

/* Items de un menu*/
.MB_Item, .MB_ItemSel{
	cursor: pointer;
	float: left;
	width: auto; height: 16px;	
	padding: 1px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: none;	
	border-right: solid 1px White;	
	background-color: Transparent;	
	vertical-align: top;
	font: normal bold 11px Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	
}
.MB_Item {
	color: White;/*#1E2F60; /*FFFFFF; */
}
.MB_ItemSel {
	color: #FFC200; 
}
/* Context Bar */
#ContextBar {
	display: none;
	position: absolute;
	width: 132px; height: auto;	
	top: 130px; right: auto; bottom: auto; left: 638px;
	color: white;
}
/* Cabecera de una Context Bar */
.CB_Head {
	height: 13px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(cssImg/cb_vt.gif) no-repeat top left;
	
}
/* Cuerpo de Context Bar */
.CB_Body {
	width: 132px; height: auto;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	
	overflow: hidden;
	background: transparent url(cssImg/cb_vc.gif) repeat-y top left;

}
.CB_Foot {
	height: 13px;
	
	overflow: hidden;

	border-top: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(cssImg/cb_vb.gif) no-repeat top left;
}
/* Vtn para context Bar */
.CB_Vtn {
	position: relative;
	width: 126px; height: auto;
	top:0px; right:auto; bottom: auto; left: 2px; 

	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	
	font: normal 8pt Arial ;
} 
/* Cabecera de una Vtn de context */
.CB_Vtn_Head {
	height: 15px;
	
	padding: 2px 0px 0px 0px;
	
	font-variant: small-caps;
	text-align: center;
	/*background: transparent url(cssImg/cb_vt.gif) no-repeat top ;*/
	color: #1E2F60;
}
/* Cuerpo de una Vtn de side bar*/
.CB_Vtn_Body {
	overflow: hidden;
	padding: 0px 1px 0px 1px;
	color: #1E2F60;
	/*background: transparent url(cssImg/cb_vc.gif) repeat-y ;*/
}
/* Pie de una Vtn de side bar */
.CB_Vtn_Foot {
	height: 16px;
	overflow: hidden;
	/*background: transparent url(cssImg/cb_vb.gif) no-repeat ;*/
}
.CB_Vtn_Item, .CB_Vtn_ItemSel {
	position: relative;
	width: 120px; height: 20px;
	top: 0px;	 right: auto;	bottom: auto; left: 4px;
	
	overflow: hidden;
	white-space: nowrap;
}
.CB_Vtn_Item {	
	color: Gray; 
	background-color: transparent;
}
.CB_Vtn_ItemSel {
	color: #7070F0;	
	background-color: transparent;
}
/* Desktop  */
#Desktop {
	position: absolute;
	width: 500px; height: auto;	
	top: 30px; right:	auto;	bottom: auto; left: 0px;
	border:none;
	background-color: transparent;
}
/* 
	Contenedor de barra inferior dentro del desktop.
	Su posicion "top" depende de la Vtn actualmente visualizada.
*/
#BottomBar {
	position: static;
	width: 500px; max-width:500px;
	height: auto;
	left:0px; top:12px;
	overflow: hidden;
	white-space:normal;
	
	margin: 3px 3px 3px 4px;
	padding: 2px 2px 2px 10px;
	vertical-align : top;
	
	background-color : transparent;
}
.BB_Head {
	display:block;
	width: 5px; height: 16px;
	overflow: hidden;
	border: none;
	background-color: Transparent;

}
.BB_Body {
	display:block;
	width: 490px; height: auto;
	padding: 1px 1px 1px 1px;
	
	vertical-align: middle;
	white-space: normal;
	text-align: center;
	
	background-color: Transparent;
	
}
.BB_Foot {
	display: block;

	width: 5px; height: 16px;
	overflow: hidden;
	border: none;
	background-color: Transparent;

}
.BB_Item {
	display: inline;
	float:none;

	width: auto; height: 12px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 0px 6px;
	
	white-space: nowrap;
	
	color : #404040;
	background-color : Transparent;
	
	cursor : pointer;
	font-size : 10px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration : none;
}
.BB_Item:hover {
	background-color : transparent;
	color: 	#ED1C29;	
}
/* Contenedor de Vtns dentro del desktop */
#Vtns {
	position:static;
	width: 500px; height:auto;
	min-height: 372px; /* No soportado en IE */
	margin-left:0px;
	border: none;
	background-color:Transparent;
}
.IEMinHeight#Vtns {
	height: 372px; /* En internet explorer.  height equivale a min-height */
}
/* Vtn estandard de la zona de Vtns */
.Vtn {
	position: static;
	width:500px; 
	height: auto;
	
	border: none;
	-moz-border-radius:10px; -webkit-border-radius:10px;
	border-right: solid 2px #e0e0e0;
	border-bottom: solid 2px #e0e0e0;
	
	overflow: hidden;
	
	background-color: White;
	color: white;	
	
	white-space: nowrap;	
}
.Vtn .T, .Vtn .C, .Vtn .B {
	background-color: transparent;
	overflow: hidden;
}
.Vtn .T		{width:498px; height:  10px; 
	border-left:solid 1px #fdb813; border-top: solid 1px #fdb813; border-right: solid 1px #fdb813;
	-moz-border-radius-topleft:10px; -webkit-border-radius-topleft:10px;
	-moz-border-radius-topright:10px; -webkit-border-radius-topright:10px;
}
.Vtn .C		{width:498px; height: auto; 
	border-left:solid 1px #fdb813; border-right: solid 1px #fdb813;
}
.Vtn .B		{width:498px; height:  10px; 
	border-left:solid 1px #fdb813; border-right: solid 1px #fdb813; border-bottom:solid 2px #fdb813;
	-moz-border-radius-bottomleft:10px; -webkit-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px; -webkit-border-radius-bottomright:10px;
}

.Vtn_Wait, .Vtn_NoWait{
	float:right;
	width: 16px;	height: 16px;
	overflow: hidden;
	color: #68892F;
	border: none;
}
.Vtn_Wait {
	background-image: url(cssImg/deskVtns_Vtn_Wait.gif);
	background-repeat: no-repeat;
	background-position:top center; 
}
.Vtn_NoWait {
	display:none;
}
/* Boton de cierre de la Vtn */
a.Vtn_Close, a.Vtn_NoClose {
	float:right;
	width: 50px;	height: 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border: solid 1px White;
	color: Gray;
	text-align:right;
	font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Si el boton no es seleccionable */
a.Vtn_NoClose{
	display:none;
}
/* Si el boton es seleccionable */
a.Vtn_Close{
	background-image: url(cssImg/deskVtns_Vtn_Close.gif);
	background-repeat: no-repeat;
	padding: 2px 18px 0px 0px;
	background-position:right 2px; 
	cursor: pointer;
}
a.Vtn_Close:hover{
	Cursor: pointer;
	Color: Black;
}
/* Cabecera de la Vtn */
.Vtn_Head{
	height: 27px;
	margin: 0px 4px 0px 4px;
	padding: 1px 0px 1px 0px;	
		
	border-bottom: 1px dashed 	#ED1C29;
	background-color: Transparent;
	color: #847F7C;
}
.Vtn_Head_Icon {
	float:left;
	width: 32px; height: 24px;
	border: none;
	background-color: transparent;
	background-image: url(cssImg/deskVtns_Vtn_Wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Vtn_Head_Title {
	height: 14px;
	margin: 1px 0px 0px 0px;
	border: none;	
	padding: 0px 0px 0px 0px;
	text-align: left;
	font: normal bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Cuerpo de la Vtn */
.Vtn_Body {
	margin: 0px 4px 0px 4px;
	background-color:  Transparent;
	color: Black;
	font: normal 10pt Arial;
}
.Vtn_Foot{
	height: 1px;
	width: auto;
	
	margin: 0px 4px 0px 4px;
	background-color: inherit;
	overflow: hidden;
}
#LinksBar {
	display:none;
}

#LinksBar .grp {
	border-right: solid 2px #e0e0e0;
	border-bottom: solid 2px #e0e0e0;
	-moz-border-radius-topleft:6px; -webkit-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px; -webkit-border-radius-bottomleft:6px;
}

#LinksBar .grp .grpb{
	display: block;
	overflow: auto;
	-moz-border-radius-topleft:6px; -webkit-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px; -webkit-border-radius-bottomleft:6px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px Gray;
	border-right: solid 1px Gray;
	border-bottom: solid 2px #fdd557;
	border-left: solid 1px Gray;
}
#LinksBar a {
	display:block;
	text-align: left;
	color: gray;
	font: normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#LinksBar a:hover {
	color: Orange;
}
/* LstVtns : Lista de ventanas */
#LstVtns{
	position: absolute;
	width:auto; height:auto;
	top:0px; left: 500px; bottom:auto; right:auto;
	
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	
	font: normal normal 9pt Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	
	background-color: Transparent;
}

/* Cabecera de una Vtn en Lista de ventanas */
.LV_Vtn_Head {
	display: none; 
	height:15px; min-height:15px;
	background: White ;
	border-left:solid 1px #AEACA8; border-top: solid 1px #AEACA8; border-right: solid 1px #AEACA8;
	-moz-border-radius-topleft:15px; -webkit-border-radius-topleft:15px;
	-moz-border-radius-topright:15px; -webkit-border-radius-topright:15px;
	
}
/* Cuerpo de una Vtn en Lista de ventanas*/
.LV_Vtn_Body {
	overflow: visible;
	padding: 0px 1px 0px 0px;
	height: 336px; min-height:336px;
	background: Trasparent;
	
	border:none;/*border-left:solid 1px #AEACA8; border-right: solid 1px #AEACA8;*/
	
}
/* Pie de una Vtn en Lista de ventanas */
.LV_Vtn_Foot {
	display: none; /*block;*/
	height:15px; min-height:15px;
	background: White /*url(cssImg/sb_vb.gif) no-repeat*/ ;
}

a.LV_Vtn_Item, a.LV_Vtn_ItemSel {
	display: block;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 2px;
	
	width: 33px; min-width:33px;
	height: 34px; min-height:34px;
	
	/*width: 117px; min-width:117px;
	height: 42px; min-height:42px;*/
	
	overflow: hidden;
	
	border: solid 1px White;	
	border-bottom-width: 2px;
	-moz-border-radius:4px; -webkit-border-radius:4px;
	
	background-color: transparent;
	
	text-align: left;
  vertical-align:bottom;
  
	font: normal normal 9px Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	

}
a.LV_Vtn_Item {	
	color: Gray;
	cursor: pointer;
}

a.LV_Vtn_Item:hover {
	color: #1E2F60;
	cursor: pointer;
	border-color: #AEACA8;
	background-color: #fafafa;
}
a.LV_Vtn_ItemSel {
	color: #1E2F60;	
	cursor: default;	
	border-color: #fdb813;
	border-bottom-color: 	#fdb813;/*#fdd557;*/
	background-color: #f0f0f0;/*#FCFCE0;*/
}

.LV_Vtn_Item_Icon {
	display: inline;
	float:left;
		
	width: 28px; min-width:28px;
	height:42px; min-height:42px;
	padding-top: 0px;
	background-position: center center;	background-color: Transparent;	background-repeat: no-repeat;
}

.LV_Vtn_Item_Title {
	display: inline;	
	float:left;
	text-align: left;
	
	width: 82px; min-width:82px;
	height:42px; min-height:42px;

	padding-top: 2px;	

	vertical-align:bottom;
}
LV_Vtn_Item_Title *{	
	vertical-align: bottom;
}


