* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

a img {
	border: 0 none;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	background-image: url(../images/bg/body.jpg);
	background-repeat: repeat-x;
	background-position: 0 183px;
}

#container {
	margin: 0 auto;
	width: 960px;
	position:relative;
}

	.traductor{
		position:fixed;
		bottom:0;
		right:0;
	}

	#header {
		height: 92px;
		position:relative;
	}
	
		#header h1 {
			float: left;
		}
	
		#header h1 a {
			display: block;
			width: 370px;
			height: 183px;
			background-repeat: no-repeat;
			background-image: url(../images/bg/logo.jpg);
			background-position: top left;
			text-indent: -9999px;
			position:absolute;
		}
		
		#header ul {
			list-style-type: none;
			display: block;
			padding-top: 30px;
			background-position: bottom left;
			background-image: url(../images/bg/menuLi.jpg);
			background-repeat: no-repeat;
			height: 62px;
			float: left;
			padding-left:370px;
		}
		
			#header ul li {
				display: block;
				float: left;
				height: 62px;
				background-position: bottom right;
				background-image: url(../images/bg/menuLi.jpg);
				background-repeat: no-repeat;
			}
			
				#header ul li a {
					display: block;
					height: 32px;
	 				/*padding: 30px 18px 0 18px;*/
	 				padding: 30px 18px 0 18px;
					text-decoration: none;
					font-size: 1.5em;
					color: #1c84cd;
					font-family: Arial, Helvetica, sans-serif;
				}
				
				#header ul li a:hover, .clase1 a {
					color: #f85218 !important;
				}


	#main {
		clear: both;
		font-size: 1.4em;
	}
	
	#footerMenu {
		clear: both;
		background-color: #efefef;
		padding: 20px 30px;
		margin-top: 40px;
	}
	
		#footerSliderLeft {
			width: 13px;
			height: 16px;
			background-image: url(../images/bg/footerSliderLeft.gif);
			background-repeat: no-repeat;
			position: absolute;
			margin-left: 880px;
			cursor: pointer;
		}
		
		#footerSliderRight {
			width: 12px;
			height: 16px;
			background-image: url(../images/bg/footerSliderRight.gif);
			background-repeat: no-repeat;
			position: absolute;
			margin-left: 893px;
			cursor: pointer;
		}		
		
		#footerMask {
			width: 900px;
			overflow: hidden;
		}
	
		#footerMenu ul li {
			font-weight: bold;
			font-size: 1.4em;
			display: block;
			float: left;
			list-style-type: none;
			width: 285px;
			margin-right: 20px;
		}
		
			#footerMenu ul li ul {
				margin-top: 15px;
			}
			
			#footerMenu ul li ul li {
				float: none;
				font-size: 0.85em;
				font-weight: normal;
				width: auto;
				line-height: 1.7em;
			}
			
			#footerMenu ul li ul li a {
				text-decoration: none;
				color: #5D5D5D;
				background-image: url(../images/bg/footerMenuA.jpg);
				background-repeat: no-repeat;
				background-position: left center;
				padding-left: 13px;
			}
			
	#footer {
		padding: 0 30px;
		line-height: 50px;
		font-size: 1.1em;
	}
	
		#footer ul {
			display: inline;
			padding-left: 30px;
		}
		
			#footer ul li {
				display: inline;
			}
			
			#footer ul li a {
				text-decoration: none;
				color: #5D5D5D;
				padding: 0 10px;
			}
			
			#footer ul li a:hover {
				text-decoration: underline;
			}
