/* ================================
    CSS STYLES FOR PORTAL e-map
    v1.0, 06/2005
   ================================
*/   /* ================================
    CSS STYLES FOR PORTAL INTRALITIA
    v1.0, 06/2005
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color:white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;	
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color:#Ff8f44;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	background-color: #E37700;
	border-right-color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#4C2004;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: Navy
}   
/*TIPO Y COLORES PARA TITULOS*/
/* style of item titles by Announcements and events */
.ItemTitle4
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

.ItemTitle2
{
	font-weight: bold;
	font-size: 14px;
	color: darkblue;
	font-family: Arial;
}

.ItemTitle1
{
	font-weight: bold;
	font-size: 14px;
	color: activecaption;
	font-family: Arial;
}
.ItemTitle3
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
}

/*.ItemTitle
{
	font-weight: bold;
	font-size: 18px;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif , Arial;
}*/
.ItemTitle5
{
	font-weight: bold;
	font-size: 16px;
	color: #2d1944;
	font-family: Verdana, Helvetica, sans-serif , Arial;
}

/*TERMINAN TITULOS*/

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Tahoma;
    font-size:  16px;
    font-weight: bold;
    color: Navy;
}

.HeadB
{
	font-weight: bold;
	font-size: 15px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #854A0B;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalNavy
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: navy
}
/*TIPOS DE LETRAS P/TITULOS DE COMPONENTES*/

.NormalBold1
{
	font-weight: bold;
	font-size: 11px;
	color: background;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}

/*.NormalBlack
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}*/

/*.NormalBold
{
	font-weight: bold;
	font-size: 14px;
	color: #2d1944;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif, Algerian;
}*/
.NormalBold3
{
	font-weight: bold;
	font-size: 11px;
	color: #142072;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}
#2d1944

/*TERMINAN T/LETRAS*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #854A0B;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #854A0B;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #854A0B;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: Navy;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #854A0B;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #854A0B;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #854A0B;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #854A0B;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #854A0B;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #854A0B;
}

A:link  {
    text-decoration:    none;
    color:  #854A0B;
}

A:visited   {
    text-decoration:    none;
    color:  #854A0B;
}

A:active    {
    text-decoration:    none;
    color:  #854A0B;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.ddlControl
{
	border-right: darkblue groove;
	border-top: darkblue groove;
	font-size: 60%;
	border-left: darkblue groove;
	border-bottom: darkblue groove;
	font-family: Arial;
}


.rbControl
{
	font-size: 60%;
	font-family: Arial;
}
.Tdshadow
{
	border-bottom: deepskyblue 6px ridge;
}

/*LINEA DIV DE TITULOS

.Tdshadowa
{
	border-bottom: #adcadf 9px ridge;
}*/

.formatodg
{
	
}


/*FORMATOS PARA FONDO COMPLETO*/

.tbshadowb4
{
	color: mediumblue;
	border-top-style: none;
	background-color: #c2ebff;
}
.tbshadowb1
{
	background-image: url(http://localhost/Interfaces/images/fondo.jpg);
}

.tbshadowb2
{
	background-image: url(http://localhost/Interfaces/images/fondo2.jpg);
}

.tbshadowb3
{
	background-image: url(http://localhost/Interfaces/images/FONDO4.jpg);
}

.tbshadowb5
{
	background-image: url(http://localhost/Interfaces/images/background2.gif);
}
.tbshadowb
{
	background-image: url(file:///G:\fondos\fondo5.jpg);
}


/*TERMINAN FONDOS*/

.tdLineaTit1
{
	border-top: activecaption thick groove;
}
.tdSection
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
	background-color: #fafaeb;
}
.tdSectionB
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	font-weight: normal;
	font-size: 11px;
	border-left: midnightblue thin solid;
	border-bottom: midnightblue thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #fffff5;
}
.fieldstyle
{
	font-size: 70%;
	cursor:  text;
}
.tbfondoPag
{
	background-color: mintcream;
}
.tbLineaDiv
{
	border-top: background solid;
	font-size: 70%;
	cursor: text;
	color: lightskyblue;
}
 .tdTextBox
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 22px;
	background-color: whitesmoke;
}
.titulopasos
{
	font-weight: lighter;
	font-size: smaller;
	color: #c67725;
	font-style: normal;
	font-family: 'Arial Black';
}


.tdToolBar
{
	border-bottom: groove;
}

.tdTree
{
	border-right: groove;
	border-left: solid;
	border-bottom: solid;
}

.tdContent
{
	border-top-width: medium;
	border-right: solid;
	border-left-width: medium;
	border-bottom: solid;
}
/*.tfondo
{
	background-color:#f0ffff;
}*/

.tsFondo
{
	background-color: #f0ffff;
}

.fondocom
{
	background-color: #99ccff;
}

.fondocontrol
{
	background-color: #c2ebff;
}

.Banner
{
	background-image: url(file:///C:\Documents and Settings\mvalerio\My Documents\formatos para interfaces\BannerSoporteInd..JPG);
	
}

.estiloicono
{
	cursor: hand;
}

.TabSelectedSty
{
	background-color:Navy;
	color:Green;
}
	
	
/*Fondos*/

.Fondo
{
	background-color: #d0d8dc;
}


/*Formatos para Tabstrip*/
.navUnselected
{
	border-right: #29649e 1px solid;
	border-top: #29649e 1px solid;
	font-weight: bold;
	border-left: #29649e 1px solid;
	color: white;
	border-bottom: #fff 1px solid;
	background-color: transparent;
}

.navSelected
{
	border-right: #29649e 1px solid;
	border-top: #29649e 1px solid;
	font-weight: bold;
	border-left: #29649e 1px solid;
	color: #6f9ed4;
	border-bottom: #29649e 1px solid;
	background-color: midnightblue;
}


/*.navSelected, .navUnselected {
   display: inline;
   PADDING-RIGHT: 10px; PADDING-LEFT: 10px; 
   TEXT-DECORATION: none;
   FONT-SIZE: 10px;
   FONT-FAMILY: verdana, arial, sans-serif;
}*/


                                           /*"CSS ELEGIDOS"*/


/*fondo pantalla completa*/
.tbfondo
{
	background-image: url(/emap/images/fondo_pantallas.gif);
}
	

/*Formato para mensajes de retroalimentación*/
/*.NormalBlack
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}*/

/*Formato para Titulos*/
.ItemTitle
{
	font-weight: bold;
	font-size:  small ;
	color: navy;
	font-family: 'Trebuchet MS' , Arial;
}

/*Formato para subtitulos*/
.ItemTitles
{
	font-weight: bold;
	font-size: 16px;
	color: navy;
	font-family: 'Trebuchet MS' , Arial;
}

/*Linea Debajo del Titulo*/
.Tdshadowa
{
	border-bottom: #adcadf 9px ridge;
}
/*Linea Debajo de Subtitulos*/
.Tdshadows
{
	border-bottom: #adcadf 6px ridge;
}

.Tdshad
{
	border-bottom: #adcadf 7px ridge;
}

/*Formato para nombres de componentes*/
.NormalBold
{
	font-weight: bold;
	font-size: 13px;
	color: #2d1944;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif, Algerian;
}


/*formato para datagrid*/
.Grid td
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	/*padding-right: 65px;
	padding-left: 65px;
	padding-bottom: 10px;
	padding-top: 10px;*/
	font-size: x-small;
	/*margin: 3px;*/
    /*color: navy;*/
	font-family: Arial;
	/*text-align: center;*/
}

/*.Grid
{
	border-right: azure 1px solid;
	border-top: azure 1px solid;
	border-left: azure 1px solid;
	border-bottom: azure 1px solid;
}*/

.GridHeader
{
	font-weight: bold;
	color: White;
	background-color: darkblue;
	text-align: center;
}

.GridHeader a
{
    text-decoration: none;
    color: LightGoldenrodYellow;
    padding: 0px 15px 0px 15px;
}
/*.GridHeader a:hover
{
    text-decoration: underline;
    background: Tan url(images/spin.gif) no-repeat 0 100%;
}*/

.GridItem, .GridAltItem
{
	font-size: x-small;
	/*color: Black;*/
}

.GridItem
{
	background-color: silver;
	color: Black;
	text-align:center;
}

.GridAltItem
{
	background-color: white;
	text-align: center;
	color: Black;
}



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color:white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;	
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg
{
    background-color:#Ff8f44;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-left-color: white;
	border-bottom-color: white;
	border-top-color: white;
	background-color: #E37700;
	border-right-color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#4C2004;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #C36707
}   
/*TIPO Y COLORES PARA TITULOS*/
/* style of item titles by Announcements and events */
.ItemTitle4
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: 'MS Reference Sans Serif';
}

.ItemTitle2
{
	font-weight: bold;
	font-size: 14px;
	color: darkblue;
	font-family: Arial;
}

.ItemTitle1
{
	font-weight: bold;
	font-size: 14px;
	color: activecaption;
	font-family: Arial;
}
.ItemTitle3
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial;
}

/*.ItemTitle
{
	font-weight: bold;
	font-size: 18px;
	color: navy;
	font-family: 'Trebuchet MS' , Arial;
}*/
.ItemTitle5
{
	font-weight: bold;
	font-size: 16px;
	color: #2d1944;
	font-family: 'Trebuchet MS' , Arial;
}

/*TERMINAN TITULOS*/

/* text style used for most text rendered by modules */
/*.Normal
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 22px;
}*/

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

/*.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red
}*/

.NormalNavy
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: navy
}
/*TIPOS DE LETRAS P/TITULOS DE COMPONENTES*/

.NormalBold1
{
	font-weight: bold;
	font-size: 11px;
	color: background;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}

/*.NormalBlack
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}*/

/*.NormalBold
{
	font-weight: bold;
	font-size: 14px;
	color: #2d1944;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif, Algerian;
}*/
.NormalBold3
{
	font-weight: bold;
	font-size: 11px;
	color: #142072;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}
#2d1944

/*TERMINAN T/LETRAS*/

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #854A0B;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #854A0B;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #854A0B;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #854A0B;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #854A0B;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #854A0B;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #854A0B;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #854A0B;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #854A0B;
}

A:link  {
    text-decoration:    none;
    color:  #854A0B;
}

A:visited   {
    text-decoration:    none;
    color:  #854A0B;
}

A:active    {
    text-decoration:    none;
    color:  #854A0B;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
.ddlControl
{
	border-right: darkblue groove;
	border-top: darkblue groove;
	font-size: 60%;
	border-left: darkblue groove;
	border-bottom: darkblue groove;
	font-family: Arial;
}


.rbControl
{
	font-size: 60%;
	font-family: Arial;
}
.Tdshadow
{
	border-bottom: deepskyblue 6px ridge;
}

/*LINEA DIV DE TITULOS

.Tdshadowa
{
	border-bottom: #adcadf 9px ridge;
}*/

.formatodg
{
	
}


/*FORMATOS PARA FONDO COMPLETO*/

.tbshadowb4
{
	color: mediumblue;
	border-top-style: none;
	background-color: #c2ebff;
}
.tbshadowb1
{
	background-image: url(images/fondo.jpg);
}

.tbshadowb2
{
	background-image: url(images/fondo2.jpg);
}

.tbshadowb3
{
	background-image: url(images/FONDO4.jpg);
}

.tbshadowb5
{
	background-image: url(images/background2.gif);
}
/*.tbshadowb
{
	background-image: url(file:///G:\fondos\fondo5.jpg);
}*/
/*TERMINAN FONDOS*/

.tdLineaTit1
{
	border-top: activecaption thick groove;
}
.tdSection
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
	background-color: #fafaeb;
}
.tdSectionB
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	font-weight: normal;
	font-size: 11px;
	border-left: midnightblue thin solid;
	border-bottom: midnightblue thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #fffff5;
}
.fieldstyle
{
	font-size: 70%;
	cursor:  text;
}
.tbfondoPag
{
	background-color: mintcream;
}
.tbLineaDiv
{
	border-top: background solid;
	font-size: 70%;
	cursor: text;
	color: lightskyblue;
}
 .tdTextBox
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 22px;
	background-color: whitesmoke;
}
.titulopasos
{
	font-weight: lighter;
	font-size: smaller;
	color: #c67725;
	font-style: normal;
	font-family: 'Arial Black';
}


.tdToolBar
{
	border-bottom: groove;
}

.tdTree
{
	border-right: groove;
	border-left: solid;
	border-bottom: solid;
}

.tdContent
{
	border-top-width: medium;
	border-right: solid;
	border-left-width: medium;
	border-bottom: solid;
}
/*.tfondo
{
	background-color:#f0ffff;
}*/

.tsFondo
{
	background-color: #f0ffff;
}

.fondocom
{
	background-color: #99ccff;
}

.fondocontrol
{
	background-color: #c2ebff;
}

/*.Grid td
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	/*padding-right: 65px;
	padding-left: 65px;
	padding-bottom: 10px;
	padding-top: 10px;*/
	/*font-size: x-small;*/
	/*margin: 3px;*/
   /* color: navy;
	font-family: Arial;
	text-align: center;
}*/

/*.Grid
{
	border-right: azure 1px solid;
	border-top: azure 1px solid;
	border-left: azure 1px solid;
	border-bottom: azure 1px solid;
}*/

/*.GridHeader
{
	font-weight: bold;
	background-color: royalblue;
}

.GridHeader a
{
    text-decoration: none;
    color: LightGoldenrodYellow;
    padding: 0px 15px 0px 15px;
}
/*.GridHeader a:hover
{
    text-decoration: underline;
    background: Tan url(images/spin.gif) no-repeat 0 100%;
}*/

/*.GridItem, .GridAltItem
{
	font-size: x-small;
}

.GridItem
{
	background-color: lightskyblue;
}

.GridAltItem
{
	background-color: #b2eaff;
}


.estiloicono
{
	cursor: hand;
}

.TabSelectedSty
{
	background-color:Navy;
	color:Green;
}
	
	
/*Fondos*/

.Fondo
{
	background-color: #d0d8dc;
}


/*Formatos para Tabstrip*/
.navUnselected
{
	border-right: #29649e 1px solid;
	border-top: #29649e 1px solid;
	font-weight: bold;
	border-left: #29649e 1px solid;
	color: white;
	border-bottom: #fff 1px solid;
	background-color: transparent;
}

.navSelected
{
	border-right: #29649e 1px solid;
	border-top: #29649e 1px solid;
	font-weight: bold;
	border-left: #29649e 1px solid;
	color: #6f9ed4;
	border-bottom: #29649e 1px solid;
	background-color: midnightblue;
}


/*.navSelected, .navUnselected {
   display: inline;
   PADDING-RIGHT: 10px; PADDING-LEFT: 10px; 
   TEXT-DECORATION: none;
   FONT-SIZE: 10px;
   FONT-FAMILY: verdana, arial, sans-serif;
}*/


                                           /*"CSS ELEGIDOS"*/
                                           
                                           
/*Fondo Pantalla Completa (BACKGROUND)*/
.tbshadowb
{
	background-image: url(file:///G:\fondos\fondo5.jpg);
}

/*Formato Para mensajes de error*/
.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red
}

/*Formato para mensajes de retroalimentación*/
.NormalBlack
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif, Algerian;
}

/*Formato para Titulos*/
/*.ItemTitle
{
	font-weight: bold;
	font-size: 18px;
	color: navy;
	font-family: 'Trebuchet MS' , Arial;
}*/

/*Linea Debajo del Titulo
.Tdshadowa
{
	border-bottom: #adcadf 9px ridge;
}*/

.Tdshad
{
	border-bottom: #adcadf 7px ridge;
}

/*Formato para nombres de componentes*/
/*.NormalBold
{
	font-weight: bold;
	font-size: 14px;
	color: #2d1944;
	font-family: 'Trebuchet MS' , Verdana, Helvetica, sans-serif, Algerian;
}*/

/*Formato para los componentes*/
.Normal
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	line-height: 12px;
	font-family: Arial, Tahoma;	
}

.NormalSmall
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Arial, Tahoma;	
}


/*SECCION DE SCROLLING CONTROLADO*/
div#divDGMod3
{
	overflow: auto;
	width: 650;
	/*SCROLLBAR-BASE-COLOR: #ffcc99;*/
	height: 330px;
	
}

div#divDGMod4
{
	overflow: auto;
	/*width: 250;*/
	/*SCROLLBAR-BASE-COLOR: #ffcc99;*/
	height: 330px;
	
}

div#divDGMod2 
{
	width: 665px;
	height: 118px;
	overflow: auto;
	scrollbar-base-color:wheat;
}
