@import url('//fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i');
@import url('/netcon-sub/wp-content/themes/naked-wordpress-master/styles/gridism.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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



/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  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 */

  -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/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
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%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
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;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 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.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  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],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: Montserrat, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #ffffff;
}

#contenedora{
	padding-top: 50px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  line-height: 1.4;
  font-size: 40px;
  font-size: 4.1rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 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: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #0074ad;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #0074ad;
}
/* Alignment */
.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;
}
.center {
  text-align: center;
}


/* Barras */
/*-------------------------------------------------------------*/

#barra_redes{
	background: #transparent;
	/*background-image: url('/netcon-sub/wp-content/themes/naked-wordpress-master/img/backredes.png');*/
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	border-radius: 0 0 7px 7px; 
	-khtml-border-radius: 0 0 7px 7px; 
	}

#barra_banner{
	font-size: 0px;
	}

#barra_menu{

	}

 /* Menu
  ================================================= */

.main-navigation {
	clear: both;
	background: #0083c7;
	margin: 0 auto;
	min-height: 42px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	background-color:#0083c7;
	text-transform: uppercase;
	border: 0;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;

}

#masthead .unit{
	padding-bottom: 0;
	}

#masthead .unit p{
	margin-bottom: 0;
	}
.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #ffffff;
	display: block;
	
	line-height: 1;
	padding: 14px 10px;
	text-decoration: none;
	background: #0083c7;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background: #0074ad;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background: #ffffff;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu ul.sub-menu{
	background-color: #fff;
	}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
	
}

ul.sub-menu{margin-left:0;}

ul.nav-menu ul a,
.nav-menu ul ul a {
	background: #000;
	width: 160px;
	text-align: left;
	color: #ffffff;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background: #0074ad;
	color: #000;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	font-weight: bold;
	background: #fff;
	color: #0074ad;
	border: dotted 1px #ccc;
	border-width: 0;	
}

.nav-menu .current_page_item > a:hover,
.nav-menu .current_page_ancestor > a:hover,
.nav-menu .current-menu-item > a:hover,
.nav-menu .current-menu-ancestor > a:hover {
	color: #fff;
}

.menu-toggle {
	display: none;
}




/* Header
-------------------------------------------------------------- */

#logo img{ width: 100%;}

.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 0 0 20px 0;
  background: transparent;
  background-image: url('/netcon-sub/wp-content/themes/naked-wordpress-master/img/bak_header.png');
  background-repeat: repeat-x;
  margin: 0px auto;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}

header nav {
  font-family: 'Montserrat', sans-serif;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 0px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
header p{
	margin: 0;
	padding: 0;
}


/* Posts/Articles
-------------------------------------------------------------- */





/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
;
}
.next-page a, .past-page a {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 10px;
}
/* Comments */

div.comments-area{
	margin-top: 25px;
	padding-top: 20px;
	
	}

	h2.comments-title{
		padding-bottom: 20px;
		}

	div.comment-list{
		padding-left: 0px;
		
		}
	div.comment {
		border-bottom: dotted 2px #cdcdcd;
		padding: 15px;
		font-size: 14px;
		}

		div.depth-2{
			border: 0;
			border-left: dotted 2px #0074ad;
			padding-left: 20px; 
			}

	div.comment div.reply{ font-size: 16px; padding-bottom: 10px; }
	div.comment-author { color: #666; font-size: 16px; padding-bottom: 10px;}
	div.comment-author cite{ font-weight: 700; font-style: normal;}
	div.comment-meta { display: none; }
	div.comment p{ margin-bottom: 5px; }

	h3.comment-reply-title{
		border-top: dotted 2px #cdcdcd;
		color: #0074ad;
		padding: 15px 0 5px 0;
		margin-top: 20px;
		text-transform: uppercase;
		font-size: 22px;
		font-weight: bold;
		color: #666;
		}

	p.logged-in-as a{
		font-size: 14px;
		color: #0074ad;
		}
	.comment-notes{
		font-size: 14px;
		color: #0074ad;
		}
/*
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}

*/
/*Post*/
/*------------------------------*/

h1.tribe-events-single-event-title, h1.title{
	color: #0074ad;
	font-size: 36px;
	font-weight: regular;

	}

div.fecha{
	font-weight: 700;
	font-size: 16px;
	color: #333;
	
	
	}
div.the-content div.ssba-wrap{
	border-top: dotted 2px #cdcdcd;
	margin-bottom: 20px;
	}

div.the-content div.ssba-wrap div{
	text-align: right !important;
	}

div.the-content{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
	}

div.the-content h2{
	color: #0074ad;
	padding-top: 0;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 10px;
	}

div.the-content h3{
	color: #333;
	padding-top: 0;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	}

div.the-content p{
	font-family: Lora, serif;
	padding-bottom: 0px;
	margin-bottom: 24px
	}
div.the-content li{
	font-family: Lora, serif;
	
	}
.destaca{
	border-bottom: dotted 2px #cdcdcd;
	margin-bottom: 20px;
	padding-bottom: 10px;
		}

h3.resultitu{
	color: #666;
	padding: 6px;
	margin-bottom: 30px;
	font-size: 18px;
	border-bottom: dotted 6px #0074ad;
	text-align: center;
	}

div.the-content ul.lista_links li a{
	font-size: 14px;
	color: #666;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	}

div.the-content  img{
	max-width: 100%;
	height: auto;
	}


/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}


/*Sidebars*/

div.enlaces_red{
	float: right;
	padding-left: 5px;
	max-height: 30px; 
	}

div.wdg{
	padding: 20px 0;
/*	border-bottom: solid 6px #0074ad;*/
	}

div.wdg h3{
	color: #0074ad;
	padding-top: 0;
	font-size: 24px;
	font-weight: 400;
	padding: 0px 0 10px 0;
	text-transform: uppercase;
	}



 div.the-content ul.lista_links li, ul.lista_side li, div.wdg ul li, div.wdg #category-posts-2-internal li{
	list-style: none;
	padding: 0;
	padding-left: 20px;
	background-image: url('/netcon-sub/wp-content/themes/naked-wordpress-master/img/flecha.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-bottom: 8px;
	border: 0px;
	}

ul.lista_side, div.wdg ul{
	
	margin: 0 0 0 8;
	}

div.the-content ul.lista_links li, ul.lista_side li, div.wdg ul li{
	margin: 0;
	background-position: 0 4px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	line-height: 1;
	text-transform: uppercase;
	}

 div.wdg ul li a, ul.lista_side a, div.wdg .newsdesc h2 a{
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 1;
	}

div.wdg .post_content{
	border:0;
	}

p.boton{
	text-align: center;
	}

	p.boton a{
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px; 
		-khtml-border-radius: 10px; 
		background: #666;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	padding: 12px 24px;
	text-transform: uppercase; 
		}

#s{ 
	float: left;
	width: 68%;
	border: 0;
	background: #fff;
	padding: 8px 9px;
	margin-right: 6px;
	border-color: #cdcdcd;
	background: #fff;
	font-size:14px
	}

/* == COLABORADORES == */

div.the-content div.colaboran{
	padding-bottom: 20px;
	}

	div.the-content div.colaboran h2 a{
		line-height: 1;
		color: #666;
		font-size: 90%
		}

	div.the-content div.colaboran p{
		line-height: 1.3;
		color: #666;
		font-size: 90%;
		font-style: italic;
	}

/*== FORMULARIO CONTACTO ==*/

#inscripcion .acf-input input, #commentform input, form.fm-form input {
	font-size:14px;
	padding: 5px;
}

form.fm-form ul{
	margin-left: 0;
	
}

#inscripcion .acf-label label,#commentform label, form.fm-form ul label{
	font-size: 14px;
	color: #666;
	font-weight: 700;
	padding-right: 8px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#inscripcion .acf-input input, #commentform #author, #commentform #email, #commentform #url, #commentform textarea, div.chat-login-wrap input.chat-login-name, form.fm-form ul input{
	border-color: #cdcdcd;
	background: #fff;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	}

#inscripcion .acf-button,#commentform input.submit,div.chat-login-wrap #chat-login-submit-18, #chat-send-wrap input.chat-logout-submit, #fm_form_submit{
	background: #666;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	padding: 12px 24px;
	}

form.fm-form input.submit {
	float: none;
	}

div.the-content table.tabla_post{font-size: 12px;}
div.the-content table.tabla_post thead{}
div.the-content table.tabla_post th { background: #0074ad; font-weight: 700; color: #fff;margin: 0 auto; padding: 2px 4px;  text-transform: uppercase; font-size: 12px; text-align: left; }
div.the-content table.tabla_post tr {font-size: 12px;}
div.the-content table.tabla_post td { border-bottom: dotted 1px #cdcdcd; padding: 2px 4px; font-size: 13px; }

	
#inscripcion .acf-input input, #inscripcion .acf-input select{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	-khtml-border-radius: 7px;
	border-color: #cdcdcd;
	background: #fff;
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	font-size:14px;
	padding: 5px;
	border: solid 1px #cdcdcd;
	}


#inscripcion ul.acf-hl, #inscripcion div.acf-tab-wrap { 
	    border-bottom: 2px dotted #cdcdcd !important;
		padding:0;
		border: 0;
		background: none;
}

#inscripcion ul.acf-hl li { 
		border: 0;
		background: none;
		margin-top: 20px;
		padding: 15px 0 5px;
		text-transform: uppercase;
	}

#inscripcion ul.acf-hl li a{
border: 0;
		background: none;
	color: #0074ad;
	font-size: 22px;
	font-weight: bold;
	}

#inscripcion .acf-fields > .acf-field {
	border: 0;
	}

#recaptcha_widget_div .recaptchatable, #recaptcha_widget_div .recaptcha_image_cell{
	background: transparent;
	}
#recaptcha_logo{
	display: none;
	}

#pie{
	margin-top: 80px;
	background: #fff;
	padding-bottom: 200px;
	border-top: dotted 3px #666;
	}

div.chat-box{
	background: transparent !important;
	}

div.chat-box img.avatar{
	display: none;
	}

#chat-wrap-18 div.chat-box span.date{ background: none !important; color: #666 !important; }
#chat-wrap-18 div.chat-box span.time{ background: none !important; color: #666 !important; }
#chat-wrap-18 div.chat-box span.name{ background: none !important; color: #0074ad !important; font-weight: 700  !important;}

div.ssba div > a:first-child { padding-left: 5px; }

/* CALENDARIO */

/* Mes */

div.tribe_events h3{font-family: 'Montserrat', sans-serif !important; }
div.tribe_events p.tr_ele_hora{ margin-bottom: 0px; color: #666; }
div.tribe_events h3.tribe-events-month-event-title{ margin-bottom: 10px; }
div.tribe_events h3.tribe-events-month-event-title a { text-transform: uppercase; font-weight: bold; font-size: 110%; }
div.tribe_events h5.tr_ele_juego{ margin-bottom: 5px; font-style: italic; line-height: 1.3; padding-bottom: 4px; color: #666; }
div.tribe_events p.tr_ele_accion { margin-bottom: 5px;  line-height: 1.3; }
div.tribe_events p.tr_ele_accion a{
	padding: 0;
	font-style: normal;
	color: #009999;
	font-weight: bold;
	margin: 0 2px 0 0px;
	}
div.tribe_events p.tr_ele_accion a.tr_ver{ color: #666; }
div.tribe_events p.tr_ele_accion a.tr_ins{  }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events { border-bottom: 1px solid #cdcdcd; }

.tribe-events-tooltip, #tribe-events-bar { display: none !important; }
h1.tribe-events-single-event-title{ text-transform: uppercase; }

/*Single event*/

h2.trl_single_fecha{ font-size: 1.3em; line-height: 1.2; font-weight: bold; color: #666; text-transform: uppercase;}
h3.trl_single_juego{ font-size: 1.4em; line-height: 1.2; color: #333; padding-bottom: 10px; font-style: italic;  }
p.trl_single_director{font-size: 1.1em; line-height: 1.2; color: #666; padding-bottom: 10px;}
ul.trl_single_meta{ margin: 0; }
ul.trl_single_meta li{ list-style: none; }
ul.trl_single_meta li strong { font-weight: bold; color: #0074ad; text-transform: uppercase; }
.trl_single_desc { max-width: 700px; }
div.trl_single_ins{ border-top: 2px dotted #cdcdcd; padding: 3px; text-align: center;}
.trl_single_ins_off{ 		
	
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	color: #a67e66;
	text-transform: uppercase;  
	}
.trl_single_ins_on{ 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-khtml-border-radius: 10px; 
	background: #0074ad;
	font-weight: 700;
	color: #fff;
	margin: 0 auto;
	padding: 6px 18px;
	text-transform: uppercase; 
}

.trl_single_ins_on:hover{ color:#f29e69;}


img.trl_single_img {
    background-color: #efefef ;
    border: 1px dotted #cdcdcd;
    height: auto;
    max-width: 100%;
    padding: 1.2%;
	border-width: 1px 0;
}

a.tribe-events-read-more{ font-weight: bold; color: #666; }
a.tr_day_ins{ font-weight: bold; }
h2.tribe-events-page-title, h2.tribe-events-list-event-title a{ text-transform: uppercase; color: #0074ad; font-size: 24px; font-weight: 700;}
h2.tribe-events-page-title{ font-size: 40px }
h3.trl_single_dia_fecha{ font-size: 1.1em; line-height: 1.2; font-weight: bold; color: #666; text-transform: uppercase;}
h4.trl_single_dia_juego{ font-size: 1em; line-height: 1.2; color: #333; padding-bottom: 10px; font-style: italic;  }
/*p.trl_single_dia_director{font-size: 1.1em; line-height: 1.2; color: #666; padding-bottom: 10px;}*/

h3.sello_novatos{ text-align: center; border:  dotted 0px #57c8df; font-size: 1.4em; color: #EC4566; background: #fff; max-width: 700px; border-width: 0px; margin-bottom: 20px; }

.tribe-events-day  div.tribe-events-day-time-slot h5{ background:#0074ad; color: #fff;}

.nav-menu ul.sub-menu{background: #000;}



/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
      
      line-height: 1.5em;
    }

  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
	
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
	p.site-title img{ width: 100%}
	.grid .metaslider .caption p { display: none}
	header { background: none; }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
	p.site-title img{ width: 100%}
	.grid .metaslider .caption p { 	display: none}
	header { background: none; }

  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
	header { background: none; }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
	header { background: none; }
  }

 div.tribe_events h3.sello_novatos{ font-family: 'Squada One', cursive !important;  }