	/* RESETEO UNIVERSAL */

*{
	border:0;
	margin:0;
	padding:0;
}

article,fogcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

	/* TERMINA RESETEO UNIVERSAL */



@font-face {
    font-family: 'goldfinger_kingdomregular';
    src: url('../fonts/goldfinger_kingdom-webfont.eot');
    src: url('../fonts/goldfinger_kingdom-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goldfinger_kingdom-webfont.woff2') format('woff2'),
         url('../fonts/goldfinger_kingdom-webfont.woff') format('woff'),
         url('../fonts/goldfinger_kingdom-webfont.svg#goldfinger_kingdomregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	
body{
	background:#222 ;
	color:#000;
	font-family: "goldfinger_kingdomregular", helvetica, verdana;
	font-size: 1em;
}


 nav , section#contenido, footer{
	margin:0 auto;
	max-width:90%;
	text-align: center;
}
header{
background:#212121 url(../img/fondointerior.jpg);
	max-width:100%;
	margin:0 auto;
	text-align: center;
	
}


									/*header */
.fade{
-ms-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
opacity:1;
filter:alpha(opacity=10);
}
.fade:hover{
-ms-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
opacity:0.6;
filter:alpha(opacity=6);
}
header h1{
display:inline-block;
max-width:500%;
vertical-align:middle;
margin-top:0.5em;
padding:0;
}

header a{
color: #f78100;
font-size:1.5em;
text-decoration: none;
padding:0;
}



										/*navegador */
 nav{
max-width:100%;
background:#f78100;
font-size: 1.3em;

}
a{
	color: #ccc;
	font-weight: bold;
	margin-top:0.3em;
	text-decoration: none;
}

a:hover {
	color:#ccc;
}
nav ul{
list-style; none;
overflow: hidden;
-ms-transition: max-height 0.4s;
-moz-transition: max-height 0.4s;
-o-transition: max-height 0.4s;
-webkit-transition: max-height 0.4s;
transition: max-height 0.4s;
}

nav li{
display:inline-block;
padding: .1em 2em;
vertical-align:top;


}

nav a {
color:#fff;
display:block;
font-family: "goldfinger_kingdomregular", helvetica, verdana;
font-size:1.5em;



/*nuevo-transicion- y para todos los navegadores*/
-ms-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;

}

.handle{
width:100%;
background:#f78100;
color:#ccc;
text-align:left;
box-sizing:borden-box;
padding:15px 10px;
cursor:pointer;
display:none;
font-size: 1.2em;
}

							/*fin navegador*/
h6{
color:red;
font-size:3em;
text-align:right;}

							/*pie*/

footer{
	max-width:100%;
background:#4e4e4e;
color:#fff;
font-size:1.2em;
padding: 2em;
Text-align:left;

}
#lucite{
	margin-right:1em;
	text-align:	right;
}
#lucite a{
	color:#f0aa57;
}
#lucite a:hover{
	color:#fff;
}
strong{
font-family: Helvetica, Verdana;
}

						
						
										
										
										
												/*programas grabados */
img{width:80%;}
section#audios{
	margin-bottom:2em;
}
#flyer{
text-align:center;
}
.reproductor{
display: inline-block;
margin-top: 2em ;
margin-left: 2em;
margin-bottom:.5em;
max-width:100%;
padding:1em 1.5em ;
vertical-align:top;
width:42%;
border: .1em solid #f78100;
border-radius:1em;
}

.texto-audios{color:white;}

#titulos{
color:#f78100;
font-size:2.5em;
text-align:center;
padding-top:1em;
}




												

													/*declaracion de media query*/
													
													
@media(max-width:1200px){	
	nav li{
	padding: .1em 2em;
	}
	.reproductor{
		margin-left: 1.5em;
	}
	
}



													
@media(max-width:1024px){
	.reproductor{
		margin-left: 1em;
	}
}


@media(max-width:1012px){
	nav li{
	padding: .1em 1.5em;
	font-size: 0.85em;
	}
	
}

@media(max-width:870px){
	.reproductor{
		margin-left: 3.5em;
		width:70%;
	}
}

		
	


@media(max-width:760px){
	nav li{
		display:inline;
		font-size: 1em;
		margin: 0;
		text-align:center;
		width:98%;
		}
		
		nav ul {
		max-height:0;}
		 li {
		max-height:0;}
		
		.showing{
			max-height: 20em;
		}
		
		.handle{
		display:block;}
		
		table {
  		  width: 30em;
    
		}
		

}


@media(max-width:600px){
.reproductor{
		margin-left: 2em;
	
	}

}
