.grillaShows p, .grillaShows h2, .grillaShows h3 	 {
	line-height: 1; text-align: left !important ; letter-spacing:0 !important;
}

.grillaShows ol, .grillaShows ul {
	list-style: none;
}

.grillaShows blockquote, .grillaShows q {
	quotes: none;
}

.grillaShows blockquote:before, .grillaShows blockquote:after, .grillaShows q:before, .grillaShows q:after {
	content: '';
	content: none;
}

.grillaShows table {
	border-collapse: collapse;
	border-spacing: 0;
}

.grillaShows b, .grillaShows strong {
	font-weight: bold !important;
}











.grillaShows a:hover, .grillaShows info:hover{text-decoration: none;}




html {
	height: 100%;

}


.grillaShows a, .grillaShows .wrapper, .grillaShows img, .grillaShows h2, .grillaShows h3, .grillaShows p, .grillaShows section, .grillaShows .marco {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;

}

 .grillaShows img {
	max-width: 100%;
	max-height: 100%;
	width: initial !important;
}


 .grillaShows .wrapper {
	display: block;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
		/*height: 100%;*/
}

.col25,.col50,.col75,.col100,.col33 {
	float: left;
	position: relative;
}

.col25 {
	width: 25%;
}

.col33 {
	width: 33%;
}


.col50 {
	width: 50%;
}

.col75 {
	width: 75%;
}

.grillaShows h1 {
	color: #8EE544;
	font-size: 24px;
	font-weight: 700;
	margin: 20px;
	text-align: left;
	text-shadow: 0 2px 3px #000;
}

.grillaShows,.grillaShows a 
{		margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	box-sizing: content-box}
	.grillaShows{overflow-x: hidden;}
	.grillaShows * {	box-sizing: content-box !important; 
	}

.col100 {
	width: 100%;
}
.grillaShows nav {
	display: block;
	background: #222;
	width: 100%;
	position: relative;
	height: 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;

	-webkit-box-shadow: inset #000 -1px 0 0, inset #000 1px 0 0;
	box-shadow: inset #000 -1px 0 0, inset #000 1px 0 0;
}

.grillaShows nav ul {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	margin: 0;
}

.grillaShows nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 50%;
	position: relative;
	height: 25px;
}

.grillaShows nav ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
	font-size: 14px;
	color: #999;
	text-shadow: #000 0 1px 0;
	line-height: 25px;
	text-align: center;

	-webkit-box-shadow: inset #000 -1px 0 0, inset #444 1px 0 0;
	box-shadow: inset #000 -1px 0 0, inset #444 1px 0 0;
	overflow: hidden;
}

.grillaShows nav ul li:last-child a {
	-webkit-box-shadow: inset #444 1px 0 0;
	box-shadow: inset #444 1px 0 0;
}

.grillaShows nav ul li a:hover,.grillaShows nav ul li a.current {
	background: #444;
	color: #15b457;

	-webkit-box-shadow: inset #666 0 1px 0, inset #444 0 0 0 1px, #000 0 0 0 1px;
	box-shadow: inset #666 0 1px 0, inset #444 0 0 0 1px, #000 0 0 0 1px;
	z-index: 3;
}

.grillaShows nav ul li a:active {
	background: #666;
	text-shadow: #444 0 1px 0;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.grillaShows .marco {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.grillaShows .main {
	display: block;
	position: relative;
	margin: 10px 0 0;
	z-index: 4;
	background: #333;
	background: rgba(0,0,0,0.5);
}

.grillaShows #home {
	background: none;
}

.grillaShows p {
	color: #eee;
	font-size: 14px;
	text-shadow: 0 1px 0 #000;
	margin: 20px;
	text-align: left;
}

.grillaShows dl {
	text-align: left;
	display: block;
	margin: 50px 20px 0;
}

.grillaShows dt {
	color: #eee;
	font-size: 16px;
	text-shadow: 0 1px 0 #000;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.grillaShows dd {
	color: #eee;
	font-size: 14px;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 15px;
	padding-bottom: 15px;

	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.3) inset, rgba(255,255,255,0.2) 0 1px 0;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.3) inset, rgba(255,255,255,0.2) 0 1px 0;
}

.grillaShows dd a {
	color: #8EE544;
	display: block;
	margin-bottom: 5px;
}

.grillaShows dd a:hover {
	color: #fff;
}

.grillaShows section {
	display: none;
	margin: 0 2px !important;
	background: #222;
	overflow: hidden;
	/*height: 100%;*/

	-webkit-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
	box-shadow: rgba(0,0,0,0.8) 0 0 10px;
}

@media (min-width: 767px){

	.grillaShows section{
		margin: 0 5px !important;
	}
}

.grillaShows .logo {
	float: left;
	width: 100%;
	height: 128px;
	background: #222;
	border-bottom: 1px solid #111;
	overflow: hidden;
}

.grillaShows .logo:hover {
	background: #111;
}

.grillaShows .logo:active {
	background: #333;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.grillaShows .logo-holder {
	display: block;
	padding: 5px;
	text-align:center;
}

.grillaShows .teatro-vorterix .logo-holder {
	padding-top: 6px;
}

.grillaShows .teatro-flores .logo-holder {
	padding-top: 15px;
}

.grillaShows .roxy-live .logo-holder {
	padding-top: 1px;
}

.grillaShows .roxy-bsas .logo-holder {
	padding-top: 1px;
}

.grillaShows .fb-button {
	background: url(../img/facebook-gris.png) no-repeat;
	position: absolute;
	bottom: 30px;
	right: 5px;
	width: 16px;
	height: 17px;
}

.grillaShows .tw-button {
	background: url(../img/twitter-gris.png) no-repeat;
	position: absolute;
	bottom: 30px;
	left: 5px;
	width: 19px;
	height: 17px;
}

.grillaShows .fb-button img,.tw-button img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
}

.grillaShows .fb-button:hover img,.tw-button:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.grillaShows .eventos {
	float: left;
	width: 100%;
	position: relative;

	-ms-overflow-y: scroll;
	overflow-y: scroll;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

.grillaShows  .eventos li {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.grillaShows .eventos li:last-child a {

	box-shadow: #111 0 3px 5px;
	border-bottom: none;
}

.grillaShows .eventos li a {
	display: block;
	float: left;
	width: 95%;
	position: relative;
	background: #333;
	text-align: left;
	border-top: 1px solid #5b5b5b;
	border-bottom: 1px solid #191919;
word-wrap: break-all;
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.grillaShows .eventos img {
	border: 1px solid #4d4d4d;
	float: left;
	margin: 8px 5px 8px 8px;
	max-width: 70%;
}

.grillaShows .eventos h3 {
	font-size: 12px;
	color: #888;
	text-shadow: #000 0 1px 0;
	margin: 12px 5px 0 9px;
}

.grillaShows .eventos h2 {
	font-size: 14px;
	color: #fff;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-shadow: #000 0 1px 0;
	margin: 5px 5px 0 9px;
}

.grillaShows .eventos p {
	font-size: 11px;
	color: #aaa;
	text-shadow: #000 0 1px 0;
	margin: 5px 5px 9px 9px;
}
.grillaShows ul{margin-bottom:0}
.grillaShows .eventos a:hover {
	position: relative;
	z-index: 3;
	border-color: #000;
	background: #1b290f;
	text-decoration: none;

	-webkit-box-shadow: inset #0e1508 0 3px 10px, #666 0 1px 0;
	box-shadow: inset #0e1508 0 3px 10px, #666 0 1px 0;
}

.grillaShows .eventos a:hover img {
	border-color: #467838;
}

.grillaShows .eventos a:hover h3 {
	color: #c04d4e;
}

.grillaShows .eventos a:hover h2 {
	color: #81dd6d;
}

.grillaShows .eventos a:hover p {
	color: #fbfbfb;
}


.grillaShows ::selection {
	background: #000;
	color: #8EE544;
}

/* MEDIA QUIERIES */
@media (max-width: 900px) {

	.grillaShows .eventos p{font-size: 10px !important; line-height: 8px; text-decoration: none;}

	dl {
	margin: 40px 15px;
}

.grillaShows .eventos {
	-webkit-overflow-scrolling: touch;
}

.grillaShows .marco {
	display: none;
}

.grillaShows  dd {
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.grillaShows .wrapper {
	width: 100%;
}
.grillaShows .logo {
	height: 120px;
}
.grillaShows .teatro-vorterix .logo-holder {
	padding-top: 2px;
}
.grillaShows p {
	font-size: 13px;
	margin: 15px;
	line-height: 14px !important;
}
.grillaShows h1 {
	font-size: 18px;
	margin: 10px 15px;
}

.grillaShows .eventos,
.grillaShows .eventos li,
.grillaShows .eventos li a,
.grillaShows .eventos li a img, 
.grillaShows .eventos p,
.grillaShows .eventos h2,
.grillaShows .eventos h3 {
	text-align: center;
}

.grillaShows .eventos li a img {
	float: none;
	display: block;
	margin: 10px auto 0;
}

.grillaShows .eventos p {
	font-size: 11px;
	/*margin: 3px;*/
	margin: 5px 5px 3px 9px;
}

.grillaShows .eventos h2 {
	font-size: 12px;
	margin-top: 3px;
}

.grillaShows .eventos h3 {
	font-size: 11px;
	margin-top: 3px;
}

.grillaShows .eventos h3 {
	clear: both;
}

}



@media (max-width: 600px) {
.grillaShows 	dl {
	margin: 20px 15px;
}
.grillaShows .logo {
	height: 87px;
}
.grillaShows h1 {
	font-size: 15px;
	margin: 5px 10px;
}

.grillaShows  p {
	font-size: 11px;
	margin: 10px;
	line-height: 12px !important;
}
.grillaShows .header-central .logo-holder {
	padding: 2px;
}
.grillaShows img {
	max-height: 90%;
}
.grillaShows nav {
	height: 20px;
}

.grillaShows nav ul li a {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
}
.grillaShows dt {
	font-size: 13px;
	margin: 0;
}

.grillaShows dd {
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.grillaShows dd a {
	margin-bottom: 0;
}
.grillaShows .eventos img {
	margin: 3px auto;
}
.grillaShows  .eventos h3 {
	margin-top: 3px;
}
.grillaShows .eventos li a img{margin-right: 25%;}
}

@media (max-width: 440px) {

.grillaShows .eventos li a img {margin-left: 5px;	}

.grillaShows .info{margin-left: -3px; max-width: 86%;}

.grillaShows dl {
	margin: 10px;
}

.grillaShows dt {
	font-size: 12px;
	margin: 0;
}

.grillaShows dd {
	font-size: 10px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.grillaShows dd a {
	margin-bottom: 0;
}
.grillaShows p {
	margin: 5px;
	font-size: 10px;
	line-height: 10px !important;
}

.grillaShows  h1 {
	font-size: 12px;
	margin: 5px;
}

.grillaShows .logo {
	height: 55px;
}

.grillaShows img {
	max-height: 88%;
}
.grillaShows .teatro-vorterix .logo-holder {
	padding-top: 3px;
}

.grillaShows .teatro-flores .logo-holder {
	padding-top: 5px;
}

.grillaShows .roxy-live .logo-holder {
	padding-top: 3px;
}

.grillaShows .roxy-bsas .logo-holder {
	padding-top: 3px;
}

.grillaShows .eventos h3 {
	font-size: 9px;
	letter-spacing: -1px;
}

.grillaShows nav {
	height: 15px;
}

.grillaShows nav ul li a {
	font-size: 9px;
	height: 15px;
	line-height: 15px;
}

.grillaShows .eventos p {
	display: none;
}

.grillaShows .eventos h2 {
	font-size: 9px;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.grillaShows .tw-button,.fb-button {
	display: none;
}


}

@media (max-width: 260px) {
	.grillaShows .eventos h2 {
	font-size: 7px;
	letter-spacing: -1px;
}

.grillaShows h1 {
	font-size: 10px;
	margin: 5px;
}

.grillaShows .eventos h3 {
	font-size: 6px;
	letter-spacing: -1px;
}

}
.col33:after, .col25:after{content:''; width: 97%; height:30px; position:absolute;bottom: 0; margin:auto; margin-left: 3px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.88) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.88) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.88) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
}


.grillaShows .logo  img{max-height: 120px; width: auto;}


.grillaShows ul{width:124% !important;}


@media (min-width: 460px){
	.grillaShows ul{width:118% !important;}
}
@media (min-width: 620px){
	.grillaShows ul{width:115% !important;}
}
@media (min-width: 991px){
	.grillaShows ul{width:112% !important;}
}
@media (min-width: 1199px){
	.grillaShows ul{width:110% !important;}
}

