/*========================================================*/
/*         CSS for DotNetNuke Skin - Servinet             */
/*                  by Sonia Saiz              */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%;}
/* Style For HTML BODY                   */ body
{
	padding-right: 0px;
	padding-left: 0px;
	background-color: #5B5B5B;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(fondotextura.jpg);
	height: 100%;
	width: 100%;
}
/* Setting Text Throughout the skin      */ table, tr, td, p
{
    font-family: Arial, tahoma;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
}

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/
.OuterDiv
{
    vertical-align:  middle;
   /* background-image: url(pie.jpg);
    background-repeat: repeat-y;
    background-color: Transparent;
    background-position: center;
    width: 100%;
    height: 100%;*/
}

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/
                                        .PaneCabecera { width: 754px; height: 158px; padding: 0px; background-color: Transparent;}
                                        .PaneSubmenu { width: 133px; height: 311px; padding: 0 0px 0 20px; background-color: Transparent;}
/*-- top inside content pane       --*/ .PaneTop { padding: 0px; background-color: Transparent; }
/*-- left content pane             --*/ .PaneLeft { padding: 0px 7px 0px 60px; background-color: Transparent; }
/*-- content pane                  --*/ .PaneCenter { padding: 10px 10px 10px 10px; background-color: #e3e2e2; }
/*-- right content pane            --*/ .PaneRight { padding: 0px 0px 0px 0px; background-color: Transparent; }
/*-- bottom inside pane            --*/ .PaneBottom { padding: 0px 0px 0px 0px; background-color: Transparent; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 0px 5px 0 5px; }
                                        .PanePie { padding: 0px 0px 0px 25px; background-color: Transparent; }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Arial, tahoma; font-size: 11px; color: #000000; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Arial, tahoma; font-size: 11px; font-weight: normal; color: #000000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #080000; font-family: Arial, tahoma; font-weight: normal; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Arial, tahoma; font-size: 11px; font-weight: normal; color: #000000; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #ffffff; background: transparent; font-weight: bold; padding: 0;}
/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited{ color: #000000;  font-weight: normal;  text-decoration: none; }
/*-- default links hover               --*/ a:hover, a:active
{
    color: #000000;
    font-weight: normal;  
    text-decoration: underline;
}
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #000000;  font-weight: normal;  text-decoration: none;  }
/*-- normal  links hover               --*/ a.Normal:hover { color: #000000; font-weight: normal; text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 0px 3px 3px 4px; font-family: Arial, tahoma; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 0px 3px 3px 4px; font-family: Arial, tahoma; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 17px 4px 13px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Arial, tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: Arial, tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background: transparent; width: 174px; color: #888; padding: 4px 0px 0px 8px; border: 0px solid #FFFFFF; cursor:text;}

