/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
	background-color: #DFE5F2;
                height: 100%;
}

.RightPane  { 
  /*background-color: red;*/
               height: 100%;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
           	font-size:12px;
                letter-spacing: normal;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
                font-size:12px;
                letter-spacing: normal;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
                font-size:12px;
                letter-spacing: normal;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*Head Menu*/
.headmenu {
       margin: 0px;
}
.SkinObject {
	font-size:10px;
        color:#666666;
}

/*Home Section*/
.addressHome table td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
                vertical-align: bottom;
}

/*Estilos para los contenedores de los productos en html*/
.mc9_prod_titulo {
	font-size: medium;
	background-color: #244497;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: url(http://wsi-staging.com/imer/Portals/0/images/prodhtml_fondo-tit.jpg);
	background-repeat: repeat-x;
	background-position: right;
	height: 26px;
	vertical-align: middle;
}
.mc9_prod_fila1 {
	background-color: #D2DAEC;
}
.mc9_prod_fila2 {
	background-color: #DFE5F2;
}
.mc9_der_glob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	border: 1px solid #F38D3A;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 10px;
}
.mc9_der_table {
	background-color: #FFFFFF;
	margin: 8px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.mc9_der_table td{
	border: 1px solid #F38D3A;
	height: 60px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}
.mc9_der_tit {
	background-color: #F38D3A;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	width: 100%;
	text-align: center;
}
.mc9_prod_tdImg {
	padding: 3px;
}
.mc9_prod_tabla {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	background-color: #DFE5F2;
	color: #484848;
	width: 100%;
}
.mc9_prod_tabla td{
	/*font-size: x-small;*/
	font-size: 12px;
}
.mc9_prod_titulo-sub {
	font-size: small;
	background-color: #F38D3A;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	vertical-align: middle;
}
.mc9_prod_fila1Cen {
	background-color: #D2DAEC;
	text-align: center;
}
.mc9_prod_fila2Cen {
	background-color: #DFE5F2;
	text-align: center;
}
.mc9_prod_fila2Peq {
	background-color: #DFE5F2;
	font-size: x-small;
}
.mc9_izq_tit {
	background-color: #121B80;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	width: 100%;
	text-align: center;
	background-image: url(http://www.wsi-staging.com/imer/Portals/0/images/categ_fond-izq.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.mc9_izq_glob {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	width: 240px;
	background-color: #FFFFFF;
	text-align: left;
}
.mc9_izq_lista {
	background-color: #FFFFFF;
	margin: 8px;
	padding: 0px;
                padding-top: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: 484848;
	background-image: url(http://www.wsi-staging.com/imer/Portals/0/images/fondo_menu_izq.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mc9_paneltop {
	background-image: url(/imer/Portals/0/images/panel_fondotop.jpg);
	background-color: #203588;
	background-repeat: repeat;
	background-position: right center;
	height: 34px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
}

.pane02 {width: 0}

.pane01, .pane03, .pane04 {
        width: 256px; 
        padding-right: 5px;
}

.mc9_prod_tabla img {
        padding: 3;
        padding-left: 0;
}

* {
        box-sizing: content-box;
        -moz-box-sizing: border-box;
}




















