@import "reset.css"; 
@import "paginas.css"; 

html {
	color: #000;
    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 10px;
    font-weight: normal;
	background-color: #ac009e;
}

body {

}

a {
	color:#ac009e;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #C6F;
	font-weight:bold;
	text-decoration:none;
}

ul {
	list-style: inside;
	margin: 5px 0;
}

li {
	margin: 5px 0;
}

h2 {
	color:#FBA90F;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:18px;
	font-weight:bold;
}

strong {
	font-weight: bold;
}

#layout {
	margin: 0;
	width: 100%;
}

#header {
	width: 100%;
	height: 50px;
	background-color: #fba90f;
}

	#header h1 {
	    float: left;
	}
	
	#header h1 a {
		display: block;
		width: 270px;
		height: 0px;
		overflow: hidden;
		padding: 50px 0 0 0;
		background: #fba90f url(images/logo-casona-hermosa.jpg) no-repeat;
	}	
	
	#header .direccion {
		font-size: 11px;
		color: #fff;
		font-style:italic;
		font-weight: bold;
		padding-top: 10px;
	}

	#header .direccion a {
		color: #fff;
	}

	#header .direccion a:hover {
		color: #C6F;
	}
	
	#header .reserva-online {
		float: right;
		left: 660px;
		position: absolute;
		top: 6px;
	}

	
#menu {
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #000;
}

	#menu .idioma {
		float: left;
	}
	
	ul.menu {
		background-color: #000;
		margin: 5px 0 0 20px;
		float: left;
	}
	
	.menu li {
		padding: 0 5px;
		list-style: none;
		display: inline;
		color: #fff;
		text-align: center;
		border-right: 1px solid #fff;
	}

	.menu a {
		color: #FBA90F;
	}
	
	.menu a:hover {
		color:#FFE294;
	}

#content {
	clear: both;
}
    #content span.navegacion {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #fff;
		text-transform:none;
	}
	
	#content .atras {
		float: left;
	}

	#content .adelante {
		float: right;
	}

	#content .centro {
		margin: 0 auto;
	}

#footer {
	margin-left: 15px;	
}

	#footer a {
		color: #FBA90F;
	}

	#footer a:hover {
		color: #ffe294;
	}
	
	#footer .hello-cantabria {
		margin-left: 13px;
		float: left;
		width: 137px;
		height: 50px;
	}

	#footer .club-calidad {
		float: left;
		width: 152px;
		height: 50px;
	}
	
	#footer .facebook {
		float: left;
		left: 105px;
		position: relative;
		top: 11px;
	}
		