* {
margin:0;
padding:0;
}


#nope{
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
	}


#logobox{
	width: 100%;
	height: auto;
	max-width: 1080px;
	background-color: #000000;
	text-align: center;
	display: none;
	}
	

#logologo{
	margin: 0px auto;
	width: 20%;
	}

#tiramisu{
	position: absolute;
	left: 20%;
	width: 60%;
	top: 30%;	
	display: none;	
	}
#onepay{
	position: absolute;
	left: 30%;
	width: 40%;
	top: 20%;	
	display: none;	
	}

#play{
	position: absolute;
	left: 10%;
	top: 62%;	
	display: none;	
	}

#store{
	position: absolute;
	left: 55%;
	top: 62%;	
	display: none;	
	}

#logoop{
	margin: 0px auto;
	width: 50%;
	height: auto;
	text-align: center;
	transition: all 0.5s linear;
	-mozz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	}

#contenedor{
	top: 40px;
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1080px;
	margin: 0 auto;
	}

#ft {
	width: 100%;
	height: 100%;
	max-width: 358px;
	border: solid 1px #CCCCCC;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	}

#logoop:hover{
	opacity: 0.8;
	}

#text1{
	font-size: 20px;
	margin: 10px;
	}

#text2{
	margin: 10px;
	}

#text0{
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none;
	}

#pie {
	width: 100%;
	height: 100%;
	max-width: 1080px;
	background-color: #222222;
	text-align: center;
	margin: 10px auto;
	color: #FFFFFF;
	}

#formularioy {
	position: relative;
	width:100%;
	height: 100%;
	max-width: 1080px;
	/*max-height: 500px;*/
	margin: 0 auto;
	}


#fdy {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 1080px;
	max-height: 500px;
	margin: 0 auto;
	transition: all 0.5s linear;
	-mozz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	z-index: -1;
	}

#box{
	width: 90%;
	height:auto;
	text-align: center;
	margin: 0 auto;	
    }

label {
display:inline-block;
letter-spacing:1px;
color: #FFFFFF;
margin: 5px;
}

form {
margin:0 auto;
width:100%;
}

input, textarea {
width:90%;
min-width: 100px;
max-width: 600px;
height: 15px;
background:transparent;
border:1px solid #000000;
padding: 5px;
margin: 5px;
color:#000000;
}



#submit {
color: #000000;
width:185px;
height:35px;
border:none;
margin-top:20px;
margin-bottom: 20px;
cursor:pointer;
background-color: #FFFFFF;
border: 1px solid #000000;
bottom: 1px;
transition: all 0.5s linear;
-mozz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
}

#submit:hover{
background-color: #003E7F;
color: #FFFFFF;
}

#mensaje{
width:90%;
min-width: 100px;
max-width: 600px;
height: 100px;
background:transparent;
border: 1px solid #000000;
padding: 5px;
margin: 5px;
color:#000000;
}

#mensaje1{
	margin: 0 auto;
	font-size: 40px;
	color: #003E7F;
	text-align: center;
	}
#mensaje2{
	font-size: 25px;
	color:#003E7F;
	}

footer{
	}

body {
	background:#FFFFFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 17px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
	}

header {
position: fixed;
width:100%;
z-index: 2000;
display: none;
}
 
header nav {
width:100%;
max-width:1080px;
margin:0px auto;
height: 50px;
background-color: transparent;
}
 
.menu_bar {
display:none;
}
 
header nav ul {
overflow:hidden;
list-style:none;
background:#000000;
}
 
header nav ul li {
float:left;
}
 
header nav ul li a {
color: #FFFFFF;
padding:15px;
display:block;
text-decoration:none;
transition: all 0.5s linear;
-mozz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
}
 
header nav ul li span {
margin-right:10px;
}
 
header nav ul li a:hover {
	color: #000000;
}
 
section {
padding:20px;
}

/* ----------------------------------------------------------------------------------- */
 
@media screen and (max-width:600px ) {

		#nope {
		display: none;	
		}

		#logobox {
		display: block;	
		}

		#logologo {
		width: 100%;
		display: block;
		}

		#fdy {
		display: none;
		}

		#tiramisu {
		display: block;	
		}
		
		#onepay {
		display: block;	
		}

		#play {
		display: block;	
		}

		#store {
		display: block;	
		}


	
header{
display: block;
}

header nav {
width:75%;
height:10%;
left:-100%;
margin:0;
position: fixed;
background-color: #111111;
}
 
header nav ul li {
display:block;
float:none;
border-bottom:1px solid rgba(255,255,255, .3);
}
 
.menu_bar {
display:block;
width:100%;
background:#000000;
}
 
.menu_bar .bt-menu {
display:block;
padding:20px;
background:#000000;
color:#FFFFFF;
text-decoration:none;
font-weight: bold;
font-size:25px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
 
.menu_bar span {
float:right;
font-size:40px;
}




}