/* CSS Document */
body{
	font: 10px Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #101011;
	background: #101011 url(images/bodybg-b.jpg) repeat-x }
a{text-decoration: none;color: #5599a7;}
a:hover{color: #bb800f;}
a:focus {  -moz-outline-style: none; }
*:focus {  outline: 0; }
*:focus { outline: none; }
*::-moz-focus-inner { border: none;}
strong{ font-weight: bold;}

#containertop{
		position: absolute;
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		
	}
a:active {  outline: none; }
* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	
#container{
		width: 902px;
		margin: 30px auto 0 auto;
		background: #101011;
		padding-bottom:50px;
	}
	h1 a,h1 {
		display: block;
		width: 300px;
		height: 90px;
		padding-top:5px;
		padding-bottom: 20px;
		margin-left:5px;
		
		background: url(images/logo.jpg) 0 0 no-repeat;
		padding-left:10px;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
	}
	#main_flash{
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
	}
	#footer .nombre{
		padding: 34px 0 0 30px;
		width: 300px;
		float: left;
	}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #898989;
	}
	#footer li a:hover{
		color: #48571c;
	}