/*
Theme Name: En el mundo perdido
Theme URI: http://enelmundoperdido.com
Description: Theme personalizado de En el mundo perdido (2015)
Author: the WordPress team & machbel
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

@import url(http://fonts.googleapis.com/css?family=Noticia+Text:400,700|Roboto+Slab:700,400);

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
	vertical-align: middle;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.pingback a.url
{
	font: 1rem 'Noticia Text', serif;
	line-height: 1rem;
}
h3#comments-title,
h3#reply-title,
.main-navigation .menu,
.main-navigation div.menu ul,
#cancel-comment-reply-link,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-title,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text
{
	font-family: Arial, sans-serif;
	font-family: 'Roboto Slab', serif;
}
input[type=submit] {
	font-family: Arial, sans-serif;
}
pre {
	font-family: Courier, monospace;
}
code {
	font-family: Monaco, monospace;
}


/* =Layout
-------------------------------------------------------------- */
#container
{
	float: left;
	margin: 0.7rem 0 0 0;
	width: 100%;
}
#primary
{
	background-color: #dbdbdb;
	clear: both;
	margin: 0 auto 1rem auto;
	padding: 0.5rem 0 1rem 0;
	text-align: center;
	width: 19rem;
}

.one-column #content {
	margin: 0 auto;
}

.single-attachment #content {
	margin: 0 auto;
}


/* =Structure
-------------------------------------------------------------- */
#wrapper
{
	padding: 0 0.5rem;
	margin: 0 auto;
	min-width: 300px;
}

/* =Global Elements
-------------------------------------------------------------- */
body
{
	background: #f1f1f1 url(images/background.jpg);
}
body,
input,
textarea
{
	color: #666;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 1rem;
}

/* Text elements */
p
{
	margin-bottom: 1rem;
}
ul {
	list-style: disc;
	margin: 0 0 1rem 1.5rem;
}
ol {
	list-style: decimal;
	margin: 0 0 1rem 1.5rem;
}
	ol ol {
		list-style: upper-alpha;
	}
	ol ol ol {
		list-style: lower-roman;
	}
	ol ol ol ol {
		list-style: lower-alpha;
	}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #bbb;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
iframe
{
	max-width: 100%;
}
a:link,
a:visited
{
	color: #BB2D00;
}
a:active,
a:hover
{
	color: #735134; /*#ff4b33;*/
	text-decoration: underline;
}


/* =Header
-------------------------------------------------------------- */
#header
{
}
#site-title
{
	text-align: center;
}
	#site-title img
	{
		width: 100%;
		max-width: 636px;	
	}

#header-banner
{
	margin: 1.3rem auto;
	text-align: center;
	width: 19rem;
}


/* =Menu
-------------------------------------------------------------- */
#site-navigation
{
	/*background-color: #dac99e;*/
	clear: both;
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu
{
	background: transparent url(images/menu-responsive.png) no-repeat scroll 0.3rem 4px;
	color: #bb2d00;
	cursor: pointer;
	display: block;
	font-weight: bold;
    padding: 0.5rem 0.5rem 0.5rem 3.2rem;
	font-size: 1.1rem;
    position: relative;
	text-decoration: none;
}
/*Hide checkbox*/
#show-menu,
.skip-link
{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
#show-menu[type="checkbox"]:checked ~ ul{
    display: block;
}

.main-navigation ul
{
	display: none;
	list-style: none;
	margin: 0 0 0 3rem;
	overflow: auto;
}
.main-navigation a
{
	display: block;
	font-size: 1.1rem;
	line-height: 3rem;
	padding: 0 0.5rem;
	text-decoration: none;
	font-weight: bold;
}
	.main-navigation ul ul
	{
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		display: none;
		position: absolute;
		top: 38px;
		left: 0;
		float: left;
		width: 180px;
		z-index: 99999;
	}
	.main-navigation ul ul li {
		min-width: 180px;
	}
	.main-navigation ul ul ul {
		left: 100%;
		top: 0;
	}
	.main-navigation ul ul a {
		background: #333;
		line-height: 1em;
		padding: 10px;
		width: 160px;
		height: auto;
	}
	.main-navigation li:hover > a,
	.main-navigation ul ul :hover > a,
	.main-navigation .current-menu-item a
	{
		color: #643535;
		background-color: #f1eada;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current-menu-ancestor > a,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current-menu-parent > a {
		color: #BB2D00;
		
	}


/* =Content
-------------------------------------------------------------- */
#main
{
	clear: both;
}
#content
{
	margin-bottom: 2rem;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 1rem;
	line-height: 1.5rem;
}
#content code {
	font-size: 0.85rem;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
	#content tr th,
	#content thead th {
		color: #888;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		padding: 9px 24px;
	}

	#content .Ticketbar-Widget tr th,
	#content .Ticketbar-Widget thead th {
		padding: 0px !important;
	}

	#content tr td {
		border-top: 1px solid #e7e7e7;
		padding: 6px 24px;
	}
	#content tr.odd td {
		background: #f2f7fc;
	}
.hentry
{
	background-color: #f1eada;
    margin: 0 0 1rem;
	overflow: auto;
    padding: 1.3rem 1.3rem;
}
.single .hentry
{
	margin: 0 0 2rem 0;
}
.page-title
{
	font-size: 1.8rem;
    margin: 0.6rem 0 1rem;
}
	.page-title span 
	{
		font-style: italic;
	}
	.page-title a:link,
	.page-title a:visited {
		color: #888;
		text-decoration: none;
	}
	.page-title a:active,
	.page-title a:hover {
		color: #ff4b33;
	}
.entry-title,
.entry-title > a:link,
.entry-title > a:visited
{
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2rem;
	margin: 0 0 0.8rem 0;
	text-decoration: none;
}
	.entry-title img
	{
		padding-right: 0.6rem;
		padding: 0 0.6rem 0.2rem 0;
		vertical-align: middle;
	}
	.entry-meta
	{
		color: #888;
		font-size: 0.9rem;
		line-height: 1;
	}
	.entry-meta abbr,
	.entry-utility abbr {
		border: none;
	}
	.entry-meta abbr:hover,
	.entry-utility abbr:hover {
		border-bottom: 1px dotted #666;
	}
	.entry-content,
	.entry-summary
	{
		clear: both;
	}
	.entry-summary
	{
		padding: 0.5rem 0 0 0;
	}
	.entry-summary p:last-child
	{
		margin-bottom: 0;
	}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a
{
	color: #888;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-utility a:hover
{
	color: #735134;
}
#content .video-player {
	padding: 0;
}

.cat-links,
.tags-links
{
	display: block;
	font-size: 1rem;
	line-height: 1.2rem;
	margin: 0 0 0.5rem 0;	
}
.tags-links
{
	margin: 0;
}
	.cat-links > a,
	.tags-links > a
	{
		border: 1px solid #444;
		display: inline-block;
		padding: 0.1rem 0.2rem;
	}
	
body.page p
{
	clear: both;
}
	
/* =Category
-------------------------------------------------------------- */
.category .category-thumb
{
	padding: 0rem 0.5rem 0.4rem 0;
    vertical-align: middle;
}
.category .comments-link,
.category .wp-post-image,
.tag .comments-link,
.tag .wp-post-image,
.author .comments-link,
.author .wp-post-image,
.search .comments-link,
.search .wp-post-image
{
	float: right;
}


/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}



/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
/*	background: #f1f1f1;*/
	background: #F1EADA;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.pie-img
{
	box-shadow: 2px 2px 5px #8F4444;
	display: block;
	height: auto;
    max-width: 100%;
	margin: 0 auto;
    width: auto;
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments
{
	clear: both;
	background-color: #f1eada;
    margin: 0 0 1rem;
    padding: 1.3rem 1.5rem;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title
{
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
}
h3#comments-title
{
	padding: 0 0 1.2rem 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment
{
	line-height: 1.5rem;
	margin: 0 0 1.5rem 0;
	padding: 0 0 0 4.5rem;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta
{
	font-size: 0.8rem;
}
	.comment-meta a:link,
	.comment-meta a:visited
	{
		color: #888;
		text-decoration: none;
	}
	.comment-meta a:active,
	.comment-meta a:hover
	{
		color: #ff4b33;
	}
.reply > a
{
	background-color: #dac99e;
	color: #bb2d00;
    display: inline-block;
    font-weight: bold;
    padding: 0.5rem 1.1rem;
    text-decoration: none;
}
	.reply > a:hover,
	a.comment-edit-link:hover {
		color: #ff4b33;
	}
.commentlist .children {
	list-style: none;
	margin: 0.8rem 0 0 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond
{
	border-top: 1px solid #bbb;
	margin: 1.5rem 0 0;
	position: relative;
}
	#respond p {
		margin: 0;
	}
	#respond .comment-notes {
		margin-bottom: 0.6rem;
	}
	.form-allowed-tags {
		line-height: 1em;
	}
	.children #respond {
		margin: 0 48px 0 0;
	}
	#respond > h3
	{
		margin: 0.5rem 0 0.4rem 0;
	}
	#respond .required {
		color: #ff4b33;
		font-weight: bold;
	}
	#respond input {
		margin: 0 0 0.6rem;
	}
	#respond textarea
	{
		height: 10rem;
		width: 98%;
	}
	#respond .form-allowed-tags
	{
		display: none;
	}
	#respond .form-submit {
		margin: 0.8rem 0 0;
	}
		#respond .form-submit #submit
		{
			cursor: pointer;
			padding: 0.2rem 0.6rem;
			width: auto;
		}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link
{
	font-weight: normal;
	padding: 0 0 0 0.5rem;
}

/* =Morelink
-------------------------------------------------------------- */
.more-link
{
	background-color: #dac99e;
	display: inline-block;
	font-weight: bold;
	padding: 0.3rem 1.1rem 0.5rem 1.1rem;
	text-decoration: none;
}
	.more-link:hover,
	.more-link:active
	{
		background-color: #dbdbdb;
		text-decoration: none;
	}


/* =searchform
-------------------------------------------------------------- */
#searchform #s
{
	font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0.6rem 0.7rem;
    width: 80%;
}
#searchform label,
#searchform #searchsubmit
{
	display: none;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
	.widget-area ul ul
	{
		list-style: square;
		margin-left: 1.3rem;
		text-align: left;
	}
.widget-area select {
	max-width: 100%;
}
.widget-container
{
	list-style: none;
	margin: 0 0 18px 0;
}
.widget-title
{
	color: #8F4444;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #8F4444;
	text-align: left;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

#categories_list
{
    margin: 1rem auto;
    text-align: left;
    width: 87%;
}
	#categories_list > li
	{
		margin: 0;
	}
		#categories_list > li > a
		{
			font-size: 1.2rem;
			color: #000;		
			text-decoration: none;
		}
		#categories_list > li > a:hover,
		#categories_list > li > a:active
		{
			color: #bb2d00;
		}
			#categories_list > li > a > img
			{
				margin: 0 0.2rem 0.2rem 0;
			}

/* =error404
-------------------------------------------------------------- */
.error404 #content
{
	background-color: #f1eada;
	padding: 1rem;
}
.error404 .widget_recent_entries .widgettitle,
.error404 .widget_recent_entries li
{
	padding: 0 0 0.5rem 0;
}



/* =Footer
-------------------------------------------------------------- */
#colophon
{
	background-color: #dac99e;
	color: #000;
	clear: both;
	font-size: 0.8rem;
	margin: 0 0 2rem 0;
	padding: 0.1rem 1rem;
	text-align: center;
}
	#site-info a
	{
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}
	#site-info a:hover,
	#site-info a:active
	{
		color: #bb2d00;
	}
	#site-info a:before
	{
		content: " - ";
		padding: 0 0.2rem;
	}
	#menu-footer
	{
		display: inline;
		list-style: none;
		margin: 0;
	}
		#menu-footer > li
		{
			display: inline-block;
			padding: 0.3rem 0;
		}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.main-navigation,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/*  =Paginador
----------------------------------------------- */
.page-numbers
{
	margin: 1.2rem 0;
	overflow: auto;
	padding: 0;
	text-align: center;
}
	.page-numbers > li
	{
		list-style: none;
		display: inline-block;
	}
	.page-numbers > li > a,
	.page-numbers > li > .current
	{
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: bold;
		margin: 0;
		padding: 0.3rem 0.8rem 0.4rem;
		text-decoration: none;
	}
	.page-numbers a:hover,
	.page-numbers a:active,
	.page-numbers .active
	{
		background-color: #f1eada;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	}
	.page-numbers,
	.page-numbers .active
	{
		font-weight: normal;
	}


/* =subscribe_mail
---------------------------------------------- */
#subscribe_mail
{
    background-color: #f1eada;
    margin: 1rem;
    padding: 1rem;
}
	#subscribe_mail > h3
	{
		font-size: 1.2rem;
		line-height: 1.4rem;
		padding: 0 0 0.5rem;
	}
	#subscribe_mail #email
	{
		font-size: 1.1rem;
		line-height: 1.4rem;
		margin: 0 0 0.5rem 0;
		padding: 0.5rem 0.5rem;
		width: 80%;
	}
	#subscribe_mail button
	{
		cursor: pointer;
		font-size: 1.2rem;
		padding: 0.4rem 0.6rem;
	}
	

/* =Arriba
---------------------------------------------- */
#button_up
{
	background: #8F4444 url(images/up.png) no-repeat center center;
	border: 1px solid #563434;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 10px 10px rgba(255, 255, 255, 0.1) inset;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	overflow: hidden;
	height: 1rem;
	line-height: 2rem;
	margin: 0 1rem 1.5rem 0;
	padding: 0.3rem 0.5rem 0.5rem 0.5rem;
	text-indent: -999rem;
	width: 2rem;
	z-index: 500;
}
	#button_up:hover
	{
		background-color: #a04d4d;
		cursor: pointer
	}


/* =Portada
----------------------------------------------- */
#featured
{
}
	#featured .entry-title
	{
		margin: 0 0 0.8rem;
	}
	#featured .entry-content
	{
		clear: none;
		padding: 0.4rem 0 0 0;
	}
	#featured > a > img
	{
		float: right;
		max-width: 100%;
		height: auto;
		padding: 0 0 0.8rem 1.1rem;
	}
	

/* =Destacados portada
----------------------------------------------- */
.featured-posts
{
	overflow: auto;
	padding: 0 0 1rem 0;
}
	.featured-posts .small-item > a
	{
		background-color: #f1eada;
		float: left;
		height: 20rem;
		margin: 0 2% 0 0;
		overflow: hidden;
		width: 32%;
		text-decoration: none;
	}
	.featured-posts .small-item:last-child > a
	{
		margin: 0;
	}
	.featured-posts .small-item > a:hover,
	.featured-posts .small-item > a:active
	{
		background-color: #dac99e;
		
	}
		.featured-posts .small-item img
		{
			max-width: 100%;
			height: auto;
		}
		.featured-posts .small-item .entry-title
		{
			display: block;
			font-size: 1.3rem;
			line-height: 1.5rem;
			margin: 0;
			padding: 0.5rem;
			text-decoration: none;			
		}

	

/* =Bloques portada
----------------------------------------------- */
.section-posts
{
	background-color: #f1eada;
	margin: 0 0 2rem 0;
	overflow: auto;
}
	.section-posts:nth-child(odd)
	{
		margin: 0 0 2rem 0;
	}
.section-posts.highlight
{
	background-color: #41B7D8; /*#029B1D;*/
	color: #FFF;
	margin: 0 0 2rem 0;
}
	.sections-title
	{
		background-color: #f1eada;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.6rem;
		padding: 0.6rem 0.8rem;
		text-transform: uppercase;
	}
	.section-posts .small-item
	{
		clear: both;
	}
		.section-posts .small-item:last-child
		{
			margin: 0;
		}
		.section-posts .small-item > a
		{
			color: #222;
			display: block;
		}
			.section-posts .small-item > a:hover,
			.section-posts .small-item > a:active
			{
				color: #FFF;
				text-decoration: none;
			}
		.section-posts .entry-header 
		{
			padding: 0.3rem 0.8rem 0;
		}
			.section-posts .entry-meta
			{
				color: #888;
				font-size: 0.8rem;
				margin: 0.3rem 0;
			}
			.section-posts .entry-title
			{
				color: inherit;
				display: inline;
				margin: 0;
				line-height: 1.4rem;
			}
				.section-posts .entry-title > a
				{
					font-size: 1.25rem;
					margin: 0;
					line-height: 1;
				}
					.section-posts .entry-title > a:hover,
					.section-posts .entry-title > a:active
					{
					}
		.section-posts a > img,
		.section-posts a > img
		{
			max-width: 100%;
			height: auto;
			margin: 0 auto;
			display: block;
		}
		.section-posts a:hover > img,
		.section-posts a:active > img
		{
			-webkit-filter: grayscale(100%);
			-moz-filter: grayscale(100%);
			-ms-filter: grayscale(100%);
			-o-filter: grayscale(100%);
			filter: grayscale(1);
		}
		.section-posts .entry-content
		{
			padding: 0 0.8rem 0.8rem;
			line-height: 1.2rem;
			font-size: 0.9rem;
		}
			.section-posts .entry-content > a
			{
				color: #000;
				text-decoration: none;
			}
			.section-posts .entry-content > a > p
			{
				margin: 0;
			}
	.section-posts .item-2,
	.section-posts .item-3
	{
		overflow: auto;
		padding: 0 0.8rem 0.8rem 0.8rem;	
	}
		.section-posts .item-2 img,
		.section-posts .item-3 img
		{
			float: left;
			padding: 0 0.6rem 0 0;
		}
		.section-posts .item-2 .entry-header,
		.section-posts .item-3 .entry-header
		{
			padding-top: 0;
		}	
			.section-posts .item-2 .entry-title,
			.section-posts .item-3 .entry-title
			{
				line-height: 1rem;
			}
			.section-posts .item-2 .entry-title > a,
			.section-posts .item-3 .entry-title > a
			{
				font-size: 1.1rem;
			}
		.section-posts .item-2 .entry-content,
		.section-posts .item-3 .entry-content
		{
			display: none;
		}
		

.single-post .section-posts .entry-header
{
	padding: 0.3rem;
}
.single-post .sections-title
{
	color: #333;
}

.section-posts.alojamientos .sections-title
{
	background: #f1eada url(images/section-alojamiento.png) no-repeat scroll center right;
}
.section-posts.que-ver-en .sections-title
{
	background: #f1eada url(images/section-quever.png) no-repeat scroll center right;
}
.section-posts.gastronomia .sections-title
{
	background: #f1eada url(images/section-gastronomia.png) no-repeat scroll center right;
}
.section-posts.escenarios-peliculas .sections-title
{
	background: #f1eada url(images/section-peliculas.png) no-repeat scroll center right;
}


/*  =botones sociales
----------------------------------------------- */
.social-buttons
{
	clear: both;
	min-height: 1.3rem;
	margin: 1.4rem 0 0.8rem;
	padding: 0;
	overflow: auto;
}
	.social-buttons > li
	{
		list-style: none;
		float: left;
		height: 1.4rem;
		display: block;
		line-height: 1.2rem;
		margin: 0 0.6rem 0.6rem 0;
		overflow: hidden;
	}
		.social-buttons .facebook
		{
			overflow: visible;
			position: absolute;
			width: 114px;
		}
		.social-buttons .twitter
		{
			margin-left: 130px;
			width: 102px;
		}
		.social-buttons .googleplus
		{
			width: 76px;
		}
			.social-buttons .optional > a,
			.social-buttons > .twitter > a
			{
				color: #FFF;
				display: block;
				font-size: 0.8rem;
				line-height: 1.25rem;
				text-align: center;
				width: 100%;
			}
				.social-buttons .optional > a:hover,
				.social-buttons > .twitter > a:hover
				{
					color: #CDCDCD;
					text-decoration: none;
				}
			.social-buttons > .facebook > .optional > a
			{
				background-color: #354c8c;
				position: absolute;
				top: 0;
				left: 0;
				width: 102px;
				z-index: 99;
			}
			.fb_iframe_widget
			{
				background-color: #FFF;
				z-index: 100;
			}
			.social-buttons > .twitter > a
			{
				background-color: #019AD2;
			}
			.social-buttons > .googleplus > .optional > a
			{
				background-color: #DD4B38;
			}
			
			.social-buttons > .pinterest,
			.social-buttons > .meneame,
			.social-buttons > .print,
			.social-buttons > .email
			{
				margin: 0 0.9rem 0.6rem 0;
			}
			.social-buttons a.pinterest:hover > img,
			.social-buttons a.meneame:hover > img,
			.social-buttons a.print:hover > img,
			.social-buttons a.email:hover > img
			{
				opacity: 0.7;
			}


/*  =botones manuales red social
----------------------------------------------- */
#social-icons
{
    height: 3.3rem;
    margin: 0;
    padding: 0;
}
	#social-icons > li
	{
		display: inline-block;
		height: 38px;
	}
		#social-icons > li > a
		{
			text-indent: -999rem;
			float: left;
			width: 38px;
			height: 38px;
			margin:0 0.8rem 0 0;
			outline: none;
		}
			#social-icons > li:last-child > a
			{
				margin: 0;
			}
			#social-icons > li > a:hover,
			#social-icons > li > a:active
			{
				-webkit-filter: grayscale(100%);
				-moz-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
				-o-filter: grayscale(100%);
				filter: grayscale(1);
			}
		#social-icons .icon-facebook
		{
			background: transparent url(images/social-facebook.png) no-repeat scroll 0 0;
		}
		#social-icons .icon-twitter
		{
			background: transparent url(images/social-twitter.png) no-repeat scroll 0 0;
		}
		#social-icons .icon-google-plus
		{
			background: transparent url(images/social-google.png) no-repeat scroll 0 0;
		}
		#social-icons .icon-instagram
		{
			background: transparent url(images/social-instagram.png) no-repeat scroll 0 0;
		}
		#social-icons .icon-feed
		{
			background: transparent url(images/social-feed.png) no-repeat scroll 0 0;
		}
		#social-icons .icon-youtube
		{
			background: transparent url(images/social-youtube.png) no-repeat scroll 0 0;
		}
	

/* =Cookie
---------------------------------------------- */
#cookie-law
{
	background-color: #FFFFFF;
    border-top: 0.2rem solid #666;
    bottom: 0;
	font-size: 0.8rem;
    padding: 0 1rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}
	#cookie-law > a
	{
		color: #333;
	}
	a#cookie-button
	{
		background-color: #222;
		color: #FFF;
		display: inline-block;
		font-weight: bold;
		margin: 0.1rem 1rem;
		padding: 0.5rem 1rem;
	}



/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	.main-navigation,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.widget-area li.TW_widget_landscape.TW-ticket.lang-es{
margin: 0px !important;
}

#content .Ticketbar-Widget .TW_widget_landscape {
    box-shadow: 0 1px 4px 0 #f1eada !important;
    background-color: #fff !important;
}


#content .Ticketbar-Widget{
	background-color: #f1eada !important;
}
#content .Ticketbar-Widget .TB-widget{
	background-color: #f1eada !important;
}
#content .Ticketbar-Widget ul.TB-ticket-wrapper{
	display: flex;
    justify-content: center;
}


/* =Movil
----------------------------------------------- */
@media (min-width:320px)
{
	
}

/* =Tablet pequeña
----------------------------------------------- */
@media (min-width:480px)
{
	#wrapper {
		padding: 0 1rem;
	}

}

/* =iPad
----------------------------------------------- */
@media (min-width:768px)
{
	#wrapper
	{
		max-width: 768px;
	}
	.show-menu
	{
		display: none;
	}
	.main-navigation ul
	{
		display: block;
	}
		.main-navigation li
		{
			float: left;
			position: relative;
		}
	#primary
	{
		clear: none;
		float: left;
	}
	.section-posts
	{
		float: left;	
		margin: 0 2% 2rem 0;
		width: 49%;
	}

}

/* =Web
----------------------------------------------- */
@media (min-width:66.3rem)
{
	#wrapper
	{
		max-width: 64rem;
	}
	#site-title
	{
		float: left;
		margin: 0 0 0 3%;
	}
	#header-banner
	{
		float: right;
	}
	#container,
	#site-navigation
	{
		float: left;
		max-width:44rem;
		width: 100%;
	}
	#site-navigation
	{
		max-width: 51rem;
	}
	#primary
	{
		float: right;
		margin: -3rem 0 1rem 0;
	}
}

/* =Web grande
----------------------------------------------- */
@media (min-width:77.3rem)
{
	#wrapper
	{
		max-width: 75rem;
	}
	#site-title
	{
		margin: 0 0 0 10%;
	}
	#container
	{
		max-width: 55rem;
	}
	.main-navigation a
	{
		padding: 0 1.2rem;
	}
}
