.fulanito{
	margin-top:2em; opacity: 0;
}
.menu-responsivo nav{
	background: rgba(31, 57, 108,1);
	line-height: 100px;
	height: 100px;
}
#menu{
	line-height: 300px;
	height: 300px;
	transition: 1s;
	background: rgba(31,57,108,.1);
	box-shadow:none;
}
h1,h2, h3, h4, h5{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 40px;
}
h2{
	font-size: 35px;
	text-transform: none;
}
h3{
	font-size: 30px;
	color:#333;
	text-align: left;
	text-transform: none;
}
h5{
	font-size: 120%;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 0;
}
.contenedor{
	height: 150px;
	overflow: hidden;
	margin-bottom: 2em;
}
.sociales{
	margin:.5em;
}
span.circulo{
	background:#333;
	border-radius: 100px;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 1em;
	margin-top: 1em;
}

#audio{
	position: fixed; 
	top: -50px; 
	right: 0px; 
	z-index: 1300;
	transition:1s;
}

#seccionvideos, #secciongaleria{
	padding-top: 2em;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,.8);
}
@keyframes girador{
	0%{
		transform: rotateY(0deg);
	}
	30%{
		transform: rotateY(180deg);
	}
	100%{
		transform: rotateY(180deg);
	}
}
#flecha{
	animation: girador  1s infinite;
	position: relative;
	top:15px;
	cursor: pointer;
}

#barraredes{
	position: relative;
	top:-65px;
}

#barraredes nav{
	background: rgb(31,57,108);
	height: 42px;
}
#barraredes a{
	padding: 0 3px;
}

#siguenos{
	background: rgb(31,57,108);
}

#contador{
	font-size: 150%;
    font-family: consolas, mono;
    position: relative;
    top: -10px;
    left: -10px;
}

#slider1{
	position: absolute;
	top: 0;
}