/*#############################################################
Diego Lozano © 2007
www.lozanno.com
#############################################################*/

/* standard elements */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #87bace;
	background-image: url(http://www.hotelposadaderoger.com/images/back.gif);
	background-repeat: repeat-x;
}
/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	width: 950px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 {
	float: right;
	width: 474px;
	height: auto;
}
#mainContent {
	width: 476px;
	background-image: url(images/site1_03.jpg);
	background-repeat: no-repeat;
} 

/* title */
.header {
	height: 171px;
	margin: 0 auto;
	width: 950px;
	background-image: url(images/site1_01.jpg);
}
.header .left, .header .right {
	height: 279px;	
}
.header .left {
	line-height: 279px;
	width: 950px;
}

/* navigation */
.navigation {
	height: 39px;
	padding-left: 5px;
	background-image: url(images/site1_02.jpg);
	background-repeat: no-repeat;
}
.navigation a {
	border-right: 1px solid #FFFFFF;
	color: #492B10;
	display: block;
	float: left;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 39px;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 11px;
	font-weight: bold;
}
.navigation a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*footer */
#footer {
	margin: 0px;
	height: 107px;
	background-image: url(images/site_04.jpg);
	background-repeat: no-repeat;
	text-align: center;
} 
#footer p {
	padding: 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.gallery {
	margin-left: 25px;
}
#trivago p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}