/* ================================
    CSS STYLES FOR SEGA PORTAL BUILDER
    v1.0
   ================================
*/   

/* BANNER SETUP */
/* background color for the header at the top of the page (banner) */
.HeadBg
{
	width:900px; /* cambio */
	height:268px;
	border:0;
	background-image: url('Images/banner.png');
	background-color:#663300;
	background-repeat:no-repeat;
	/*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: 12px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	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:900px;
	text-align: right; 
	background-color: blue;
}


/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}


/* 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;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;  
    color:blue;
	/*height:22px; */
	width:900px;
	/*border:0:0:0;*/
	text-align:center;
	background-color: #0b648e;
	/*background-image: url(PremioImages/abajobody.jpg);*/
	background-position:bottom; /* cambio */

}

.FooterText
{
	font-family: Verdana;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px;  
    color:blue;
	width:780px; /* cambio */
	border:0:0:0;
	text-align:center;
	vertical-align:top;
}


/* background color for the content part of the pages */
Body
{
	margin: 0px 0px 0px 0px;
	/*background-image: url(ExportsImages/img_izqBoton.gif);
	width: 17px;
	height: 23 px;	*/
	background-color: #c2c2c2; /* #6F6438; /* #005433; /* #658FBA; /*#cbcbcb;*/
	text-align:center;
}

.HomeMain
{
	width:900px; /* cambio */
	border:0:0:0;
	background-color:#0b648e;
}

.HomeLeftMargin
{
	/*background-image: url(PremioImages/izqmarcobody.jpg); /* cambio */
	width:none;
	background-position: bottom left;
	background-repeat:repeat-y;
}

.HomeRightMargin
{
	/*background-image: url(PremioImages/dermarcobody.jpg); /* cambio */
	width: 15px;
	background-position: bottom right;
	background-repeat:repeat-y;
	padding-right: 5px;
}

.HomeLeftPane
{
	width:260px;
}

.HomeContentPane
{
	width: auto;
}

.HomeRightPane
{
	width: 100px;
}

.HomeLeftContentSpace
{
	width: 0px;
}

.HomeRightContentSpace
{
	width: 10px;
}

/*main tab section box */
.TabSectionsMain
{
	width:260px;
}

/*main tab box*/
.TabsMain
{
	width:260px;
}


/* MENU VERTICAL TABSECTIONS  Selected Tab */
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBoxVertical
{
	vertical-align:middle; /* cambio */
	height:40px;
	width:20px;	
	background-image: url(Images/left.jpg);
	background-repeat:no-repeat;
}

.SelectedTabSectionCenterBoxVertical
{
	vertical-align:middle;
	text-align:right;
	height:40px;	
	width:211px;
	background-image: url(Images/midd.jpg);
 	background-repeat:no-repeat;

}

.SelectedTabSectionRightBoxVertical
{
	vertical-align:middle;
	height:40px;
	width:15px;	
	background-image: url(Images/right.jpg);
	background-repeat: no-repeat;
}


/* text style for the selected tab */
.SelectedTabSectionVertical
{
	vertical-align:middle;
	color:#343635;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	/*padding-left: 3px;*/ /*cambio*/
	
	
}

.SelectedTabSectionSeparatorVertical
{
	 height:4px;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabSectionVertical:link    {
    text-decoration:    none;
    color:#343635;
    margin-left:2px; /*cambio*/
}

A.SelectedTabSectionVertical:visited {
    text-decoration:    none;
    color:#343635;
}

A.SelectedTabSectionVertical:active  {
    text-decoration:    none;
    color:#343635;
}

A.SelectedTabSectionVertical:hover   {
    text-decoration:    bolder;
    color:#343635;
}



/* MENU VERTICAL TABSECTIONS  No Selected Tab */

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBoxVertical
{	
	vertical-align:middle;
	height:40px;
	width: 20px;	
	/*background-image: url(ExportsImages/SelectedTabSectionLeftBoxVertical.jpg);*/
	/*background-image: url(ExportsImages/img_izqEntidad.gif);*/
	background-image: url(Images/left.jpg); 
	background-repeat:no-repeat;
}

/* text style for the selected tab */
.OtherTabSectionsCenterBoxVertical
{
	vertical-align:middle;
	text-align:right;
	height:40px;	
	width:211px;
	background-image: url(Images/midd.jpg);
	background-repeat:no-repeat;
	/*padding-left:3px;*/
}

.OtherTabSectionsRightBoxVertical
{
	vertical-align:middle;
	height:40px;
	width: 15px;	
	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;
	color:#343635;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

/* hyperlink styles of the selected tabs */
A.OtherTabSectionsVertical:link    {
    text-decoration:    none;
    color:#343635; /* cambio */
}

A.OtherTabSectionsVertical:visited {
    text-decoration:    none;
    color:#343635;
}

A.OtherTabSectionsVertical:active  {
    text-decoration:    none;
    color:#343635;
}

A.OtherTabSectionsVertical:hover   {
    text-decoration:    bolder;
    color:#343635;
}





/* MENU VERTICAL TABS */

.SelectedTabLeftBoxVertical
{
	margin-left:2px;
	/*background-image:url(ExportsImages/SelectedTabArrowVertical.jpg);*/
	/*background-image:url(PremioImages/left2.jpg);*/
	height:18px;
	width: 29px;	
}

.SelectedTabCenterBoxVertical
{
	height:19px;	
	width: 185px;
 	background-repeat:repeat-y;
	padding-left:2px;
}

.SelectedTabRightBoxVertical
{
	height:19px;
	width: 5px;	
}

.SelectedTabSeparatorVertical
{
	height:0px;
}

/* text style for the selected tab */
.SelectedTabVertical
{
	font-weight: bolder;
	color:#343635;
	font-size: 11px;
	font-family: Verdana;
}

/* hyperlink styles of the selected tabs */
A.SelectedTabVertical:link    {
    text-decoration:    none;
    color:#343635;
}

A.SelectedTabVertical:visited {
    text-decoration:    none;
    color:#343635;
}

A.SelectedTabVertical:active  {
    text-decoration:    none;
    color:#343635;
}

A.SelectedTabVertical:hover   {
    text-decoration: underline;
    color:#343635;
}


.OtherTabLeftBoxVertical
{
	margin-left:2px;
	height:18px;
	width: 29px;
	/*background-image:url(PremioImages/left3.jpg);	*/
}

.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:white;
	font-size: 10px;
	font-family: Verdana;
}

.OtherTabSeparatorVertical
{
	 height:0px;
}


/* hyperlink styles of the selected tabs */
A.OtherTabVertical:link
{
	color:white;
	text-decoration: none;
}

A.OtherTabVertical:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabVertical:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabVertical:hover   {
    text-decoration: underline;
    color:white;
}


/* HORIZONTAL MENU TABSECTIONS  Selected Tab */
/* background/border colors for the selected tab section */
.TabSectionsBg
{
	background-image: url(ExportsImages/TabSectionsBg.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	text-align: center;

}

.SelectedTabSectionBg
{
	background-image: url(ExportsImages/SelectedTabSectionBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* background/border colors for the unselected tab sections */
.OtherTabSectionsBg
{
	background-image: url(ExportsImages/OtherTabSectionsBottomBox.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}


/* text style for the selected tab sections */
.SelectedTabSection
{
	font-weight: bold;
	font-size: 10px;
	color: silver;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
    text-align:center;
}

/* hyperlink styles of the selected tab sections */
A.SelectedTabSection:link    {
    text-decoration:    none;
    color:sylver;
}

A.SelectedTabSection:visited {
    text-decoration:    none;
    color:sylver;
}

A.SelectedTabSection:active  {
    text-decoration:    none;
    color:sylver;
}

A.SelectedTabSection:hover   {
    text-decoration:underline;
    color:sylver;
    /*color: #FFFFFF*/
}


/* text style for the unselected tab sections */
.OtherTabSections {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color:white;
    /*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:white;
}
    
/* background images to form the shape of the selected tab section */
.SelectedTabSectionLeftBox
{
	background-image:url(ExportsImages/OtherTabLeftBox.jpg);
	height:26px;
	width: 17px;	
	background-repeat:no-repeat;
}

.SelectedTabSectionCenterBox
{
	background-image: url(ExportsImages/OtherTabCenterBox.jpg);
	height:26px;
	text-align:center;
	background-repeat: repeat-x;
}

.SelectedTabSectionRightBox
{
	background-image: url(ExportsImages/OtherTabRightBox.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:17px;
}

/* background images to form the shape of the other tab sections */
.OtherTabSectionsLeftBox
{
	background-image:url(ExportsImages/OtherTabLeftBox.jpg);
	height:26px;
	width: 17px;	
	background-repeat:no-repeat;
}


.OtherTabSectionsCenterBox
{
	background-image: url(ExportsImages/OtherTabCenterBox.jpg);
	height:26px;
	text-align:center;
	background-repeat: repeat-x;
}

.OtherTabSectionsRightBox
{
	background-image: url(ExportsImages/OtherTabRightBox.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:17px;
}



/* TABS */
/* background color for the tab bar */
.TabBarBg
{
	background-color:#0099FF;
	text-align: center;
}

.SelectedTabLeftBox
{
	height:26px;
}

.SelectedTabCenterBox
{
	height:26px;	
	text-align:center;
}

.SelectedTabRightBox
{
	height:26px;
	width: 8px;	
}


/* 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: Verdana, Helvetica, sans-serif;
	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
{
	
	height:26px;
	/*
	width: 17px;	
	background-image: url(ExportsImages/OtherTabLeftBox.jpg);*/
}

.OtherTabCenterBox
{
	height:26px;
	text-align:center;
}

.OtherTabRightBox
{
	height:26px;
	width: 8px;	
	/*background-image: url(ExportsImages/OtherTabRightBox.jpg);*/
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:11px;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:navy;
}
    

/* 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: Verdana;
}

.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: Verdana;
}

/* 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: 13px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	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: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    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: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* style for module titles */
.ModuleTitle
{
	font-weight: bold;
	font-size: 12px;
	color:white;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left:5px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-size: 12px;
	color:white;
	font-weight: bold;
	font-family: Arial;
}

/* style of item titles on edit and admin pages that are disabled*/
.SubHead_Disabled
{
	font-weight: bold;
	font-size: 11px;
	color: darkgray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* 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 most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #392B07 ;
    text-align:justify;
 }
 p 
 {
	text-align:justify;
 }
  
  

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold
}

.NormalMini
{
    font-family: Arial;
    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;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color:white;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color: white	;
}

A.CommandButton:active   {
    text-decoration:    underline;
	color: white;
}

A.CommandButton:hover    {
    text-decoration: underline;
	font-weight: bold;
	color: white;
}

/* text style for buttons and link buttons used in the links webpart */
.PortalLinks     {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the links webpart */
A.PortalLinks:link
{
	color: #392B07;
	text-decoration: underline;
}

A.PortalLinks:visited  {
    text-decoration:    underline;
	color: #392B07;
}

A.PortalLinks:active   {
    text-decoration:    underline;
	color: #392B07;
}

A.PortalLinks:hover    {
    text-decoration:    underline;
	font-weight: bold;
	color: #392B07;
}
    
/* text style for titles used as Links */
.TitleLink     {
    font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #392B07;
}

A.TitleLink:visited  {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #392B07;
}

A.TitleLink:active   {
    text-decoration:    none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #392B07;
}

A.TitleLink:hover    {
    text-decoration:    underline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #392B07;
}




/* 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:  15px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    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:    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
}


/* Module Box */
.ModuleBoxContentInner
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	padding-top:2px;
}
.ModuleBoxContent
{
	border-right: #343635 3px solid;	
	border-left: #343635 3px solid;
	border-bottom: #343635 3px solid;
	border-top: #343635 3px;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	/*background-color: #FFF9D6;*/
}

.ModuleBoxContentNoFrame
{
	border:0:0:0;
	font-size: x-small;
	font-family: verdana, helvetica, sans-serif;
	background-color:#0b648e;
}

.BannerPanesSeparator
{
    height: 10px;
}

.ModuleSeparator
{
	height: 4px;
	line-height:4px;
}

.ImgLeftTab
{
	/*background-image: url(PremioImages/izqentidad.jpg);*/
	width: 25px;
	height: 18px; /* cambio */
	background-color:#343635;
	background-repeat:no-repeat;
}

.ImgTabFull
{
	/*background-image: url(PremioImages/medioentidad.jpg);*/
	height: 18px;
	width:auto;
	background-color:#343635;
	background-repeat:repeat-x;
}

.ImgMiddleTab
{
	/*background-image: url(ExportsImages/tabhalf.jpg);*/
	/*background-image: url(ExportsImagex/centroexport.jpg);*/
	height: 18px;
	width:auto;
	background-color:#343635;
	background-repeat:repeat-x;
}

.ImgTabHalf
{
	/*background-image: url(ExportsImages/centroexport.jpg);*/
	/*background-image: url(ExportsImages/centroexport.jpg);*/
	/*background-image: url(ExportsImages/tabhalf.jpg);*/
	height: 18px;
	width:auto;
	background-color:#343635;
	background-repeat:repeat-x;
}

.ImgRightTab
{
	/*background-image: url(PremioImages/derentidad.jpg);*/
	background-color:#343635;
	background-repeat:no-repeat;
	width: 18px; /* cambio */
	height: 18px;
}


/*  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: Verdana, Helvetica, sans-serif;
	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: 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;
}

/*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: italic;
	font-family: 'Franklin Gothic Medium';
}

.ContentHeader_SubTitle
{
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	color: white;
	font-style: italic;
	font-family: Verdana;
	width:230px;
}
