/* CSS Document */
a:link, a:visited {
	color: #FFF;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}

p{
	margin: 0px;
	padding: 0px;
	
}
				p a{ color:#eee; font-weight:bold; }
			h3{ padding:30px 30px 20px 30px; }
			

#menu{  
	background: rgba(0, 0, 0, 0.8); 
	background-color: #000; 
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	width:950px; height:80px; text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#menu ul{
	margin: 0px;
	padding: 19px 0px 0px 0px;
	height: 55px;
}
#menu li{
	margin: 0px;
	padding: 0px;
	height: 55px;
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 19px 15px 19px 15px; 
}
.selMenu{
	background-color: #F0222D;
	color: #FFF;
	height: 55px;
	
}
.logo{
	float: left;
}

.line{display: block; clear:both;}

.slogan{
	background-color:  #F0222D;
	padding: 10px;
	font-size: 45px;
	margin-bottom: 20px;
}
.slogan2{
	background-color:  #F0222D;
	padding: 5px;
}
#slogan100{
	width: 100%;
	color: #FFF;
	height: 50px;
	position: fixed;
	bottom: 400px;
}
#slogan100privacy{
	width: 100%;
	color: #FFF;
	height: 50px;
	position: absolute;
	bottom: 400px;
	margin-bottom: 30px;
}
#slogan{
	width:950px;  text-align:left;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
#content100{
	width: 100%;
	color: #FFF;
	height: 260px;
	position: fixed;
	bottom: 120px;
}
#content100privacy{
	width: 100%;
	color: #FFF;
	height: 260px;
	position: absolute;
	bottom: 120px;
}
#content{  background: rgba(0, 0, 0, 0.8); 
	background-color: #000; 
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	width:930px; height:260px; text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px;
}
#contentPrivacy{  background: rgba(0, 0, 0, 0.8); 
	background-color: #000; 
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	width:930px; height:2500px; text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 10px;
}
#footer{
	width: 100%;
	background-color: #000;
	color: #FFF;
	height: 80px;
	position: fixed;
	bottom: 0px;
}
#footerContent{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	height: 40px;
	padding: 30px 10px 10px 10px;
	text-align: center;
	font-size: 11px;
}
#boxHome{
	width: 290px;
	height: 240px;
	padding: 9px;
	float: left;
	font-size: 12px;
	border-right: 1px solid #CCC;
}
#boxInterna{
	width: 900px;
	height: 240px;
	padding: 9px;
	float: left;
	font-size: 14px;
}
#boxInterna ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}
#boxInterna li{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#boxInterna img{
	float: left;
	margin-right: 20px;
}
