img {
	vertical-align: text-bottom;
	border: 0 none;
}

body {
	background-color: #333;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%
}

a {
	color: #ffa811;
}

#prueba { font-size: 1.1em; }

#contenedor {
	width: 824px;
	margin: auto;
	background-color: #FFF;
}

	#header {
		height: 104px;
		background-image: url('../images/top_bg.gif');
		background-repeat: repeat-x;
	}
	
		#header h1 {
			margin: 0;
			padding: 0;
			float: left;
		}
		
		#header #saint {
			float: right;
		}
		
	#menu {
		height: 21px;
		background-image: url('../images/menu_bg.gif');
		background-repeat: repeat-x;
	}
	
		#menu #menubar {
			list-style-type: none;
			margin: 0;
			padding: 0;
			background-image: url(../images/menu_rightbg.gif);
			background-repeat: no-repeat;
			background-position: right top;
			height: 21px;
		}
		
			#menu #menubar li {
				display: block;
				float: left;
				cursor: pointer;
			}
			
			.menu ul li {
				float: none !important;
				display: list-item;
			}
			
	#foot {
		clear: both;
		background-color: #515151;
		background-image: url(../images/yellow_stripe.gif);
		background-position:bottom;
		background-repeat: repeat-x;
		height: 38px;
		color: #999;
	}
	
		#foot img {
			float: left;
			padding-right: 10px;
		}
				
		#foot #copyright {
			padding-top: 13px;
		}
		
		#foot #links {
			float: right;
			padding-right: 10px;
			padding-top: 13px;
		}
		#foot #links a {
			color: #FFF;
     		text-decoration: none;
		}
		#foot #links a:hover {
			color: #ffd711;
		}
