body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(images/fondo.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
img{
	border: none;
}
.ImgLeft{
	position: relative;
	float: left;
	margin: 0px 20px 10px 0px;
	width: 180px;
	height: 165px;
	border: solid 1px #000000;
}
/************************************************************************************************/
#PageHead{
	position: relative;
	width: 980px;
}
	#PageHead #Logotype{
		position: relative;
		float: left;
		margin-left: 20px;
		width: 459px;
		height: 99px;
	}
	#PageHead #Language{
		position: relative;
		float: right;
		margin: 20px 20px 0px 0px;
		width: 221px;
		height: 54px;
	}
	#PageHead #MainSWF{
		position: relative;
		width: 980px;
		height: 333px;
	}
	#PageHead #MenuTop{
		position: relative;
		margin-top: 1px;
		width: 980px;
		height: 40px;
		text-align: center;
		background-image: url(images/menu/menu-fondo.jpg);
		background-position: left;
		background-repeat: repeat-x; 
	}
		#PageHead #MenuTop img{
			position: relative;
			float: left;
		}
		#PageHead #MenuTop a{
			position: relative;
			float: left;
			padding-right: 2px;
			background-image: url(images/menu/menu-separador.jpg);
			background-position: right;
			background-repeat: no-repeat; 
		}
/************************************************************************************************/
#PageBody{
	position: relative;
	float: none;
	width: 980px;
}
	#PageBody #Top{
		position: relative;
		float: left;
		width: 980px;
		height: 300px;
	}
	#PageBody #ContentTop{
		position: relative;
		float: none;
		margin-top: -10px;
		width: 980px;
		height: 300px;
		text-align: center;
		background-image: url(images/fondo-intro.gif);
		background-position: top left;
		background-repeat: repeat-x; 
	}
		#PageBody #ContentTop #LabelTop{
			position: relative;
			float: none;
			margin: 0px;
			padding: 2px 10px 2px 10px;
			text-align: justify;
	}
	#PageBody #Content{
		position: relative;
		float: none;
		margin: 10px 0px 10px 0px;
		width: 980px;
		font-size: 14px;
		text-align: justify;
	}
		#PageBody #Content table.ProductList{
			margin: 10px 0px 30px 0px;
			text-align: left;
			border-bottom: dashed 1px #CCCCCC;
		}
			#PageBody #Content table.ProductList h1{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 20px;
			}
				#PageBody #Content table.ProductList h1 a{
					color: #0022FF;
					text-decoration: underline;
				}
					#PageBody #Content table.ProductList h1 a:hover{
						color: #0022FF;
						text-decoration: none;
					}
			#PageBody #Content img.ProductImageSmall{
				width: 290px;
				height: 180px;
				border: none;
			}
			#PageBody #Content .Sharing{
				text-align: right;
			}
	#PageBody #MainBottom{
		position: relative;
		float: none;
		margin-top: 10px;
		width: 980px;
		height: 180px;
		text-align: left;
	}
		#PageBody #MainBottom iframe{
			position: relative;
			float: left;
			margin: 20px 10px 0px 0px;
			width: 671px;
			height: 130px;
		}
		#PageBody #MainBottom #ContactBottom{
			position: relative;
			float: left;
			width: 198px;
			height: 180px;
		}
/************************************************************************************************/
#PageFoot{
	position: relative;
	float: none;
	width: 980px;
}
	#PageFoot #BottomOptions{
		position: relative;
		float: left;
		width: 100%;
		font-weight: bold;
	}
	#PageFoot a{
		position: relative;
		float: left;
	}
	#PageFoot #MenuBottom{
		position: relative;
		float: left;
		margin-top: 10px;
		width: 100%;
		font-weight: bold;
	}
		#PageFoot #MenuBottom a{
			position: relative;
			float: none;
			margin: 0px 10px 0px 9px;
			color: #0000FF;
			text-decoration: underline;
		}
		#PageFoot #MenuBottom a:hover{
			text-decoration: none;
		}
/************************************************************************************************/
