
.HeadBg
{
	background-color: #000000;
}

Body
{
	margin-top: 10;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
}


TD
{
	font-size: 12px;
	color: #979797;
}

.rb_DefaultLayoutDiv
{
	text-align: center;
	vertical-align: middle;
	z-index: 99;
}

.rb_DefaultLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 810px;
	background-color: #000000;
	border-top:#262525 1px solid;
	border-right:#262525 1px solid;
	border-bottom:#262525 1px solid;
}

.rb_AlternateLayoutDiv
{
	text-align: center;
	color: #ffffff;
	z-index: 99;
}

.rb_AlternateLayoutTable
{
	border-collapse: collapse;
	text-align: center;
	width: 810px;
	color: #000000;
	background-color: #ffffff;
}


/*  DESKTOP PORTAL Footer SETTINGS */

.rb_AlternatePortalFooter
{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: ffffff;
}

.rb_DefaultPortalFooter
{
	text-align: center;
	color: #7e7e7e;
	background-color: #000000;
}
.rb_DefaultPortalFooter a:link, .rb_DefaultPortalFooter a:visited, .rb_DefaultPortalFooter a:hover, .rb_DefaultPortalFooter a:active
{
	color: #7e7e7e;
}
.rb_DefaultPortalContent
{
	vertical-align: top;
	color: #000000;

}


/* text style for the selected tab */
.SelectedTab
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

A.SelectedTab:link
{
	color: #ffffff;
}

A.SelectedTab:visited
{
	color: #a41d23;
}

A.SelectedTab:hover
{
	color: #666666;
}

A.SelectedTab:active
{
	color: #666666;
}




.OtherTabs
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	color: #ffffff;
}


A.OtherTabs:link
{	
	color: #FFFFFF;
}

A.OtherTabs:visited
{
	color: #FFFFFF;
}

A.OtherTabs:hover
{
	color: #a41d23;
}

A.OtherTabs:active
{
	color: #666666;
}
	
.SelectedSubTab
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

A.SelectedSubTab:link
{
	color: #ffffff;
}

A.SelectedSubTab:visited
{
	color: #ffffff;	
}

A.SelectedSubTab:hover
{
	color: #ffffff;	
}

A.SelectedSubTab:active
{
	color: #ffffff;	
}

.OtherSubTabs
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}


/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link
{
	color: #666666;
}

A.OtherSubTabs:visited
{
	color: #666666;
}
A.OtherSubTabs:hover
{
	color: #00529b;
}
A.OtherSubTabs:active
{
	color: #666666;
}
.SelectedSubSubTab
{
}
.OtherSubSubTabs
{

}
.LeftPane
{
	background-position: center top;
}
.RightPane
{
}
.RightPane a:link
{
}
.RightPane a:visited
{
}
.RightPane a:hover
{
}
.RightPane a:active
{
}

.ContentPane
{
	width: 100%;
}


/* style for module titles */
.Head
{
}

.TitleHead
{
	font-size: 14px;
	color: #a41d23;
	letter-spacing: 0.8px;
	padding-left: 10px;
}
.encabezadoAlt
{
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.5px;
	padding-right: 5px;
	font-size: 11px;
	background-color: #DBDDCF;
	border: 1px solid #879FA8;
	width: 610px;
	height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.TitleHeadAlt
{
width:555px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	text-decoration: none;/
	padding-left: 9px; 

}


/* text style used for most text rendered by modules */
.Normal
{
	padding-left:10px;
	padding-right:3px;
	font-size:12px;
	color:#afadad;
}
.NormalNT
{
}
.NormalAltNT
{
	color: #262525;
}
.NormalAlt
{
	color: #666666;
	border: 1px solid #df7b10;
}
.NormalRed
{
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-weight: bold; ;color:#003399
}

.NormalItalic
{
    font-style: italic;	
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    text-decoration: none;
	color: #003366;
	height: 20px;
	border-top: 1px solid #df2323;
	border-right: 1px solid #df2323;
	border-bottom: 1px solid #df2323;
	border-left: 1px solid #df2323;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	text-align:center;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited,A.CommandButton:active
{
	text-decoration: none;
	color: #878785;
	height: 20px;
	border-top: 1px solid #df2323;
	border-right: 1px solid #df2323;
	border-bottom: 1px solid #df2323;
	border-left: 1px solid #df2323;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}



A.CommandButton:hover
{
	text-decoration: none;
	color:#df2323;
	height: 20px;
	border: 1px solid #878785;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}




/* GENERIC */
H1
{
    font-size: 12px;
    font-weight: normal;
	color:#445d66;
}

H2
{
    font-size: 16px;
    font-weight: normal;
	color:#445d66;
}

H3
{
    font-size: 15px;
    font-weight: normal;
	color:#445d66;
}

H4
{
    font-size: 14px;
    font-weight: normal;
	color:#445d66;
}

H5
{
	font-size: 11px;
	font-weight: bolder;
	font-variant: small-caps;
	color:#445d66;
}


A:link
{
	text-decoration: none;
	color:#FFFFFF;
}

A:visited
{
	text-decoration: none;
	color:#7e7e7e;
}

A:hover
{
	text-decoration: none;
	color:#FFFFFF;
}

A:active
{
	text-decoration: none;
	color:#ffffff;
}



HR
{
    color: #7e7e7e;
    height: 1pt;
    text-align: left;
}

P
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.module
{
	text-align: left;
	margin-bottom: 1px;
	width: 610px;
}

.moduleNT 
{
	padding: 4px;
	text-align: justify;
	margin-bottom: 4px;
}

.moduleAlt
{
	text-align: left;
	margin-bottom: 1px;
	width: 610px;
}

.moduleAltNT
{
	color: #333333;
	width: 610px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.Error
{
    font-weight: bold;
    color: #990000;
}

.NormalTextBox
{
    font-weight: normal;
	border: 1px solid #CECCCC; 
	color: #003366; 
	background-color: #F4F2E8;
	padding:2px;

}
.NormalTextBox2
{
    font-weight: normal;
	border: 1px solid #CECCCC; 
	color: #003366; 
	background-color: #ffffff;
	padding:2px;

}



.tablaHeader
{
	margin-top:8px;
	margin-bottom:5px;

}

.tablaHeader TD
{
	margin-top:8px;
	margin-bottom:5px;
}


.tablaHeader a:link, .tablaHeader a:visited, .tablaHeader a:hover, .tablaHeader a:active
{
	text-decoration: none;
	margin-top:8px;
}

.tablaGroup
{
	background-color:#7d939e;
	color:#FFFFFF;
	font-size:14px;
	padding:14px;
}

.tabla 
{
	border-top:#c7cabb 1px solid;
	border-bottom:#ffffff 1px solid;
	border-left:#ecefe8 1px solid;
	border-right:#ecefe8 1px solid;
	background-color:#ecefe8;
	padding-bottom:10px;
	padding-top:10px;
}

.tabla a:link, .tabla a:visited, .tabla a:hover, .tabla a:active 
{
	font-size:14px;
	text-decoration: none;
}

.tablaAlt 
{
	border-top:#ffffff 1px solid;
	border-bottom:#c7cabb 1px solid;
	background-color:#ffffff;
	padding-bottom:100px;
	padding-top:10px;
	margin-top:8px;
	
}

.tablaAlt a:link, .tablaAlt a:visited, .tablaAlt a:hover, .tablaAlt a:active 
{
	font-size:14px;
	text-decoration: none;

}

.tablaFooter td
{
	padding-top:5px;
	height:5px;
}

.tabla td
{
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
}

.tablaAlt td
{
	padding-left:2px;
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
}

.UDTIPPagTable
{

}

.UDTIPPagCell
{
	width: 100%;
	text-align: center;
	color:#979797;
	padding-top: 40px;
	padding-bottom: 10px;
}

.UDTIPPagCell a:link, .UDTIPPagCell a:visited, .UDTIPPagCell a:hover, .UDTIPPagCell a:active
{
	color:#a41d23;
}


/* Nueva Paginación */

.PaginacionNavegacion
{
 	white-space: nowrap;
 	text-align:right;
	padding-right:10px;
	#padding-right:2px;
	margin-bottom:15px;
}

a.PaginacionItem:link, a.PaginacionItem:visited, a.PaginacionItem:active
{
	color:#cccccc;
	margin-left:8px;
	font-size:12px;
}

a.PaginacionItem:hover
{
	color:#ffffff;
	margin-left:8px;
	font-size:12px;	
}

.PaginacionItem img
{
	vertical-align:middle;
	border:0px;
}

.PaginacionItemSeleccionado
{
	margin-left:8px;
	font-weight:bold;
	color:#b0171e;
	font-size:12px;
}

.ProductosMostrados
{
	margin-left:4px;
	margin-right:15px;
	#margin-right:5px;
	margin-top: 20px;
	margin-bottom:20px;
	color:#004080;
	font-size:12px;
	border-top:#cccccc 1px solid;
}

/* Fin Nueva Paginación */

.Imagen img
{
	border:#979797 1px solid;
}

.Enlaces a:link, .Enlaces a:visited, .Enlaces a:hover, .Enlaces a:active 
{
	color:#a41d23;	
	text-decoration: none;
}


.Descripcion
{
	color: #663300;
	font-size: 10px;
}

.Foto IMG {
	padding: 2px;
	border: 1px solid #999999;
}

.imgInicio{}

ul{line-height:20px;margin:0px;padding:0px;}
li{list-style:outside;list-style-type:none;list-style-image:none;line-height:21px;vertical-align:baseline; background:url(/_zonaCuatro/images/bullet.gif) no-repeat 5px 8px;padding-left:19px}

.galeriaImg{margin:10px; 0px 0px 4px}
.galeriaTextoImg{font-size:12px;text-align:center}


