/*default*/
.headerback{
	background-image:url("bannert-center.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	height:87px;
	left:143px;
	position:fixed;
	top:0;
	width:100%;	
}

.header {
	height: 87px; 
	background-repeat: no-repeat;
	background-position: left top;
	background-color: rgb(204,204,204);
}

.headerlabelback {
	background-image: url("bannert-right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	margin-left: 0;
	left: 0;
	position: relative;
}

.titlebar {
	background-image: none;
	visibility: hidden;
}    

.titlelabelback {
	background-image: none;
	visibility: hidden;
}

.flashb {
	visibility: hidden;
	width: 0px; 
	height: 0px;
}

.content {
	background-color: rgb(204,204,204);
	color: #424242;
	height: 360px;
	position: absolute;
	background-image: url("logo1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.inputs-cntr-inner {
	background-image: none;
}

.loginbutton {
	border: solid #424242 1px;
}

.footer {
	height: 71px;
	background-color: rgb(242, 206, 0);
	text-align: right;
	background-image: url("footer.jpg");
	background-position: right center;
	background-repeat: no-repeat;
}

.footerlabelback {
	padding-top: 15px;
	background-image: none;
	text-align: right;
	margin-right: 1em;
	width: 800px;
	margin-left: -810px;
	left: 100%;
	background-image: none;
}

.footerlabel {
	margin-left: 0px;
	margin-right: 0px;
	font-family: 'Trebuchet Ms', Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt; 
	color: #424242; 
	width: 800px;
	text-align: right;
}

a {
	color: #7b797b;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #424242;
}

a:hover {
	text-decoration: none;
	color: #424242;
}

a:active {
	text-decoration: none;
	color: #424242;
}
/*contenedor*/

.companyheader {
	background-color: rgb(254, 212, 4);
	background-image: url("banner-left1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	left: 0;
	top: 0;
}
.companyheaderlabelback {
	background-image: url("banner-right1.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	margin-left: 0;
	left: 0;
	top: 0;
	position: relative;
}
.companyheaderback{
	background-image:url("banner-center.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	height:100%;
	left:171px;
	position:absolute;
	width:100%;	
	top: 0;
}