/*Login Content */
body {
	background:#e5e1e1;
}

#logingcontent {
	width:400px;
	height:300px;
	background-image:url(imagenes/lmanager.png);
	background-repeat:no-repeat;
	position:absolute;
	left:200px;
	top:100px;
}

#yourcompanicontent {
	width:400px;
	position:absolute;
	left: 200px;
	top: 58px;
}

#tuercontent {
	width:64px;
	position:relative;
	float:left;
}

#companicontent {
	width:336px;
	position:relative;
	float:left;
}

#logincampos {
	width:356px;
	height:154px;
	background-repeat:no-repeat;
	position:absolute;
	top: 225px;
	left: 225px;
}

.textstyle {
	background-color:transparent;
	border:#4a5c9f solid 2px;
}

