/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v1.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */
.HeadBg
{
	width:600px; /* cambio */
	height:20px;
	/*background-image: url(Encadenamientos/bannernuevo2mediano.jpg);*/
	/*border-left:#000099 2px solid;
	border-right:#000099  2px solid;*/
	/*The next line should be uncommented to hide the banner */
	display:none;
	
}

/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	border:0;
	font-weight: bold;
	font-size: 11px;
	color: navy; /*#614815;*/
	font-family: Tahoma;
	text-align: right;
	/*The next line should be uncommented to hide the links */
	/*display:none;*/
}   

.SiteLangBox
{
	border: 0;	
	/*The next line should be uncommented to hide the language box */
	display:none;
}

.SiteTabBox
{
	vertical-align: bottom;
	border: 0;	
	/*The next line should be commented when switching to vertical tabs */
	display:none;
}


.UserLayoutStripe
{
	width:600px;
	text-align: right; 
	background-color: #FFFFFF;
}


/* style for the text of the site title */
.SiteTitle {
    font-family: tahoma;
    font-size: 20px;
    font-weight: bold;
    color: navy; /*#614815;*/
}


/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
	color:navy;
}

A.SiteLink:visited  {
    text-decoration:    none;
	color: navy;
}

A.SiteLink:active   {
    text-decoration:    none;
	color:navy;
}

A.SiteLink:hover    {
    text-decoration:    underline;
	color: navy;
}



/* style for separator between site links */
.SiteLinkSeparator
{
	font-weight: bold;
	color:navy;
}


/* style for separator between tabs */
.TabSeparator
{
	font-weight: bold;
	color: black;
}


/* FOOTER SETUP */
.Footer
{
	font-family: Tahoma;
    font-size:11px;
    font-weight: normal;
    line-height: 9px;  
    color:blue;
	height:45px; /* cambio */
	width:650px; /* cambio */
	border:0:0:0;
	text-align:center;
	/*background-image: url(ExportsImages/bordeabajo.jpg);*/
	background-position:bottom; /* cambio */
	display:none;
}

.FooterText
{
	font-family: Tahoma;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;  
    color:blue;
	width:650px; /* cambio */
	border:0:0:0;
	text-align:center;
	vertical-align:top;
}


/* background color for the content part of the pages */
Body
{
	width:5px; /* cambio */
	height:5px;
	/*background-image: url(Encadenamientos/fondo.gif);*/
	margin: 0px 0px 0px 0px;
	background-color: white;
	text-align:center;
}

.HomeMain
{
	width:500px; /* cambio */
	border:0:0:0:0;
	background-color: white;
	/*border-left:  #000099 2px solid;
	border-right: #000099 2px solid;
	border-bottom: #000099 2px solid;*/
	/*background-color: #E2E2E2;*/
}

.HomeLeftMargin
{
	/*background-image: url(ExportsImages/marco_orillaIzquierda.gif); /* cambio */
	width: 5px;
	background-position:bottom left;
	background-repeat:repeat-y;
}

.HomeRightMargin
{
	/*background-image: url(ExportsImages/marco_orillaDerecha.gif); /* cambio */
	width: 5px;
	background-position: bottom right;
	background-repeat:repeat-y;
}

.HomeLeftPane
{
	width:185px;
}

.HomeContentPane
{
	width: auto;
}

.HomeRightPane
{
	width: 210px;
}

.HomeLeftContentSpace
{
	width: 5px;
}

.HomeRightContentSpace
{
	width: 5px;
}

/*main tab section box */
.TabSectionsMain
{
	width:100%;
}

/*main tab box*/
.TabsMain
{
	width:100%;
}


/* MENU VERTICAL TABSECTIONS  Selected Tab */
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBoxVertical
{
	vertical-align:middle; /* cambio */
	height: 22px;
	width: 11px;	
	background-image: url(Encadenamientos/boton_01.gif);
	background-repeat:no-repeat;
}

.SelectedTabSectionCenterBoxVertical
{
	vertical-align:middle;
	height: 22px;	
	width: 165px;
	background-image: url(Encadenamientos/boton_02.gif);
 	background-repeat:repeat-x;

}

.SelectedTabSectionRightBoxVertical
{
	vertical-align:middle;
	height: 22px;
	width: 11px;	
	background-image: url(Encadenamientos/boton_03.gif);
	background-repeat:no-repeat;
}


/* text style for the selected tab */
.SelectedTabSectionVertical
{
	vertical-align:left;
	font-weight: bold;
	font-size: 11px;
	
	font-family: Tahoma;
}

.SelectedTabSectionSeparatorVertical
{
	 height:2px;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabSectionVertical:link    {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SelectedTabSectionVertical:visited {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SelectedTabSectionVertical:active  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.SelectedTabSectionVertical:hover   {
    text-decoration:    none;
    color: #FFFFFF;
}



/* MENU VERTICAL TABSECTIONS  No Selected Tab */

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBoxVertical
{	
	vertical-align:middle; /* cambio */
	height: 22px;
	width: 11px;	
	background-image: url(Encadenamientos/boton_01.gif);
	background-repeat:no-repeat;
}

/* text style for the selected tab */
.OtherTabSectionsCenterBoxVertical
{
	vertical-align:middle;
	height: 22px;	
	width: 165px;
	background-image: url(Encadenamientos/boton_02.gif);
 	background-repeat:repeat-x;
}

.OtherTabSectionsRightBoxVertical
{
	vertical-align:middle;
	height: 22px;
	width: 11px;	
	background-image: url(Encadenamientos/boton_03.gif);
	background-repeat:no-repeat;
}

.OtherTabSectionSeparatorVertical
{
	 height:2px;
}


/* text style for the unselected tab sections */
/* text style for the selected tab */
.OtherTabSectionsVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

/* hyperlink styles of the selected tabs */
A.OtherTabSectionsVertical:link    {
    text-decoration:    none;
    color: #FFFFFF; /* cambio */
}

A.OtherTabSectionsVertical:visited {
    text-decoration:    none;
    color:#FFFFFF ;
}

A.OtherTabSectionsVertical:active  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.OtherTabSectionsVertical:hover   {
    text-decoration:    none;
    color:#2F4F80;
}


/* MENU VERTICAL TABS */

.SelectedTabLeftBoxVertical
{
	margin-left:2px;
	background-image:url(Encadenamientos/boton-puntito.gif);
	height:19px;
	width: 62px;	
}

.SelectedTabCenterBoxVertical
{
	height:19px;	
	width: 185px;
	background-repeat:repeat-y;
	padding-left:2px;
}

.SelectedTabRightBoxVertical
{
	height:19px;
	width: 5px;	
}

.SelectedTabSeparatorVertical
{
	height:2px;
}

/* text style for the selected tab */
.SelectedTabVertical
{
	font-weight: bold;
	color:  #2F4F80; /*#009933; /*  #DB702D;*/
	font-size: 10px;
	font-family: Tahoma;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabVertical:link    {
    text-decoration:    none;
    /*color:  #156F17;*/
	color: #2F4F80;
}

A.SelectedTabVertical:visited {
    text-decoration:    none;
    color: #2F4F80;
}

A.SelectedTabVertical:active  {
    text-decoration:    none;
    color: #2F4F80;
}

A.SelectedTabVertical:hover   {
    text-decoration: underline;
    color: #2F4F80;
}


.OtherTabLeftBoxVertical
{
	/*margin-left:2px;
	height:19px;
	width: 11px;	*/
	margin-left:2px;
	background-image:url(Encadenamientos/boton-puntito.gif);
	height:25px;
	width:62px;	
 	background-repeat:no-repeat;
}

.OtherTabCenterBoxVertical
{
	height:19px;	
	width: 185px;
 	background-repeat:repeat-y;	
	padding-left:2px;
	padding-bottom:2px;
}

.OtherTabRightBoxVertical
{
	height:19px;
	width: 5px;	
}


/* text style for the selected tab */
.OtherTabVertical
{
	font-weight: bold;
	color: #2F4F80; /*#00BB00; /*#156F17;*/
	font-size: 10px;
	font-family: Tahoma;
}

.OtherTabSeparatorVertical
{
	 height:2px;
}


/* hyperlink styles of the selected tabs */
A.OtherTabVertical:link
{
	color:#2F4F80;
	text-decoration: none;
}

A.OtherTabVertical:visited {
    text-decoration:    none;
    color:#2F4F80;
}

A.OtherTabVertical:active  {
    text-decoration:    none;
    color:#2F4F80;
}

A.OtherTabVertical:hover   {
    text-decoration: underline;
    color: #2F4F80;
}


/* HORIZONTAL MENU TABSECTIONS  Selected Tab */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	/*background-image: url(Encadenamientos/menu-horizontal2_01.gif);*/
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;

}

.SelectedTabSectionBg
{
	/*background-image: url(Encadenamientos/menu-horizontal2_02.gif);*/
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	/*background-image: url(Encadenamientos/menu-horizontal2_03.gif);*/
	background-position: bottom;
	background-repeat:repeat-x;
}


/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 11px;
	color: silver;
	font-family: Tahoma;
	text-decoration: underline;
    text-align:center;
}

/* hyperlink styles of the selected tab sections */
A.SelectedTabSection:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedTabSection:hover   {
    text-decoration:    underline;
    color:white;
}

/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Tahoma;
    font-size: 11px;
    color:#614815;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
    text-decoration:    none;
    color: #FFFFFF;
}

A.OtherTabSections:visited {
    text-decoration:    none;
    color: #FFFFFF;/*#614815;*/
}

A.OtherTabSections:active  {
    text-decoration:    none;
    color: #FFFFFF;
}

A.OtherTabSections:hover   {
    text-decoration:    underline;
    color: #FFFFFF;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	background-image: url(Encadenamientos/menu-horizontal2verde_01.gif);
	background-repeat:no-repeat;
	height:22px;
	width:3px;
}

.SelectedTabSectionCenterBox
{
	background-image: url(Encadenamientos/menu-horizontal2verde_02.gif);
	height:22px;
	width: 200px;
	text-align:center;
	background-repeat:repeat-x;
}

.SelectedTabSectionRightBox
{
	background-image: url(Encadenamientos/menu-horizontal2verde_03.gif);
	background-repeat:no-repeat;
	height:22px;
	width:3px;
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	background-image: url(Encadenamientos/menu-horizontal2azul_01.gif);
	background-repeat:no-repeat;
	height:22px;
	width:3px;
}

.OtherTabSectionsCenterBox
{
	background-image: url(Encadenamientos/menu-horizontal2azul_02.gif);
	height:22px;
	width: 200px;
	text-align:center;
	background-repeat:repeat-x;
}

.OtherTabSectionsRightBox
{
	background-image: url(Encadenamientos/menu-horizontal2azul_03.gif);
	background-repeat:no-repeat;
	height:22px;
	width:3px;
}



/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color:#0099FF;
	text-align: center;
}

.SelectedTabLeftBox
{
	margin-left:2px;
	height:22px;
	width: 5px;	
	/*background-image: url(Encadenamientos/menu-horizontal2_01.gif);*/
}

.SelectedTabCenterBox
{
	height:22px;	
	width: 17px;
	text-align:center;
	padding-left:2px;
	/*background-image: url(Encadenamientos/menu-horizontal2_02.gif);*/
}

.SelectedTabRightBox
{
	height:22px;
	width: 3px;	
	/*background-image: url(Encadenamientos/menu-horizontal2_03.gif);*/
}


/* background/border colors for the selected tab */
.SelectedTabBg
{
	/*background-color: #0066FF;*/
	/*background-color: navy; */
	
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    	/*background-color: #0099FF;*/
}



/* text style for the selected tab */
.SelectedTab
{
	/*font-weight:bold;
	font-size: 11px;
	color: silver;
	font-family: tahoma;
	text-decoration: underline;*/
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:silver;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:silver;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:silver;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:silver;
}

.OtherTabLeftBox
{
	margin-left:0px;
	height:22px;
	width: 3px;	
	/*background-image: url(Encadenamientos/menu-horizontal2_01.gif);*/
}

.OtherTabCenterBox
{
	height:22px;
	text-align:center;
	/*background-image: url(Encadenamientos/menu-horizontal2_02.gif);*/
	padding-left:0px;
}

.OtherTabRightBox
{
	height:22px;
	width: 3px;	
	/*background-image: url(Encadenamientos/menu-horizontal2_03.gif);*/
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Tahoma;
    font-size:11px;
     text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    

/* MENU VERTICAL SubPortalS  Selected */
/* background images to form the shape of the selected SubPortal */
.SelectedSubPortalLeftBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url(ExportsImages/SelectedSubPortalArrow.gif);
}

.SelectedSubPortalCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width:150px;
	background-image: url(ExportsImages/SelectedSubPortalRightBox.jpg);
	padding-left:2px;
}

.SelectedSubPortalRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(ExportsImages/SelectedSubPortalRightBox.jpg);
}

/* text style for the selected */
.SelectedSubPortalVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family:Tahoma;
}

.SelectedSubPortalSeparatorVertical
{
	 height:2px;
}

/* hyperlink styles of the selected */
A.SelectedSubPortalVertical:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortalVertical:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortalVertical:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortalVertical:hover   {
    text-decoration:    none;
    color:white;
}



/* MENU VERTICAL SubPortalS  No Selected */

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBoxVertical
{	
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url(ExportsImages/SelectedSubPortalNoArrow.gif);
}

/* text style for the selected */
.OtherSubPortalsCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width: 150px;
	background-image: url(ExportsImages/SelectedSubPortalRightBox.jpg);
	padding-left:2px;
}

.OtherSubPortalsRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url(ExportsImages/SelectedSubPortalRightBox.jpg);
}

.OtherSubPortalSeparatorVertical
{
	 height:2px;
}


/* text style for the unselected SubPortals */
/* text style for the selected */
.OtherSubPortalsVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

/* hyperlink styles of the selected */
A.OtherSubPortalsVertical:link    {
    text-decoration:    none;
    color:white;
}

A.OtherSubPortalsVertical:visited {
    text-decoration:    none;
    color:white;
}

A.OtherSubPortalsVertical:active  {
    text-decoration:    none;
    color:white;
}

A.OtherSubPortalsVertical:hover   {
    text-decoration:    none;
    color:white;
}





/* HORIZONTAL MENU SubPortalS  Selected */
/* background/border colors for the selected SubPortal */
.SubPortalsBg
{
	background-image: url(ExportsImages/SubPortalsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;

}

.SelectedSubPortalBg
{
	background-image: url(ExportsImages/SelectedSubPortalBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected SubPortals */
.OtherSubPortalsBg
{
	background-image: url(ExportsImages/OtherSubPortalsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}


/* text style for the selected SubPortals */
.SelectedSubPortal
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	text-decoration: underline;
    text-align:center;
}

/* hyperlink styles of the selected SubPortals */
A.SelectedSubPortal:link    {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortal:visited {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortal:active  {
    text-decoration:    none;
    color:white;
}

A.SelectedSubPortal:hover   {
    text-decoration:    underline;
    color:white;
}


/* text style for the unselected SubPortals */
.OtherSubPortals {
    font-family: Tahoma;
    font-size: 11px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected SubPortals */
A.OtherSubPortals:link    {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherSubPortals:visited {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherSubPortals:active  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherSubPortals:hover   {
    text-decoration:    underline;
    color:#FFFFFF;
}
    
/* background images to form the shape of the selected SubPortal */
.SelectedSubPortalLeftBox
{
	background-image: url(ExportsImages/SelectedSubPortalLeftBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

.SelectedSubPortalCenterBox
{
	background-image: url(ExportsImages/SelectedSubPortalCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.SelectedSubPortalRightBox
{
	background-image: url(ExportsImages/SelectedSubPortalRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBox
{
	background-image: url(ExportsImages/OtherSubPortalsLeftBox.gif);
	height:51px;
	width:9px;
}

.OtherSubPortalsCenterBox
{
	background-image: url(ExportsImages/OtherSubPortalsCenterBox.gif);
	height:51px;
	width:232px;
	text-align:center;
	background-repeat: repeat-x;
}

.OtherSubPortalsRightBox
{
	background-image: url(ExportsImages/OtherSubPortalsRightBox.gif);
	background-repeat:no-repeat;
	height:51px;
	width:9px;
}






/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: white;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma;
    font-size: 20px;
    font-weight: normal;
    /*color: #666644;*/
}

/* style for module titles */
.ModuleTitle
{
	font-weight: bold;
	font-size: 11px;
	/*color:#156F17;*/
	font-family: Tahoma;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 14px;
	color: Navy;
	font-weight: bolder;
	font-family: Tahoma;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 11px;
	color: darkgray;
	font-family: Tahoma;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma;
    font-size:  14px;
    font-weight: bolder;
    color: navy;
}
 
 
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: MidnightBlue ;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}

.NormalMini
{
    font-family: Tahoma;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: navy;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color: navy;
}

A.CommandButton:active   {
    text-decoration:    underline;
	color: navy;
}

A.CommandButton:hover    {
    text-decoration:    underline;
	color: navy;
}

/* text style for buttons and link buttons used in the links webpart */
.PortalLinks     {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the links webpart */
A.PortalLinks:link
{
	color: navy;
	text-decoration: underline;
}

A.PortalLinks:visited  {
    text-decoration:    underline;
	color: navy;
}

A.PortalLinks:active   {
    text-decoration:    underline;
	color: navy;
}

A.PortalLinks:hover    {
    text-decoration:    underline;
	color: navy;
}
    
/* text style for titles used as Links */
.TitleLink     {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TitleLink:link {
    text-decoration:    none;
    font-family: Tahoma;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Tahoma;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Tahoma;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family: Tahoma;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

/* ENTITY FORUM */


/*************************************** class of forum***************************************************/
.ForumTopColorBar
{
	background-color:#667cb5;
	
}
.ForumTitle
{
	font-weight:bold;
	font-size: 12px;
	color: white;
	font-family: Tahoma;
}
	
	.ForumBackcolorBack
{

	background-color: #f5f5fd;
	
}
		


.ForumBackcoloCreatedByDescription

{
	background-color: #e1e5f0;
	border-color:Gray;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}


.ForumFontLinkTitle
{
	
	background-color: #f5f5fd;
	font-style:normal;
	font-size:14px;
	font-family: Tahoma;
	font-weight:bold;
	color:Navy;
	
}

.ForumFontLink
{
	
	font-style:normal;
	font-size:16px;
	font-family: Tahoma;
	font-weight:bold;
	color: "#667cb5";
	background-color:#e1e5f0;
}

.SubForumTitle
{
	font-style:normal;
	font-size:10px;
	font-family: Tahoma;
	color:White;
	font-weight:bold;
}

.ForumSubHead
{
	font-size: 12px;
	color: Navy;
	font-weight: bold;
	font-family: Tahoma;
}

.ForumNormal

{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.ForumHead

{
    font-family: Tahoma;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

.ForumNormalWhite

{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color:White;
}

.Forumbackgroundcolor

{
	background-color:#667cb5;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color:White;
   
	
	
}

.BordersTable

{
	border-color:#D4D0C8;
	border-style:solid;	
}
	
.ForumUsersName

{
	font-style:normal;
	font-size:16px;
	font-family: Tahoma;
	font-weight:bold;
	color: #667cb5;
	background-color:#e1e5f0;
	}
	
	
.ForumBColorNormal

{
	background-color: #e1e5f0;
	border-color:Gray;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
	
	.ForumBColorSubhead
{
	background-color: #e1e5f0;
	font-size: 12px;
	color: Navy;
	font-weight: bold;
	font-family: Tahoma;
}

	
.ForumBColorTransparentNormal

{
	background-color: #f5f5fd;
	border-color:Gray;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
	
	
.ForumBColorTransparentSubhead

{
    background-color: #f5f5fd;
    border-color:Gray;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.ForumActiveLink

{
	
    font-size: 12px;
    font-weight: normal;
    color:Blue;
}

A.ForumCommandButton:link
{
	color: navy;
	text-decoration: underline;
}
		

/* ENTITY QUESTIONARIES */

.QuestionariesFieldLabel
{
	width: 200px;
	white-space: normal;

}

.QuestionariesTextbox
{
	width: 250px;

}

.QuestionariesDateTimeTextbox
{
	width: 180px;

}

.QuestionariesDateTimeButton
{
	width: 65px;

}

.QuestionariesSectionList
{
	width: 30%;

}

.QuestionariesLogo
{
	width: 150px;

}

.QuestionariesSectionImage
{
	width: 200px;
	
}

.QuestionariesCompanySearchHeads
{
	width: 20%;

}

.QuestionariesCompanySearchFields
{
	width: 80%;

}

.QuestionariesSectionDetails
{
	width: 70%;

}

.QuestionariesSectionTable
{
	width: 100%;
	height: 400px;
	overflow-y: scroll;
	BORDER-RIGHT: ForestGreen 4px double;
	BORDER-TOP: ForestGreen 1px solid;
	BORDER-LEFT: ForestGreen 1px solid;
	BORDER-BOTTOM: ForestGreen 4px double
	
}

.QuestionariesSectionComparativeTable
{
	BORDER-RIGHT: navy 1px solid;
	BORDER-TOP: navy 1px solid;
	BORDER-LEFT: navy 1px solid;
	BORDER-BOTTOM: navy 1px solid;
	border-collapse: collapse;
	width: 90%;
}


.QuestionariesSectionComparativeTableTitle
{
	BORDER-RIGHT: navy 1px solid;
	BORDER-TOP: navy 1px solid;
	BORDER-LEFT: navy 1px solid;
	BORDER-BOTTOM: navy 1px solid;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: Navy;
}

.QuestionariesSectionComparativeTableCell
{
	BORDER-RIGHT: navy 1px solid;
	BORDER-TOP: navy 1px solid;
	BORDER-LEFT: navy 1px solid;
	BORDER-BOTTOM: navy 1px solid;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: MidnightBlue;
	text-align: justify
}

.QuestionariesSectionHead
{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	/*line-height: 15pt;*/
	color: Navy;
	
}

.QuestionariesSectionSubHead
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	/*line-height: 12pt;*/
	color: Navy;

}

.QuestionariesSectionNormal
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	/*line-height: 12pt;*/
	color: MidnightBlue;
	text-align: justify;

}

/* IMAGE GALLERY */
.ImageGalleryDetail
{
	background-image: none;
	margin: 0px;
	background-color: white;
	text-align:center;
}


/* GENERIC */
H1  {
    font-family: Tahoma;
    font-size:  20px;
    font-weight: normal;
    color: #666644;
}

H2  {
    font-family: Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Tahoma;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}
A:link
{
	color: midnightblue;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  midnightblue;
}

A:active    {
    text-decoration:    none;
    color:  midnightblue;
}

A:hover {
    text-decoration:    underline;
    color:	darkred;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:Tahoma;
}


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
}


/* Module Box */

.ModuleBoxContentInner
{
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-top:2px;
}
.ModuleBoxContent
{
	border-right:#156F17  2px solid;	
	border-left: #156F17  2px solid;
	border-bottom:#156F17   2px solid;
	border-top: #156F17 /*#000099*/  2px solid;
	font-size: x-small;
	font-family: Tahoma;
	background-color: white;
}

.ModuleBoxContentNoFrame
{
	border:0:0:0;
	font-size: x-small;
	font-family: Tahoma;
	background-color:White;
}

.BannerPanesSeparator
{
    height: 10px;
}

.ModuleSeparator
{
	height:2px;
	line-height:2px;
}

.ImgLeftTab
{
	/*background-image: url(Mercado/entidadizq.jpg);
	width: 16px;
	height: 25px; /* cambio 
	background-repeat: repeat-x;*/
	vertical-align:middle; /* cambio */
	height:25px;
	width:11px;	
	background-image: url(Encadenamientos/entidad4.gif);
	background-repeat:no-repeat;	
	
}

.ImgTabFull
{
	/*background-image: url(Mercado/entidadmedio.jpg);
	height: 25px;
	width:200px;
	background-repeat: repeat-x;*/
	vertical-align:middle;
	height:25px;	
	width: 200px;
	background-image: url(Encadenamientos/entidad4.gif);
 	background-repeat:repeat-x;
}

.ImgMiddleTab
{
	/*background-image: url(Mercado/entidadder.jpg);
	width: 18px;
	height: 25px; /* cambio 
	background-repeat: repeat-x;*/
	vertical-align:middle;
	height:25px;
	width: 11px;	
	background-image: url(Encadenamientos/entidad4.gif);
	background-repeat:no-repeat;

}

.ImgTabHalf
{
	background-image: url(Encadenamientos/entidad4.gif);
	height: 25px;
	/*width:199px;*/
	background-repeat:repeat-x;
}

.ImgRightTab
{
	background-image: url(Encadenamientos/entidad4.gif);
	height: 25px;
	/*weight: 300px;*/
	background-repeat:repeat-x;
}


/*  Surveys results bar */
.SurveyBar1
{
	background-image: url(ExportsImages/SurveyBarImages/SurveyBarRed.jpg);	
}
.SurveyBar2
{
	background-image: url(ExportsImages/SurveyBarImages/SurveyBarGreen.jpg);		
}
.SurveyBar3
{
	background-image: url(ExportsImages/SurveyBarImages/SurveyBarBlue.jpg);		
}
.SurveyBar4
{
	background-image: url(ExportsImages/SurveyBarImages/SurveyBarYellow.jpg);		
	
}
.SurveyBar5
{
	background-image: url(ExportsImages/SurveyBarImages/SurveyBarDark.jpg);		
}
.SurveyBar6
{
	background-image: url(ExportsImages/SurveyBarImages/SurveyBarCyan.jpg);			
}
.SurveyBar7
{
	background-image: url(ExportsImages/SurveyBarImages/SurveyBarBrown.jpg);		
}

.PreciosCafe_Main
{
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
}

/* ButtonLike Class */
.ButtonLike
{
	border-right: #dedede 3px outset;
	border-top: #dedede 3px outset;
	font-weight: normal;
	font-size: 10px;
	border-left: #dedede 3px outset;
	cursor: hand;
	color: darkred;
	line-height: 11px;
	border-bottom: #dedede 3px outset;
	font-family: Tahoma;
	border-collapse: collapse;
	background-color: #eaeaea;
	text-decoration: underline;
}

.ChartPlotArea
{
	color: #800000;	
	background-image: url(Images/Anacafe.gif);
	background-color: #fffff3;
	border-color: #800000;
	border-width: 1px;
	font-family: Tahoma;
	font-size: 8px;		
}

.ChartSerie1
{
	width: 1px;
	color: #ff0000;	
}

.ChartSerie2
{
	width: 1px;
	color: #00ff00;
}

.ChartSerie3
{
	width: 1px;
	color: #0000ff;
}

.ChartSerie4
{
	width: 1px;
	color: #ffff00;
}

.ChartSerie5
{
	width: 1px;
	color: #ff00ff;
}

.ChartSerie6
{
	width: 1px;
	color: #00ffff;
}

.ResourceGraphic1
{
	background-color: tan;
}

.ResourceGraphic2
{
	background-color: darksalmon;
	cursor: hand;
}

.ResourceGraphic3
{
	background-color: royalblue;
}

.ResourceGraphic4
{
	cursor: hand;
	background-color: #cccc99;
}

/*CONTENT HEADER*/
.ContentHeader_Left
{
	BACKGROUND-POSITION-Y: bottom;
	background-repeat:repeat-x;
	height: 25px;
	background-color: #767676;
	width:5px;
}

.ContentHeader_LeftTitle
{
	BACKGROUND-POSITION-Y: bottom;
	background-repeat:repeat-x;
	height: 25px;
	background-color: #767676;
	width:5px;
}

.ContentHeader_Center
{

	BACKGROUND-POSITION-Y: bottom;
	background-repeat:repeat-x;
	height: 25px;
	background-color: #767676;
	width:300;
}

.ContentHeader_RightTitle
{
	BACKGROUND-POSITION-Y: bottom;
	background-repeat:repeat-x;
	height: 25px;
	background-color: #767676;
}
.ContentHeader_Right
{
	
	BACKGROUND-POSITION-Y: bottom;
	background-repeat:repeat-x;
	height: 25px;
	background-color: #767676;
	width:5px;
}
.ContentHeader_Title
{
	font-weight: bold;
	font-size: 20px;
	vertical-align: top;
	color: white;
	/*font-style:;*/
	font-family: Tahoma;
}

/*
.ContentHeader_SubTitle
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	color: white;
	font-style: italic;
	font-family:arial;
	width:230px;
}
*/

.ITSeparator
{
	width:10px;
}

.ITCRV
{
	width:1000px;
	height:2000px;
	overflow:visible;
}

.ITNormalBold
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
	color:#000080;
}

