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;
		font-size: 100%;
		font: inherit;
		/*vertical-align: baseline; */ }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1;
		font-family: arial; }
	ol, ul {
		list-style: none; }
	b { font-weight: bold;}
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		color: #ffffff;
		/* border-collapse: collapse;
		border-spacing: 0; */ }
	.no-select {
		user-select: none;
		-o-user-select:none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none; }

		@font-face {
		    font-family: KeepCalm;
		    src: url('../font/KeepCalm-Medium.ttf');
		}

		@font-face {
		    font-family: MyriadPro;
		    src: url('../font/MyriadPro-Regular.otf');
		}

/* Body */

.imagen_fondo {
     width: 100%;
     height: 80%;
     position: absolute;
     top: 0;
     left: 0;
}

#wrapper {
	width: 100%;
	height: auto; 
	padding: 0;
	float: left;
	/*background: url("../imagenes/background-salas2.jpg" );*/
	background-position: 0 -70%;
	position: relative;
}

#wrapper-2 { 
	padding: 0;
	float: left;
	background: url("../imagenes/pasto.jpg" );
	background-position: 0 -20%;
}

#wrapper-3 { 
	padding: 0;
	float: left;
	background: url("../imagenes/background-3-2.png" );
	background-position: 0 -15%;
}

#header { 
	width: 100%; 
	height: auto; 
	margin: 0 auto;
	background: #000000;
	position: relative;
}

#logo { 
	margin: 0 auto;
	width: 400px;
	height: 150px;
	text-align: center;
}

#menu {
	clear:both;
	 float:left;
	 overflow:hidden;
	 width:100%;
	 height: auto;
	 background-color:rgba(0,0,0,0.6);
}

#menu ul{
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}

#menu li { 
	float:left;
 	position:relative;
	right:50%;
	display: block;
	padding: 10px 0;
}

#menu li a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	display: block;
  	float: left;
    padding: 20px 0;
  	border-top: 2px solid #ffffff;
  	line-height: 0;
  	margin: 10px 12px 0;
  }

#menu li a:hover {
	color: #AD282D;
	border-top: 2px solid #AD282D;
}

#menu-left {
	float: left;
	width: auto;
	height: auto;
	padding: 2px;
	margin-left: 80px;
	margin-top: 0;
}

#menu-left ul li {
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #656565 0%,#656565 0%,#656565 30%,#333333 30%,#333333 100%); /* W3C */
	-webkit-box-shadow: inset 4px 67px 96px -62px rgba(0,0,0,1);
	-moz-box-shadow: inset 4px 67px 96px -62px rgba(0,0,0,1);
	box-shadow: inset 4px 67px 96px -62px rgba(0,0,0,1);
}

#menu-left ul li:last-child {
	margin-bottom: 0;
}

#menu-left ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5;
	display: block;
	font-family: KeepCalm;
	padding: 12px 20px;
}

#menu-left ul li:hover {
	opacity: 0.7;
	-webkit-transition:all 0.4s ease-out;  /* Chrome y Safari */
  	-o-transition:all 0.4s ease-out;  /* Opera */
  	-moz-transition:all 0.4s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all 0.4s ease-out;   /* Internet Explorer */
  	transition:all 0.4s ease-out;  /* W3C */
}

.home {
	/*height: 835px;  930px !important */
}

.scotiabank {
	height: 930px !important;
}

#banner {
	width: 100%;
	height: 835px;
	position: relative;
}

#banner img {
	width: 100%;
	height: auto;
}

#banner-txt {
	float: left;
	left:-25px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#banner-txt h1 {
	font-size: 33px;
	color: #ffffff;
	text-align: right;
	float:left;
 	/*position:relative;
	right:50%;*/
	margin-top: 0;
	font-weight: normal;
	font-family: KeepCalm;
	text-shadow: 10px 5px 12px #000000;
}

#banner-img {
	float: left;
	width: 65px;
	height: auto;
	position: relative;
	left: 0;
  	top: -35px;
}

#banner-img img{
	width: 70px !important;
}

.banner-wrap {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 2;
	width: 100%;
  	height: auto;
}

.side-wrap {
	width: 95%;
  	height: auto;
  	margin: 0 auto;
}

.side-left { float: left; }

.side-right { 
	float: right;
	margin-top: 485px;
}

#logo-index {
	margin: 25px 20px 0 74px;
}

#logo-index img {
	width: 200px;
}

.galeria {
	margin-top: 100px !important; /* 220px */
}

.contenido-down {
	width: 100%;
	height: auto;
	/*margin-bottom: 20px;*/
	clear: both;
	float: left;
	position: relative;
}

.contenido {
	width: 70%;
	height: auto;
	float: left;
	position: relative;
	margin-top: 10px;
}

.contenido .titulo-seccion {
	background: #000000;
	height: 35px;
	line-height: 2.5;
	font-weight: bold;
	margin-bottom: -3px;
	position: relative;
}

.contenido .titulo-seccion h2 {
	font-size: 14px;
	color: #ffffff;
	padding-left: 45px;
	float: left;
}

.button-back {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background:#a40918;
}

.button-back a {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 35px;
}

.button-back:hover {
	background:#ffffff;
	-webkit-transition:all 0.4s ease-out;  /* Chrome y Safari */
  	-o-transition:all 0.4s ease-out;  /* Opera */
  	-moz-transition:all 0.4s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all 0.4s ease-out;   /* Internet Explorer */
  	transition:all 0.4s ease-out;  /* W3C */
}

.button-back a:hover {
	color: #a40918;
}

.black {
	background:#ffffff;
}

.black a {
	color: #000000;
	padding: 3px 35px;
}

.black:hover {
	background:#a40918;
}

.black a:hover {
	color: #ffffff;
}

.button-central {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background:#a40918;
	clear: both;
}

.button-central a {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 35px;
}

.button-central:hover {
	background:#ffffff;
	-webkit-transition:all 0.4s ease-out;  /* Chrome y Safari */
  	-o-transition:all 0.4s ease-out;  /* Opera */
  	-moz-transition:all 0.4s ease-out;  /* Mozilla Firefox */
  	-ms-transition:all 0.4s ease-out;   /* Internet Explorer */
  	transition:all 0.4s ease-out;  /* W3C */
}

.button-central a:hover {
	color: #a40918;
}

.contenido h3 {
	background-color:rgba(174,39,45,1);
	font-size: 14px;
	color: #ffffff;
	padding-left: 50px;
	height: 35px;
	line-height: 2.5;
	font-weight: bold;
	margin-bottom: -3px;
}

.contenido h4 {
	background: #000000;
	font-size: 14px;
	color: #ffffff;
	padding-left: 0px;
	height: 35px;
	line-height: 2.5;
	font-weight: bold;
	margin-bottom: -3px;
	text-align: center;
}

.contenido img {
	width: 100%;
	height: auto;
	min-width: 300px;
	max-width: 600px;
}

.img-produccion img {
	width: 100%;
	height: auto;
	min-width: 300px;
	max-width: 300px;
}

.contenido table {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.banner-down {
	background:#a71f1b;
	width: 100%;
	height: auto;
	float: left;
	-webkit-box-shadow: 0px -14px 20px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -14px 20px -1px rgba(0,0,0,0.75);
	box-shadow: 0px -14px 20px -1px rgba(0,0,0,0.75);
	position: absolute;
	bottom: 0;
}

.banner-down ul {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.banner-down ul li {
	float: left;
	padding: 0 90px;
}

.banner-down ul li:first-child { padding: 0; }

.banner-down ul li:last-child { padding: 0; }

.banner-down ul li p {
	color: #ffffff;
	font-family: MyriadPro;
	font-size: 40px;
}

.banner-down ul li img {
	min-width: 100px;
}

.banner-down ul li.izq img {
	width: 180px;
}

.banner-down ul li.der img {
	width: 350px;
}

.img-back {
	position: relative;
}

.color-back {
	background: rgba(117,0,0,0.8);
	width: 100%;
	min-height: 352px;
	position: absolute;
}

.color-back p {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	width: 320px;
	height: auto;
	margin:0 auto;
	line-height: 1.5;
	padding-top: 63px;
}

.img-destacado img{
	min-width: 120px;
}

.last-news {
	background-color:rgba(0,0,0,0.8);
	width: 100%;
	height: 320px;
}

.last-news span {
	color: #ffffff;
	font-size: 14px;
}

.last-news p {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}

.last-news a#destacado {
	color: #AD2730;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
}

.last-news a#destacado:hover {
	text-decoration: underline;;
}

.last-news span#destacado {
	color: #AD2730;
	font-size: 26px;
	font-weight: bold;
}

#last-news-info {
	padding: 33px 50px; 
	width: 520px;
}

#campeonatos {
	margin: 0 auto;
	text-align: center;
	float: left;
	left: 50%;
	position: relative;
	padding: 0;
}

#campeonatos li{
	width: 200px;
	height: 130px;
	background: #ffffff;
	float: left;
	margin: 0 5px;
	right: 50%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 10;
}

#campeonatos li.titulo {
	width: 200px;
	height: auto;
	background: #000000;
	float: left;
	margin: 0 5px;
	right: 50%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	top: -10px;
	z-index: 1;
	line-height: 2.5;
}

#campeonatos li.titulo span {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#campeonatos li img {
	width: auto;
	height: auto;
	min-width: 20px !important;
}

#campeonatos li a{
	display: block;
}

#campeonatos li a:hover {
	opacity: 0.6;
}

#campeonatos-scotiabank {
	margin: 0 auto;
	text-align: center;
	float: left;
	left: 50%;
	position: relative;
	padding: 0;
}

#campeonatos-scotiabank li{
	width: 400px;
	height: 130px;
	background: #ffffff;
	margin: 0 5px;
	right: 50%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 10;
}

#campeonatos-scotiabank li img {
	width: auto;
	height: auto;
	min-width: 20px !important;
}

#campeonatos-scotiabank li a{
	display: block;
}

#campeonatos-scotiabank li a:hover {
	opacity: 0.6;
}

#campeonatos-scotiabank li.titulo {
	width: 400px;
	height: auto;
	background: #000000;
	margin: 0 5px;
	right: 50%;
	position: relative;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	top: -5px;
	z-index: 1;
	line-height: 1;
	padding-top: 5px;
}

#campeonatos-scotiabank li.titulo span {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

/* FOOTER */

#footer {
	width: 100%;
	height: 100px;
	clear: both;
	overflow: hidden;
	background: #1a1a1a;
	padding: 20px 0;
}

#footer ul {
	margin: 0 auto;
	float: left;
	left: 50%;
	position: relative;
	padding: 0;
	margin-top: 15px;
}

#footer ul li {
	width: auto;
	height: auto;
	float: left;
	margin: 0 5px;
	right: 50%;
	position: relative;
	border-left: 1px solid #ffffff;
	padding: 0 10px;
}

#footer ul li:first-child{
	text-align: right;
	border-left: 0;
}


#footer ul li:last-child {
	border-right: 0;
}

#footer ul li span {
	color: #7f7f7f;
	font-size: 12px;
	font-weight: lighter;
	line-height: 2;
	float: left;
	clear: both;
}


#barra-final {
	width: 100%;
	height: 50px;
	float: left;
	background: #4D4D4D;
	clear: both;
	text-align: center;
}

#barra-final span {
	color: #ffffff;
	font-size: 10px;
	font-weight: lighter;
	line-height: 5;
}

#footer ul#redes {
	width: 225px;
	height: auto;
	border:none;
	clear: both;
    position: static;
    margin: 0;
}

#footer ul#redes li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 2px 2px;
    background: #ffffff;
    padding: 0;
    position: static;

}

/* GALERIA & PAGE 2 */

.news {
	background-color:rgba(0,0,0,0.8);
	width: 100%;
	height: auto;
	float: right;
	margin-top: 5px;
}

.news span {
	color: #ffffff;
	font-size: 14px;
}

.news p {
	color: #ffffff;
	font-size: 14px;
	text-align: justify;
  	line-height: 1.2;
  	font-weight: 600;
  	padding-top: 3px;
}

.news span#destacado {
	color: #AD2730;
	font-size: 20px;
	font-weight: bold;
}

.news span#destacado a {
	text-decoration: none;
	color: inherit;
}

.news span#destacado a:hover {
	text-decoration: underline;
}

.news-info {
	padding: 40px 65px; 
	width: 520px;
	height: auto;
  	position: relative;
  	left: 345px;
}

#news-info-2 {
	padding: 20px 80px; 
	width: 80%;
	height: auto;
  	position: relative;
  	left: 10px;
}

.news-info-3 {
	padding: 24px 65px 15px; 
	width: auto;
	height: auto;
  	position: relative;
  	left: 30px;
  	text-align : justify;
}

.long-text ul {
	width: 80%;
	height: auto;
	padding: 5px;
	margin: 10px auto;
}

.long-text ul li {
	color: #ffffff;
	list-style: square;
	line-height: 1.5;
	font-size: 11px;
}

.long-text p {
  	padding: 5px;
  	width: 80%;
  	margin: 10px auto;
  	font-size: 14px;
}


.sub-menu {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #000000;
	float: left;
	margin: 5px 0 -2px;
	line-height: 2.5;
}

.sub-menu li{
	float: left;
}

.sub-menu li a {
	text-decoration: none;
	padding: 30px ;
	margin-top: 50px;
	color: #ffffff;
	font-size: 15px;
}

.sub-menu li a:hover {
	color: #AD282D;
}

.sub-menu li a.selected {
	color: #AD282D;
}


#img-destacado {
	position: relative;
	width: auto;
	height: auto;
}

#img-destacado ul {
	width: 100%;
	height: auto;
	position: absolute;
	top: 65px;
}

#img-destacado ul li {
	float: left;
}

.img-nuestros {
	float: left;
	width: auto;
	height: auto;
	margin: 25px 0 10px 35px;
}

.img-nuestros img{
	min-width: 200px;
	max-width: 200px;

}

.img-nuestros ul {
	width: 100%;
	height: auto;
}

.img-nuestros ul li {
	float: left;
	height: 150px;
	overflow: hidden;
}

.gallery-wrap {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
}

.gallery-videos{
	margin: 0 auto;
	float: left;
	left: 2%;
	position: relative;
	padding: 0;
}

.gallery {
	margin: 0 auto;
	float: left;
	left: 52%;
	position: relative;
	padding: 0;
}

.gallery li{
	max-width: 300px;
	max-height: 220px;
	float: left;
	margin: 2px 2px;
	right: 50%;
	position: relative;
	overflow: hidden;
}

.gallery li a {
	height: 100px;
	display: block;
	overflow: hidden;
}

.gallery img {
	width: auto;
	height: auto;
	min-width: 150px;
	max-width: 150px;
}

/* PAGE 3 */

#campeonato-wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	float: left;
}

#campeonato-wrapper h1{
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	/*float:left;*/
	margin-top: 30%;
	font-weight: bold;
	font-family: KeepCalm;
	text-shadow: 10px 5px 12px #000000;
	margin-top: 30px;
}

#tabla-p {
	margin: 35px auto 40px 0;
	float: left;
	position: relative;
	padding: 0;
}

#tabla-p-left {
	width: 245px;
	height: auto;
	float: left;
	margin: 0 0 0 45px;
	position: relative;
	background-color:rgba(0,0,0,0.8);
	padding: 20px 0 33px;
}

#tabla-p-left ul {
	margin-bottom: 20px;
}

#tabla-p-left h2 {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

#tabla-p-left img {
	margin-left: 27%;
	margin-bottom: 10px;
	min-width: 120px !important;
	max-width: 120px !important;
}

#tabla-p-left a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	display: block;
	margin-left: 20px;
	line-height: 2.5;
	margin-bottom: 3px;
	border-bottom: 2px solid #ffffff;
}

#tabla-p-left a.last {
	border-bottom: none;
}

#tabla-p-left a:hover {
	color: #AD282D;
}

#tabla-p-left ul li a.selected {
	color: #AD282D;
}

#tabla-p-right {
	float: left;
	width: 65%;
	height: auto;
	margin: 0 0 0 10px;
	position: relative;
	background-color:rgba(255,255,255,0.8);
	padding-bottom: 37px;
}

#tabla-p-right .title {
	width: 100%;
	height: 30px;
	background: #AE272D;
	padding: 5px 0;
}

#tabla-p-right .title_min {
	width: 100%;
	height: 20px;
	background: #AE272D;
	padding: 2px 0;
}

#tabla-p-right .title h3 {
	color: #ffffff;
	font-size: 14px;
	margin-left: 10px;
	line-height: 2;
}

#tabla-p-right .title_min h2 {
	color: #ffffff;
	font-size: 10px;
	margin-left: 5px;
	line-height: 2;
}

#tabla-p-right ul {
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin: 20px auto 0;
	float: left;
	left: 50%;
	position: relative;
}

#tabla-p-right ul li {
	width: 47%;
	height: auto;
	right: 50%;
	position: relative;
	margin: 0 10px 5px 0;
	float: left;
}

#tabla-p-right ul li.centro {
	width: 94%;
	margin-bottom:5px; 
}

#tabla-p-right table {
	width: 100%;
	height: auto;
	border-top: none !important;
	border:1px solid #747474;
	padding: 0 3px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #eaeaea;
	overflow: hidden;
}

#tabla-p-right table tr {
	height: 25px;
}

#tabla-p-right table tr.table-title td{
	font-size: 14px;
	font-weight: bold;
}

#tabla-p-right table tr td {
	font-size: 11px;
	color: #000000;
}

#tabla-p-right table tr td:first-child {
	padding: 0 0 0 5px;
	width: 350px;
}


#tabla-p-center {
	float: left;
	width: 700px;
	height: auto;
	margin: 0 auto 40px;
	right: 50%;
	position: relative;
	background-color:rgba(255,255,255,0.8);
	padding-bottom: 20px;
	clear: both;
}

#tabla-p-center .title {
	width: 100%;
	height: 30px;
	background: #AE272D;
	padding: 5px 0;
}

#tabla-p-center .title_min {
	width: 100%;
	height: 20px;
	background: #AE272D;
	padding: 2px 0;
}

#tabla-p-center .title h3 {
	color: #ffffff;
	font-size: 14px;
	margin-left: 10px;
	line-height: 2;
}

#tabla-p-center .title_min h2 {
	color: #ffffff;
	font-size: 10px;
	margin-left: 5px;
	line-height: 2;
}

#tabla-p-center ul {
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin: 20px auto 0;
	float: left;
	left: 50%;
	position: relative;
}

#tabla-p-center ul li {
	width: 44%;
	height: auto;
	right: 50%;
	position: relative;
	margin: 0 40px 10px 0;
	float: left;
}

#tabla-p-center ul li.centro {
	width: 94%;
}

#tabla-p-center table {
	width: 100%;
	height: auto;
	border-top: none !important;
	border:1px solid #747474;
	padding: 0 3px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #eaeaea;
}

#tabla-p-center table tr {
	height: 25px;
}

#tabla-p-center table tr.table-title td{
	font-size: 14px;
	font-weight: bold;
}

#tabla-p-center table tr td {
	font-size: 12px;
	color: #000000;
}

.servicios {
	background-color:rgba(0,0,0,0.8); 
	width:300px; 
	height:400px;
	padding: 20px;
}

.servicios p {
	color:#ffffff;
	font-size: 12px;
	text-align: justify;
}

.campeonato {
	margin-top: 0 !important;
	width: 75% !important;
}

.all {
	width: 100% !important;
}

.vertical-long {
	padding-bottom: 167px !important;
}

.vertical-short {
	padding-bottom: 0 !important;
}
