html {

}

body {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color:#e4dfdf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5c5c;
	line-height:17px;
}

ul li {list-style:none}

.clear {
	float:none;
	clear:both;
}

.div-underline {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:1px solid #eed4e6;
}

.div-underline-gris {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:1px solid #d5d0d0;
}

.div-underline-red {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:1px solid #ee1b2e;
}

.div-underline-green {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:1px solid #e3eaaa;
}

.div-underline-orange {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:1px solid #fbe1cd;
}

#wrapper {
	width:900px;
	padding-left:40px;
	padding-right:40px;
	margin:auto;
	background-image:url(../images/bg_main.gif);
	background-repeat:no-repeat;
	background-position:center 29px;
}

#lang {
	float:none;
	clear:both;
	height:28px;
	line-height:27px;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}
	#lang a { color:#726f6f; text-decoration:none;padding-right:3px }
	#lang a:hover { color:#555555; text-decoration:none }
	

/*-------------------------------------------*/
/*-------------------------------------------*/
#header {
	float:none;
	clear:both;
	/*width:890px;*/
	height:108px;
	border-top:12px solid #e41a2c;
	background-color:#ffffff;
	padding-left:5px;
	padding-right:5px;
}
	#header #logo {
		width:300px;
		float:left;
	} 

	#header #menu {
		/*background-color:#333333;*/
		width:454px;
		float:right;
		text-align:right;
		padding-right:34px;
	} 
	
		#header #menu ul {
			margin:0;
			padding:0;
			display:inline;
		}	
		#header #menu ul li {
			list-style:none;
			display:inline;
		
		}
	
/*-------------------------------------------*/
/*-------------------------------------------*/
#content {
	float:none;
	clear:both;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:35px;	
	background-color:#ffffff;
}

	#flash-home {
		width:890px;
		height:370px;
	}
	
		#flash-home #banner1 {
			float:left;
			width:487px;
			margin-right:1px;
			height:370px;			
		}	
			#flash-home #banner1 div.banner-title {
				background-color:#a95a91;
				background-image:url(../images/bgtit_banner1.gif);
			}
		
		#flash-home #banner2 {
			float:left;
			width:200px;
			margin-right:1px;
			height:370px;
		}	
			#flash-home #banner2 div.banner-title {
				background-color:#98a705;
				background-image:url(../images/bgtit_banner2.gif);				
			}		
		
		#flash-home #banner3 {
			float:left;
			width:201px;
			height:370px;
		}	
			#flash-home #banner3 div.banner-title {
				background-color:#f76f01;
				background-image:url(../images/bgtit_banner3.gif);				
			}				
		
		#flash-home .banner-title {
			height:49px;
			background-repeat:no-repeat;
			text-align:right;
			padding-top:10px;
		}
	
	#content-home {
		float:none;
		clear:both;
		width:836px; /* total 900px  */
		padding-top:38px;
		padding-left:30px;
		padding-right:24px;
	}
		#content-home #left {
			width:385px;
			float:left
		}

		#content-home #right {
			width:450px;
			float:left
		}
		
		#content-home .text {
			padding-left:40px;
		}

/*-------------------------------------------*/
/*-------------------------------------------*/

#footer-wrapper {
	width:900px;
	margin:auto;
	padding-left:40px;
	padding-right:40px;
	background-image:url(../images/bg_footer_wrap.gif);
	background-repeat:no-repeat;

}
	#footer {
		margin:auto;
		width:880px;
		height:56px;
		background-image:url(../images/bg_footer.gif);
		background-repeat:no-repeat;
		background-color:#cf1828;
		color:#ffffff;
		padding-top:16px;
		padding-left:10px;
		padding-right:10px;	
	}
		#footer .text {
			line-height:18px
		}

	#copyright {
		float:none;
		clear:both;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#9f9c9c;
		line-height:30px;
		/*padding-top:11px;*/
	}
	
/*-------------------------------------------*/
.titcolor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#e41a2c;
	font-weight:bold;
	
}

.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#5e5c5c;
	text-decoration:underline;
}
.link:hover {
	color:#e41a2c;
	text-decoration:underline;
}


