
/* background color for the content part of the pages */
Body
{
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: #FFFFFF;
}
TD
{

}

.tablaCueva td
{
color:#000000;
}

/* 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 standard - user based pages */
.rb_DefaultLayoutDiv
{
	margin: 0px;
	text-align: center;
	background-image: url(/Design/DesktopLayouts/cueva/fondoRep.gif);
	background-repeat:  repeat-y;
	background-position: center;
	padding: 0px;
}

.rb_DefaultLayoutTable
{
	width: 760px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;

}

/* 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
{
	margin: 0px;
	text-align: center;
	background-image: url(/Design/DesktopLayouts/cueva/fondoRep.gif);
	background-repeat:  repeat-y;
	background-position: center;
	padding: 0px;

}

.rb_AlternateLayoutTable
{
	width: 760px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; 
}

/*  DESKTOP PORTAL BANNER SETTINGS */

.rb_AlternatePortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

.rb_DefaultPortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

.rb_DefaultPortalFooter
{
	background-position: center;
	text-align: center;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.titleHead
{
	font-weight: bold;
	padding-right: 5px;
		color: #FFFFFF;
}
.head
{
		color: #FFFFFF;
}
.subHead
{
	font-weight: bold;
	padding-right: 5px;
		color: #FFFFFF;
}

.SubSubHead
{
		color: #FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg
{

}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{

}

/* text style for the selected tab */
.SelectedSubTab
{
color: #000000;
background-color:ffffff;
}

.OtherSubTabs
{

	color: #ffffff;

}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	
	color: #ffffff;

}

A.OtherSubTabs:visited
{
	
	color: #ffffff;

}
A.OtherSubTabs:hover
{
	
	color: #F39000;

}
A.OtherSubTabs:active
{
	
	color: #ffffff;

}



/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003300;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: none;
    font-weight:normal
}

.SiteLink A:visited
{
    text-decoration: none;
    font-weight: normal;
}

.SiteLink A:active
{
    text-decoration: none;
}

.SiteLink A:hover
{
    text-decoration: underline;
}

/* style for separator between site links */
.Accent
{
    color: #003399;
    font-weight: normal;
}

.LeftPane
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 140px;
}
.RightPane
{
	font-size: 12px;

}

.RightPane td
{
	font-size: 12px;
	border: #FFFFFF;

}


/* text style used for most text rendered by modules */
.Normal
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 11px;
    font-weight: normal;
	border: 1px solid #003366; 
	color: #003366; 
	background-color: #FFFFFF
}

.NormalRed
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold; ;color:#003399
}

.NormalItalic
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-style: italic;	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	text-decoration: none;
	color: #FF6600;
	height: 20px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #FF6600;
	height: 20px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #FF6600;
	height: 20px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #FF6600;
	height: 20px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #CCCCCC;
	border: 1px solid #FF6600;
	}
A.CommandButton:active
{
	text-decoration: none;
	color: #FF6600;
	height: 20px;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
}






/* GENERIC */
H1
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
}

H2
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
}

H3
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

H4
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

H5
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}

H6
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}
THEAD
{
}

TH
{
}

A:link
{
	
	
	color: #F39000;
}

A:visited
{
    
	
	color: #F39000;
}

A:hover
{
   
	color: #FFFFFF;
}
A:active
{
   
	color: #F39000;
}

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
{
	height: 1pt;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #CCCCCC;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{

}

.module
{
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	
}

.module1
{
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	border: 0px solid #d4d4d4;
}
.Error
{
    font-weight: bold;
    color: #990000;
}
DT
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 11px;
}

TFOOT
{
    font-family: "Trebuchet MS", Arial, Helvetica;
    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;	
}



BLOCKQUOTE { 
 } 
 
 iframe {
	width: 550px;
	border: 0px;
}
