@charset "utf-8";
/* CSS Document */

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #999;
		}
		
	#contenedor {
		width: 850px;
		min-height: 950px;
		margin: 0px auto;
	}
		
	h2, h3, h4, h6 {
		margin-top: 5px;
		margin-bottom: 2px;
	}
	h2 {
		font-size: 16px;
		color: #808080;
	}
	h3 {
		font-size: 14px;
		color: #333333;
	}
	h4 {
		color: #666666;
		font-size: 14px;
	}
	h5 {
		color: #eedc00;
		font-size: 18px;
	}
	h6 {
		color: #666;
		font-size: 14px;
	}
	
	a {border:none;
	outline:none;}
		a img {border:none;
		outline:none;}
	hr {
		font-weight:lighter;
		color:#CCC;}	
		
	header, nav, section, article, aside, footer, aside {
    display: block;
}

	/*HEADER*/
	
	#header {
	width: 100%;
	height: 150px;
	margin-right: 5px;
	}
	
	#header nav ul {
	display: inline;
	float: right;
	width: 300px;
	text-align: right;
	margin-right: -2px;
	margin-top: 40px;
	}
	
	#header nav ul li  {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	border-right-style: solid;
	border-color: #ccc;
	border-width: 1px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
	}
	#header nav ul li:last-child  {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	border-right-style: solid;
	border-color: #fff;
	border-width: 1px;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
	}
	#header nav:last child  ul li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	border-right:none;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
	}
	
	#header nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	list-style-type: none;
	}
	#header nav ul li a:hover {
	font-weight: bold;
	color: #eedc00;
	}
		
		
	.logo {
	float: left;
	margin-left: -10px;
	}
		
	#img {
	border: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
		
		
	/*SECTION*/
	

	#contenido {
	width: 600px;
	float: left;
	margin-top: 0px;

	} 

	#imagen_portada {
	height: 490px;
	padding-top: 10px;
	}

	#tittle {
	width: 600px;
	font-size: 14px;
	color:#999;
	text-align: left;
	float: left;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-width: 1px;
	}
	
	#descripcion {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	float: left;
	border-top: 3px solid #EEDC00;
	border-bottom: 3px solid #EEDC00;
	text-align: justify;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
	}

		/*ASIDE*/
		
	#aside {
		
	float: right;
	margin:0px;
		} 
		
	#submenu {
	width: 190px;
	float: right;
	text-align: right;
	margin-top: -8px;
	}
	
	#submenu nav {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-width: 1px;
	margin-bottom: 10px;
	}


	#contenedor #submenu nav ul  {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0px;
	}
	#contenedor #submenu nav ul li {
		list-style-image: none;
		list-style-type: none;
	}
	#contenedor #submenu nav ul li a {
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	color: #808080;
	line-height: 21px;
	}
	
	#contenedor #submenu nav ul li a:hover{
	color: #eedc00;
	font-weight: bold;
	}
	
	#contenedor #submenu .idiomas a {
	color: #EEDC00;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	}

	#contenedor #submenu.idiomas a:hover {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}
	#submenu .facebook {
	margin-top: 10px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-width: 1px;
	padding-top: 10px;
	margin-right: 0px;
	}

	#submenu .facebook a {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	#submenu #squares {
		margin-right: -5px;
	}

	/*ABOUT US*/
		
	article #about {
		text-align: justify;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	article #about_2 {
	font-style: normal;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	float: right;
	width: 380px;
	text-align: justify;
	line-height: 21px;
	}
	article #imagen_about {
	width: 185px;
	float: left;
	border-right: 3px solid #eedc00;
	padding-right: 15px;
	font-size: 14px;
	}
	article #cont_services ul li {
		list-style-image: url(../images/plus.png);
	}
	#about p a {
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	}
	#about p a:hover {
	text-decoration: none;
	color: #eedc00;
	font-size: 14px;
	font-weight: normal;
	}
	#about h6 a {
		color: #666666;
		font-weight: bold;
		text-decoration: underline;
	}
	a#about p {
		color: #eedc00;
		font-size: 14px;
	}
	#contenedor #contenido article #about p {
		color: #eedc00;
		font-weight: bold;
	}
	#cont_services h5 a  {
		color: #eedc00;
		font-size: 15px;
	}
	#image_accommodation {
		margin-top: -10px;
	}
