/*
Theme Name: castillosybatallas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: castillosybatallas
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 castillosybatallas is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	/*.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}*/
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



/********** propios **************/

body{
	background:#f7f7f7 url(./images/fondo.jpg) top center no-repeat;
	color:#363636;
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	
}

a{
	color:#590832;
	text-decoration:underline;
}

a:hover{
	color:#590832;
	text-decoration:underline;
}

.clear{
	clear:both;
}

#pagina{
	margin:auto;
	width:981px;
	/*border:1px solid #000;*/
}


.site-header{
	height:275px;
	position:relative;
}

.site-header .site-title-logo a{
	width:245px;
	height:130px;
	background:url(./images/logo.png) no-repeat;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
	outline:none;
	position:absolute;
	top:40px;
	left:40px;
}

.site-header .site-title-logo-en a{
	width:245px;
	height:130px;
	background:url(http://castillosybatallas.com/en/wp-content/uploads/sites/2/2015/04/logo_Home_en.png) no-repeat;
	display:block;
	text-indent:-10000px;
	overflow:hidden;
	outline:none;
	position:absolute;
	top:40px;
	left:40px;
}

.main-navigation{
	position:absolute;
	width:990px;
	height:90px;
	bottom:-10px;
	left:0px;
	z-index:40;
}

.menu-responsive{
	display:none;
}

.main-navigation .menu-grande .menu-item a{
	background:#f6f6f6 url(./images/fondomenu.jpg) bottom right no-repeat;
	height:83px;
	padding:19px 15px 15px 15px;
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	font-size:30px;
	color:#00425c;
	text-decoration:none;
	display:inline-block;
	line-height:20px;
	text-align:center;
	
	/*border:#000 1px solid;*/
}

.main-navigation .menu-grande .menu-item a .sub{
	color:#7b003b;
	font-size:16px;
}

.main-navigation .menu-grande .menu-item a:hover{
	background:#efefef;	
}

.main-navigation .menu-grande .menu-item{
	z-index:40;
}

.main-navigation .clubproducto{
	position:absolute;
	right:9px;
	top:-13px;
	width:268px;
	height:115px;
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	background:url(./images/clubproducto.png) top right no-repeat;
	z-index:20;
	
}

.main-navigation .clubproducto_en{
	position:absolute;
	right:-24px;
	top:-13px;
	width:268px;
	height:115px;
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	background:url(http://castillosybatallas.com/en/wp-content/uploads/sites/2/2015/04/boton_Club_en.png) top right no-repeat;
	z-index:20;
	
}

.corporativo{
	
	position:absolute;
	top:41px;
	right:0px;
}

.menusuperior{
	width:700px;
	position:absolute;
	top:8px;
	right:300px;
	height:39px;
	text-align:right;
}

.buscador{
	width:100%;
	position:absolute;
	top:0px;
	right:0px;
	height:39px;
	background:url(./images/buscador.png) top right no-repeat;
}

.buscador .campo{
	position:absolute;
	top:7px;
	right:14px;	
}

.buscador .campo input{
	width:205px;
	height:23px;
	font-size:12px;
	border:none;
	outline:none;
	background:none;
}

.buscador .campo a{
	text-decoration:none;
	color:#fff;	
	font-family: 'Share', cursive;
}

.buscador .campo a:hover{
	text-decoration:underline;
}

.site-content{
	background:#f7f7f7;
	clear:both;
}

.content-area{
	width:710px;
	float:left;
	position:relative;
}

.widget-area{
	width:251px;
	float:left;
	padding-top:0px;
	margin-left:20px;
}

.ruta{
	position:absolute;
	top:30px;
	left:20px;
	width:280px;
	height:400px;
	background:url(./images/ruta.png) top left no-repeat;
	z-index:500;	
}

.ruta .punto{
	text-indent:-10000px;
	overflow:hidden;
	display:block;
	position:absolute;
	z-index:300;
}

.ruta .letrero{
	text-indent:-10000px;
	overflow:hidden;
	display:none;
	position:absolute;
}

.punto_rojo{
	width:28px;
	height:27px;
	background:url(./images/punto-rojo.png);
}

.punto_morado{
	width:19px;
	height:18px;
	background:url(./images/punto-morado.png);
}

.punto_verde{
	width:19px;
	height:18px;
	background:url(./images/punto-verde.png);
}

.bot_1{
	top:-4px;
	left:253px;	
}

.bot_2{
	top:29px;
	left:239px;	
}

.bot_3{
	top:61px;
	left:252px;	
}

.bot_4{
	top:81px;
	left:232px;	
}

.bot_5{
	top:41px;
	left:182px;	
}

.bot_6{
	top:63px;
	left:140px;	
}

.bot_7{
	top:92px;
	left:75px;	
}

.bot_8{
	top:135px;
	left:59px;	
}

.bot_9{
	top:172px;
	left:49px;	
}

.bot_10{
	top:145px;
	left:5px;	
}

.bot_11{
	top:192px;
	left:5px;	
}

.bot_12{
	top:240px;
	left:107px;	
}

.bot_13{
	top:225px;
	left:145px;	
}

.bot_14{
	top:266px;
	left:126px;	
}

.bot_15{
	top:281px;
	left:102px;	
}

.bot_16{
	top:301px;
	left:79px;	
}

.bot_17{
	top:381px;
	left:67px;	
}

.bot_18{
	top:101px;
	left:232px;	
}

.bot_19{
	top:61px;
	left:272px;	
}

.bot_20{
	top:0px;
	left:283px;	
}

.let_1{
	top:1px;
	left:273px;	
	width:115px;
	height:22px;
	background:url(./images/tit_santaelena.png);
}

.let_2{
	top:32px;
	left:253px;
	width:115px;
	height:22px;
	background:url(./images/tit_lacarolina.png);	
}

.let_3{
	top:71px;
	left:267px;	
	width:81px;
	height:26px;
	background:url(./images/tit_vilchez.png);
}

.let_4{
	top:90px;
	left:246px;	
	width:78px;
	height:35px;
	background:url(./images/tit_linares.png);
}

.let_5{
	top:6px;
	left:82px;	
	width:118px;
	height:43px;
	background:url(./images/tit_banosdelaencina.png);
}

.let_6{
	top:47px;
	left:70px;	
	width:74px;
	height:24px;
	background:url(./images/tit_bailen.png);
}

.let_7{
	top:97px;
	left:92px;
	width:91px;
	height:22px;
	background:url(./images/tit_andujar.png);
}

.let_8{
	top:128px;
	left:75px;	
	width:90px;
	height:22px;
	background:url(./images/tit_arjonilla.png);
}

.let_9{
	top:167px;
	left:65px;
	width:82px;
	height:22px;
	background:url(./images/tit_arjona.png);	
}

.let_10{
	top:103px;
	left:-3px;	
	width:59px;
	height:46px;
	background:url(./images/tit_lopera.png);
}

.let_11{
	top:211px;
	left:-22px;
	width:59px;
	height:45px;
	background:url(./images/tit_porcuna.png);	
}

.let_12{
	top:240px;
	left:-22px;	
	width:129px;
	height:22px;
	background:url(./images/tit_torredelcampo.png);
}

.let_13{
	top:195px;
	left:165px;	
	width:59px;
	height:37px;
	background:url(./images/tit_jaen.png);
}

.let_14{
	top:270px;
	left:146px;	
	width:134px;
	height:22px;
	background:url(./images/tit_torredonjimeno.png);
}

.let_15{
	top:260px;
	left:31px;	
	width:75px;
	height:29px;
	background:url(./images/tit_martos.png);
}

.let_16{
	top:301px;
	left:105px;	
	width:105px;
	height:22px;
	background:url(./images/tit_alcaudete.png);
}

.let_17{
	top:349px;
	left:87px;	
	width:106px;
	height:37px;
	background:url(./images/tit_alcalalareal.png);
}


.let_18{
	top:110px;
	left:246px;	
	width:78px;
	height:35px;
	background:url(./images/tit_linares2.png);
}

.let_19{
	top:71px;
	left:287px;	
	width:81px;
	height:26px;
	background:url(./images/tit_vilchez2.png);
}

.let_20{
	top:3px;
	left:293px;	
	width:115px;
	height:22px;
	background:url(./images/tit_santaelena2.png);
}


.slider-portada-dos{
	width:981px;
	height:491px;
	display:block;
	position:relative;
	overflow:hidden;
}

.slider-portada-dos .item-dos{
	position:absolute;
	width:981px;
	height:491px;	
	top:0px;
	left:0px;
}

.slider-portada-dos .item-dos .contenido-dos{
	position:absolute;
	width:455px;
	bottom:60px;
	right:50px;
}

.slider-portada-dos .item-dos .titulo{
	line-height:35px;
}

.slider-portada-dos .item-dos .titulo a{
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	font-size:55px;
	text-decoration:none;
	color:#fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.slider-portada-dos .item-dos .titulo a:hover{
	text-decoration:underline;
}

.slider-portada-dos .item-dos .texto{
	font-family: 'Oxygen', sans-serif;
	color:#fff;
	font-size:12px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.imagen-slider-responsive{
	display:none;
}

.faldon-responsive{
	display:none;
}

.destacados{
	width:981px;
	margin-top:10px;
	background:url(./images/fondodestacados.jpg) top center no-repeat;
	padding-top:0px;
	background-position: 0px -10px;
}

.destacados-responsive{
	display:none;
}

.destacados .item{
	width:327px;
	float:left;
	padding:8px;
}

.destacados .item .titulo{
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	font-size:32px;
	color:#00425c;
	line-height:28px;
	width:307px;
	text-align:center;
	margin-bottom:10px;
}

.destacados .item .titulo a{
	text-decoration:none;
	color:#00425c;	
}

.destacados .item .titulo a:hover{
	text-decoration:underline;
}

.destacados .item .imagen{
	border:#00425c 1px solid;
	width:307px;
	height:207px;
	margin-bottom:10px;
}

.destacados .item .texto{
	font-family: 'Oxygen', sans-serif;
	color:#333;
	font-size:12px;
	width:307px;
	text-align:center;
}

.site-footer{
	width:981px;
	background:url(./images/fondofooter.jpg) top center no-repeat;
	position:relative;
	height:250px;
}

.footer-responsive{
	display:none;
}

.clubproductofooter{
	position:absolute;
	top:27px;
	left:20px;
}

.colaboran{
	position:absolute;
	top:40px;
	right:10px;
}

.textofooter{
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	font-size:12px;
	color:#00425c;
	position:absolute;
	top:10px;
	left:341px;
}

.cabecera-interior{
	width:981px;
	height:257px;
	position:relative;
	overflow:hidden;
	background-size:   cover; 
}

.cabecera-interior .titulo{
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	font-size:100px;
	color:#fff;
	position:absolute;
	left:-10px;
	bottom:0px;
	height:107px;
	overflow:hidden;
	width:981px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.cabecera-interior .subtitulo{
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	font-size:30px;
	color:#fff;
	position:absolute;
	left:0px;
	bottom:20px;
	height:40px;
	overflow:hidden;
	width:981px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.cabecera-interior .titulo-responsive, .cabecera-interior .subtitulo-responsive{
	display:none;
}

/************ miga **********/

.miga{
	width:981px;
	height:20px;
	font-size:12px;
	padding-top:5px;
	margin-bottom:5px;
}

.post-template-single-restaurante-php .content-area{
	background:#eee;
}

.post-template-single-restaurante-php .entry-title{
	color:#711a3d;
	font-size:40px;
	font-family: 'Share', cursive;
	padding:15px;
}

.post .entry-header{
	width:600px;
	min-height:95px;
}

.post .mosca{
	position:absolute;
	top:10px;
	right:10px;
	display:none;
}

.post-template-single-restaurante-php .tipo{
	width:710px;
	padding:5px 15px 5px 15px;
	background:#dedede;
	color:#363636;
}

.post-template-single-restaurante-php .tipo .localidad{
	float:right;
	color:#711a3d;
	font-size:18px;
	font-family: 'Share', cursive;
}

.post-template-single-restaurante-php .entry-content{
	padding:0px 15px;
	color:#252525;
	font-size:14px;
}

.post-template-single-restaurante-php .mapa{
	width:321px;
	float:left;
	margin-left:15px;
}

.post-template-single-restaurante-php .mapa .titulo_detalles, .post-template-single-restaurante-php .detalles .titulo_detalles{
	color:#711a3d;
	font-size:22px;
	font-family: 'Share', cursive;
}

.post-template-single-restaurante-php .detalles{
	float:right;
	margin-right:10px;
	width:360px;
	font-size:14px;
}

.turquesa{
	color:#00425c;
}

/************ widgets **********/
.widget-title{
	width:251px;
	padding:2px 10px;
	background:#00475b;
	color:#fff;
	font-size:22px;
	font-family: 'Share', cursive;
}
	
	


.menu-lateral .menu-item .sub-menu .menu-item a, .widget .menu .menu-item .sub-menu .menu-item a{
	text-decoration:none;
	font-size:16px;
	color:#666;
	font-family: 'Share', cursive;
	background:url(./images/menu-lateral-bullet2.jpg) center left no-repeat;
	padding-left:20px;
}

.menu-lateral .menu-item .sub-menu .menu-item a:hover, .widget .menu .menu-item .sub-menu .menu-item a:hover, .widget .menu .menu-item.current-menu-item a, .menu-lateral .menu-item.current-menu-item a, .widget .menu .sub-menu .menu-item.current-menu-item a, .menu-lateral .sub-menu .menu-item.current-menu-item a{
	color:#00425c;
	/*background:url(./images/menu-lateral-bullet2-h.jpg) center left no-repeat;*/
}


.menu-lateral .menu-item a, .widget .menu .menu-item a{
	text-decoration:none;
	font-size:21px;
	color:#666;
	font-family: 'Share', cursive;
	background:url(./images/menu-lateral-bullet.jpg) top left no-repeat;
	background-position:5px 5px;
	padding-left:30px;
	cursor:pointer;
	display:block;
}

.menu-lateral .menu-item a:hover, .widget .menu .menu-item a:hover, .widget ul .menu-item.current-menu-item a{
	color:#00425c;
	/*background:url(./images/menu-lateral-bullet-h.jpg) top left no-repeat; !important*/
	background-position:5px 5px;
}


.menu-lateral li, .widget .menu li{
	list-style:none;
	border-bottom:2px solid #c8d6da;
	padding-top:4px;
	padding-bottom:4px;
}

.menu-lateral li.localidades a, .widget .menu li.localidades a{
	color:#590832;
}

.menu-lateral .sub-menu .menu-item, .widget .menu .sub-menu .menu-item{
	border:none;
}

.menu-lateral, .widget .menu{
	list-style:none;
	margin:0px;
}

/* BANDERAS */

.menusuperior a.bandera_esp img {
margin-left: 1px;
width: 20px;
height:20px;

}
.menusuperior a.bandera_en  img{
margin-left: 1px;
margin-right: 7px;
width: 20px;
height:20px;
}


#menu-experiencias{
	margin:0;
}

.tiled-gallery{
	margin-left:20px;
}

/************ listados **************/

.listado-content{
	background:#eee;
	padding-top:30px;
}

.even{
	margin-right:25px;
	margin-left:35px;
}

.postlistado{
	width:305px;
	float:left;
	margin-bottom:20px;
}

.postlistado .texto{
	padding:10px 0px 15px 0px;
}

#main .texto .contenido p{
	margin-bottom:0px;
}

.postlistado .titulo{
	font-family:'Share', cursive;
	font-size:22px;
	color:#7b003b;
}

.postlistado .titulo a{
	text-decoration:none;
}

.postlistado2{
	width:222px;
	float:left;
	margin-bottom:20px;
}

.even2{
	margin-left:10px;
}

.odd2{
	margin-left:10px;
}

.postlistado2 .texto{
	padding:10px 0px 15px 0px;
}

.postlistado2 .titulo{
	font-family:'Share', cursive;
	font-size:22px;
	color:#7b003b;
}

.postlistado2 .titulo a{
	text-decoration:none;
}

.entry-title{
	color:#711a3d;
	font-size:38px;
	font-family: 'Share', cursive;
	padding:0px 15px 7px 15px;
	font-style:italic;
	font-style:normal\0;
	line-height:34px;
}

.postlistado_club{
	width:305px;
	float:left;
}

.postlistado_club.even{
	margin-right:25px;
	margin-left:20px;
}

.postlistado_club .texto{
	/*padding:10px 0px 15px 0px;*/
}

.postlistado_club .titulo a{
	font-family:'Share', cursive;
	font-size:17px;
	font-style:italic;
	font-style:normal\0;
	color:#666;
	text-decoration:none;
}

.postlistado_club .titulo a:hover{
	text-decoration:underline;
}


.postlistado-cuaderno{
	width:735px;
	float:left;
	margin-bottom:20px;
}

.postlistado-cuaderno .thumbnail{
	float:right;
	margin-top:20px;
}

.postlistado-cuaderno .texto{
	padding:10px 0px 15px 0px;
	float:left;
}


.postlistado-cuaderno .titulo{
	font-family:'Share', cursive;
	font-size:24px;
	color:#7b003b;
}

.postlistado-cuaderno .titulo a{
	text-decoration:none;
}

/************* single viaje *****************/

.post-template-single-viaje-php .content-area{
	background:#eee;
}

.post-template-single-viaje-php .entry-title{
	color:#711a3d;
	font-size:38px;
	font-family: 'Share', cursive;
	padding:7px 15px 7px 15px;
	font-style:italic;
	font-style:normal\0;
}

.post-template-single-viaje-php .titulo_propuesta{
	width:710px;
	padding:5px 15px 5px 15px;
	background:#dedede;
	color:#711a3d;
	font-size:18px;
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	text-transform:uppercase;
}

.post-template-single-viaje-php .entry-content{
	padding:0px 15px;
	color:#252525;
	font-size:14px;
}



.post-template-single-viaje-php .bloque{
	width:710px;
	padding:5px 15px 5px 15px;
	background:#fafafa;
	color:#363636;
	font-size:13px;
}

.post-template-single-viaje-php .bloque .titulo{
	float:left;
	width:180px;	
	color:#00425c;
	font-weight:bold;
}

.post-template-single-viaje-php .bloque .contenido{
	float:left;
}

.post-template-single-viaje-php .even{
	margin:0;
	background:#eee;
}


/************* single viaje comunidad *****************/

.post-template-single-viaje-educativa-php .content-area{
	background:#eee;
}

.post-template-single-viaje-educativa-php .entry-title{
	color:#711a3d;
	font-size:38px;
	font-family: 'Share', cursive;
	padding:7px 15px 7px 15px;
	font-style:italic;
	font-style:normal\0;
}

.post-template-single-viaje-educativa-php .titulo_propuesta{
	width:710px;
	padding:5px 15px 5px 15px;
	background:#dedede;
	color:#711a3d;
	font-size:20px;
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	text-transform:uppercase;
}

.post-template-single-viaje-educativa-php .entry-content{
	padding:0px 15px;
	color:#252525;
	font-size:14px;
}



.post-template-single-viaje-educativa-php .bloque{
	width:710px;
	padding:5px 15px 5px 15px;
	background:#fafafa;
	color:#363636;
	font-size:13px;
}

.post-template-single-viaje-educativa-php .bloque .titulo{
	float:left;
	width:180px;	
	color:#00425c;
	font-weight:bold;
}

.post-template-single-viaje-educativa-php .bloque .contenido{
	float:left;
}

.post-template-single-viaje-educativa-php .even{
	margin:0;
	background:#eee;
}




/************ single castillo **************/

.post-template-single-castillo-php .content-area{
	background:#eee;
}

.post-template-single-castillo-php .entry-title{
	color:#711a3d;
	font-size:40px;
	font-family: 'Share', cursive;
	padding-left:15px;
	font-style:italic;
	font-style:normal\0;
}

.post-template-single-castillo-php .tipo{
	width:710px;
	padding:5px 15px 5px 15px;
	background:#dedede;
	color:#363636;
}

.post-template-single-castillo-php .localidad_castillo{
	color:#711a3d;
	font-size:18px;
	font-family: 'Share', cursive;
	padding-left:15px;
}

.post-template-single-castillo-php .entry-content{
	padding:0px 15px;
	color:#252525;
	font-size:14px;
}

.post-template-single-castillo-php .mapa{
	width:321px;
	float:left;
	margin-left:15px;
}

.post-template-single-castillo-php .mapa .titulo_detalles, .post-template-single-castillo-php .detalles .titulo_detalles{
	color:#711a3d;
	font-size:22px;
	font-family: 'Share', cursive;
}

.post-template-single-castillo-php .detalles{
	float:right;
	margin-right:10px;
	width:360px;
	font-size:14px;
}

.enlace_sabermas{
	font-style:italic;
	font-style:normal\0;
	font-family: 'Share', cursive;
	color:#711a3d;
	font-size:14px;
	text-decoration:none;
	background:url(./images/saber_mas.jpg) left center no-repeat;
	background-position:1px 1px;
	display:block;
	padding-left:18px;
	width:85px;
	height:15px;
}

.enlace_masinfo{
	font-style:italic;
	font-style:normal\0;
	font-family: 'Share', cursive;
	color:#711a3d;
	font-size:14px;
	text-decoration:none;
	background:url(./images/saber_mas.jpg) left center no-repeat;
	background-position:1px 1px;
	display:block;
	padding-left:18px;
	width:150px;
	height:15px;
        float:left;
}


.entradilla p{
	margin:0px;
}


.postagenda{
	width:650px;
	margin-bottom:30px;
}

.postagenda .contenido{
	margin-left:15px;
}

.entry-content{
	margin-left:15px;
	margin-right:15px;
}

.separador{
	padding:2px 5px 2px 5px;
	margin:15px;
	font-family: 'Share', cursive;
	font-style:italic;
	font-style:normal\0;
	font-size:20px;
}

/************ single receta *************/

.post-template-single-receta-php .content-area{
	background:#eee;
}

.post-template-single-receta-php .entry-title{
	color:#711a3d;
	font-size:40px;
	font-family: 'Share', cursive;
	padding:15px;
}

.post-template-single-receta-php .tipo{
	width:710px;
	padding:5px 15px 5px 15px;
	background:#dedede;
	color:#363636;
}

.post-template-single-receta-php .tipo .localidad{
	float:right;
	color:#711a3d;
	font-size:18px;
	font-family: 'Share', cursive;
}

.post-template-single-receta-php .entry-content{
	padding:0px 15px;
	color:#252525;
	font-size:14px;
}

.post-template-single-receta-php .mapa{
	width:321px;
	float:left;
	margin-left:15px;
}

.post-template-single-receta-php .mapa .titulo_detalles, .post-template-single-receta-php .detalles .titulo_detalles{
	color:#711a3d;
	font-size:22px;
	font-family: 'Share', cursive;
}

.post-template-single-receta-php .detalles{
	float:right;
	margin-right:10px;
	width:360px;
	font-size:14px;
}

.proveedor_educativa{
	width:645px;
	padding:20px;
	background:#fff;
	-webkit-border-radius: 10px;
border-radius: 10px;
}

.anclas{
	font-size:12px;
	padding:20px;
	padding-bottom:0px;
	padding-top:0px;
}

.tambien-te-interesa-container .item{
	width:100%;
	border-bottom:2px solid #ccc;
	padding-top:6px;
}

.tambien-te-interesa-container .imagen{
	float:left;
	margin-right:10px;
	width:60px;
}

.tambien-te-interesa-container .texto{
	float:left;
	margin-right:10px;
	width:171px;
}

.telovasaperder .tit{
	float:left;
	width:300px;
	margin-left:15px;
}

.telovasaperder .texto{
	float:right;
	background:#fff;
	width:380px;
	padding:15px;
	margin-right:15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

img#wpstats {
display: none;
}

#menu-menu-cabecera{
	display:inline-block;
	height: 20px;
padding: 0px;
margin: 0px;
padding-top: 5px;
}

.menusuperior .menu-item{
	float:right;
	display:inline-block;
	list-style:none;	
}

.menusuperior .menu-item a{
	font-family:Arial, Helvetica, sans-serif;
	color:#608b97;
	text-decoration:none;
	font-size:12px;
	padding-right:10px;
	display:inline-block;
	padding-left:10px;
	border-left:1px solid #608b97;
}

.menusuperior .menu-item a:hover{
	text-decoration:underline;
}

.link_cuaderno{
	width:100%;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
	background:#fff;
}

.link_cuaderno .anadir-cuaderno{
	padding-left:10px;
	float:left;
}

.menufooter{
	position:absolute;
	width:600px;
	text-align:center;
	top:160px;
	left:190px;
}

#menu-menu-pie{
	display:inline-block;
	height: 20px;
padding: 0px;
margin: 0px;
padding-top: 5px;
}

.menufooter .menu-item{
	float:right;
	display:inline-block;
	list-style:none;	
}

.menufooter .menu-item a{
	font-family:Arial, Helvetica, sans-serif;
	color:#608b97;
	text-decoration:none;
	font-size:12px;
	padding-right:10px;
	display:inline-block;
	padding-left:10px;
	border-left:1px solid #608b97;
}

.menufooter .barra-derecha a{
	border-right:1px solid #608b97;
}

.menufooter .menu-item a:hover{
	text-decoration:underline;
}

.botones-compartir{
	position:absolute;
	bottom:5px;
	right:5px;
	font-family: 'Share', cursive;
	color:#fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.botones-compartir-single{
	float:right;
	margin-right:10px;
	font-family: 'Share', cursive;
	color:#00475b;
}

.wpfp-link{
	font-weight:bold;
}

.banner_cabecera{
	position: absolute;
	width: 670px;
	height: 100px;
	top: 80px;
	left: 330px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}

.post .mosca {
  display: block;
}