* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}
/* Conatiner */

/* Header */

div#header h1 {
	padding: 0px 100px 0px 100px;
	width: 654x;
	overflow: hidden;
}
div#header h1 a {
	display: block;
	background: url(../images/home-headerr-h1.jpg);
	width: 654x;
	height: 111px;
	/* hide from IE Mac \*/

    text-indent: -999em;
	overflow: hidden;/* end hide */

}
/* Content */

div#content {
	position: relative;
	min-height:400px;
}
* html #content {
	height: 300px;
}
*:first-child+html #content {
	height: 300px;
}
div#content .title {
	background-color: #ffffff;
	width: 710px;
	height: 66px;
}
div#content .title .texto {
	padding-top: 8px;
	margin-left: 320px;
}
div#content .title .texto h2 {
	background-image: url(../images/home-content-h2.jpg);
	margin-top: 10px;
	width: 307px;
	height: 15px;
	/* hide from IE Mac \*/

 	text-indent: -999em;
	overflow: hidden;/* end hide */
}
div#content .title p {
	font-size: 16px;
	color:#C0C0C0;
	text-align: center;
}

div#content .title2 {
	background-color: #F5F5F5;
	margin: 10px 0 0 3px;
	width: 960px;
	height: 66px;
}
div#content .title2 .texto {
	padding-top: 8px;
	margin-left: 320px;
}
div#content .title2 .texto h2 {
	background-image: url(../images/home-content-h2.jpg);
	margin-top: 10px;
	width: 307px;
	height: 15px;
	/* hide from IE Mac \*/

 	text-indent: -999em;
	overflow: hidden;/* end hide */
}
div#content .title2 p {
	font-size: 16px;
	color:#C0C0C0;
	text-align: center;
}

div#content .login {
	margin-left: 260px;
	margin-top: 20px;
}
div#content .login form div {
	padding: 4px;
}
div#content .login form label {
	float: left;
	width: 80px;
	color: #990000;
	font-size: 16px;
	text-align: right;
	margin-right: 5px;
}
div#content .login form input {
	border-bottom: 1px solid #A4A4A4;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	height: 20px;
	width: 170px;
	color: #7A7A7A;
	font-size: 12px;
}
div#content .login form button {
	display: block;
	background: #ccc;
	background-image: url(../images/home-content-buttom.jpg);
	height: 31px;
	width: 73px;
	margin-left: 180px;
	/* hide from IE Mac \*/

    text-indent: -999em;
	overflow: hidden;/* end hide */
}
/* Footer */

