/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fin reset */

body {
	font-family: "Lato", Georgia, Times, sans-serif;
	font-size: 14px;
	background: #fff;
}
	
a {
	color: #000;
	text-decoration: none;
}	
	
#wrapper {
	max-width: 794px;
	margin: 0 auto;
	padding: 20px 0;
}	

.header {
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
}

.logo a {
	display: block;
	position: relative;
	float: left;
}

.breadcrumb {
	float: right;
	text-align: right;
	max-width: 75% 
}

.breadcrumb h1 {
	margin: 40px 0 0 0;
	font-size: 32px;
	font-weight: bold;
}

.elemento {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	/*border-bottom: 1px dashed #000;*/
}

.elemento h2 {
	font-weight: bold;
	/*font-size: 20px;*/
	font-size: 30px;
	margin-bottom: 16px;
}

.elemento .contacto i.fa {
	width: 14px;
	padding-left: 2px;
}

.elemento .contacto {
	line-height: 20px;
	margin-bottom: 16px;
}

.left, .right {
	display: inline-block;
	vertical-align: top;
}

.elemento .left {
	width: 17%;
	overflow: hidden;
}

.elemento .right {
	width: 82%;
	line-height: 18px;
	overflow: hidden;
}

.resumen {
	line-height: 18px;
	/*margin-bottom: 20px;*/
	margin-bottom: 14px;
}

.metadatos {
	font-size: 12px;
}

.metadato {
	overflow: hidden;
}

.metadato .left {
	font-weight: bold;
	width: 16%;
}

.metadato .right {
	width: 83%; 
}

.footer {
	clear: both;
	margin-top: -10px;
	line-height: 20px;
	overflow: hidden;
	border-top: 1px dashed #000;
	font-size: 12px;
}

.footer .right {
	text-align: right;
	float: right;
}

.categorias,
.buscador {
	margin-top: 4px;
}

.categorias-alojamiento {
	margin-bottom: 10px;
	font-size: 12px;
}

table {
	margin-bottom: 10px;
	width: 100%;
	max-width: 500px;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	border: 1px solid black;
}

td {
	padding: 5px;
	border: 1px solid black;
	width: 25%;
}

td.tabla-primero {
	width: 50%;
}

@media print {
	
	#wrapper {
		
		padding: 0;
		max-width: 100%;
		margin: 0 0;
	
	}
	
	.elemento-oculto {
		display: none;
	}

}