* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000000 url(images/pageBackground.jpg) no-repeat center top;
	color: #ffffff;
}
a {
	color:#ff9c00;
	text-decoration:underline;
}
a:hover {
	color:#ff9c00;
	text-decoration:none;
}
#container { 
	width: 100%; 
} 
.header {
	width: 800px;
	margin:0 auto;
	padding: 30px 20px 20px 0px;
}

.logo {

	float:left;
	}

.slogan {
	float:left;
	
	margin-left: 0px;
	
}
.mail{
	float: left;
	margin-right: 00px;
	
	}
	
.header .logo {
	width: 172px;
	min-height: 115px;
	}

.header .slogan{
	width: 473px;
	min-height: 115px;
	}
	
.header .mail {
	width: 155px;
	min-height: 115px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.idiomas {
	font-size:14px;
	height:20px;
	text-align:center;
	margin:auto;
	margin-bottom:0px;
	margin-top:10px;
	width:500px;
	
}


	

.menu {
	background:url(images/menuBackground.png) repeat-x left top;
	height:103px;
	text-align:center;
	margin-top:100px;
	margin-bottom:10px;
}
.menu ul {
	margin:0;
	padding-top:32px;
}
.menu li {
	list-style:none;
	display:inline;
	padding:20px 15px 0 15px;
}
.menu li a {
	color:#ffffff;
	font-size:24px;
	text-decoration:none;
}
.menu li a:hover {
	color:#ff9c00;
	font-size:24px;
	text-decoration:none;
}
.menu #active a {
	color:#ff9c00;
	font-size:24px;
	text-decoration:none;
}
.allContent {
	width: 800px;
	margin:0 auto;
	
	padding: 100px 0px 0px 0px;
}

.leftContent p, .rightContent p {
	padding:40px;
}








.leftContent {
	
	float: left;
	width: 370px;
	min-height: 480px;
	background:url(images/leftContent.png) repeat-y left top;
}
.rightContent {

	margin-left: 430px;
	width: 370px;
	min-height: 480px;
	background:url(images/rightContent.png) repeat-y left top;
} 





.rightContent ul {
	margin:0;
	padding:0 40px;
}
.rightContent li {
	list-style:none;
	padding:0 0 20px 0;
}



.center {
	/*margin-left: 430px;
	*/
	width: 800px;
	min-height: 200px;
	background:url(images/rightContent.png);
	font-size: 18px;
} 


.center p {
	padding: 10px 80px 10px 80px;
}
#footer {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align:center;
	color:#707070;
	padding:0px 0px 0px 0px;
	
	
	width: 800px;
	min-height: 10px;
		background:url(images/menuBackground.png) repeat-x left top;
	} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.h1 {
	color:#ff9c00;
	font-size:30px;
	padding:10px 30px 10px 30px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}.allContent .center p {
	text-align: justify;
}
.allContent .center p {
	font-size: 18px;
}
.allContent .rightContent {
	text-align: justify;
}


.allContent .leftContent {
	text-align: justify;
}



.left {
	padding: 0px 0px 0px 80px;
	float: left;
	width: 370px;
	min-height: 80px;
}
.right {
	padding: 0px 0px 0px 10px;
	margin-left: 430px;
	width: 370px;
	min-height: 80px;
	
} 


.margin {
	padding: 20px 0px 40px 280px;
	
}