
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #FFFFFF;
}

/* background color for the content part of the pages */
Body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #999999;
	    font-family: verdana, Helvetica, sans-serif;

}
TD
{
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.rb_DefaultLayoutTable
{
	width: 760px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: 106px 157px;
	border: 2px solid #003366;
}
.rb_DefaultLayoutDiv {
	border-collapse: collapse;
	text-align: center;
}
/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv
{
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.rb_AlternateLayoutTable
{
	width: 760px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(cabecera.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*  DESKTOP PORTAL BANNER SETTINGS */

.rb_AlternatePortalHeader
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.rb_DefaultPortalHeader
{
	border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
}

.rb_DefaultPortalFooter, .rb_DefaultPortalFooter td, .rb_DefaultPortalFooter a
{
	font-size: 11px;
	color: #666666;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	background-color: #99FF66;
}

/* background/border colors for the selected tab */
.TabBg
{

}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{

}

/* text style for the selected tab */
.SelectedTab
{
	text-decoration: none;
	margin-bottom: 15px;
}

/* text style for the unselected tabs */
.OtherTabs
{
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;

}

A.OtherTabs:visited
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
A.OtherTabs:hover
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
A.OtherTabs:active
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	}
.SelectedSubTab
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	clip:   rect(auto auto auto auto);
	height: 100%;
	padding-top: 4px;
	width: 100%;
	padding-left: 12px;
}

.OtherSubTabs
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: 123C68;
	clip:   rect(auto auto auto auto);
	height: 100%;
	padding-top: 5px;
	width: 100%;
	padding-left: 12px;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	text-decoration: none;
}

A.OtherSubTabs:visited
{
	text-decoration: none;
}
A.OtherSubTabs:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
A.OtherSubTabs:active
{
	text-decoration: none;
}



/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3C6D9D;
	background-color: #FFFFFF;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:visited
{
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:active
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:hover
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3C6D9D;
}

/* style for separator between site links */
.Accent
{
    color: #003399;
    font-weight: normal;
}

.LeftPane
{
	height: *;
	width: 131px;
	background-image: url(/design/DesktopLayouts/steelBrass/Images/menubg-tile.gif);
	background-repeat:  repeat-y;
	background-position:left;
	height: 300px;
}
.RightPane
{
	width: 207px;
}
.ContentPane
{
	width: 100%;
	text-align: center;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-size: 11px;
	color: #4e5747; text-decoration: none
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 126498;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 11px;
    font-family: verdana, Helvetica, sans-serif
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
	color: #4e5747; 
	font-weight: bold
}

.TitleHead
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #356A9F;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	/*background-image: url(../../DesktopLayouts/Neutra/images/fondoceldasup.gif);
	background-repeat:  repeat-x;*/
}

/* 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: normal;
    color: #4e5747;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma;
	font-size: 14px;
	color: #003366;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	border: 1px solid #003366; 
	color: #FFFFFF; 
	background-color: #4657AA}

.NormalRed
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold; ;color:#003399
}

.NormalItalic
{
    font-family: verdana, Helvetica, sans-serif;
    font-style: italic;	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #003366;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #3C78B5;
	font-family: verdana, Helvetica;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #719DC1;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
}




/* GENERIC */
H1
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

H2
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

H3
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

H4
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

H5
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

H6
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
THEAD
{
}

TH
{
}

A:link
{
}

A:visited
{
}

A:hover
{
	text-decoration: none;
}
A:active
{
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}
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: #003399;
    height: 1pt;
    text-align: left;
}

P
{
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Articles */
/* style for Articles titles */
.ArticleHead
{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF0000;
}

.module
{
	font-family: Tahoma;
	font-size: 14px;
	color: #003366;
	text-align: center;
	padding: 3px;
	margin: 3px;
}

.moduleNT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	width: 100%;	
}
.moduleAlt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	padding: 3px;
	margin: 3px;
}
.Error
{
    font-weight: bold;
    color: #990000;
}
DT
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
}

TFOOT
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 12px;
}


/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}

TR
{
}


A.selectedTab:hover {
	
}
A.selectedTab:link {
	
}
A.selectedTab:visited {
	
}
A.selectedTab:active {
	
}


BLOCKQUOTE { 
 } 
/* para tener la celda superior de la tabla borde izquierdo*/

.bordeizquierdo{
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: 4976A4;
}

.tabla 
{
	background-color:#F5F3E9;
	text-indent: 3px;	
}
.tabla a:hover, .tabla a:link, .tabla a:visited, .tabla a:active 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#003366;
	text-decoration: none;	
}
.tabla a:hover 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#FF0000;
	text-decoration: none;	
	
}

.tablaAlt 
{
	background-color:#FBFBFB;
	text-indent: 3px;	
	
}

.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:active 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#003366;
	text-decoration: none;	
	
	
}
.tablaAlt a:hover 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#FF0000;
	text-decoration: none;	
	
}


.tabla a:hover, .tabla a:link, .tabla a:visited, .tabla a:active 
{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.tablaAlt td
{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.tablaFooter td
{
height:1px;
}


.Catalogo 
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #852E3A;

}
.Catalogo A:link
{

	text-decoration: none;
		color: #000000;
	font-size: 12px;
}


.Catalogo A:visited
{
	text-decoration: none;
	color: #000000;
		font-size: 12px;
}

.Catalogo A:hover
{
	color: #92161A
		font-size: 12px;
}

.Catalogo A:active
{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.Ticker a:hover, .Ticker a:link, .Ticker a:visited, .Ticker a:active
{
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
}
