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


/*font-family: 'Marvel', sans-serif;
font-family: 'Londrina Sketch', cursive;
font-family: 'Londrina Outline', cursive;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Special Elite', cursive;
font-family: 'Cabin Sketch', cursive;
font-family: 'Nixie One', cursive;
font-family: 'Londrina Shadow', cursive;
font-family: 'Fredericka the Great', cursive;
font-family: 'Saira Extra Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;*/

body{
	background-color:#0a0907;
	width:100%;
	height:100%;
	font-family: 'Marvel', sans-serif;
}
html{
	width:100%;
	height:100%;	
}
a{
	color:#ffffff;
	text-decoration:none;	
}
.idioma{
	width:100%;
	height:auto;
	color:#ffffff;
	font-size:1em;
	padding:10px;
	box-sizing:border-box;
	text-align:right;	
	position:absolute;
	z-index: 4;
	top: 10px;
	right: 30px;
}

.top{
	height: 40px;
	color: #ffffff;
	font-size: 1em;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
	position: fixed;
	z-index: 4;
	bottom: 0px;
	right: 20px;
	background-color: black;
}

.redes{
	width: 30px;
	height: 30px;
	top: 9px;
	position: relative;	
	display: inline-block;
}
.paddingright{
	padding-right:10px;	
}
.logo{
	position: absolute;
	margin-top: 50px;
	width: 100%;
	height: auto;
	z-index:2;
	text-align:center;
}

.size{
	width: 30%;
	height: auto;	
}

.bio{
	position:relative;
	margin:auto;
	width: 100%;
	height: auto;
	color:#bdb6a4;
	box-sizing:border-box;
	background-color:#ffffff;
	
	/*border:solid 20px #090906;*/
}
.bio1{
	position:relative;
	margin:auto;
	width: 50%;
	height: auto;
	padding: 50px 50px 60px 50px;
	color:#a59468;
	box-sizing:border-box;
	font-family: 'Marvel', sans-serif;
	line-height: 30px;
	font-size:1.2em;
	background-color:#ffffff;
}

.title1{
	font-family: 'Fredericka the Great', cursive;
font-size: 3em;
color: #ffffff;
/* width: 150px; */
/* height: auto; */
/* padding: 10px 10px 8px 0px; */
position: absolute;
top: 50%;
left: 50%;
height: auto;
width: 50%;
margin: 0 0 0 -25%;
text-align: center;

	/*font-size: 1em;
color: #090906;
width: 150px;
height: auto;
padding: 10px 10px 8px 0px;
background-color: #bdb6a4;
text-align: right;*/
}

.videos{
	position:relative;
	width:100%;
	height:auto;
	padding: 50px;
	color:#a59468;
	box-sizing:border-box;
	font-family: 'Marvel', sans-serif;
	line-height: 30px;
	font-size:1.2em;
	background-color:#090906;
	border:solid 20px #090906;
}

.fondoHuellas{
	background-image:url(../images/nosotros_01.jpg) center center;
	background-repeat:no-repeat;
	background-size:cover;	
}
.contenedorContenidos{
	position:relative;
	width:100%;
	height:50%;	
	background-image:url(../images/nosotros_01.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
	background-position:center center;
}

.contenedorContenidos1{
	position:relative;
	width:100%;
	height:50%;	
	background-image:url(../images/TheBadCorral_04.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
	background-position:center -50px;
}

.contenedorContenidos2{
	position:relative;
	width:100%;
	height:50%;	
	background-image:url(../images/videos.jpg);
	background-repeat:no-repeat;
	background-size:cover;	
	background-position:center center;
}

@media screen and (max-width:768px){
	.bio1{
	position:relative;
	padding: 20px 5px 20px 5px;
	margin:auto;
	width: 80%;
	height: auto;
	color:#a59468;
	box-sizing:border-box;
	font-family: 'Marvel', sans-serif;
	line-height: 20px;
	font-size:1em;
	
	background-color:#ffffff;
}

.title1{
	font-family: 'Fredericka the Great', cursive;
    font-size: 2em;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    margin: auto;
    text-align: center;
}

iframe{
	width:100%;
	height:auto;	
}

.size{
	width: 50%;
	height: auto;	
}

}