*{
	font-family: 'Ubuntu';
}

body{
	margin: 0;
}

a:hover{
	color: #fbaf41 !important;
}


/*   HEADER */

	#header{
		background-color: #fdfdfd;
		width: 100%;
		height: 80px;
	}

	#header .container{
		width: 700px;
		margin-right: auto;
		margin-left: auto;
	}

	#header #logo img{
		width: 630px;
		height: 70px;
		float: left;
		margin-right: 10px;
	}

	.err{
       margin: 0 auto;
	   width: 100%;
	   min-width: 1084px;
	   min-height: 22px;
	   height: 3.2%;
	   background-color: #9d0000;
       display: none; 
       color: white;
       padding-top: 5px;
}

	.err img{
	   margin-top: 4px;
	   margin-left: 5px;
	   width: 18px;
       height: 15px;	
       float: left; 	 
	}

	.com{
       margin: 0 auto;
	   width: 100%;
	   min-width: 1084px;
	   min-height: 22px;
	   height: 3.2%;
	   background-color: green;
       display: none; 
       color: white;
       padding-top: 5px;
       padding-left: 5px;
	}

/* CONTENT */
	#slide{
		width: 100%;
		height: 560px;
		background-color: #fbaf41;
	}
	.row{
		width: 700px;
		margin-right: auto;
		margin-left: auto;
	}

	#reg{
		padding-top: 20px;
		color: #fff;
		width: 50%;
		float: left;
	}

	#reg p{
		text-align: justify;
	}

	#reg .input{
		border-radius: 3px;
	    box-shadow: none;
	    border: none;
		padding: 6px 12px;
		margin-top: 10px;
		width: 250px;
		height: 35px;
	}

	#reg input[type="checkbox"]{
		margin-top: 15px;
		text-transform: uppercase;
		cursor: hand;
		margin-left: 5px;
	}

	#reg a{
		color: #FFFFFF;
		text-decoration: none;
	}

	#reg a:hover{
		color: #FFFFFF !important;
	}

	#reg input[type="submit"]{
		width: 250px;
		margin-top: 15px;
		background-color: #1e80cf;
		color: #FFFFFF;
		text-transform: uppercase;
		cursor: hand;
	}

	#reg input[type="submit"]:hover{
		-webkit-box-shadow: inset 1px 1px 38px -13px rgba(59,59,59,0.80);
		-moz-box-shadow: inset 1px 1px 38px -13px rgba(59,59,59,0.80);
		box-shadow: inset 1px 1px 38px -13px rgba(59,59,59,0.80);
	}

	#img img{
		margin-top: 119px;
	}

/*  FOOTER  */

	#footer{
		background-color: #0e0e0e;
		width: 100%;
		height: 50px;
	}

	#footer a{
		text-decoration: none;
		color: #fdfdfd;
	}

	.linea{
		width: 100%;
		height: 5px;
		background-color: #fbaf41;
	}