﻿@import url("css/tools.css");
* 
{
	margin: 0;
	padding: 0;
}
body 
{
	font: normal 11px Verdana, Arial, Helvetica;
	background: #C9CFB5;
	color: #333;
}
fieldset 
{
	margin: 20px 0;
	padding: 10px;
	border: #f7f7f7 1px solid;
}
a:focus, a:active ,input:focus, input:active
{
	outline: none;
}


#top
{
	margin: 0;
	padding: 0;
	width: auto;
	height: 5px;
	background: #000;
}
#maincontainer
{
	padding: 0 2px;
	margin: 0 auto 20px auto;
	width: 950px;
	height: auto;
	background: inherit;
}
/* LOGIN */
#maincontainer #logintop
{
	margin: 40px 0 0 0;
	width: 950px;	
	height: 20px;
	background: transparent url(../images/logintop_background.jpg) 0 0 repeat-y;	
}
#maincontainer #logincontent
{
	width: 950px;	
	height: auto;
	background: transparent url(../images/general_background.jpg) 0 0 repeat-y;
	padding: 10px;
}
#maincontainer #logincontent #infobar
{
	margin: 0 0 60px 0;
	padding: 3px 0px 0 14px;
	width: 927px;
	height: 21px;
	background: transparent url(../images/infobar_background.jpg) 0 0 no-repeat;
	text-align: left;
}
#maincontainer #logincontent #infobarempty
{
	margin: 0 0 10px 0;
	padding: 3px 0px 0 14px;
	width: 927px;
	height: 21px;
	background: transparent url(../images/infobar_background.jpg) 0 0 no-repeat;
	text-align: left;
}
#maincontainer #logincontent #login_topbar
{
	width: 927px;
    height: 30px;
    margin: 20px 0 0 0;    
    background: transparent url(../images/mainmenu_background.jpg) 0 0 repeat-x;    
}
#maincontainer #logincontent #info_content
{
	float: left;
	margin: 0 20px 0 5px;
	padding: 10px 25px 10px 10px;
	width: 420px;
	height: 300px;
	background: #fff;	
	border-right: #f1f3e8 1px solid;
}
#maincontainer #logincontent #form_content
{
	float: left;
	padding: 10px;
	width: 420px;
	height: 300px;
	background: #fff;
}
#maincontainer #logincontent #form_content #logUPN
{
	width: 420px;
	height: auto;
	background: transparent url(../images/formlogin_background.jpg) 0 5px no-repeat;
}
#maincontainer #logincontent #form_content #logUPNPassword
{
	width: 420px;
	height: auto;
	background: transparent url(../images/formlogin_background.jpg) 0 0 no-repeat;
}
#maincontainer #logincontent #form_content #logUPN table
{
	width: 300px;
	padding: 0 0 0 20px;
}
#maincontainer #logincontent #form_content #logUPN table tr
{
	height: 30px;
}
.AspNet-Login-TitlePanel 
{
	background: transparent url(../images/lock.gif) 0 no-repeat;
	padding: 0 0 0 28px;	
	height: auto;
	line-height: 2em;
	margin-bottom: 20px;
	font-weight: bold;	
	text-align: left;
	display: block;
}
.AspNet-Login-TitlePanelPassword
{
	background: transparent url(../images/lock.gif) 5px no-repeat;
	padding: 0 0 0 28px;	
	height: 20px;
	line-height: 2em;
	margin-bottom: 20px;
	font-weight: bold;	
	text-align: left;	
}
.AspNet-Login-UserPanel
{
	padding: 0;
	margin: 40px 0 0 30px;
	width: 280px;	
}
.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label
{
	float: left;
	display: block;
	width: 120px;	
	margin: 0 10px 0 0;
	font-weight: bold;	
	line-height: 2em;
	text-align: left;
	background: transparent;
}
.AspNet-Login-Label
{
	float: left;
	display: block;
	width: 135px;	
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	font-weight: bold;	
	line-height: 2em;
	text-align: right;
	background: transparent;
}
#cmbTipoUsuario 
{
    float: left;
	font-size: 11px;
	width: 255px;
	margin: 0 0 0 0;
	height: auto;
	padding: 2px;
	border: #d6d9cc 1px solid;
}
#txtLogin, #txtPassword
{
	float: left;
	font-size: 11px;
	width: 120px;
	margin: 0 0 0 0;
	height: auto;
	padding: 2px;
	border: #d6d9cc 1px solid;
}
.txtLogin, .txtPassword
{
	float: left;
	font-size: 11px;
	width: 120px;
	height: auto;
	padding: 2px;
	border: #d6d9cc 1px solid;
}
#btnLogin
{
	width: 113px;
	height: 26px;
	background: transparent url(../images/btn_login.gif) 0 2px no-repeat;
	padding: 0 0 0 12px;
	margin: 0 16px 0 0;
	border: none;		
	cursor: pointer;
	font-size: 11px;
	color: #525b19;	
}
#btnLogin:hover 
{		
	background: transparent url(../images/btn_login_over.gif) 0 2px no-repeat;
}
.AspNet-Login-PasswordPanel
{
	margin: 8px 0 0 30px;
	width: 280px;	
}
.AspNet-Login-FailurePanel 
{
	margin: 20px 0 0 0;
	width: 300px;
	text-align: right;
	color: #f00;
}
.AspNet-Login-SubmitPanel
{
	text-align: right;
	margin: 15px 0 0 30px;
	padding: 0 8px 0 0;
	width: 272px;	
}
.AspNet-Login-SubmitPanel_Forgot
{
	text-align: left;
	margin: 0 0 0 15px;
	padding: 0 20px 0 0;
	width: 290px;	
}
.AspNet-Login-PasswordRecoveryPanel
{
	text-align: right;
	margin: 15px 0 0 30px;
	padding: 0 8px 0 0;
	width: 272px;
}
a#logUPN_SendData
{
	margin: 10px 0 0 0;
	font-weight: bold;
	text-decoration: none;
	text-align: right !important;
	color: #f00;
	display: block;
}
a#logUPN_SendData:hover
{
	color: #333;
}
.AspNet-Login-PasswordRecoveryPanel a 
{
	font-weight: bold;
	text-decoration: none;	
	color: #909480;
}
a#logUPN_linkForgotPassword
{
	margin: 10px 0 0 0;
	font-weight: bold;
	text-decoration: none;
	text-align: right !important;
	color: #909480;
	display: block;
}
a#logUPN_linkForgotPassword:hover
{
	color: #000;
}
#maincontainer #loginbottom
{
	width: 950px;	
	height: 20px;
	background: transparent url(../images/loginbottom_background.jpg) 0 0 repeat-y;	
}

/**************************************************************************************/

#maincontainer #headercontainer
{
	width: auto;
	height: 196px;
	background: transparent url(../images/headercontainer_background.jpg) 0 0 no-repeat;
	padding: 10px;	
}
#maincontainer #headercontainer #logocontainer, #maincontainer #logincontent #logocontainer
{
	margin: 0 0 0 40px;
}
#maincontainer #toolbarcontainer 
{
	margin: 0;
	padding: 0;
	width: auto;
	height: 21px;
	background: transparent url(../images/general_background.jpg) 0 0 repeat-y;
}
#maincontainer #toolbarcontainer ul
{
	width: 280px;
	height: 21px;
	float: right;
	margin-right: 17px;
	background: #fff url(../images/toolbar_background.jpg) right 0 no-repeat;
	list-style-type: none;	
}
#maincontainer #toolbarcontainer ul li
{	
	padding: 2px 0 0 12px;
	float: left;
}
#maincontainer #toolbarcontainer ul li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 22px;	
	height: 21px;
	background: #f00;
	display: block;
}
#maincontainer #toolbarcontainer ul li a:hover
{
	color: #333;
}
#maincontainer #toolbarcontainer ul li a.icon_li_ftp
{	
	background: transparent url(../images/icon_ftp.gif) 0 -1px no-repeat;
	width: 90px;		
}
#maincontainer #toolbarcontainer ul li a.icon_li_email
{	
	background: transparent url(../images/icon_email.gif) 0 0 no-repeat;
	width: 120px;
}
#maincontainer #infocontainer
{
	padding: 10px;	
	width: auto;
	height: auto;
	background: transparent url(../images/general_background.jpg) 0 0 repeat-y;
}
#maincontainer #infocontainerempty
{
	padding: 10px;	
	width: auto;
	height: auto;
	background: transparent;
}
#maincontainer #infoheader 
{
	margin: 36px 0 0 0;
	height: 20px;
	background: transparent url(../images/logintop_background.jpg) 0 0 no-repeat;
}
#maincontainer #infocontainer #info_content 
{
}
#ctl00_ContentPlaceHolder1_updPanel
{
	
}
#maincontainer #menucontainer
{
	width: auto;
	height: 36px;
	background: transparent;
	margin: 20px 0 0 0;
	padding: 0;
}
#maincontainer #infobar
{
	margin: 0 0 10px 0;
	padding: 3px 0px 0 0;
	width: 927px;
	height: 21px;
	background: transparent url(../images/infobar_background.jpg) 0 0 no-repeat;
	text-align: right;
}
.AspNet-LoginStatus 
{
	color: #000;
	text-decoration: none;
	padding: 0 20px 0 15px;
	font-size: 10px;
	background: transparent url(../images/login_separator.jpg) left -3px no-repeat;
	line-height: 1.2em;
}
#ctl00_login_status
{
	color: #000;
	text-decoration: none;
	padding: 0 20px 0 15px;
	font-size: 10px;
	background: transparent url(../images/login_separator.jpg) left -3px no-repeat;
	line-height: 1.2em;
}
#ctl00_login_status:hover
{
	color: #f00;
}
#maincontainer #infobar #ctl00_lblNombre
{
	margin: 0 10px 0 0;
	line-height: 1.2em;
}
.AspNet-LoginStatus:hover
{
	color: #f00;	
}
#maincontainer #sitepathcontainer
{
	margin: 0 0 0 10px;
}
#maincontainer #sitepathcontainer #label_sitepath
{
	font-weight: bold;
}
#maincontainer #sitepathcontainer #ctl00_sitepath span
{	
	text-decoration: none;
	color: #ff7c00;
}
#maincontainer #sitepathcontainer #ctl00_sitepath span a
{	
	color: #000;
	text-decoration: none;
}
#maincontainer #sitepathcontainer #ctl00_sitepath span a:hover
{	
	color: #ff7c00;	
}
#maincontainer #footercontainer
{
	width: auto;	
	height: 60px;
	background: transparent url(../images/bg_footer.gif) center no-repeat;
}
#maincontainer #footercontainer p 
{
	color: #fff;
	line-height: 5.1em;
	padding: 0 0 0 26px;
}
#maincontainer #footercontainerempty
{
	width: auto;	
	height: 30px;
	background: transparent url(../images/general_background_empty.gif) center no-repeat;
}
#maincontainer #footercontainerempty p
{
	color: #fff;
	line-height: 2.5em;
	padding: 0 0 0 36px;
}
#maincontainer #footer
{
	width: auto;	
	height: 20px;
	background: transparent url(../images/loginbottom_background.jpg) center no-repeat;
}