* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../images/bg/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

img, input, select {
	vertical-align: middle;
}

a img {
	border: 0 none;
}

.clear {
	clear: both;
}

#container {
	width: 950px;
	margin: auto;
	font-size: 1.2em;
}

	#header {
		height: 95px;
	}
	
		#header h1 {
			float: left;
		}
	
		#header h1 a {
			display: block;
			text-indent: -9999px;
			height: 95px;
			width: 203px;
			background-image: url(../images/bg/logo.gif);
			background-repeat: no-repeat;
		}
		
		#header ul {
			float: right;
			display: block;
			list-style-type: none;
		}
		
			#header ul li {
				display: block;
				padding-top: 5px;
				float: left;
			}
			
			#header ul li:first-child {
				border-right: 1px solid #62bf1b;
			}
			
			#header ul li a img {
				margin: 0 10px;
			}
			
	#main {
		clear: both;
	}
	
		#menu {
			float: left;
			width: 259px;
		}
		
			#menu ul {
				display: block;
				width: 235px;
				list-style-type: none;
				margin-top: 40px;
			}
			
			#menu ul li {
				list-style-type: none;
				display: block;
				float: left;
				width: 235px;
				margin-bottom:1px;
			}
			
			.clase1 a{
				display: block;
				line-height: 27px;
				color: #FFF;
				font-weight: bold;
				padding-left: 25px;
				text-decoration: none;
				background-color: #79c93c;
			}
			.clase2 a{
				display: block;
				line-height: 27px;
				color: #FFF;
				font-weight: bold;
				padding-left: 25px;
				text-decoration: none;
			}			
			
				#menu ul li a:hover {
					background-color: #79c93c;
				}
				
	#content {
		float: left;
		width: 689px;
		color: #4c4c4c;
	}
	
	#footer {
		clear: both;
		margin-top: 50px;
		padding: 40px 40px 10px 40px;
		_padding-top: 40px;
		background-color: #61bf1a;
		color: #FFF;
	}
	
		#footer h4 {
			font-weight: bold;
			color: #203f08;
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	
		#footer a {
			color: #FFF;
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}
		
		#footer ul {
			display: block;
			list-style-type: none;
			margin-bottom: 30px;
		}
		
		#footer ul.column{
			width: 200px;
			float: left
		}
		
			#footer ul.line li {
				display: inline;
			}
			
			#footer ul.column ul li {
				display: block;
			}
		
	#copyright {
		padding: 20px;
		text-align: center;
		color: #3d413a;
		font-size: 0.9em;
	}
	
		#copyright a {
			text-decoration: none;
			color: #3d413a;
		}
		
		#copyright a:hover {
			text-decoration: underline;
		}
