/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v1.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */
.HeadBg
{
	width:950px;
	height:239px;
	border:0px none;
	/*background-image: url('Images/banner.jpg');
	background-position:center;*/
	/*background-image: url('coneximages/banneranimacion.gif');*/
	/*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:0px none;
	font-weight: bold;
	font-size: 10px;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding right: 2px;
	font-style: inherit;
	font-weight: 200px;
	display:none;
}   

.SiteLangBox
{
	border: 0px none;
	padding-top:70px;
	/*The next line should be uncommented to hide the language box */
	display:none;
}

.SiteTabBox
{
	vertical-align: bottom;
	border: 0px none;	
	/*The next line should be commented when switching to vertical tabs */
	display:none;
}


.UserLayoutStripe
{
	width:900px;
	text-align: right; 
	background-color: blue;
}


/* style for the text of the site title */
.SiteTitle {
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#000066;
	
}


/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
	color: white;
}

A.SiteLink:visited  {
    text-decoration:    none;
	color:white;
}

A.SiteLink:active   {
    text-decoration:    none;
	color: white;
}

A.SiteLink:hover    {
    text-decoration:underline;
	color:white;
}



/* style for separator between site links */
.SiteLinkSeparator
{
	font-weight: bold;
	color: white;
}


/* style for separator between tabs */
.TabSeparator
{
	font-weight: bold;
	color: white;
}


/* FOOTER SETUP */
.Footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;  
    color:blue;
	height:33px;
	width:1024px;
	border:0px none;
	text-align:center;
	background-image: url('sofeximages/footer.jpg');
}


/* background color for the content part of the pages */
Body
{
	margin: 0px 0px 0px 0px;
	/*background-image:url(coneximages/back.jpg);*/
	/*background-repeat:repeat;*/
	background-color:f8f8f8;/*#727878*/ /*#cbcbcb;*/
	text-align:center;
}

.HomeMain
{
	width:950px;
	border: none;
	background-color:white;
}

.HomeLeftMargin
{
	width:0px; 
	/*background-image: url(sofeximages/Border.jpg);
	background-position: bottom;*/
}

.HomeRightMargin
{
	width:0px; 
	/*background-image: url(coneximages/rightborder.jpg.jpg);*/
	background-position: bottom;
	background-repeat:repeat-y;
}

.TopPane
{
}

.HomeLeftPane
{
	width: 220px;/*212*/
	background-color:white;
	/*background-image: url('sofeximages/leftpane.jpg');
	background-repeat:repeat-y;*/
	
	/*background-position: bottom;*/
}

.HomeContentPane
{
	width: auto;
}

.HomeRightPane
{
	width: 460px;
}

.BannerPanesSeparator
{
    height: 0px;
}

.TopPaneSeparator
{
	height:14px;
	display:none;
}

.BottomPaneSeparator
{
	height:0px;
}

.HomeLeftContentSpace
{
	width:4px;
}

.HomeRightContentSpace
{
	width: 4px;
}


/*main tab section box */
.TabSectionsMain
{
	width:100%;
	text-align:center;
}

/*main tab box*/
.TabsMain
{
	width:100%;
	text-align:center;
}


/* MENU VERTICAL TABSECTIONS  Selected Tab */
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBoxVertical
{
	vertical-align:middle;
	height:34px;
	width:50px;	
	background-image: url('Images/left.jpg');
	/*background-color:white;I*/
}

.SelectedTabSectionCenterBoxVertical
{
	vertical-align:middle;
	height:34px;	
	width:100px;
	background-image: url('Images/mid.jpg');
	background-repeat:repeat;
	/*background-color: white;*/
	padding-left:8px;
}

.SelectedTabSectionRightBoxVertical
{
	vertical-align:middle;
	height:34px;
	width: 43px;	
	background-image: url('Images/right.jpg');
	/*background-color:white;*/
}

/* text style for the selected tab */
.SelectedTabSectionVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

.SelectedTabSectionSeparatorVertical
{
	 height:2px;
}


/* hyperlink styles of the selected tabs */
A.SelectedTabSectionVertical:link    {
    text-decoration:    none;
	text-transform:uppercase;
    color:#0097ca;
}

A.SelectedTabSectionVertical:visited {
    text-decoration:    none;
		text-transform:uppercase;
    color:#0097ca;
}

A.SelectedTabSectionVertical:active  {
    text-decoration:    none;
		text-transform:uppercase;
    ccolor:#0097ca;
}

A.SelectedTabSectionVertical:hover   {
    text-decoration: underline;
	text-transform:uppercase;
    color:#0097ca;
}



/* MENU VERTICAL TABSECTIONS  No Selected Tab */

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBoxVertical
{	
	vertical-align:middle;
	height:34px;
	width:50px;	
	background-image: url('Images/left.jpg');
	/*background-image: url('coneximages/tabhornoselizq.gif');*/
}

/* text style for the selected tab */
.OtherTabSectionsCenterBoxVertical
{
	vertical-align:middle;
	height:34px;	
	width:auto;
	background-image: url('Images/mid.jpg');
	padding-left:8px;

}

.OtherTabSectionsRightBoxVertical
{
	vertical-align:middle;
	height:34px;
	width: 43px;	
	background-image: url('Images/right.jpg');
	background-repeat: no-repeat;
}

.OtherTabSectionSeparatorVertical
{
	 height:4px;
}


/* 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;
		text-transform:uppercase;
    color:#0097ca;
}

A.OtherTabSectionsVertical:visited {
    text-decoration:    none;
		text-transform:uppercase;
    color:#0097ca;
}

A.OtherTabSectionsVertical:active  {
    text-decoration:    none;
		text-transform:uppercase;
    color:#0097ca;
}

A.OtherTabSectionsVertical:hover   {
    text-decoration: underline;
		text-transform:uppercase;
    color:#0097ca;
}



/* MENU VERTICAL TABS */

.SelectedTabLeftBoxVertical
{
	margin-left:4px;
	height:8px;
	width: 12px;	
	/*background-image: url('coneximages/ffwd.gif');*/
	background-position:left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 0px;
}

.SelectedTabCenterBoxVertical
{
	height:18px;	
	width:auto;
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
 		
	padding-left:50px;
}

.SelectedTabRightBoxVertical
{
	height:8px;
	width: 1px;	
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
}

.SelectedTabSeparatorVertical
{
	height:3px;
}

/* text style for the selected tab */
.SelectedTabVertical
{
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	vertical-align: middle;
	padding-left: 12px;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabVertical:link    {
    text-decoration:    none;
    color: #ff0a75;
}

A.SelectedTabVertical:visited {
    text-decoration:    none;
    color:#ff0a75;
}

A.SelectedTabVertical:active  {
    text-decoration:    none;
    color: #ff0a75;
}

A.SelectedTabVertical:hover   {
    text-decoration: underline;
    color:#ff0a75;
}




.OtherTabLeftBoxVertical
{
	margin-left:2px;
	
	height:8px;
	width: 2px;	
	/*background-image: url(SegaImages/SelectedTabNoArrow.gif);*/
}

.OtherTabCenterBoxVertical
{
	height:8px;	
	width: auto;
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
		
	padding-left:50px;
}

.OtherTabRightBoxVertical
{
	height:8px;
	width: 1px;	
	/*background-image: url(SegaImages/SelectedTabCenterBox.gif);*/
}

.OtherTabSeparatorVertical
{
	 height:2px;
}

/* text style for the selected tab */
.OtherTabVertical
{
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
	padding-left: 12px;
}

/* hyperlink styles of the selected tabs */
A.OtherTabVertical:link
{
 color:#ff0a75;
	text-decoration: none;
}

A.OtherTabVertical:visited {
    text-decoration:    none;
    color:#ff0a75;
}

A.OtherTabVertical:active  {
    text-decoration:    none;
     color:#ff0a75;
}

A.OtherTabVertical:hover   {
    text-decoration: underline;
     color:#ff0a75;
}


/* HORIZONTAL MENU TABSECTIONS  Selected Tab */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	/*background-image: url('../COGUAPLAST/coneximages/tabhorselizq.gif');*/
	background-image: url('coneximages/bannercoguaplast.jpg');
	background-color:#FFF;
	height: 26px;
	width: 29px;
	background-repeat: no-repeat;
	text-align: center; background-position-y:50%

}

.SelectedTabSectionBg
{
	/*background-image: url('../COGUAPLAST/coneximages/SelectedTabSectionBottomBox.gif');*/
	background-repeat:repeat-x; background-position-y:50%
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	/*background-image: url('../COGUAPLAST/SegaImages/OtherTabSectionsBottomBox.gif');*/
	background-repeat:repeat-x; background-position-y:50%
}


/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
    	text-align:center;
}

/* hyperlink styles of the selected tab sections */
A.SelectedTabSection:link    {
    text-decoration:    none;
    color:red;
}

A.SelectedTabSection:visited {
    text-decoration:    none;
    color:red;
}

A.SelectedTabSection:active  {
    text-decoration:    none;
    color:red;
}

A.SelectedTabSection:hover   {
    text-decoration:    underline;
    color: red;
}


/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:white;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
}

/* hyperlink styles of the unselected tab sections */
A.OtherTabSections:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabSections:hover   {
    text-decoration:    underline;
    color: #00FFFF;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	/*background-image: url('../COGUAPLAST/coneximages/tabhorselizq.gif');*/
	background-color:#CCCCCC;
	height: 26px;
	width: 29px
}

.SelectedTabSectionCenterBox
{
	/*background-image: url('../COGUAPLAST/coneximages/tabhorselmed.jpg');*/
	background-repeat: repeat-x
	background-color: #666666;
}

.SelectedTabSectionRightBox
{
	/*background-image: url('../COGUAPLAST/coneximages/tabhorselder.jpg');*/
	width:27px;
	height:26px;
	background-repeat:no-repeat
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	/*background-image: url('../COGUAPLAST/coneximages/tabhornoselizq.gif');*/
	background-color:#CCCCCC;
	height:26px;
	width:28px
}

.OtherTabSectionsCenterBox
{
	/*background-image: url('../COGUAPLAST/coneximages/tabhornoselmed.gif');*/
	background-repeat: repeat-x
}

.OtherTabSectionsRightBox
{
	/*background-image: url('../COGUAPLAST/coneximages/tabhornoselder.gif');*/
	height:26px;
	width: 25px;
	background-repeat: no-repeat
}



/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color: #0099FF;
	text-align: center;
}

.SelectedTabLeftBox
{
	margin-left:2px;
	border-width: medium;
	border-color:#666666;
	height:2px;
	width: 9px;	
	/*background-image: url('SegaImages/SelectedTabArrow.gif');*/
}

.SelectedTabCenterBox
{
	height:25px;	
	width: 148px;
	/*background-image: url('SegaImages/SelectedTabCenterBox.gif');*/
}

.SelectedTabRightBox
{
	height:25px;
	width: 9px;	
	/*background-image: url('SegaImages/SelectedTabRightBox.gif');*/
}



/* background/border colors for the selected tab */
.SelectedTabBg
{
	background-color: #666666;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg 
{
    background-color: #666666;
}



/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:#666666;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:#666666;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:#666666;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color:#666666;
}



/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #999999;
    text-decoration:none;
    font-weight: bold;
}

.OtherTabLeftBox
{
	margin-left:2px;
	
	height:25px;
	width: 9px;	
	/*background-image: url('SegaImages/SelectedTabNoArrow.gif');*/
}

.OtherTabCenterBox
{
	height:25px;	
	width: 149px;
	/*background-image: url('SegaImages/SelectedTabCenterBox.gif');*/
		
	padding-left:2px
}

.OtherTabRightBox
{
	height:25px;
	width: 9px;	
	/*background-image: url('SegaImages/SelectedTabRightBox.gif');*/
}



/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: #666666;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#666666;
}
    


/* 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('../COGUAPLAST/SegaImages/SelectedSubPortalArrow.jpg');
}

.SelectedSubPortalCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width:150px;
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalRightBox.jpg');
	padding-left:2px
}

.SelectedSubPortalRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalRightBox.jpg');
}

/* text style for the selected */
.SelectedSubPortalVertical
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.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('../COGUAPLAST/SegaImages/SelectedSubPortalNoArrow.jpg');
}

/* text style for the selected */
.OtherSubPortalsCenterBoxVertical
{
	vertical-align:middle;
	height:25px;	
	width: 150px;
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalRightBox.jpg');
	padding-left:2px
}

.OtherSubPortalsRightBoxVertical
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url('../COGUAPLAST/SegaImages/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: Geneva, Arial, Helvetica, sans-serif;
}

/* 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('../COGUAPLAST/SegaImages/SubPortalsBg.gif');
	background-repeat:repeat-x;
	text-align: center; background-position-y:50%

}

.SelectedSubPortalBg
{
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalBottomBox.gif');
	background-repeat:repeat-x; background-position-y:50%
}

/* background/border colors for the unselected SubPortals */
.OtherSubPortalsBg
{
	background-image: url('../COGUAPLAST/SegaImages/OtherSubPortalsBottomBox.gif');
	background-repeat:repeat-x; background-position-y:50%
}


/* text style for the selected SubPortals */
.SelectedSubPortal
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    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-weight: bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    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
{
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalArrow.jpg');
}

.SelectedSubPortalCenterBox
{
	vertical-align:middle;
	height:25px;	
	width:150px;
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalRightBox.jpg');
	padding-left:2px;
	text-align:center;
	background-repeat: repeat-x
}

.SelectedSubPortalRightBox
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalRightBox.jpg');
}

/* background images to form the shape of the other SubPortals */
.OtherSubPortalsLeftBox
{	
	vertical-align:middle;
	height:25px;
	width: 9px;	
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalNoArrow.jpg');
}

.OtherSubPortalsCenterBox
{
	vertical-align:middle;
	height:25px;	
	width: 150px;
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalRightBox.jpg');
	padding-left:2px;
	text-align:center;
	background-repeat: repeat-x
}

.OtherSubPortalsRightBox
{
	vertical-align:middle;
	height:25px;
	width: 1px;	
	background-image: url('../COGUAPLAST/SegaImages/SelectedSubPortalRightBox.jpg');
}


/* SITE MAP SPECIFIC STYLE */
/* style for each Column of the Site Map*/
.SiteMapColumn
{}


/* style for the Columns Separator */
.SiteMapColumnSeparator
{}


/* style for SubPortals */
.SiteMapSubPortalsLeftBox
{}

.SiteMapSubPortalsCenterBox
{}

.SiteMapSubPortalsRightBox
{}

.SiteMapSubPortals
{
	font-weight: bold;
	font-size: 11px;
	color: dimgray;
	font-family: Arial, Helvetica, sans-serif;
}

A.SiteMapSubPortals:link
{
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapSubPortals:visited {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapSubPortals:active  {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapSubPortals:hover   {
    text-decoration:    none;
	color: black;
}

.SiteMapSubPortalsSeparator
{}


/* style for TabSections */
.SiteMapTabSectionsLeftBox
{}

.SiteMapTabSectionsCenterBox
{	
	padding-left: 20px;
}

.SiteMapTabSectionsRightBox
{}

.SiteMapTabSections
{
	font-weight: normal;
	font-size: 11px;
	color: dimgray;
	font-family: Arial, Helvetica, sans-serif;
}

A.SiteMapTabSections:link
{
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabSections:visited {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabSections:active  {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabSections:hover   {
    text-decoration:    none;
	color: black;
}

.SiteMapTabSectionSeparator
{}


/* style for Tabs */
.SiteMapTabsLeftBox
{}

.SiteMapTabsCenterBox
{	
	padding-left: 40px;
}

.SiteMapTabsRightBox
{}

.SiteMapTabs
{
	font-weight: normal;
	font-size: 11px;
	color: dimgray;
	font-family: Arial, Helvetica, sans-serif;
}

A.SiteMapTabs:link
{
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabs:visited {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabs:active  {
    text-decoration:    none;
	color: dimgray;
}

A.SiteMapTabs:hover   {
    text-decoration:    none;
	color: black;
}

.SiteMapTabsSeparator
{}




/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: navy;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color:#000033;
}

/* style for module titles */
.ModuleTitle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-left:3px;
	font-family: Arial, Helvetica, sans-serif;
}

.ModuleFooter
{
	display:none;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 10px;
	color: #a00000;
	font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 10px;
	color: #637851;
	font-family: Arial, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight: bolder;
    color:#a00000;
}


/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color:#666666;/*azul #01325d*/
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #a00000;
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalMini
{
    font-family: Arial, Helvetica, sans-serif;
    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: Arial, 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
{
	color: #01325d;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color: #01325d;
}

A.CommandButton:active   {
    text-decoration:    underline;
	color: #01325d;
}

A.CommandButton:hover    {
    text-decoration:    underline;
	color: #01325d;
}
    
/* text style for titles used as Links */
.TitleLink     {
    font-family: Arial, Helvetica, sans-serif;
    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: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
}



.LoginTextBox
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width:130px;
}

.LoginSubTitle
{
	background:#768d63;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}

.SignIn
{
	border-right: #9A989A 1px solid;	
	border-left: #9A989A 1px solid;
	border-bottom: #9A989A 1px Solid;
	border-top: #9A989A 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin:0 0 0 0;
}

.SignInInner
{
	border-right: #ffffff 2px solid;	
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 0px;
	border-top: #ffffff 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #bac8ad;
	margin:0 0 0 0;
}
.SignInInnerTable
{
	border-bottom: #ffffff 0px;
	border-top: #ffffff 0px;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #bac8ad;
	margin:0 0 0 0;
}


.SignInForgotPassword
{
}

a.SignInForgotPassword:Link
{
}


a.SignInForgotPassword:hover
{
}

.LoginRememeber
{
}

.SignInRegister
{
}





/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #01325d;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #01325d;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    normal;
    color: #01325d;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color:#01325d;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #01325d;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:#01325d;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #01325d;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #01325d;
}
A:link
{
	color: #01325d;
	font-weight:    bold;
	text-decoration: none
}

A:visited   {
    text-decoration:    none;
	font-weight:    bold;
    color:  #01325d;
}

A:active    {
    text-decoration:    none;
	font-weight:    bold;
    color:  #01325d;
}

A:hover {
    text-decoration:    underline;
	font-weight:    bold;
    color:	#01325d;
}

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
}


.Button
{
	font-weight: bold;
	font-size: 12px;
	background: #bfd945;
	color: white;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 18px;
	cursor:hand;
}


.PortalLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px;
	font-weight: bold;
	color: #768D63;
	text-decoration: none;
	text-align: left;
	padding:0 0 0 3px;
}

A.PortalLinks:link {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:visited  {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:active   {
    text-decoration:    none;
	color: #768D63;
}

A.PortalLinks:hover    {
    text-decoration:    none;
	color: #FCD003;
}



/* Module Box */

.ModuleBoxContent
{
	border-right: #a00000 1px solid;	
	border-left: #a00000 1px solid;
	border-bottom: #a00000 1px solid;
	border-top: #a00000 1px;
	font-size: x-small;
	font-family: Arial, helvetica, sans-serif;
	background-color: #ffffff;
}

.ModuleBoxContentInner
{
	background-color: #ffffff;
	padding:6 6 6 6;
}

.ModuleBoxContentNoFrame
{
	border:0px none;
	font-size: x-small;
	font-family: Arial, helvetica, sans-serif;
	background-color: green;
}


.ModuleBoxContentNoFrameInner
{
	background-color: #ffffff;
	padding:2 2 2 2;
}

.BannerPanesSeparator
{
    height: 0px;
}

.ModuleSeparator
{
	height: 6px;
}

.ImgLeftTab
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('../COGUAPLAST/coneximages/entityizq.gif');*/
	background-color:#a00000;
	height:24px;
	width: 52px;
	background-repeat: no-repeat;
}

.ImgTabFull
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('../COGUAPLAST/coneximages/entitymed.gif');*/
	background-color:#a00000;
	height:24px;
	width: auto;
	padding-left:0;
	background-repeat: repeat-x;
	padding-left: none
}

.ImgMiddleTab
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('../COGUAPLAST/coneximages/entitymed.gif');*/
	background-color:#a00000;
	height:24px;
	width:auto;
	padding-left:0;
	background-repeat: repeat-x;
}

.ImgTabHalf
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('../COGUAPLAST/coneximages/entitymed.gif');*/
	background-color:#a00000;
	height:24px;
	width:auto;
	padding-left:0;
	background-repeat: repeat-x;
}

.ImgRightTab
{
	BACKGROUND-POSITION-Y: top;
	/*background-image: url('../COGUAPLAST/coneximages/entidadmed2.jpg');*/
	background-color:#a00000;
	background-repeat: no-repeat;
	width: 15px;
	
}


/*  Surveys results bar */
.SurveyBar1
{
	background-image: url('../COGUAPLAST/SegaImages/SurveyBarImages/SurveyBarRed.jpg');	
}
.SurveyBar2
{
	background-image: url('../COGUAPLAST/SegaImages/SurveyBarImages/SurveyBarGreen.jpg');		
}
.SurveyBar3
{
	background-image: url('../COGUAPLAST/SegaImages/SurveyBarImages/SurveyBarBlue.jpg');		
}
.SurveyBar4
{
	background-image: url('../COGUAPLAST/SegaImages/SurveyBarImages/SurveyBarYellow.jpg');		
	
}
.SurveyBar5
{
	background-image: url('../COGUAPLAST/SegaImages/SurveyBarImages/SurveyBarDark.jpg');		
}
.SurveyBar6
{
	background-image: url('../COGUAPLAST/SegaImages/SurveyBarImages/SurveyBarCyan.jpg');			
}
.SurveyBar7
{
	background-image: url('../COGUAPLAST/SegaImages/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: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #eaeaea;
	text-decoration: underline;
}

.ChartPlotArea
{
	color: #800000;	
	background-image: url('../COGUAPLAST/Images/MobileLogo.gif');
	background-color: #fffff3;
	border-color: #800000;
	border-width: 1px;
	font-family: arial.ttf;
	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;
}

/*CUSTOM MODULES*/
.HomeRightBanner
{
	width:251;
	background-color:red;
	background-image: url('../COGUAPLAST/SegaImages/home_solutions.gif');
}


/* text style for titles used as Links */
.EspecialLink     
{
	height:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-color:#e0e1d4;
    background-image:url('../COGUAPLAST/SegaImages/dotedline.jpg');
    background-repeat:repeat-x;
    background-position: 0 16;
    padding-left:5; padding-right:0; padding-top:0; padding-bottom:0
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.EspecialLink:link {
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url('../COGUAPLAST/SegaImages/fondorayado.gif');
}

A.EspecialLink:visited  {
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url('../COGUAPLAST/SegaImages/fondorayado.gif');
}

A.EspecialLink:active   {
    text-decoration:    none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url('../COGUAPLAST/SegaImages/fondorayado.gif');
}

A.EspecialLink:hover    {
    text-decoration:    underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: darkred;
    background: url('../COGUAPLAST/SegaImages/fondorayado.gif');
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0px none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu li {
  margin: 0;
  border: 0px none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0px none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #0099cb;
  border-right-color: #0099cb;
  border-bottom-color: #0099cb;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #0099cb/*a00000*/;
  color: white;
  font: bold 13px/22px  Arial, Arial,Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #0fa9db;
  color: white;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  font: normal 11px/22px  Arial, Arial,Helvetica, sans-serif;
  float: none;
  background: #0099cb;
  color: white;
}

/* 2nd Menu Hover Persistence 
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  font: normal 11px/22px  Arial, Arial,Helvetica, sans-serif;
  background: #D5DCCF;
  color: #FFF;
}
*/

/* 3rd Menu 
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}*/

/* 3rd Menu Hover Persistence 
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}*/

/* 4th Menu 
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}*/

/* 4th Menu Hover 
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}*/

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}



/* REPORTING SERVICES WEBPART STYLE */
.RSDataList
{
	border-style: none;
	border-width: 1px;
	border-color: #999999;
	background-color: White;
	padding: 3 3 3 3;
	width: 100%;
}

.RSDataListSelected
{
	color: White;
	font-weight: bold;
	background-color: #008A8C;
}

.RSDataListItem
{
	color: Black;
	background-color: #EEEEEE;
}

.RSDataListAlternating
{
	background-color: #DCDCDC;
}

.RSDataListHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

.RSDataListFooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: White;
	background-color: #000084;
}

A.RSLinkButton:link
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:visited
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:active
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.RSLinkButton:hover
{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/* shopping cart styles */

.strikethrough
{
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}


/*******************************************/
/* INICIO SECCION CATALOGO DE EXPORTADORES */
/*******************************************/

/*
a.agDirectorioLblNormal{
	color:#003366;
}
a.agDirectorioLblNormal:link{
	color:#003366;
	text-decoration:none;
}
a.agDirectorioLblNormal:hover{
	color:#003366;
	text-decoration:underline;
}
.agDirectorioLblNormal{
	color:#003366;
}
a.agDirectorioLblNormal:link{
	color:#003366;
	text-decoration:none;
}
a.agDirectorioLblNormal:hover{
	color:#3b4960;
	text-decoration:underline;
}
#LeftPane{
	background:#F2F2F2; 
}
#Table10{
	width:100%;
	margin:0px;
	padding:0px;
}
#Table10 tr{
	background:#F2F2F2; 
}
td{
	margin:0px;
	padding:0px;
}
#LeftContentSpace.HomeLeftContentSpace{
	background:#FFF; 
}
*/



.ocultar2
{
	display:none;
}
.mostrar2
{
	display:block;
}
.hideElement
{
	visibility:hidden; 
}
.showElement
{
	visibility: visible;
}
.Arial12azullink{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0C476B;
	text-decoration:none;
}
.Arial10grisOscuro{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-decoration:none;
}
.Arial10blanca{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.Arial10blanca2{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}
.Arial12blanca{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
.Arial10rojo{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#990000;
	text-decoration:none;}
.bulletAzulArial10{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#637851;/*#637851*/
	text-decoration:none;
	text-transform:uppercase;
	padding-left:10px;
	background:url(../img/bullet.jpg) no-repeat left center; /*../img/bullet.jpg*/
	margin-left:5px;
}
.Arial10azul{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0C476B;
	text-decoration:none;
}
.Arial12azul{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C476B;
	text-decoration:none;
}
.Arial11azullink{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0C476B;
	text-decoration:none;
}
.bordeBajo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#DivCenter
{
	width:545px;	
}
.formatoTabla1 td{
	font:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#637851;
	text-align:center;
	text-decoration:none;
	border-bottom:solid #0C476B 1px;
}
.formatoTabla1 th{
	background:#f2f2f2;
	color:#0C476B;
	font-weight:bold;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:solid #dddede 1px;
	border-right:solid #dddede 1px;
	border-left:solid #dddede 1px;
}
#piepagina{	
	width:100%;
	height:30px;
	clear:both;
	background:#F2F2F2;
	background:url(../COGUAPLAST/img/frm_feet_body_bg.jpg) repeat-x;
	text-align:center;
	margin-top:5px;
}
#copyright{
	width:324px;
	height:30px;
	margin: 0 auto;
	background:url(../COGUAPLAST/img/frm_feet_copyright_bg.jpg) no-repeat;
}

/*********************************************/
/* FINALIZA SECCION CATALOGO DE EXPORTADORES */
/*********************************************/

