* { 
    margin:0; 
    padding:0; 
}
 
body { 
	text-align:center; /*For IE6 Shenanigans*/ 
	height: 100%;
	margin: 0;
	padding: 0;
}
   
.body-site { 
	width: 1366px; 
    margin: 0 auto; 
    text-align: left; 
} 

.header {
    width: 1366px;
//    min-width: 320px;
    height: 106px;
//	background-color: green;
	background-image: url(images/site10/background.png);
}

.header10 {
    width: 1366px;
    height: 93px;
	//background-color: blue;
	background-image: url(/images/site10/header11.png);
}

.header20 {
    width: 1366px;
    height: 13px;
	//background-color: black;
	background-image: url(/images/site10/header21.png);
}

#header_menu {
	width: 0px;
	height: 0px;
	
}

.logo {
    width: 250px;
    height: 52px;    
	margin-top: 20px;
	margin-left: 115px;
	float: left;
    background: url(/images/site10/logo.png) no-repeat;
//    background: url(/images/point/logo_g.svg) no-repeat;
//	background-color: black;
}

.page-title {
	width: 467px;
    height: 52px;    
	color: black;
	margin-top: 30px;
	margin-left: 85px;
	float: left;
	font-family: 'Tahoma';
    font-size: 200%;
	text-align: center;
//	background-color: red;
}

.main-info {
    width: 300px;
    height: 93px;    
	color: black;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
//	background-color: gray;
}

.logout {
    width: 280px;
    height: 33px;    
	text-align: right;
	color: black;
//	float:right;
//	background-color: red;
}

.lk {
    width: 300px;
    height: 20px;    
	color: black;
//	margin-top: 25px;
//	margin-right: 50px;
//	float: right;
	font-family: 'Tahoma';
    font-size: 150%;
//	background-color: black;
}

.client-name {
    width: 300px;
	height: 40px;
//	background-color: red;
}

.user-name {
	height: 20px;
}

.user-email {
    width: 280px;
	height: 20px;
	text-align: right;
}

.panel-left {
    width: 0px;
    min-height: 50px;
	float: left;
//	background-color: gray;
}

.panel-right {
    width: 0px;
    min-height: 50px;
	float: left;
//	background-color: gray;
}

.panel-center {
    width: 1366px;
    min-height: 50px;
//	float: left;
//	background-color: green;
}

.footer {
    width: 1366px;
	height: 51px;
	float: crear;
//	background-color: green;
	background: url(/images/site10/footer10.png) no-repeat 50%;
}

.copyright {
	width: 200px;
	height: 25px;
	padding-top: 15px;
	margin-left: 115px;
	color: white;
//	background-color: green;
} 