
/* background color for the content part of the pages */
Body
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #C1C7C8;
	background-attachment: fixed;
	background-image: url(grad.gif);
	background-repeat:  repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD
{
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #663333;
}

.rb_DefaultLayoutTable
{
	width: 760px;
	border-collapse: collapse;
	text-align: center;
	border: 2px solid #663333;
	background-color: #FFFFFF;
}
.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
{
	border-collapse: collapse;
	text-align: center;
}

.rb_AlternateLayoutTable
{
	width: 760px;
	padding: 0px;
	border-collapse: collapse;
	text-align: center;
	border: 2px solid #003366;
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	background-repeat:  repeat-x;
	background-position: 211px 211px;
}

/*  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;
}
.rb_DefaultPortalContent
{
	height: 100%;
	padding-left: 1px;
	margin-bottom: 2px;
	padding-right: 1px;
}

/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
}

.rb_DefaultPortalFooter
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* 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;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: 96004B;
	font-weight: normal;
}

/* text style for the unselected tabs */
.OtherTabs
{
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #FFFFFF;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
A.OtherTabs:hover
{
	text-decoration: none;
	color: #FFCC66;
}
A.OtherTabs:active
{
	text-decoration: none;
	color: #FFFFFF;
	}
.SelectedSubTab
{
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #4A0111;
	font-weight: normal;
}

.OtherSubTabs
{
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: 831C0A;
	font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	text-decoration: none;
	color: 96004B;
}

A.OtherSubTabs:visited
{
	text-decoration: none;
	color: 96004B;
}
A.OtherSubTabs:hover
{
	text-decoration: none;
	color: #FF6600;
}
A.OtherSubTabs:active
{
	text-decoration: none;
	color: 96004B;
}
.SelectedSubSubTab
{
	color: #003366;
	font-weight: bold;
	background-image: url(../../DesktopLayouts/Aura/Images/Sub-menu-off.gif);
	background-repeat:  repeat-x;
	background-position: center;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	text-align: center;
	width: 140px;
}




/* 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;
}




.LeftPane
{
}
.RightPane
{
	width: 400px;
	background-color: FFEEDB;
}
.ContentPane
{
	width: 100%;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}


/* 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: 14px;
	font-weight: normal;
	color: 91B146;
	vertical-align: middle;
	width: 100%;
}
.TitleHeadAlt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width:100px
}

/* 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;
	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
{
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
.NormalAlt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}

/* 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: #000000; 
	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, Arial, Helvetica, sans-serif;
	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, Arial, Helvetica, sans-serif;
	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, Arial, Helvetica, sans-serif;
	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, Arial, Helvetica, sans-serif;
	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, Arial, Helvetica, sans-serif;
	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
{
	color: #336699;
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}
A:active
{
	text-decoration: none;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}
PRE
{
    font-family: Lucida Console, monospace;
}

LI
{
	list-style-position: inside;
	list-style-image: url(/Design/Themes/CentroDise&#241;o/bullet.gif);
	list-style-type: none;
}

UL LI
{
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(/Design/Themes/Ballesteros/bullet.gif);
}

UL LI LI
{
	list-style-type: disc;
	list-style-position: inside;
}

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: #FF9900;
    height: 1pt;
    text-align: left;
}

P
{
	padding-top: 2px;
	padding-bottom: 2px;
}


.module
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #993300;
	padding-right: 2px;
	padding-left: 2px;
}

.moduleNT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	width: 100%;	
}
.moduleAlt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #999999;
	font-size: 10px;
}
.Error
{
    font-weight: bold;
    color: #990000;
}

/* para el módulo de tabla en modo GRID */
.tabla 
{
	font-size:11px;
	font-family: "Trebuchet MS", Verdana, Arial;	
	
}
.tabla a:link, .tabla a:visited, .tabla a:active 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#526981;
	text-decoration: none;
	font-size:11px;

}
.tabla a:hover 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#C43C3C;
	text-decoration: none;	
	font-size:11px;
	
}

.tablaAlt 
{
	background-color:#F0F0F0;
	font-size:11px;
	
	
}

.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:active 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#104278;
	text-decoration: none;	
	font-size:11px;
	
	
}
.tablaAlt a:hover 
{
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#C43C3C;
	text-decoration: none;	
	font-size:11px;
	
}


.tabla td
{
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA5745;
	list-style-type: circle;
}
.tablaAlt td
{
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial;
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA5745;		

}

.tablaFooter td
{
height:5px;
}


.UDTIPPagTable
{
width:100%
}
.UDTIPPagCell
{
	color: #000000;
	font-size:11px;
	margin:2px;
}

.UDTIPPagCell a:link, .UDTIPPagCell a:visited, .UDTIPPagCell a:active
{
	text-decoration:none;
	margin: 1px;
	padding: 2px;
	border: 1px solid #E0EDFC;
	color: #666666;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Arial;
}

.UDTIPPagCell a:hover
{
	color: #FFFF99;
	background-color: #000066;
	font-size:11px;
	font-family:"Trebuchet MS", Verdana, Arial;
}

/* Nueva Paginación */

.PaginacionNavegacion
{
 	white-space: nowrap;
 	text-align:right;
	padding-right:5px;
	margin-right:23px;
	#margin-right:185px;
	#padding-right:2px;
	margin-bottom:15px;
}

a.PaginacionItem:link, a.PaginacionItem:visited, a.PaginacionItem:active
{
	color:#ffaf02;
	margin-left:2px;
	font-size:11px;
	margin-right:5px;
	text-decoration:none;
}

a.PaginacionItem:hover
{
	color:#a1a1a1;
	margin-left:2px;
	margin-right:5px;
	font-size:11px;	
}

.PaginacionItem img
{
	border:0px;
	margin-left:2px;
}

.PaginacionItemSeleccionado
{
	margin-left:2px;
	font-weight:bold;
	color:#b74230;
	font-size:11px;
}

.ProductosMostrados
{
	margin-right:27px;
	margin-top: 20px;
	margin-bottom:20px;
	color:#4f4e4e;
	font-size:11px;
	text-align:right;
}

/* Fin Nueva Paginación */