/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { 
	margin: 0;
	background: #FFF url('../img/logo_pattern.png') center 85px repeat-x;
}

::-moz-selection { background: #f4c13a; color: #fff; text-shadow: none; }
::selection { background: #f4c13a; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/*
a:focus { color: #FFF; outline: thin dotted; }
a:hover, a:active { color: #FFF; outline: 0; }
a:active, input.button:active { outline: 0; position: relative; top: 1px; }

#sidebar ul { margin: 0; padding: 0; }
#sidebar ul li { list-style: none; }

#content-info ul { margin: 0; padding: 0; }
#content-info ul li { list-style: none; }
*/

/* =============================================================================
   Typography
   ========================================================================== */
   
@font-face {
    font-family: 'HSRegular';
    src: url('../fonts/hs-regular-webfont.eot');
    src: url('../fonts/hs-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hs-regular-webfont.woff') format('woff'),
         url('../fonts/hs-regular-webfont.ttf') format('truetype'),
         url('../fonts/hs-regular-webfont.svg#HSRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, input#s {
	font-size: 13px;
	font-family: Georgia, serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
}
a{
	color: #000;
} 
a:visited, a:hover{
	color: #000;
}
h1, h2, h3, h4, h5, h6, .h1_look, .h2_look, .h3_look, .h4_look, .h5_look, .h6_look {
	text-transform: uppercase;
	font-family: 'HSRegular', sans-serif;
	font-weight: normal;
	color: #444 /*#f4c13a;*/
	-webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a{
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	text-decoration: underline;
}
h1, .h1_look, h2, .h2_look, h3, .h3_look, h4, .h4_look, h5, .h5_look{
	margin: 10px 0 10px 0;
}
h1, .h1_look{
	font-size: 25px;
	line-height: 27px;
}
h2, .h2_look{
	font-size: 16px;
	line-height: 17px;
}
h3, .h3_look, h4, .h4_look, h5, .h5_look{
	font-size: 14px;
	line-height: 14px;
}
p, ul, ol{
	margin: 0 0 10px 0;
}
ul, ol, dd { 
	padding: 0;
}
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* abbr[title] { border-bottom: 1px dotted; } */

b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { 
	display: block;
	height: 0;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 0; 
}
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Other
   ========================================================================== */

.dark { color: #B3B3B3; }
.light { color: #E6E6E6; }
.notice{
	background: #870000;
	color: white;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

img {
	border: 1px solid #3B3B3B;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea {  margin: 0; }
input[type="text"], input[type="password"], input.text, input.title, textarea, select{
	margin: 0;
}

/*
button, input { line-height: normal; overflow: visible; }
table button, table input { overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
*/

/*
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
*/
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td, th { vertical-align: top; background: none !important; }

/* =============================================================================
   Header
   ========================================================================== */

#header_block {
	position: relative;
	margin: 0 auto 0;
}
#support_nav{
	height: 75px;
}
#support_nav #header-search-form{
	float: right;
}
#support_nav ul{
	margin-top: 25px;
}
#support_nav li{
	margin: 0 8px 0 0;
	display: inline;
}
#support_nav a{
	text-decoration: none;
}
#support_nav a:hover{
	text-decoration: underline;
}
#support_nav li.shop-link a { background: #F4C13A; color: #B31721; font-family: "HSRegular"; padding: 5px 30px; text-decoration:none; }
#support_nav li.shop-link a:hover { background: #B31721; color: #FFF; font-family: "HSRegular"; padding: 5px 30px;  }

#support_nav #gksm-custom-menu-widget-12{
	position: absolute;
	text-transform: uppercase;
}

#support_nav #gksm-custom-menu-widget-20{
	position: absolute;
	text-transform: uppercase;
	right: 0px;	
}

#support_nav #search-4 {
	position: absolute;
	right: 240px;	
}
#support_nav #gksm-custom-menu-widget-13 {
	position: absolute;
	right: 470px;	
}
#support_nav #gksm-custom-menu-widget-13 ul{
	width: 200px;
}
#support_nav #gksm-custom-menu-widget-13 li{
	float: right;
	margin: 0 0 0 8px;
}
/* – */
#logo_box{
	width: 100%;
	height: 97px;
	background: url('../img/logo.png');
	margin: 10px 0;
}
#logo_box h1, #logo_box h1 a{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
#logo_box h1 a:hover{
	border: none;
}
/* – */
#mainnav_wrapper{
	margin: 0 0 14px 0;
}
#mainnav_wrapper nav, #mainnav_wrapper ul{
	width: 950px;
}
#mainnav_wrapper li{
	float: left;
	text-transform: uppercase;
	font-family: 'HSRegular', sans-serif;
	font-weight: normal;
	margin-left: -1px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 12px;
}

.header-menu .menu-item-3366,
.header-menu .menu-item-5337 { width: 198px; }
/*.header-menu .menu-item-3191{ width: 170px; }*/

.header-menu .menu-item-3285{ width: 183px; }
.header-menu .menu-item-3289{ width: 168px; }
.header-menu .menu-item-595{ width: 158px; }
.header-menu .menu-item-7177 { width: 184px; }
.header-menu .menu-item-7178 { width: 214px;}

/*.header-menu .menu-item-3280{ width: 130px; }*/
.header-menu .menu-item-162{ width: 238px; }

.header-menu a{
	padding: 5px 0 9px 0;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	display: block; 
	text-transform: uppercase;
	border: 1px solid #808080;
	height: 15px;
}

#menu-item--17, #menu-item--18 { display: none; }

#support_nav #menu-utility-navigation { margin-top: 15px; }

.header-menu #menu-primary-navigation-1 a, .header-menu #menu-utility-navigation-2 a{
	padding-left: 0.96em;
	padding-right: 0.96em;
}
/* – */

#logo { text-align: center; }

/* =============================================================================
   Search form
   ========================================================================== */

#searchform {
	clear:both;
	background: transparent url('../img/lens.png') right center no-repeat;
	margin-top: 20px;
}
#searchform #s {
	padding: 4px 25px 4px 5px;
	color: #000;
	background: none;
	border: 1px solid gray;
}

/* =============================================================================
   Content
   ========================================================================== */

#content { }
#content .container { width: auto; position: relative; padding: 0; }
#content #main article.two-col { width: 448px; padding: 0 20px 0 0; float: left; }
#content #main article.two-col img { width: 448px; height: auto; }

#main article.old-event * { color: #666;}

/* Listado multimedia */
#main article.type-contenidos{
	margin-bottom: 20px;
}
#main article.type-contenidos .contenido_thumb{
	padding: 9px;
	border: 1px solid #666;
	height: 230px;
	position: relative;
	overflow: hidden;
}
#main article.type-contenidos .contenido_thumb .post-image{
	width: 200px;
	height: auto;
	float: left;
	margin-right: 15px;
}
#main article.type-contenidos .contenido_thumb h2{
	display: block;
	float: left;
	width: 50%;
	margin: 0 0 10px;
}
#main article.type-contenidos .contenido_thumb h2 a{
	color: #000;
}
#main article.type-contenidos .contenido_thumb p a{
	color: grey;
}
/*
#main article.type-contenidos.video .contenido_thumb header{
	position: absolute;
	left: -100%;
}
*/
#main article.type-contenidos.video .contenido_thumb .player_box iframe{
	width: 100%;
	height: 100%;
}
#main article.type-contenidos.audio .contenido_thumb .player_box{
	position: absolute;
	bottom: 9px;
	height: 20px;
	overflow: hidden;
	width: 440px;
}
/* Listado de aritstas */
#content #main article.tipo-artistas{
	margin-bottom: 20px;
}
#content #main .artista_thumb{
	width: 204px;
	height: 290px;
	padding: 5px;
	text-align: center;
	border: 3px solid #666;
}
#content #main .artista_thumb img{
	width: 100% !important;
	height: auto;
}

#content #main .artista_thumb h2{
	display: block;
	overflow: hidden;
	padding: 0 10px;
}
#content #main .artista_thumb h2 a{
	color: #000;
}
#content #main .artista_thumb p a{
	color: grey;
}
.filter-form input:hover {
}
.filter-form select, .filter-form input {
	margin-right: 4px;
	margin-bottom: 20px;
	display: block;
	float: left;
}

.filter-form input {
	padding: 2px 8px;
	margin-top: 0;
	border: 1px solid #666;
}
.filter-form select {
	/*width: 126px;*/
}
/* Página de artista */
.container_artista {
	
}
/* Estílo para páginas individuales */
.single_box header{
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #4D4D4D;
	padding-bottom: 20px;
}
.single_box header p, .single_box header time{
	margin: 0;
	color: grey;
}
.single_box header .meta_time_place time{
	color: white;
}
.single_box{
	margin-bottom: 40px;
}
.single_box h1{
	margin-bottom: 20px;
}
.single_box h2, .single_box .h2_look,.single_box h3, .single_box .h3_look, .single_box h4, .single_box .h4_look, .single_box h5, .single_box .h6_look, .single_box .h6_look{
	margin: 5px 0 15px 0;
}
.single_box p, .single_box li{
	font-size: 15px;
	margin-bottom: 15px;
}
.single_box img{
	margin: 10px 0;
	max-width: 100%;
	height: auto;
}
.single_box ul, .single_box ol{
	margin-left: 20px;
	margin-bottom: 15px;
}
.single_box hr{
	margin: 40px auto;
	width: 80%;
	border-top-color: grey;
}
.single_box footer {
	margin-top: 60px;
	padding-top: 20px;
	border-top: 1px solid grey;
}
.single_box footer p{
	font-size: 14px;
	margin-bottom: 3px;
	color: #CCC;
}
/* Boton comprar entradas */
.single_box header .buy-tickets{
	border: 1px solid white;
	text-decoration: none;
	padding: 5px 10px;
	float: right;
	font-size: 13px;
	color: white;
}
.single_box header .buy-tickets:hover{
	background: white;
	color: black;
}
.single_box header .buy-tickets.not-available, .single_box header .buy-tickets.not-available:hover{
	border: 1px solid transparent;
	background: #DB292E;
	color: #E7A1A6;
	cursor:default;
}

.single_box .entry-artistas{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid grey;
}

/* Slideshow */
#slideshow_box{
	position: relative;
}
#slideshow_box #slideshow {
	height: 340px;
	overflow: hidden;
}
#slideshow_box #slideshow_nav{
	margin: 10px auto;
	width: 100px;
	text-align: center;
}
#slideshow_box #slideshow_nav a{
	width: 6px;
	height: 6px;
	background: url('../img/slideshow_points.png') center left;
	margin: 0 2px;
	overflow: hidden;
	text-indent: -100px;
	display: inline-block;
	display: -moz-inline-box;
    *display: inline; /* for ie */
}
#slideshow_box #slideshow_nav .activeSlide{
	background: url('../img/slideshow_points.png') center right;
}
#slideshow_box #next-button, #slideshow_box #prev-button{
	width: 30px;
	display: block;
	position: absolute;
	top: 0;
	height: 340px;
	z-index: 100;
	text-indent: -100%;
	overflow: hidden;
	background-color: black;
}
#slideshow_box #next-button{
	background: url('../img/cal-arrows.png') -22px center no-repeat rgba(0, 0, 0, 0.5);
	right: 0;
}
#slideshow_box #prev-button{
	background: url('../img/cal-arrows.png') 2px center no-repeat rgba(0, 0, 0, 0.5);
}
/* Promos cover */
.second_row_wrapper{
}

article.tipo-destacados { width: 213px; }

.block-promoted {
	overflow: hidden;
	position: relative;
	height: 100%;
}
/* ———— Promo cover ———— */
.block-promoted .post-image{
	padding: 0 10px;
	margin-bottom: 10px;
}
.block-promoted header h2{
	padding: 0 10px;
	margin: 0;
	line-height: 19px;
	height: 80px;
	overflow: hidden;
}
.block-promoted footer{
	padding: 0 10px 0 10px;
	color: gray;
	margin-bottom: 8px;
}
.block-promoted .entry-content{
	border-top: 1px solid #CCC;
	padding: 10px 10px 0 10px;
}
.block-promoted .entry-content p{
	line-height: 17px;
}
/* ———— Calendar block ———— */
.calendar_block{
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
 	height: 257px;
}
.calendar_block table{
	margin: 0;
}
.calendar_block .prev-link, .calendar_block .next-link{
	display: block;
	width: 24px;
	height: 33px;
	overflow: hidden;
	text-indent: -20px;
}
.calendar_block .prev-link{
	position: absolute;
	background: url('../img/cal-arrows.png') left top;
}
.calendar_block .next-link{
	position: absolute;
	right: 0;
	background: url('../img/cal-arrows.png') right top;
}
.calendar_block caption{
	text-align: center;
	padding: 0px 24px 9px 24px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 8px;
	background: none;
}
.calendar_block h2{
	color: #000;
}
.calendar_block caption h2{
	padding-top: 5px;
	margin: 0;
}
.calendar_block thead th, .calendar_block tbody td{
	font-weight: normal;
	padding: 0;
	text-align: center;
	padding: 5px 0;
}
.calendar_block thead th{
	color: gray;
}
.calendar_block tbody{
	text-transform: uppercase;
	font-family: 'HSRegular', sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 13px;
}
.calendar_block tbody td a {
	text-decoration: none;
	border: 1px solid #CCC;
	display: block;
}
.calendar_block tbody td a:hover {
	background: white;
	color: black;
	text-decoration: none;
	border: 1px solid white;
}
#day_box{
	padding: 7px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	position: absolute;
	top: 267px;
	width: 100%;
	height: 24px;
}
#day_box h2, #day_box time{
	bottom: 8px;
}
#day_box h2{
	position: absolute;
	left: 0;
	margin-bottom: 3px;
	color: white;
}
#day_box time{
	position: absolute;
	right: 0;
}
.block-promoted .events-list{
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	height: 170px;
	overflow-y: scroll;
}
.block-promoted .events-list li{
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px dotted grey;
}
.block-promoted .events-list .all-events{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: black;
}
.block-promoted .events-list .all-events a{

}
/* Mini-Banner portada */
.banner-portada{

}
.banner-portada p{
	margin: 0;
}
/* ———— Artists cover ———— */

#content .artists-list {
	margin: 30px 0;
	padding: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
#content .artists-list li {
	margin: 10px 0 10px 10px;
	list-style: none;
	display: block;
	float: left;
	width: 165px;
	overflow: hidden;
	position: relative;
}
#content .artists-list li img {
	height: 80px;
	width: 80px;
}
#content .artists-list li p {
	position: absolute;
	bottom: 0;
	left: 90px;
	line-height: 14px;
	margin: 0;
	font-style:	italic;
}
#content ul.artists-list li p a{
	text-decoration: none;
}
#content ul.artists-list li p a:hover{
	text-decoration: underline;
}

/* =============================================================================
   Main content area
   ========================================================================== */

#main { position: relative; }
#main .container { padding: 0; }

/* Sidebar */
.archive_sidebar{
	padding-top: 83px;
}

/* Breadcrumbs */
#breadcrumbs, .breadcrumbs{
	margin-bottom: 20px;
	color: gray;
	font-style: italic;
}
#breadcrumbs a, .breadcrumbs a {
	color: gray;
	font-style: italic;
}
#breadcrumbs a:hover, .breadcrumbs a:hover {
	color: #CCC;
}
#breadcrumbs strong, .breadcrumbs strong{
	font-weight: normal;
}
/* Metainfo */
#main time { }
#main .tags { background: url('../img/tag.png') 0 0 no-repeat; }
#main .comments { background: url('../img/speaker.png') 0 0 no-repeat; }
#main .tags, #main .comments { padding: 0 0 5px 26px; margin-bottom: .5em;}

/* Post article listing */

#events-filter{
}

#main article { display: block; }
#main article.hentry { }
#main article hr.separator { height: 5px; border: 0; background: transparent url('../img/spb.png') bottom left no-repeat; margin: 0; padding: 0; }

.archive_box article{
	margin-bottom: 20px;
}
.archive_box hr{
	margin: 20px 0;
}
.archive_box .archive_item{
	border-bottom: 1px solid #CCC;
	margin: 20px 0 20px 0;
	padding-bottom: 10px;
}
.archive_box .archive_item footer{
	border: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.archive_box .archive_item h2{
	margin-top: 0;
}
.archive_box .archive_item .archive_content, .archive_box .archive_image{
	padding-left: 10px;
}
.archive_box .archive_item span{
	color: grey;
	display: block;
	margin-bottom: 10px;
}
.archive_box .archive_item span a{
	color: grey;
}
.archive_box .archive_item span a:hover{
	color: #CCC;
}
.archive_box .archive_image{
	width: 130px;
	float: left;
	margin-bottom: 10px;	
}
.archive_box .archive_image img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.archive_box .has_img{
	margin-left: 145px;
}

/* Post article type from custom post field */
#main article.hentry div.block-big-image header { width: 500px; margin-right: 25px; float: left; }
#main article.hentry div.block-big-image footer { width: 170px; float: left; }

#main article.hentry div.block-medium-image header { width: 500px; margin-right: 25px; float: left; }
#main article.hentry div.block-medium-image footer { width: 170px; float: left; }

#main article.hentry div.block-short-image header { width: 500px; margin-right: 25px; float: left; }
#main article.hentry div.block-short-image footer { width: 170px; float: left; }

#main article.hentry div.block-big-no-image header { width: 500px; margin-right: 25px; float: left; }
#main article.hentry div.block-big-no-image footer { width: 170px; float: left; }

#main article.hentry div.block-medium-no-image header { width: 500px; margin-right: 25px; float: left; }
#main article.hentry div.block-medium-no-image footer { width: 170px; float: left; }

#main article.hentry div.block-short-no-image header { width: 500px; margin-right: 25px; float: left; }
#main article.hentry div.block-short-no-image footer { width: 170px; float: left; }

/* Page forms from Form plugin */
#main form.fm-form ul { margin: 0; padding:0; }
#main form.fm-form div > input.submit { margin-left: 200px; float: left; }
#main form.fm-form div input.submit { padding: 5px 20px; border: 1px solid #000; }
#main form.fm-form div input.submit:hover { background-color: #DDD; border: 1px solid #000; }

/* =============================================================================
   Sidebar
   ========================================================================== */

#sidebar {
	/* border: 1px solid white; */
	/* 	padding: 4px 20px; */
	float: right;
}

#sidebar .container { width: auto; padding: 0; }

.tagcloud { font-family: "Inevery-Bold", sans-serif; -webkit-font-smoothing: antialiased; }
.tagcloud a { color: #B3B3B3; text-decoration: none; }
.tagcloud a:hover { text-decoration: underline; }

#sidebar .widget { clear: both; margin-bottom: 10px; padding: 0; }
#sidebar .widget h3, #sidebar .widget .gdtt-widget, #sidebar .widget .tagcloud { padding: 0 6px 0; margin: 3px 0 8px; }
#sidebar .widget .gform_wrapper ul { padding: 0; list-style-type: none; }

#sidebar .widget .gdtt-widget ul li { font-style: italic; font-size: 14px; padding: 2px 0; }
#sidebar .widget .gdtt-widget ul li a { text-decoration: none; color: #B3B3B3 }
#sidebar .widget .gdtt-widget ul li a:hover { text-decoration: underline; }

#sidebar .widget_tag_cloud h3 { padding: 0 5px 12px; margin: 0; font-size: 14px; background: url('../img/spp.png') bottom left no-repeat; }
#sidebar .widget_tag_cloud .tagcloud { text-align: center; padding: 10px 5px 5px; }

.contributor-item { display: block; width: 220px; height: 150px; position: relative; margin-bottom: 10px; }
.contributor-item a { text-decoration: none; }
.contributor-item h4 { display: block; position: absolute; bottom: 0; margin: 0; padding: 6px 7px 3px 6px; background-color: white; background-color: rgba(255, 255, 255, 0.97) }

#sidebar .widget > .menu {
	margin: 0;
	padding: 0;
}
#sidebar .widget .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-family: 'HSRegular', sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
}
#sidebar .widget .menu li a {
	text-decoration: none;
	display: block;
	width: 210px;
	margin-top: -1px;
	padding: 4px 5px;
	border: 1px solid black;
	color: black;
	-webkit-font-smoothing: subpixel-antialiased;
	background: #F4C13A;
} 

#sidebar .widget .menu li a:hover, #sidebar .widget .menu .current_page_item a, #sidebar .widget .menu .current-menu-item a, #sidebar .widget .menu .current-category-ancestor a {
	background: black;
	color: #F4C13A; 
} 

/*
#sidebar .gksm-custom-menu-widget ul.menu li.current-menu-item a { 
	color: #f4c13a !important;
	border: 1px solid #f4c13a !important;
	background: #000; 
	text-decoration: none;
}
*/

/*
#sidebar ul.events-list li { border-bottom: 1px solid #FFF; padding: 5px; }
#sidebar ul.events-list li h4 { padding: 0; margin: 0; }
#sidebar h3 { border-bottom: 1px solid #FFF; padding: 5px; margin: 0; }
*/


/* Recomendados y destacados */
.related-posts, .promo-posts{
	border: 3px solid #4d4d4d;
	padding: 10px 10px 0 10px;
	margin: 20px 0;
}
.related-posts ul, .promo-posts ul{
	margin: 0;
}
.related-posts h4, .promo-posts h4{
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #4d4d4d;
	color: #969696;
}
.related-posts img, .promo-posts img{
	width: 194px;
	height: auto;
	margin-bottom: 5px;
}
.related-posts li, .promo-posts li{
	list-style: none;
	line-height: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #4d4d4d;
}
.related-posts li a, .promo-posts li a{
	text-transform: uppercase;
	text-decoration: none;
}
.related-posts li a:hover, .promo-posts li a:hover{
	text-decoration: underline;	
}


/* =============================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry footer {

}
.hentry footer h3{
	margin-top: 0;
}
.hentry h1, .hentry h2 {  }
.hentry header h2, .hentry header p {
}
.hentry h2 a {  }
.hentry p.byline { }
.post-image {
}
.hentry .entry-content p{

}

.hentry .content-embed { margin-top: 15px; padding: 2px; border: 1px dashed #666; }

.fb_iframe_widget{
	margin: 20px 0;
	color: white;
}


/* =============================================================================
   Post and comment navigation
   ========================================================================== */

#post-nav {
	clear: both;
	*display: inline-block;
	padding: 30px 0;
}
/* #post-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; } */
#post-nav span{
}
#post-nav .page, #post-nav .next, #post-nav .prev{
	background: transparent;
	border: 1px solid grey;
	padding: 5px 9px;
	margin-right: -1px;
	color: black;
}
#post-nav .page:hover, #post-nav .next:hover, #post-nav .prev:hover{
	color: black;
	background: #DDD;
	border: 1px solid #000;
}
#post-nav .current, #post-nav .current:hover{
	color: grey;
	background: transparent;
	border: none;
}

#post-nav .post-previous { float: left; width: 50%; }
#post-nav .post-next { float: right; width: 50%; text-align: right; }
#post-nav .post-next a { float: right; }

#comments-nav { clear: both; margin: 0 0 1.5em 0; *display: inline-block; }
#comments-nav:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
#comments-nav .comments-previous { float: left; width: 50%; }
#comments-nav .comments-next { float: right; width: 50%; text-align: right; }
#comments-nav .comments-next a { float: right; }


/* =============================================================================
   Post comments
   ========================================================================== */

ol.commentlist img.avatar { float: left; margin-right: 10px; }
ol.commentlist time { display: block; font-size: 1em; margin-bottom: 0.5em; position: relative; }
ol.commentlist .comment-reply-link { display: block; margin-bottom: 1.5em; }
#commentform { *display: inline-block; }
#commentform p { margin-bottom: 1em; }
#commentform label { display: block; font-weight: normal; }
#commentform textarea { display: block; }
#commentform input.button { margin-top: 0.5em; }
#commentform:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }


/* =============================================================================
   Gallery
   ========================================================================== */

.gallery .gallery-item {
	position: relative;
	height: auto;
	margin: 0 !important;
}
.gallery .gallery-icon{
	padding: 4px !important;
}
.gallery .gallery-item a img {
	border: 1px solid #3B3B3B !important;

}
.gallery .gallery-item a:hover img {
	border-color: #ccc !important;
}
.gallery .gallery-item figcaption { display: none; }


/* =============================================================================
   Footer
   ========================================================================== */

#content-info {
	clear: both;
	position: relative;
	padding-top: 20px;
	margin: 20px 0;
	border-top:1px solid gray;
	font-size: 12px;
	color: gray;
}
#content-info img{
	border: none !important;
}
#content-info a{
	color: gray;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}
#content-info a:hover{
	color: #ccc;
}
#content-info .widget { 
	padding: 0;
	float: left;
	width: 100px;
	margin-right: 20px;
}
#content-info ul.menu li { 
	display: block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}
#content-info .widget_text{
	float: left;
	width: 260px;
}
#content-info #text-5{
	position: absolute;
	top: 65px;
	right: 0;
	margin: 0;
	text-align: right;
}

#content-info .fb_link, #content-info .tw_link{
	height: 19px;
	padding-left: 25px;
	list-style: none;
	margin: 0 20px 4px 0;
	background: url('../img/social_btn.png') 0 0 no-repeat;
	float: left;
}
#content-info .fb_link{
	background-position: 0 0;
}
#content-info .fb_link:hover{
	background-position: 0 -19px;
}
#content-info .tw_link{
	background-position: 0 -38px;
}
#content-info .tw_link:hover{
	background-position: 0 -57px;
}

#content-info article.widget-last { margin-right: 0px; }

#content-info #searchform { position: absolute; top: 0; right: 0; float: left;  }

/* =============================================================================
   WordPress generated classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
.alignright { margin: 0 0 1.5em 1.5em; float: right; }

.wp-caption { border: 1px solid #ddd; text-align: center; background: #eee; padding: 14px 10px 6px 10px; margin: 15px 10px; }
.wp-caption-text { margin: 0; }


/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

[hidden] { display: none; visibility: hidden; }
.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
