.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:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-image: url(/Design/Themes/EditorialCarino/fondo.jpg);
	background-position:0px 300px;
}
table
{
	
}

td
{
	font-size: 12px;
	color: #FFFFFF;
}

h1
{
	font-size:18px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
/* 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
{

}

.rb_DefaultLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 770px;
}

/* 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;

}

.rb_AlternateLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 760px;
	border: 2px solid #006699;
}

/*  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;
	
}
.rb_DefaultPortalFooter a:link, .rb_DefaultPortalFooter a:visited, .rb_DefaultPortalFooter a:hover, .rb_DefaultPortalFooter a:active
{
	color: #666666;
}
.rb_DefaultPortalContent
{
	padding-top: 10px;
	padding-right: 6px;
	padding-left: 22px;
}

/* 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-size:18px;
	color:#d8b64a;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}
A.SelectedTab:link
{
	
	font-size:18px;
	color:#d8b64a;
	text-decoration: none;

}
A.SelectedTab:visited
{
	
	font-size:18px;
	color:#d8b64a;
	text-decoration: none;

}
A.SelectedTab:hover
{
	
	font-size:18px;
	color:#d8b64a;
	text-decoration: none;
	
}
A.SelectedTab:active
{
	
	font-size:18px;
	color:#d8b64a;
	text-decoration: none;
	
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-size:18px;
	color:#8ea4c2;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	font-size:18px;
	color:#8ea4c2;
	text-decoration: none;

}

A.OtherTabs:visited
{
	font-size:18px;
	color:#8ea4c2;
	text-decoration: none;
	
}
A.OtherTabs:hover
{
	font-size:18px;
	color:#ffffff;
	text-decoration: none;	
}
A.OtherTabs:active
{
	font-size:18px;
	color:#8ea4c2;
	text-decoration: none;
	
}
	
.SelectedSubTab
{
	font-size: 11px;
	color: #d8b64a;
	text-decoration: none;
	font-weight: normal;

}
A.SelectedSubTab:link
{
	text-decoration: none;
	color: #d8b64a;
}
A.SelectedSubTab:visited
{
	text-decoration: none;
	color: #d8b64a;
}
A.SelectedSubTab:hover
{
	text-decoration: none;
	color: #d8b64a;
}
A.SelectedSubTab:active
{
	text-decoration: none;
	color: #d8b64a;
}


.Menu a:link, .Menu a:visited, .Menu a:active
{
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	padding: 1px 1px 1px 5px;
	border: 1px solid #CCCCCC;
	background-color:#000000;
}

.Menu a:hover
{
	
	color:#FFEFE6;
	text-decoration: none;
	background-color:#E35353;
	border: 1px solid #990033;
}




.OtherSubTabs
{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #666666;
	padding-right: 1px;
	padding-left: 1px;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	text-decoration: none;
	color: #666666;
}

A.OtherSubTabs:visited
{
	text-decoration: none;
	color: #666666;
}
A.OtherSubTabs:hover
{
	text-decoration: none;
	color: #000000;
}
A.OtherSubTabs:active
{
	text-decoration: none;
	left: 4px;
	right: 4px;
	clip:  rect(auto 4px auto 4px);
	color: #666666;
}

.LeftPane
{
	text-align: center;
	padding-left: 2px;	
}

.RightPane
{
	text-align: center;
	

	
}
.ContentPane
{
	text-align: center;
	width: 100%;
	padding-right: 0px;
	padding-left: 10px;
}

.TituloCuento
{
	font-size: 22px;
	font-weight: normal;
	color: #d8b64a;
}

.TitleHead
{
	font-size: 16px;
	font-weight: normal;
	color: #B20000;
}
.TitleHeadAlt
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	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-size: 11px;
    font-weight: normal;
    color: #4e5747;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
.mCuentos
{
	color: #FFFFFF;
	font-size: 10px;
}
.NormalAlt
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    text-decoration: none;
	color: #184081;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-image: url(boton.gif);
	background-repeat: repeat-x;
	height: 30px;
	width:60px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	padding-right: 2px;
	padding-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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	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:#AA0000;
	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;
}


IMG {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

A:link
{
	color:#edc036;

	text-decoration:none;
}

A:visited
{
	color:#edc036;
	text-decoration:none;
}
	

A:hover
{
	color:#03327f;
	text-decoration:underline;
	
}
A:active
{
	color:#edc036;
	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: #CCCCCC;
    height: 1px;
    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
{
	text-align: justify;
	width: 100%;
	font-size: 9px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.moduleNT 
{
	color:  #333333;
	width: 100%;
	padding: 4px;
	text-align: justify;
}

.moduleAlt
{
	width: 100%;
	
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 4px;	
}

.moduleAltNT
{
	
	color: #333333;
	font-size: 12px;
	width: 100%;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;	
}

.Error
{
    font-weight: bold;
    color: #990000;
}


.NormalRed
{
font-size:14px;
color:#FF0000;
font-weight:bold;


}


BLOCKQUOTE { 
 }
 
 
 .rb_DefaultPortalFooter A:Link {
	color: #CCCCCC;
}
.rb_DefaultPortalFooter A:Visited {
	color: #CCCCCC;
}
.rb_DefaultPortalFooter A:Hover {
	color: #CCCCCC;
}
.rb_DefaultPortalFooter A:Active {
	color: #CCCCCC;
}

 /************************** LAYOUTS *************************/
 /************************************************************/
 
 .TitularNoticia {
 font-size:14px;
 color:#c63626;
  font-weight:bold;
 padding:5px;
 border-bottom:#CCCCCC 1px solid;
 
 }
   
.TitularNoticia a:link, .TitularNoticia a:visited, .TitularNoticia a:active
{
	
	color:#336699;
	text-decoration: none;

}

.TitularNoticia a:hover
{
	
	color:#c63626;
	text-decoration: none;

}

  .FechaNoticia {
  font-size:12px;
  font-weight:bold;
  color:#003366;
  
  }
 
 .TickerNoticia
 {
 font-size:9px;
 
 
 }
 
 
.DPNombre {
	font-size: 18px;
	color:#B90302;
}
.DPDescripcion {
	font-size: 11px;
	color: #000000;
}
.descripcion {
	font-size: 11px;
	color:#999999;
}
.descripcionLarga {
	font-size: 11px;
	color:#666666;
}
.descripcionLista {
	color: #666666;
	margin-top: 10px;
}
.DPPrecio {
	font-size: 24px;
	color: #CC0000;
}
.DestacadosPrecio {
	font-size: 18px;
	color: #CC0000;
}
.PrecioOferta {
	font-size: 18px;
	color:#999999;
	text-decoration:line-through;
}
.DestacadosEmpresa {
	font-size: 12px;
	color:#999999;
}
.DPCategoría {
	font-size: 14px;
	color: #CC0000;
}
.TituloDestacados {
	font-size: 12px;
	color:#990000;
	
}
.Imagen {
	border: 1px solid #697d99;
}

.ImagenGrande {
	border: 1px solid #afc8ee;
}

.tituloDatalist
{
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.tituloDatalist a:link
{
	font-weight: bold;
	color: #000000;
}
.tituloDatalist a:visited
{
	font-weight: bold;
	color: #000000;
}
.tituloDatalist a:hover
{
	font-weight: bold;
	color: #000000;
}
.tituloDatalist a:active
{
	font-weight: bold;
	color: #000000;
}
.PrecioAnterior
{

}
.PrecioAnteriorDetalle
{
	font-size: 24px;
	color: #0066FF;
	font-weight: bold;
}
.PrecioDetalle
{

}
.PrecioDataList
{
	font-weight: bold;
	color: #0066CC;
	font-size: 12px;
}
.descripcion
{
	font-size: 12px;
	color: #666666;
}
.nombrecampo
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Nueva Paginación */
.PaginacionNavegacion
{white-space: nowrap;text-align:right;padding-right:25px;margin-bottom:15px;margin-top:25px;}

a.PaginacionItem:link, a.PaginacionItem:visited, a.PaginacionItem:active
{color:#e7b71d;margin-left:8px;font-size:12px;}

a.PaginacionItem:hover
{color:#000000;margin-left:8px;font-size:12px;}

.PaginacionItem img
{vertical-align:middle;border:0px;}

.PaginacionItemSeleccionado
{margin-left:8px;font-weight:bold;color:#e7b71d;font-size:12px;}

.ProductosMostrados
{margin-left:4px;margin-right:15px;margin-top: 20px;margin-bottom:20px;color:#df393b;font-size:12px;border-top:#cccccc 1px solid;}
/* Fin Nueva Paginación */

/* ================================
   Para el TABLA IP en modo GRID
   ================================ */

.TablaGroup   /* para el nombre del grupo cuando se agrupa el grid por un campo */
{
	margin-top:5px;
	margin-bottom:5px;
	color:#990000;
	font-size: 14px;
	font-weight: bold;

}

.Tabla2Group   /* para el nombre del grupo cuando se agrupa el grid por un campo */
{
	margin-top:5px;
	margin-bottom:5px;
	color:#b5281e;
	font-size: 12px;
	
}

.tablaHeader td
{
	background-color:f5f5f5;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
	border-top:#CC3300 1PX SOLID;
	border-bottom:#CC3300 1PX SOLID;

}

.tablaHeader a:link, .tablaHeader a:visited, .tablaHeader a:active
{
	color:#000066;
	text-decoration: none;
	font-size:12px;
}

.tablaHeader a:hover
{
	color:#FF0000;
	text-decoration: none;
	font-size:12px;
}

.tabla 
{

	
}

.tabla td
{
	padding-top:5px;
}

.tabla a:link, .tabla a:visited, .tabla a:active 
{
	color:#d8b64a;
	text-decoration: none;

}
.tabla a:hover 
{
	color:#07377e;
	text-decoration:none;	
	font-size:12px;
}

.tablaAlt 
{

}
.tablaAlt td
{
	color:#333333;
	padding-top:5px;
	background-color:#F9F9F9;
}

.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:active 
{
	font-size:12px;
	color:#333333;
	text-decoration: none;
}

.tablaAlt a:hover 
{
	color:#CC0000;
	text-decoration:none;	
	font-size:12px;
}

.tablaFooter td
{
	height:20px;
	font-size:12px;
	color:#993300;
	margin-top:25px;
	border-top:#CCCCCC 1px solid;
	width:570px;
	
}


.Enlaces a:link, .Enlaces a:visited, .Enlaces a:active
{
	text-decoration: none;
	text-align: left;
}

.Enlaces a:hover
{
	color:#07377e;
	text-decoration: underline;
}

.Enlaces2 a:link, .Enlaces2 a:visited, .Enlaces2 a:active
{
	text-decoration: none;
	color:#990000;
}


.TituloPromocion

{
font-size:14px;
color:#CC3300;

}

.TituloPromocion2

{
font-size:14px;
color:#006B9F;

}

/*////////////////////////// menu /////////////////////////////////////////*/
.MenuTablas_ascx {
	
}

.MenuNivel1off a:link, .MenuNivel1off a:visited, .MenuNivel1off a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	margin-left: 6px;
}
.MenuNivel1off a:hover {
	color: #CC0000;
}

.MenuNivel1on a:link, .MenuNivel1on a:visited, .MenuNivel1on a:active {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 6px;
	text-decoration: none;
}



.MenuNivel2off a:link, .MenuNivel2off a:visited, .MenuNivel2off a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color:#000000;
	padding-right: 1px;
	padding-left: 3px;
	width: 135%;
	background-color: #FFFFFF;
	height: 15px;
	vertical-align: baseline;
}
.MenuNivel2off a:hover {
	color: #CC0000;
}

.MenuNivel2on a:link, .MenuNivel2on a:visited, .MenuNivel2on a:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color:#FFFFFF;
	padding-right: 1px;
	padding-left: 3px;
	width: 135px;
	height: 18px;
	vertical-align: baseline;
	}
	
/* Clases compra-venta */

.CVCabeceraDatos {
	background-color:#B5281E;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;

}

.CVFotos img
{
border:#CCCCCC 1px solid;
margin:10px;

}

.CVCabeceraDatos2 {
	background-color:#003366;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;

}
.CVAyuda{
width:230px;
color:#666666;
font-size:10px;
padding-left:5px;
padding-right:5px;


}
.CVTituloAnuncio {
font-size:14px;
font-weight:bold;
color:#333333;
text-align:left;
width:90%;
border-bottom:#CCCCCC 1px solid;
margin-bottom:10px;


}

.CVTablaDetalleAnuncio {
border:#CCCCCC 1px solid;
padding:5px;
width:90%;
}

.CVDetalleAnuncio {
width:700px;
font-size:11px;
color:#333333;
}

.CVDetalleAnuncioTexto {

font-size:12px;
color:#333333;
padding-left:15px;
background-color:#F5f5f5;
padding:5px;
}


.CVDetalleAnuncioAutor {

font-size:12px;
color:#003366;
padding-left:15px;
background-color:#F5f5f5;
padding:5px;
}
.CVDetalleAnuncioImagenes {

font-size:12px;
color:#CC3300;
font-weight:bold;

}

/* Grid  compra-venta */

.Grid 
{ 
  border: 1px solid #fefefe; 
  border-bottom: 2px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
  
}

.GridHeader
{
  background-image: url(images/grid_headerBg.gif); 
  border-bottom: 1px solid #fefefe; 
  height: 20px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-size: 12px;
  font-weight: bold;
  vertical-align: center;
}

.GridHeaderText
{
  color: #FFFFFF;  
  font-size: 10px;
}

.GridAlternating {
background-color:#F5F5F5;

}
.GridFooter
{
  cursor: default; 
  padding: 5px;
  height: 48px;
  vertical-align: bottom;
}

.GridFooterText
{
  color:#990000;  
  font-size: 11px;
  margin-top:10px;
  
}
.HeadingCell 
{ 
  background-image: url(images/header_bg.gif);
  color:#333333;  
  padding-top: 2px; 
  padding-bottom: 2px;
  
}

.HeadingCellHover
{ 
  background-image: url(images/header_hoverBg.gif);   
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url(images/header_activeBg.gif);   
  background-color: #F6F6F7;  
}



/*Estadísticas*/

.powergrid_item td
{
font-size:12px;
color:#003366;
}

.PowerGrid_AlternatingItem td
{
font-size:12px;
color:#003366;
}
.PowerGrid_Footer td
{
font-size:12px;
color:#003366;
}
#_ctl3_DesktopThreePanes1_ThreePanes__ctl7_pwgMon td
{
font-size:12px;
color:#003366;
}

/*Fin Estadísticas*/




/*Precarga imágenes*/
#loader_bg {
	FONT-SIZE: 1px; LEFT: 8px; WIDTH: 113px; POSITION: relative; TOP: 8px; HEIGHT: 7px; BACKGROUND-COLOR: #ebebe4
}
.border_preview {
	BORDER-RIGHT: #444 1px solid; BORDER-TOP: #444 1px solid; Z-INDEX: 100; BACKGROUND: #ffffff; BORDER-LEFT: #444 1px solid; BORDER-BOTTOM: #444 1px solid; POSITION: absolute
}

#loader_container {
	WIDTH: 100%; POSITION: absolute; TOP: 40%; TEXT-ALIGN: center
}

#loader {
	BORDER-RIGHT: #6a6a6a 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #6a6a6a 1px solid; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 10px; Z-INDEX: 255; PADDING-BOTTOM: 16px; MARGIN: 0px auto; BORDER-LEFT: #6a6a6a 1px solid; WIDTH: 100px; COLOR: #000000; PADDING-TOP: 10px; BORDER-BOTTOM: #6a6a6a 1px solid; FONT-FAMILY: Tahoma, Helvetica, sans; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left
}
#progress {
	FONT-SIZE: 1px; LEFT: 10px; WIDTH: 1px; POSITION: relative; TOP: 1px; HEIGHT: 5px; BACKGROUND-COLOR: #C10000
}

.title_h2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 18px; PADDING-BOTTOM: 0px; WIDTH: 100px; PADDING-TOP: 0px; font-size:12px; color:#BB0000; text-transform:uppercase;
}
.preview_temp_load {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; VERTICAL-ALIGN: middle; PADDING-TOP: 10px; TEXT-ALIGN: center
}
/* Fin Precarga imágenes*/


/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*h1, h2 {
	font-size: 40px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.leftpane h1 {
	font-size: 40px;
	width:150px;
}

.contentPane h1{
	font-size: 40px;
	width:600px;
}
.contentPane h6{
	font-size: 40px;
	width:600px;
}

.rightPane h1{
	
}

h2 {
	
}
h3 {
	font-size: 22px;

}
h4 {
	font-size: 28px;
	color: #96004B;
}
h5 {
	font-size: 22px;
	color: #96004b;
}
h6 {
	font-size: 22px;
	
}

.sIFR-active h1 {
	font-size: 22px;
	display: block;

    }
.sIFR-active h2 {
	font-size: 32px;
	display: block;
	color: #CC6600;
    }
.sIFR-active h6 {
	font-size: 32px;
	display: block;
	color: #CC6600;
    }
	*/