/*colores
naranja: f48120
azul: 007dc2 ; 061a29

*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

* {
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.logo > img {
	width:100%;
}
.logo {
	overflow:hidden;
}

.sub_logo {
	z-index:200; 
	position:absolute; 
	width:15%; 
	height:auto; 
	margin:6.2% 1.5% 1.5% 6%;
	color:#fff;
	font-size:8px;
	opacity:0.3;
}

body {
	background:#ccc;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.contenedor {
	width: 100%;	
	margin: auto;
}

.slogan	 {
	font-family: 'roboto'
}

.menu_bar {
	display:none;
	background:#061a29;
	font-family: 'robotobold';
	font-size:16px;
	margin-bottom:0px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	border-bottom: 2px solid #f48120;	
	}

.menu_bar a {
	display: block;
	width:100%;
	padding:20px;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;	
	text-align:center;
}
	
nav {
	background:#061a29;
	font-family: 'robotobold';
	font-size:0.8em;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	border-bottom: 2px solid #f48120;	
}

nav > ul {
	display:table;
	overflow:hidden;
	margin:auto;
	/*list-style:none;*/
}

/*header nav ul {
	list-style:none;
	overflow:hidden;
}*/

nav ul ul {
	display:none;	
	font-family: 'roboto';
	background:#002570;
	list-style:none;
	height:0%;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.children {
	display:none;	
}

nav ul li:hover .children {
	display:table-cell;
	background:#002570;	
	margin-top:0px;
	margin-left:0px;
	position:absolute;
	height:40px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.5);
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

nav ul li {
	float:left;
	display:block;
}

nav ul li a {
	display: block;
	width:100%;
	padding:20px;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;	
	text-align:center;
}

nav ul li a:hover {
	background:#fff;
	opacity:0.8;
	color:#00339f;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;	
}

nav ul li a:hover span {
	color:#fc5000;
}

nav ul ul li a {
	padding:10px 20px;
	display:block;	
	border-right: 1px solid rgba(255, 255, 255, .05);
}

nav ul ul li a:hover {
	background:#ccc;
	opacity:0.8;
	line-height:20px;	
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	/*max-width:1000px;*/
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}

.no_btn {
	width:115px;
	background-repeat:no-repeat;
	height:43px;
	margin-top:-10;
	background-image:url(../img/logo-club_w.png);
	display:block;
	float:left;	
	margin: 10px;
	padding: 20px;
}
	
.no_btn:hover {	
	width:115px;
	background-repeat:no-repeat;
	height:43;
	margin-top:-10;
	background-image:url(../img/logo-club.png);
	display:block;
	margin: 10px;
}


/* slider */

/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }

/* slider - end */

/* ------  FOOTER  --------*/


.footer {
	display:block;
	width:100%;
	position:absolute;
	margin-top:1500px;
	/*z-index:1000;*/
	background:#f0f0f0;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -3px 3px 0px rgba(50, 50, 50, 0.5);
	border-top: 2px solid #00339f;
}

.footer img {
	width:8%;
	margin:auto;
	display:block;
	padding:10px;
	opacity:0.4;	
	
}

.video_derecha > video {
	float:left;
	width:50%;
	height:429px;
	margin-left:25%;	
}

.social > a > img {
	opacity:0.5;	
	float:left;
	padding:10px;
}

.social > a > img:hover {
	opacity:1;	
	
}

.footer p {
	text-align:center;
	font-size:10px;
	opacity:0.3;
	margin-top:-6px;
	padding-bottom:12px;
	font-family: 'roboto';
}
/* footer end */

/* TABLE - start */

table {
	border: 1px solid #0059a1;
	border-collapse:collapse;
	width:100%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

table td {
	border: 1px solid #000;
	padding:10px;
}

table td a:visited {
	color:#000;
}

/* table - end */


@media screen and (max-width: 970px) {
	.menu {
	font-size:14px;
	}	
	
	.iframe > iframe {
		min-height: 2700px;
	}
	.footer {	
	margin-top:2700px;
	}
	.sub_logo {font-size:5px;}

}

@media screen and (max-width: 750px) {
	
	
	.contenedor{margin-top:70px;}
	.menu_bar:hover {
	background:#ff6700;	
	}	
	
	.menu {
	font-size:14px;
	width:75%;	
	z-index:1000;
	position:absolute;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -3px 3px 0px rgba(50, 50, 50, 0.5);
	top:70px;
	}
	
	.menu_bar {
	display:block;		
	width:100%;		
	opacity:.9;
	position:fixed;
	top:0;	
	}
	
	.sub_logo {font-size:3px;}
	
	.no_btn {
	width:75px;
	background-repeat:no-repeat;
	height:30px;
	margin-top:-10;
	background-image:url(../img/logo-club_w_70.png);
	display:block;
	float:left;	
	margin: 10px;
	padding: 20px;
}
	
	.no_btn:hover {	
	width:75px;
	background-repeat:no-repeat;
	height:30;
	margin-top:-10;
	background-image:url(../img/logo-club_70.png);
	display:block;
	margin: 10px;
	}
	
	nav {
	background:#061a29;
	position:absolute;
	right:100%;
	}
	
	nav ul li a:hover {
	background:#ccc;
	}
	
	nav ul {			
	width:100%;
	}	
	
	nav ul ul {	
	background:#000;
	}
	
	nav ul li:hover ul {
	display:block;
	background:#000;
	}
	
	nav ul li a {
	text-align:left;
	}
	
	nav ul li a:hover {
	color:#000;
	}
	
	.iframe > iframe {
	min-height: 2700px;
	}
	
	.footer {	
	margin-top:3200px;
	min-height:1000px;	
	}
	
	nav > ul  > li {
	clear:both;	
	width:100%;		
	}	
	
	.menu-fixed {
	position:relative;
	z-index:1000;	
	/*max-width:1000px;*/
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
	}
	.slider {
		display:none;
	}
	
	
}
	
	




