@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	text-decoration:none;
    }

body{
	font-size: 62.5%;
	border:none;
	background:#333;
    }

#wrapper{
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	height:870px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	border:none;
	position:relative;
	background:url(../img/fondowrapper.png);
	
    }

#header h2{
	font-weight:bold;
	margin:-120px auto 0 405px;
	font-size:20px;
	color:#333;
	}

#header h2 p{
	font-weight:bold;
	margin:-120px auto 10px 65px;
	font-size:20px;
	color:#333;
	}
	

#header p{
	font-weight:bold;
	margin:4px auto 0 450px;
    font-size:20px;
	color:#333;
	}
	
ul.n1{
	width:1024px;
	height:40px;
	margin:-15px 0 10px 0;
	font-size:.63em;
	background:url(../img/sprite2.jpg);
	}
	
ul.n1 h3{
	font-size:29px;
	font-weight:bold;
	margin:45px auto 0 400px;
	color:white;
	padding-top:3px;
	}

.des{
	background-color:white;
	border-bottom-color:#333;
	border-bottom-style:dashed;
	border-top-style:dashed;
	border-width:1px;
	font-size:14px;
	width:1024px;
	height:1000px;
	margin:20px 0px auto 0px;
	padding:0px 50px auto 50px;
	}
	
.des p{
	padding:5px;
	padding-right:20px;
	padding-left:30px;}
.des h2{
	font-weight:bold;
	margin:10px 0px 5px 0px;
	text-align:center;}
	
.des h3{
	color:#F00;
	font-weight:bold;
	margin:3px 0px 5px 0px;
	}
	

.prefooter{
	width:auto;
	height:100px;
	background-color:#000000;
	color:#FFF;
	margin:0px 0px auto 0px;
	text-align:center;
	font-weight:bold;
	padding-top:30px;
	}
	
.prefooter h2{
	margin-top:7px;}
	
.prefooter p{
	margin-top:7px;}
	
.prefooter h3{
	margin-top:7px;}
	
.footer{
	background-image:url(../img/footer.jpg);
	margin-top:35px;
	width:1024px;
	height:70px;
	text-align:center;
	padding-top:30px;
	color:#333333;
	text-decoration:none;
	}

	
