
/* Grupo Dimehoteles.com */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 12px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;

}
.container { 
	width: 960px; 
	margin: 0 auto;
}
#header{
	width: 960px;
	height: 230px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#logo {
	height: 230px;
	width: 320px;
	margin: auto;

}

#logo a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#content{
	overflow: hidden; 
	background: #6b6b6b url(images/bg2.jpg) repeat-x 0 bottom; 
	text-align: center;
	padding: 10px 0;
}
#content a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




ul {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
	margin-top: 10px;

}
li {
	width: 130px;
	display: inline;
}

li a { 
	 
}

#footer{
	margin: auto;
	width: 960px;
	height: 130px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#datos {
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

