@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fuentes/Gotham-Black.eot');
    src: url('../fuentes/Gotham-Black.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-Black.woff') format('woff'),
         url('../fuentes/Gotham-Black.ttf') format('truetype'),
         url('../fuentes/Gotham-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Black';
    src: url('../fuentes/Gotham-BlackItalic.eot');
    src: url('../fuentes/Gotham-BlackItalic.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-BlackItalic.woff') format('woff'),
         url('../fuentes/Gotham-BlackItalic.ttf') format('truetype'),
         url('../fuentes/Gotham-BlackItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fuentes/GothamCond-Book.eot');
    src: url('../fuentes/GothamCond-Book.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/GothamCond-Book.woff') format('woff'),
         url('../fuentes/GothamCond-Book.ttf') format('truetype'),
         url('../fuentes/GothamCond-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fuentes/GothamCond-Medium.eot');
    src: url('../fuentes/GothamCond-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/GothamCond-Medium.woff') format('woff'),
         url('../fuentes/GothamCond-Medium.ttf') format('truetype'),
         url('../fuentes/GothamCond-Medium.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBold';
    src: url('../fuentes/GothamCond-Bold.eot');
    src: url('../fuentes/GothamCond-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/GothamCond-Bold.woff') format('woff'),
         url('../fuentes/GothamCond-Bold.ttf') format('truetype'),
         url('../fuentes/GothamCond-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fuentes/GothamCond-Light.eot');
    src: url('../fuentes/GothamCond-Light.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/GothamCond-Light.woff') format('woff'),
         url('../fuentes/GothamCond-Light.ttf') format('truetype'),
         url('../fuentes/GothamCond-Light.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamEx';
    src: url('../fuentes/Gotham-Book.eot');
    src: url('../fuentes/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-Book.woff') format('woff'),
         url('../fuentes/Gotham-Book.ttf') format('truetype'),
         url('../fuentes/Gotham-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamEx';
    src: url('../fuentes/Gotham-BookItalic.eot');
    src: url('../fuentes/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-BookItalic.woff') format('woff'),
         url('../fuentes/Gotham-BookItalic.ttf') format('truetype'),
         url('../fuentes/Gotham-BookItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'GothamEx';
    src: url('../fuentes/Gotham-Bold.eot');
    src: url('../fuentes/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-Bold.woff') format('woff'),
         url('../fuentes/Gotham-Bold.ttf') format('truetype'),
         url('../fuentes/Gotham-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'GothamEx';
    src: url('../fuentes/Gotham-BoldItalic.eot');
    src: url('../fuentes/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-BoldItalic.woff') format('woff'),
         url('../fuentes/Gotham-BoldItalic.ttf') format('truetype'),
         url('../fuentes/Gotham-BoldItalic.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fuentes/Gotham-ExtraLight.eot');
    src: url('../fuentes/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-ExtraLight.woff') format('woff'),
         url('../fuentes/Gotham-ExtraLight.ttf') format('truetype'),
         url('../fuentes/Gotham-ExtraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fuentes/Gotham-ExtraLightItalic.eot');
    src: url('../fuentes/Gotham-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Gotham-ExtraLightItalic.woff') format('woff'),
         url('../fuentes/Gotham-ExtraLightItalic.ttf') format('truetype'),
         url('../fuentes/Gotham-ExtraLightItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

/*/////////////////////////// BASE ////////////////////////////////*/

html {
    width:100%;
	height:100%;
	min-width:1024px;
}
body {
	margin: 0px 0px;
	padding:0px 0px;
	width:100%;
	height:100%;
	min-width:1024px;
	font-family: 'Gotham';
	background-image:url(../img/bgsonkei.jpg);
	background-repeat:repeat;
}
img {
	border:0;
}

a:link, a:visited, a:active  {
  color:#AEAEAE;
  text-decoration: none;
}

a:hover{
  color: #BC272D;
  text-decoration: none;
}

.divclear {
	clear: both;
}

.floatleft {
	float:left;
}

.floatright {
	float: right;
}

p {
	margin-bottom:5px;
}

/*/////////////////////////// ESTRUCTURA ////////////////////////////////*/


#contenido {
	position: absolute;
	width: 1024px;
	min-width:1024px;
	margin-left: -512px;
	left: 50%;
	z-index:1;
	top: 55px;
	background-color:#FFFFFF;
	
	-webkit-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.75);
}

#cabeceraSuperior {
	width:100%;
	height:55px;
	min-width:1024px;
	background-color:#303030;
	position:fixed;
	z-index:16;
}
.interiorCabecerca {
	position: absolute;
	width: 1024px;
	margin-left: -512px;
	height:55px;
	left: 50%;
	z-index:15;
	top: 0px;
}

/*/////////////////////////// CABECERA ////////////////////////////////*/

#logotipo {
	margin-top:15px;
	margin-left:0px;
	float:left;
	width:220px;
}

#menu {
	float: right;
	width:784px;
}

#navi {  
	list-style:none;
	margin:0px 0px;
	padding:0px 0px;
}
#navi li {
	margin:0px 0px 0px 20px;
	padding:0px 0px; 
	float: right;
}
#navi li a {
	display:block; 
	text-decoration:none;
	text-align:center;
	font-family: 'GothamLight';
	font-size:1.4em;
	color:#AEAEAE;
	padding-top:16px;
	text-transform: uppercase;
	font-weight: normal;
}
.icomenu {
	text-align:center;
}
#navi li a:hover, #navi li a.activo {
	color:#AEAEAE;
}

/*/////////////////////////// DEST INICIO ////////////////////////////////*/

#bloqueInicio {
	width:1024px;
	margin: 0px auto;
	margin-top:10px;
}
#bloqueInicio_con {
	width:1024px;
	margin: 0px auto;
}
.titulosec {
	width:1004px;
	font-size:1.2em;
	padding: 10px 10px;
	background-color:#BC272D;
	color:#FFFFFF;
	font-family: 'GothamLight';
	text-transform:uppercase;
}
.titulosec strong{
	font-family: 'Gotham';
	text-transform:uppercase;
}

.titulosec a:link, .titulosec a:visited, .titulosec a:active  {
	color:#ffffff;
	text-decoration: none;
}

.titulosec a:hover{
	color: #333333;
	text-decoration: none;
}

.destINI {
	float:left;
	width:300px;
	padding: 20px 20px 20px 20px;
	text-align:center;
}
.destINI img {
	border-right: #CCC 2px solid;
}
.destINI img.last {
	border-right: none;
}
.destINITitu {
	font-size:1.6em;
	color:#000000;
	margin-bottom:0px;
	margin-top:20px;
	text-align:center;
	line-height:1.3em;
}
.titulosec2 {
	width:1004px;
	font-size:1.2em;
	padding: 10px 10px;
	background-color:#333333;
	color:#FFFFFF;
	font-family: 'GothamLight';
}
.titulosec2 strong{
	font-family: 'Gotham';
}

.textcontIni {
	width:250px;
	height:360px;
	float:right;
	background-color:#C2AD94;
	margin-top:10px;
}

.mapaINI {
	width:774px;
	height:360px;
	float: left;
	overflow:hidden;
	margin-top:10px;
}

.textcontIniB {
	width:250px;
	height:360px;
	float:left;
	background-color:#948175;
	margin-top:10px;
}
.mapaINIB {
	width:774px;
	height:360px;
	float: right;
	overflow:hidden;
	margin-top:10px;
}
.intTXTCon {
	margin-top:80px;
	margin-left:50px;
	width:200px;
}
.intTXTConTIT {
	color:#FFFFFF;
	font-family: 'Gotham';
	font-weight:bold;
	font-size:1.5em;
}
.intTXTConTEX {
	color:#FFFFFF;
	font-family:'GothamLight';
	font-size:1em;
}

.verhorarios {
	text-align:left;
	color:#FFFFFF;
	font-family: 'Gotham';
	font-weight:bold;
	font-size:1em;
	position: absolute;
	bottom:5px;
	left:800px;
}

.verhorarios a:link, .verhorarios a:visited, .verhorarios a:active, .verhorariosB a:link, .verhorariosB a:visited, .verhorariosB a:active  {
  color:#ffffff;
  text-decoration: none;
}

.verhorarios a:hover, .verhorariosB a:hover{
  color: #BC272D;
  text-decoration: none;
}
.verhorariosB {
	text-align:left;
	color:#FFFFFF;
	font-family: 'Gotham';
	font-weight:bold;
	font-size:1em;
	position:absolute;
	bottom:5px;
	left:160px;
}
.cantactoINI {
	width:1024px;
	height:360px;
	position: relative;
}

#calINI {
	width:507px;
	height: 250px;
	overflow:hidden;
	float:left;
	background-color:#BC272D;
}
.calINIiz {
	width:200px;
	float:left;
	margin-top:20px;
}
.calINIder {
	width:260px;
	float: right;
	margin-top:35px;
	margin-right:20px;
}
.calINITit {
	width:200px;
	background-color:#E1E1E1;
	color:#BC272D;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-size:1.5em;
	text-align:center;
}
.calINIDia {
	width:200px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	margin-top:-10px;
	font-size:10em;
	text-align:center;
}
.calINIMes {
	width:200px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	margin-top:-30px;
	font-size:2em;
	text-align:center;
	text-transform: uppercase;
	font-weight:bold;
}

.calINIderTit {
	font-family:'Gotham';
	color:#ffffff;
	font-size:1.5em;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:10px;
}

.calINIderText {
	font-family:'GothamLight';
	color:#ffffff;
	font-size:.95em;
	text-align:justify;
	margin-bottom:10px;
	line-height:1.15em;
}
.calINIderMas {
	font-family:'Gotham';
	color:#ffffff;
	font-size:1.1em;
}
.calINIderMas a:link, .calINIderMas a:visited, .calINIderMas a:active {
	color:#ffffff;
	text-decoration: none;
}

.calINIderMas a:hover {
	color: #333333;
	text-decoration: none;
}

#galINI {
	width:507px;
	height: 250px;
	overflow:hidden;
	float: right;
	background-color:#736357;
}
#galINI2 {
	width:507px;
	height: 250px;
	overflow:hidden;
	float: left;
	background-color:#736357;
}
.galINITit {
	background-color: #000;
	float:right;
	margin-right:20px;
	margin-top:190px;
	padding:5px 30px 3px 30px;
	color:#ffffff;
	font-size:1.5em;
	text-transform: uppercase;
}
.galINITit2 {
	background-color: #000;
	float: left;
	margin-left:20px;
	margin-top:190px;
	padding:5px 30px 3px 30px;
	color:#ffffff;
	font-size:1.5em;
	text-transform: uppercase;
}

.notINI {
	width:208px;
	height:400px;
	float:left;
	background-color:#534741;
	margin-right:10px;
	margin-top:10px;
	padding:20px 20px 20px 20px;
	overflow:hidden;
}
.notINIB {
	width:208px;
	height:400px;
	float: right;
	background-color:#534741;
	margin-top:10px;
	padding:20px 20px 20px 20px;
	overflow:hidden;
}
.notINITit {
	font-family:'Gotham';
	color:#ffffff;
	font-size:1.2em;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}
.notINIText {
	font-family:'GothamLight';
	color:#ffffff;
	font-size:.95em;
	text-align:justify;
	margin-bottom:20px;
	line-height:1.15em;
}
.notINIMas {
	font-family:'Gotham';
	color:#ffffff;
	font-size:1.1em;
}

.claborador {
	margin-bottom:10px;
}
/*/////////////////////////// SLIDE  ////////////////////////////////*/

#slideshow {
	float:left;
	overflow:hidden;
	position:relative;
	margin-top:0px;
	width:1024px;
	height:420px;
}
#slidesContainer {
	overflow:hidden;
}
.slide {
	overflow:hidden;
	background-color:#F00;
}
.contTXTSL {
	float:left;
	position: absolute;
	z-index:1000;
}
.textoslide {
	font-size:1em;
	color:#ffffff;
	font-family: 'GothamLight';
}
.textoslide strong{
	font-family: 'Gotham';
}
.titulolide {
	font-size:1.5em;
	color:#CCCCCC;
}



/*/////////////////////////// PIE  ////////////////////////////////*/

#pie {
	margin-top:30px;
	background-color:#333333;
	height:350px;
}
#redes {
	width:1014px;
	position:absolute;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#redes img {
	float:right;
	width:27px;
	height:27px;
	margin-left:3px;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#redes img:hover {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#logopie {
	width:1024px;
	height:150px;
	text-align:center;
	padding-top:40px;
}
.creditos {
	width:1024px;
	color: #AEAEAE;
	text-align:center;
	margin-top:25px;
}
.creditos a:link, .creditos a:visited, .creditos a:active  {
	color:#AEAEAE;
	text-decoration: none;
}

.creditos a:hover{
	color: #BC272D;
	text-decoration: none;
}
.creditos a.activo{
	color: #ffffff;
	text-decoration: none;
}
.creditos span{
	font-family: 'GothamLight';
	margin-right:10px;
	line-height:1.5em;
	font-size:1.3em;
	text-transform:uppercase;
}

#redes2 {
	position: absolute;
	width: 1024px;
	margin-left: -512px;
	left: 50%;
	z-index:15;
	top:65px;
	right:0px;
	
}
#redes2INT {
	float:right;
	width:25px;
	margin-right:-40px;
}
#redes2 img {
	float:right;
	width:23px;
	height:23px;
	margin-bottom:3px;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#redes2 img:hover {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/*/////////////////////////// CABECERAS  ////////////////////////////////*/

#cabeceras {
	width:1024px;
	height:420px;
}

/*/////////////////////////// HORARIOS  ////////////////////////////////*/

.tituloHor {
	width:976px;
	margin-left:24px;
	margin-top:40px;
	border-bottom: #BC272D 1px solid;
	background-image: url(../img/ico_horarios.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: 'GothamBold';
	line-height:1.3em;
	font-size:2.2em;
	
}
.cont_horarios {
	width:976px;
	margin-left:24px;
	margin-top:20px;
	margin-bottom:40px;
}
.fila_hor {
	width:976px;
	background-color:#E1E1E1;
}
.fila_horb {
	width:976px;
	background-color:#F1F1F1;
}
.dia_hor {
	width:150px;
	float:left;
	font-family: 'GothamBold';
	font-size:1.8em;
	color:#86766A;
	padding-top:20px;
	padding-left:20px;
	text-transform:uppercase;
}
.hora_hor {
	width:806px;
	float: right;
	margin-bottom:20px;
}
.hora_hor ul {  
	list-style:none;
	margin:0;
	padding:0;
}
.hora_hor li {
	float:left;
	width:180px;
	padding-top:20px;
	font-family: 'Gotham';
	color:#C43B3B;
	font-weight:bold;
	font-size:1em;
	margin-right:20px;
}

.hora_hor li strong{
	font-family: 'GothamBold';
	font-size:1.1em;
	color:#86766A;
}

/*/////////////////////////// CLASES  ////////////////////////////////*/

.tituloClases {
	width:976px;
	min-height:43px;
	margin-left:24px;
	padding-top:10px;
	margin-top:40px;
	border-bottom: #BC272D 1px solid;
	background-image: url(../img/ico_clases.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: 'GothamBold';
	line-height:1.3em;
	font-size:2.2em;
	
}
.cont_clases {
	width:976px;
	margin-left:24px;
	margin-top:20px;
	margin-bottom:40px;
}
.imagenclases{
	width:370px;
	float: left;
}
.textoclases{
	width:580px;
	float: right;
	font-family: 'GothamEx';
	font-size:.9em;
	line-height:1.6em;
	text-align:justify;
}
.masinfo_listado{
	width:580px;
	float: right;
	font-family: 'GothamEx';
	font-size:.9em;
	line-height:1.6em;
	color:#C43B3B;
	font-weight:bold;
	margin-top:20px;
}


.masinfo_listado a:link, .masinfo_listado a:visited, .masinfo_listado a:active, .masinfo_int a:link, .masinfo_int a:visited, .masinfo_int a:active  {
	color:#C43B3B;
	text-decoration: none;
}

.masinfo_listado a:hover, .masinfo_int a:hover{
	color: #333333;
	text-decoration: none;
}

.textoclases_int{
	font-family: 'GothamEx';
	font-size:.9em;
	line-height:1.6em;
	text-align:justify;
}
.masinfo_int{
	font-family: 'GothamEx';
	font-size:.9em;
	line-height:1.6em;
	color:#C43B3B;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:20px;
}

/*///////////////////////////////////////////////////  NOTICIAS ///////////////////////////////////////////////*/

.fechaNot_ini {
	width:976px;
	text-align:right;
	color:#C43B3B;
	font-family: 'Gotham';
	font-size:1.2em;
	margin-bottom:20px;
}
.imagenNot_ini{
	width:280px;
	float: left;
}
.textoNot_ini{
	width:670px;
	float: right;
	font-family: 'GothamEx';
	font-size:.9em;
	line-height:1.6em;
	text-align:justify;
}
.masinfoNot_ini{
	width:670px;
	float: right;
	font-family: 'GothamEx';
	font-size:.9em;
	line-height:1.6em;
	color:#C43B3B;
	font-weight:bold;
	margin-top:28px;
}


.masinfoNot_ini a:link, .masinfoNot_ini a:visited, .masinfoNot_ini a:active  {
	display:block;
	float:left;
	padding: 10px 10px 10px 10px;
	background-color:#C43B3B;
	color:#ffffff;
	text-decoration: none;
}

.masinfoNot_ini a:hover{
	background-color:#333333;
	color: #ffffff;
	text-decoration: none;
}

.tituloNot_Int {
	float:left;
	margin-left:24px;
	padding-top:10px;
	margin-top:40px;
	font-family: 'GothamBold';
	line-height:1.3em;
	font-size:2.2em;
}
.fechaNot_Int {
	float:right;
	margin-right:24px;
	text-align:right;
	color:#C43B3B;
	font-family: 'Gotham';
	font-size:1.2em;
	padding-top:10px;
	margin-top:50px;
}
.imgNot {
	float:left;
	margin-right:30px;
	margin-bottom:15px;
}
/*///////////////////////////////////////////////////  CALENDARIO ///////////////////////////////////////////////*/

#calINT {
	width:700px;
	margin: 0px auto;
	margin-top:30px;
}
.pieCalendario {
	margin-top:20px;
	font-family: 'GothamEx';
	font-size:.8em;
	color:#666;
}	
.tipoCal {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.color {
	float:left;
	width:13px;
	height:13px;
	margin-right:5px;
	margin-top:0px;
}

/*///////////////////////////////////////////////////  GALERIA ///////////////////////////////////////////////*/

.cont_gal {
	width:976px;
	margin-left:20px;
	margin-top:40px;
	margin-bottom:40px;
}
.listadoGal {
	width:275px;
	float:left;
	margin-left:40px;
	margin-bottom:40px;
	color:#C43B3B;
	font-family: 'Gotham';
	font-size:1.2em;
}
.listadoGal strong {
	display:block;
	margin-top:20px;
}

.tituloGal_Int {
	margin-left:45px;
	margin-top:40px;
	font-family: 'GothamBold';
	line-height:1.3em;
	font-size:2.2em;
}
.subtituloGal_Int {
	margin-left:45px;
	font-family: 'Gotham';
	font-size:1.5em;
}

			.demo-gallery > ul {
             list-style:none;
			 margin:0;
			 padding:0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-left: 25px;
                width: 215px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -25px;
              margin-top: -25px;
              opacity: 1;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
			
/*/////////////////////////// CONTACTO  ////////////////////////////////*/
.contacto_int {
	float:left;
	width:220px;
	height:220px;
	margin-left: 50px;
	margin-right: 20px;
	margin-top:40px;
	padding:20px 20px;
	background-image: url(../img/fondo_contacto.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: 'GothamLight';
	font-size:1em;
	color:#E1E1E1;
	text-align:center;
}
.contacto_int p{
	margin:0px 0px;
}
.contacto_int strong{
	font-family: 'Gotham';
	font-weight:bold;
}
.contacto_int img{
	display:block;
	width:120px;
	margin-left: 48px;
	margin-top:40px;
	margin-bottom:20px;
	
}
.contacto_int_tel {
	color: #ffffff;
	font-family: 'Gotham';
	font-size:2.3em;
	margin-top:70px;
	font-weight:bold;
}
.contacto_int_mail {
	color: #ffffff;
	font-family: 'Gotham';
	font-size:1.2em;
	margin-top:5px;
	font-weight:bold;
}
.contacto_int_mail a:link, .contacto_int_mail a:visited, .contacto_int_mail a:active  {
	color:#ffffff;
	text-decoration: none;
}

.contacto_int_mail a:hover{
	color: #000000;
	text-decoration: none;
}
.tituloCON {
	width:976px;
	margin-left:24px;
	margin-top:40px;
	border-bottom: #BC272D 1px solid;
	font-family: 'GothamBold';
	line-height:1.3em;
	font-size:2.2em;
}
.formCon {
	width:976px;
	margin-left:24px;
	margin-top:20px;
	margin-bottom:40px;
}
.txtparaver {
	width:976px;
	margin-left:24px;
	margin-top:20px;
	margin-bottom:40px;
	font-family: 'GothamBold';
	font-size:1.2em;
	color:#BC272D;
}
	.formCon input,   .formCon textarea {
		 margin-bottom:10px;
		 width:960px;
		 padding:8px 8px;
		 background-color:#9E9E9E;
		 outline: none;
		 color:#ffffff;
		 font-size:1.1em;
		 font-family: 'GothamLight';
		 border: 0 #FFFFFF solid;
		 
	  }
  
    .formCon label {
		display:none;
	}
	.paracheckBox {
		width:976px;
		
		margin-top:15px;
		margin-bottom:15px;
		
		
	}
	.paracheckBox input[type=checkbox] {
		float:left;
		width:20px;
		text-align:left;
		margin-left:-5px;
	}
	.paracheckBox label {
		float:left;
		padding-left:5px;
		padding-top:4px;
	}
	.paracheckBox label a{
		color:#BC272D;
	}
		.paracheckBox label a:hover{
		color:#000000;
	}
	   
  .formCon textarea {
	  min-height:150px;
	  
  }
  .formCon input[type=submit]  {
	  width:100px;
	  background-color:#BC272D;
	  padding:8px;
	  cursor: pointer; cursor: hand; 
	  color:#ffffff;
	  margin-top:15px;
	
	  
  }
   .formCon input[type=submit]:hover  {
	
	  background-color:#333333;
	}
	
	
label.visible {
	display:block;
	margin-left:-5px;
	margin-top:-3px;
}
label.visible2 {
	display:block;
	margin-bottom:10px;
	margin-top:5px;
	width:100%;
}

#imagenINS {
	width:150px;
	max-height:100px;
	overflow:hidden;
}
#imagenINS img{
	width:100%;
}

.formCon input.mini {
	width:150px;
	float:left;
	margin-right:10px;
  }
.formCon input.ok, .formCon textarea.ok {
	  background:url('../img/form_ok.png') no-repeat 945px 8px;
	  background-color:#9E9E9E;
	  border-right: solid medium #090;
  }
  .formCon input.no, .formCon textarea.no {
	  background:url('../img/form_no.png') no-repeat 945px 8px;
	  background-color:#333333;
	  border-right: solid medium #BC272D;
  }
  .paracheckBox a {
	  font-weight:bold;
	  color:#BC272D;
	  text-decoration:none;
  }
  .paracheckBox a:hover {
	  color:#000000;
	  text-decoration:none;
  }
  small {
	  font-size:1em;
  }
  small a {
	  font-weight:bold;
	  color:#BC272D;
	  text-decoration:none;
  }
  small a:hover {
	  color:#000000;
	  text-decoration:none;
  }
 
  .formCon input.no2 {
	  background:url('../img/form_no.png') no-repeat 130px 8px;
	  background-color:#333333;
	  border-right: solid medium #BC272D;
  }
  .formCon input.ok2 {
	  background:url('../img/form_ok.png') no-repeat 130px 8px;
	  background-color:#9E9E9E;
	  border-right: solid medium #090;
  }
.mapaCONT {
	width:1024px;
	height:400px;
	overflow:hidden;
	margin-top:10px;
}  
.lineaCON {
	width:984px;
	background-color:#9F9288;
	color:#ffffff;
	font-family: 'GothamLight';
	margin-top:10px;
	padding: 10px 20px 5px 20px;
}
.izqCon {
	float: left;
	width:400px;
}
.derechaCon {
	float: right;
	width:400px;
	text-align:right;
}

.textoForm {
	width:976px;
	margin-left:24px;
	margin-top:20px;
	margin-bottom:20px;
	font-family: 'GothamEx';
	font-size:.9em;
	text-align:justify;
}

.textoForm a:link, .textoForm a:visited, .textoForm a:active  {
	color:#BC272D;
	text-decoration: none;
	font-weight:bold;
}

.textoForm a:hover{
	color: #000000;
	text-decoration: none;
}

/*/////////////////////////// MIEMBROS  ////////////////////////////////*/
.listadoGalINT {
	width:215px;
	height:143px;
	overflow:hidden;
	float:left;
	margin-left:25px;
	margin-bottom:25px;
}
.listadoMIEMBROS {
	width:215px;
	height:143px;
	float:left;
	margin-left:25px;
	margin-bottom:25px;
}
.IMG_miembros {
	position:relative;
	width:215px;
	height:143px;
	z-index:1;
}
.tituloIMG_miembros {
	position:relative;
	z-index:2;
	width:205px;
	background-color:#000;
	color:#ffffff;
	font-family: 'GothamBold';
	padding:5px 5px;
	top:-35px;
}
.col_iz_miembros {
	width:330px;
	float:left;
	margin-top:20px;
	text-align:right;
}
.col_der_miembros {
	width:430px;
	float: right;
	margin-top:20px;
}
.cont_compite {
	width:330px;
	float:left;
}
.compite {
	float:left;
	color:#B6B6B6;
	font-family: 'GothamLight';
	margin-right:15px;
}
.compite strong{
	font-family: 'GothamBold';
}
.compite img {
	float:left;
	margin-top:-5px;
	margin-right:5px;
}
.logorojo {
	margin-top:20px;
}
.titulo_miembros {
	color: #BC272D;
	font-family: 'GothamBold';
	font-size:3em;
	margin-top:-5px;
}
.texto_miembros {
	font-family: 'GothamEx';
	font-size:.85em;
	line-height:1.3em;
	text-align:justify;
	width:410px;
}

/* ///////////////////////////////////////////////  DESCARGAS /////////////////////////////////////////////// */
.contenedor_des {
	width:976px;
	margin-left:24px;
	margin-top:40px;
	margin-bottom:40px;
}
.descarga {
	width:300px;
	float:left;
	margin-right:38px;
	margin-bottom:40px;
	border-bottom: thin solid #CCC;
	padding-bottom:30px;
}
.descarga_last {
	width:300px;
	float: right;
	margin-right:0px;
	margin-bottom:40px;
	border-bottom: thin solid #CCC;
	padding-bottom:30px;
}
.titulo_des {
	color: #BC272D;
	font-family: 'GothamBold';
	font-size:1.8em;
	margin-bottom:10px;
}
.texto_des {
	font-family: 'GothamEx';
	font-size:.8em;
	line-height:1.4em;
	text-align:justify;
}
.img_des {
	width:296px;
	overflow:hidden;
	border: thin solid #CCC;
	padding:2px 2px;
	margin-bottom:20px;
}
.img_des > a > img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
.img_des > a:hover > img {
	opacity: .5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/* ///////////////////////////////////////////////  LIGHTBOX /////////////////////////////////////////////// */

.fadebox {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
	height:100%;
    background-color: #000000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.8;
    filter: alpha(opacity=80);
}
.overbox {
    display: none;
    position: absolute;
    width: 800px;
	top:75px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index:1002;
}
#contentOferta {
	width:800px;
	padding: 25px 25px;
	background: #FFFFFF;
	padding-bottom:50px;
}
.cerrarico {
	float:right;
	width:23px;
	height:40px;
	margin-top:-5px;
}

.cargando {
	width:750px;
	height:200px;
	text-align:center;
	margin: 0 auto;
	font-family: 'Gotham';
	font-size:1em;
}
/*/////////////////////////// ESTILOS ADMIN  ////////////////////////////////*/
.textoGris {
	color: #606060;
	font-family: 'GothamBold';
	font-size:2em;
}
.destacadoRojo {
	color: #BC272D;
	font-family: 'GothamBold';
	font-size:1.5em;
	line-height:.9em;
}

/*//////////////////// Cookies/////////////////*/

#barraaceptacion {
    display:none;
    position:fixed;
    right:30px;
	bottom:30px;
    padding:20px 20px;
    width:200px;
	height:150px;
    text-align:center;
    background-color: #BC272D;
    color:#fff;
    z-index:99998;
}
 
.inner {
    font-family:'Gotham';
    font-size:1em;
	text-align: center;
}
 
.inner a.ok {
    padding:4px;
    color:#fff;
	font-size:2em;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#fff;
}