*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

body {
background: #FFFFFF;
font-family: "oswald", sans-serif;
color: black;}

#escudo {display: block;
}

.menu_bar {
    display: none;}

header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background-color: black;
}

header nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #000000;
    z-index: 1000;
    max-width: 1000px;
    width: 95%;
    margin: 20px auto;
    
}

header nav ul {
    list-style: none;
}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li:hover {
    background: #2A8BA4;
}



header nav ul li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding:  20px;
}



header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#2A8BA4;
	position: absolute;
	width: 150%;
	z-index:1000;
    text-decoration: none;
}


header nav ul li .children li {
    display: block;
    width: auto;
}

header nav ul li .children li a {color: white;}



 h1{margin: .5em;
    margin-top: .5em;
    margin-left: .5em;}
    


h2{font-weight: 200;}
    
.miga {
        
        margin-left: 20px;}
    .miga a {font-size: 12px;
        text-decoration-color: none;
        text-decoration-line: none;
        color: #808688;}
    
    .miga .actual {
        color: #2a70a4;
    }



    
    /* propiedades de la galeria */
    
    
    
    
    .banner {
    position: relative;   
    top: 0;
    margin: 20px auto;
    width: 340px;
    height: 260px;
    background-color: rgba(0,0,0,.5);   
}

.banner .move {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.move ul,
.move ul li {
    position: absolute;
}

.ctrl {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
}

.ctrl .libs {
    display: contents;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    z-index: 50;
    cursor: pointer; 
}

.ctrl span.active {
    background-color: #2A8BA4;
}

.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px 'Oswald';
    opacity: .5;
    color: #fff;
    text-align: center;
}

.ctrl .next {
    top: -140px;
    right: 0;
}

.ctrl .prev {
    top: -140px;
    left: 0;
}

.ctrl .arrow:hover {
    opacity: 1;
}

   figcaption {
    background-color: rgba(0,0,0,.5);
    border: solid 2px rgba(0,0,0,0);
    border-radius: 0 0 0 0;
    color: white;
    padding: .5em;
    line-height: 1.25em;
    position: absolute;
    height: 30%;
    top: calc(100% - 5em);
    left: 0;
    right: 0; }

   
    .titulos {background: radial-gradient(#2A8BA4,#000000); 
    color: white;
    width:100%;
    padding:.5em;
    text-align: center;
}    
    

.container { margin: 50px auto; max-width: 960px;
}

.container span {font-weight: 600;
    font-size: 2em;

}

  .container ul {
  margin: 0;
  padding: 0 0 0 3px;
}

.container li {
  list-style: none;
}

.container li:before {
  content: '-';
  padding: 0 6px 0 0;
}

.container .accordable {
  margin: 0;
  padding: 0;
}

.container .accordable li:before {
  content: '';
  padding: 0;      
}

.container .accordable .accordable-panel {
  background-color: #ABD2DD;
  margin-bottom: 15px;
  
}

.container .accordable .accordable-heading {
moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #093238));
	background:-moz-linear-gradient(top, #599bb3 5%, #093238 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #093238 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #093238 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #093238 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #093238 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#093238',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
  padding: 15px 25px;
    text-align: center;
    
}

.container .accordable .accordable-expander {
  padding: 0 40px;
  margin: 10px;;     
}

.linkfutsal {
	-moz-box-shadow:inset 0px 1px 0px 0px #276873;
	-webkit-box-shadow:inset 0px 1px 0px 0px #276873;
	box-shadow:inset 0px 1px 0px 0px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
    margin-left: 30%; 
    margin-top: .5rem;
}

.linkfutsal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}


.linkfutsal:active {
	position:relative;
	top:1px;
}

 footer {
      width: 100%;     
      text-align: center;
      background: radial-gradient(#2A8BA4, #000000);
      color: white;
      padding: 2em;
    }

input {text-align: center;}

.myButton {
	-moz-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	-webkit-box-shadow:inset 0px 0px 14px -3px #f2fadc;
	box-shadow:inset 0px 0px 14px -3px #f2fadc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dbe6c4), color-stop(1, #9ba892));
	background:-moz-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-webkit-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-o-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:-ms-linear-gradient(top, #dbe6c4 5%, #9ba892 100%);
	background:linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe6c4', endColorstr='#9ba892',GradientType=0);
	background-color:#dbe6c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b2b8ad;
	display:inline-block;
	cursor:pointer;
	color:#757d6f;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
}



@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:340px;
		position: fixed;
        z-index: 9990;
		top:0;
		background: #000000;
        display: flex;
        justify-content: space-around;
        align-items: center;
	}
    
    
    #escudo {display: none;}
    
    #escudo2 {background: #000000;
    width: 90%;}    
    
   
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
    
    .menu_bar i {
        float: right;
        font-size: 40px;
        color: white;
    }
    
    
    header nav {
		width: 100%;
        height: calc(100%-90px);
		position: fixed;
		right: -100%;
		margin: 0;
        top: 80px;
        background-color: rgba(0,0,0,.8);
	}
 
    header nav ul li {
		display: block;
		
	}
    
    header nav ul li a {
        display: block;
    }
    
    header nav ul li .children {
        width: 100%;
        position: relative;
    }
    
    header nav ul li:hover .children {display: none;}
    
    
   
    