/*========================================================*/
/*         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-image: url(fondocuerpo.jpg);
    background-repeat: repeat-x;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #000000;
	
	
}
/* Setting Text Throughout the skin      */ table, tr, td, p
{
    font-family: Arial, Tahoma;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: normal;
    margin: 0;
}

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/
.OuterDiv
{
    vertical-align: middle;
    height: 100%;
	width: 100%;
	position: absolute;
    
}
.centrar
{
    vertical-align: middle;
    background-image: url(fondoDifu.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    background-color: Transparent;
}
.tablafoto
{
    background-image: url(fondoTabla.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: Transparent;
}
/*-- cell containing login and register - 2 --*/ .LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align:right; }


/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD { vertical-align: top; color: #778; padding: 10px 18px 0px 18px; text-align:left; }
/*-- cell containing search                 --*/ .SearchTD { text-align:right; vertical-align: top; padding: 6px 7px 0px 0px; height:20px; width:310px;}
/*-- cell containing date                   --*/ .DateTD { text-align:left; vertical-align: top; padding: 4px 0px 0px 228px; height:20px;}
/*-- cell containing date 2                 --*/ .DateTD2 { text-align:right; vertical-align: top; padding: 10px 13px 0px 228px; height:29px;}
/*-- cell containing menu                    .MenuTD { width: 199px; vertical-align: top; padding: 0px 0 0 0; }--*/
/*-- cell containing panes                  --*/ .PanesTD { width:100%; height: 100%; vertical-align: top; background-image: url(fondocontenido.jpg); background-repeat: repeat-y; padding: 0 0 0 0px; }



/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/
                                        
/*-- top inside content pane       --*/ .PaneCenter { padding: 0px 0px 15px 0px; background-color: Transparent;}

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #F3E115; font-family: Arial, tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #E5D417; font-family: Arial, tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #FFF; font-family: Arial, tahoma; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #ddd; font-family: Arial, tahoma; font-size: 11px; text-decoration: none; }
/*-- date token idle 2                 --*/ .DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #777; font-family: Arial, tahoma; font-size: 11px; text-decoration: none; font-weight:normal; }
/*-- date token hover 2                --*/ a.DATE_object2:hover { color: #777; font-family: Arial, tahoma; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #777; font-family: Arial, tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #444; font-family: Arial, tahoma; font-size: 11px; text-decoration: none; font-weight: bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#203C88; font-size: 10px; font-family: Arial; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color: #203C88; font-size: 10px; font-family: Arial; font-weight: bold; text-decoration: none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color: #203C88; font-size: 10px; font-family: Arial; font-weight: bold; text-decoration: none;  }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Arial, tahoma; font-size: 10px; color: #004c79; line-height: 1.4em; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Arial, tahoma; font-size: 10px; font-weight: bold; color: #004c79; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: Arial, tahoma; font-weight: bold; font-size: 10px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Arial, tahoma; font-size: 11px; font-weight: bold; color: #004c79; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 10px; color: #004c79; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited{ color: #006255;  font-weight: bold;  text-decoration: none; }
/*-- default links hover               --*/ a:hover, a:active
{
    color: #169584;
    text-decoration: none;
}
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #006255;  font-weight: bold; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #169584;  	text-decoration: none; }
/*-- 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: 12px; color: #004c79; }
/*-- textbox                    --*/ .NormalTextBox { color: #004c79; padding-left: 4px; line-height: 12px; font-family: Arial, tahoma; font-weight: normal; font-size: 12px; }
/*-- 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: #004c79; padding: 4px 0px 0px 8px; border: 0px solid #FFFFFF; cursor:text;}


