/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/


/* 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;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	background-color: c8c8c8;
}
TD
{
	font-size: 12px;
	color: #333333;
}
/* 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
{
	text-align: center;
}

.rb_DefaultLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 773px;

}

/* 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-repeat: no-repeat;

}

.rb_AlternateLayoutTable
{
	width: 760px;
	border-collapse: collapse;
	background-color: #ffffff;
	text-align: center;
	clip:     rect(auto auto auto auto);
}

/*  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
{
	text-align: center;
}

.rb_DefaultPortalFooter
{
	text-align: center;
	font-family: Tahoma, "Trebuchet MS", Arial;
}
.rb_DefaultPortalContent
{
	background-attachment: fixed;
	background-image: url(/Design/Themes/Tecinsa/Fondo.gif);
	background-repeat:  repeat-y;
	background-position: center;
}

/* 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
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #428A41;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
	letter-spacing: 1.5px;
}
A.SelectedTab:link
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #428A41;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}
A.SelectedTab:visited
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #428A41;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}
A.SelectedTab:hover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #428A41;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}
A.SelectedTab:active
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #428A41;
	font-weight: normal;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
}
/* text style for the unselected tabs */
.OtherTabs
{
	font-family: "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #000000;
	padding-right: 1px;
	padding-left: 1px;
	letter-spacing: 1px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #000000;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #000000;
}
A.OtherTabs:hover
{
	text-decoration: none;
	color: #000000;
}
A.OtherTabs:active
{
	text-decoration: none;
	color: #000000;
	}
	
.SelectedSubTab
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.SelectedSubTab:link
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.SelectedSubTab:visited
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.SelectedSubTab:hover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.SelectedSubTab:active
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.OtherSubTabs
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	text-decoration: none;
	color: #FFFFFF;
}

A.OtherSubTabs:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
A.OtherSubTabs:hover
{
	text-decoration: none;
	color: #004566;
	background-color: 34A5BB;
}
A.OtherSubTabs:active
{
	text-decoration: none;
	left: 4px;
	right: 4px;
	clip:  rect(auto 4px auto 4px);
	color: #FFFFFF;
}
A.SelectedSubSubTab
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccccc;
}
A.SelectedSubSubTab:link
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccccc;
}
A.SelectedSubSubTab:visited
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccccc;
}
A.SelectedSubSubTab:hover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccccc;
}
A.SelectedSubSubTab:active
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccccc;
}
A.OtherSubSubTabs
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
A.OtherSubSubTabs:link
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
A.OtherSubSubTabs:visited
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
A.OtherSubSubTabs:hover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #006699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
A.OtherSubSubTabs:active
{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333333;
	text-decoration: none;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, 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, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:visited
{
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:active
{
	text-decoration: none;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C6D9D;
}

.SiteLink A:hover
{
	text-decoration: none;
	font-family: Verdana, 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
{
	text-align: center;
	padding-left: 14px;

}
.RightPane
{
	text-align: center;
	background-attachment: fixed;
padding-right:6px;
}
.ContentPane
{
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
	padding-top: 30px;
}

/* 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: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.TitleHeadAlt
{
	padding-right: 4px;
	padding-left: 4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #003366;
	letter-spacing: 2px;
	font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	/* Braulio text-transform: uppercase;*/
	padding-left: 3px; 
	/*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: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	letter-spacing: 0.5px;
	word-spacing: 3px;
}
.NormalNT
{
	letter-spacing: 0.5px;
	word-spacing: 3px;
}
.NormalAlt
{
	font-family: Tahoma, "Trebuchet MS", Arial;
	color: #666666;
	font-size: 12px;
	letter-spacing: 0.5px;
	word-spacing: 3px;
}

/* 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: #003366; 
	background-color: #FFFFFF
}

.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: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

/* 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: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

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: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

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: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

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: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}




/* 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
{
	color: #003366;
	text-decoration:none;

}

A:visited
{
	color: #003366;
	text-decoration:none;
}

A:hover
{

	color:#FF0000;
	text-decoration:underline;
}
A:active
{

	color: #003366;
	text-decoration:none;
}

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
{
}
/* Articles */
/* style for Articles titles */
.ArticleHead
{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF0000;
}

.module
{
	text-align: justify;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333333;
	width: 99%;
	margin-top: 4px;
	margin-bottom: 4px;
}

.moduleNT 
{

}

.moduleAlt
{
}

.moduleAltNT
{

}

.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;	
}

/* ================================
   Discussion
   ================================ */
.MessageTitle 
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
   
.MessageAuthor
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal
}

TR
{
}

/* ================================
   Específicos
   ================================ */

A.selectedTab:hover {

}
A.selectedTab:link {

}
A.selectedTab:visited {

}
A.selectedTab:active {

}

BLOCKQUOTE { 
 } 

.rb_DefaultPortalFooter A:Link {
	color: #EBEE00;
}
.rb_DefaultPortalFooter A:Visited {
	color: #EBEE00;
}
.rb_DefaultPortalFooter A:Hover {
	color: #EBEE00;
}
.rb_DefaultPortalFooter A:Active {
	color: #EBEE00;
}

.tabla 
{
	background-color:#ECF4FD;

}

.tablaHeader td
{

}

.tablaHeader a:link, .tablaHeader a:visited, .tablaHeader a:active
{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#000066;
	text-decoration: none;
	font-size:12px;
}

.tablaHeader a:hover
{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#004080;
	text-decoration: none;
	font-size:12px;
}


.tabla a:link, .tabla a:visited, .tabla a:active 
{
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#004080;
	text-decoration: none;
	font-size:12px;
}
.tabla a:hover 
{
	
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#ff0000;
	text-decoration:none;	
	font-size:12px;
	
}

.tablaAlt 
{
	background-color:#ffffff;

}

.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:active 
{
	
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#004080;
	text-decoration: none;	
}

.tablaAlt a:hover 
{
	
		font-family:"Trebuchet MS", Verdana, Arial;
	color:#FF0000;
	text-decoration:none;	
	font-size:12px;
}

.tablaFooter td
{
	height:20px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#003399;
	

}

.tabla td
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;

}

.tablaAlt td
{
font-family:"Trebuchet MS", Verdana, Arial;
font-size:12px;

}

#Layer4
{
	background-attachment: scroll;
	background-image: url(/Design/Themes/Tecinsa/raya.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}