/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #F7FAFF;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 0px;
    line-height: 12px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F7FAFF;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    padding: 0;
    /*background-image: url(img/banner.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-color: White;
    width: 800px;
    height: 90px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 0;
    background-color: #fff;
    margin-bottom: 0px;
    margin-top: -11px;
    _margin-top: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: none;
  border-collapse: collapse;
}

table td 
{
  padding: 0px;   
  border: none;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
    width: 800px;
    height: 20px;
    * height: 15px; /* IE */
    color:Black;
    font-size:12px;
    background-color: White;
    padding-top: 5px;
    
    * padding-bottom: 6px; /* IE */
    background-image: url(img/bg_menu.png);
  
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: #75C6F5;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #75C6F5;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #75C6F5;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#listaProductos
{
    color: Orange;
}

#listaProductos h1, #listaProductos h2, #listaProductos h3
{
    border-bottom: solid 1px #EFEFEF;
    margin: 2px 0;
    color: Orange;
}


/** MENU BAR */
.main_dnnmenu_bar
{
    height: 27px;
    margin: 0 0 0 40px;
    padding: 0;
    background-position: center center;
    background-repeat: repeat-x;
    width: 970px;
}

.main_dnnmenu_rootitem, 
.main_dnnmenu_rootitem_hover, 
.main_dnnmenu_rootitem_selected
{
    /* padding: 12px 12px  12px 12px;*/
    padding: 12px 12px  7px 12px; /* IE */
    margin-right:1px;
    text-align:center;
    background-position: center center;
    background-repeat: repeat-x;
    
}

.main_dnnmenu_rootitem
{
    background-image: url(img/bg_menu.png);
}

.main_dnnmenu_rootitem_hover, .main_dnnmenu_rootitem_selected
{
    
    background-image: url(img/bg_menu_sel.png);
    background-position:bottom;
}

.main_dnnmenu_submenu td
{
    padding: 0px 5px;
    background-image: url(img/bg_menu.png);
    background-position: center center;
    background-repeat: repeat-x;
    line-height:2em;
    z-index: 1000;
    text-align:left;
    
    
}

.MainMenu_MenuContainer
{
    /*
    background-image: url(img/bg_menu.png);
    background-position: center center;
    background-repeat: repeat-x;
    */
    height: 27px;
    margin: 0;
    padding: 0;
}

.MainMenu_MenuBar
{
    background-image: url(img/bg_menu.png);
    background-position: center center;
    background-repeat: repeat-x;
    height: 27px;
    margin: 0;
    padding: 0;
    color: #274D9F;
}

.MainMenu_MenuItem td, .MainMenu_MenuItemSel td
{
    padding: 0px 20px 0px 20px;
    font-family: Arial;
    font-size: 11px;
}

.MainMenu_MenuItem td.MainMenu_RootMenuArrow, 
.MainMenu_MenuItemSel td.MainMenu_RootMenuArrow,
.MainMenu_MenuItem td.MainMenu_MenuArrow, 
.MainMenu_MenuItemSel td.MainMenu_MenuArrow
{
    padding: 0px;
}

.MainMenu_MenuItem
{
    background-image: url(img/bg_menu.png);
    background-position: center center;
    background-repeat: repeat-x;
    height: 27px;
    margin: 0;
    padding: 0;
    color: #274D9F;
}

.MainMenu_MenuItemSel
{
    font-family: Arial;
    font-size: 11px;
    background-image: url(img/bg_menu_sel.png); 
    background-position: center center;
    background-repeat: repeat-x;
    height: 27px;
    margin: 0;
    padding: 0;
    /*font-family: Arial;
    font-size: 11px;*/
}

.MainMenu_MenuIcon
{
    display: none;
}

.MainMenu_SubMenu .dnn_dnnmenu_ctldnnmenu_spmitmscr
{
    background-color: White;
}

/*** BREADCRUMB */
.BreadCrumb
{
    padding: 5px 0 0 15px;
}
