*{	box-sizing: border-box;
	width:100%;
}

body{
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border:none;
	font-size: 16px;
	font-family: "Roboto", Arial, sans-serif, helvetica;
}

#eduardo-oyarse{
	position:absolute;
	width:100%;
}











/*hasta 480px iPhone vertical*/
@media only screen and (max-width: 480px) {

	#contenedor{
		width:100%;
		max-width:480px;
		height: auto;
		margin:auto;
		background-color: #fff;
		border:none;		
	}


/*HEADER*/	
	header{
		width:100%;
		height:100%;
		margin:auto;
		background-color:#ffffff;
		border:none;
		border-color:#000;
	}
	
	#relax360{
		width:100%;
		height:100%;
		padding-top:5%;
		padding-bottom:5%;
		overflow:hidden;
		border:none;
		border-color:#000;
	}
	
	#relax360-logo{
		width:50%;
		height:auto;
		margin-left:5%;
		border:none;
		border-color:#000;
	}
	
	.relax360-logo-zzz{
		width:100%;
		height:100%;
	}

/*Texto Bajo Foto Inicial*/
	#relax360-instrucciones{
		width:80%;
		max-width:480px;
		height:auto;
		margin-top:10px;
		margin-bottom:5px;
		margin-left:auto;
		margin-right:auto;
		font-size:15px;
		font-family:"Arial";
		text-align:left;
		color:#000;
		border:double;
		border-color:#fff;
	}

/*FORMULARIO*/
	.wrap{
		width: 80%;
		max-width: 480px;
		margin: auto;
	}

	form{
		width: 100%;
		margin: 20px 0;
		padding: 20px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 0 3px #2a0934;
		border-top: 4px solid #2a0934;
		border-color:#2a0934;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form textarea {
		border: 1px solid #2a0934; /*borde de cada casilla*/
		border-radius: 2px;
		padding: 16px;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		font-size: 1em;
		color: #141938;
	}

	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="password"]:focus,
	form textarea:focus {
		border: 2px solid #2a0934;
		padding: 15px;
	}

	form textarea{
		max-width: 100%;
		min-width: 100%;
		max-height: 300px;
		min-height: 150px;
	}

	.alert{
		padding: 1em;
		color: #fff;
		border-radius: 2px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.alert.error{
		background: #F00;
		border: 1px solid #a94442;
		text-align:center;
	}

	.alert.success{
		background: #4CAF50;
		text-align:center;
	}

	.btn,
	form input[type="submit"]{
		padding: 15px;
		background-color: #2a0934;
		color: #fff;
		font-size: 1em;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		text-align:center;
		border-radius: 2px;
		float: right;
		cursor: pointer;
		border-style: double;
		border-color: #2a0934;
	}

	form input[type="submit"]:hover{
		background: #2a0934;
	}
	
	#volver-relax360{
		margin-top:10px;
		padding: 15px;
		background-color: #666;
		color:#fff;
		font-size: 1em;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		text-align:center;
		border-radius: 2px;
		float: right;
		cursor: pointer;
		border-style:double;
		border-color: #666;
	}	
}




















/*entre 481px y 768px - mini iPad vertical*/
@media screen and (min-width: 481px) and (max-width: 768px) {

	#contenedor{
		width:100%;
		max-width:768px;
		height: auto;
		margin:auto;
		background-color: #fff;
		border:none;		
	}


/*HEADER*/	
	header{
		width:100%;
		height:100%;
		margin:auto;
		background-color:#fff;
		border:none;
	}
	
	#relax360{
		width:100%;
		height:100%;
		padding-top:5%;
		padding-bottom:5%;
		overflow:hidden;
		border:none;
	}
	
	#relax360-logo{
		width:35%;
		height:auto;
		margin-left:5%;
		border:none;
		border-color:#000;
	}
	
	.relax360-logo-zzz{
		width:100%;
		height:100%;
	}

/*Texto Bajo Foto Inicial*/
	#relax360-instrucciones{
		width:100%;
		max-width:500px;
		height:auto;
		margin-top:10px;
		margin-bottom:5px;
		margin-left:auto;
		margin-right:auto;
		font-size:15px;
		font-family:"Arial";
		text-align:left;
		color:#000;
		border:double;
		border-color:#fff;
	}

/*FORMULARIO*/
	.wrap{
		width: 90%;
		max-width: 500px;
		margin: auto;
	}

	form{
		width: 100%;
		margin: 20px 0;
		padding: 20px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 0 3px #2a0934;
		border-top: 4px solid #2a0934;
		border-color:#2a0934;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form textarea {
		border: 1px solid #2a0934; /*borde de cada casilla*/
		border-radius: 2px;
		padding: 16px;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		font-size: 1em;
		color: #141938;
	}

	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="password"]:focus,
	form textarea:focus {
		border: 2px solid #2a0934;
		padding: 15px;
	}

	form textarea{
		max-width: 100%;
		min-width: 100%;
		max-height: 300px;
		min-height: 150px;
	}

	.alert{
		padding: 1em;
		color: #fff;
		border-radius: 2px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.alert.error{
		background: #F00;
		border: 1px solid #a94442;
		text-align:center;
	}

	.alert.success{
		background: #4CAF50;
		text-align:center;
	}

	.btn,
	form input[type="submit"]{
		padding:15px;
		background-color: #2a0934;
		color: #fff;
		font-size: 1em;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		text-align:center;
		border-radius: 2px;
		border: none;
		float: right;
		cursor: pointer;
	}

	form input[type="submit"]:hover{
		background: #2a0934;
	}
	
	#volver-relax360{
		margin-top:10px;
		padding: 15px;
		background-color: #666;
		color: #fff;
		font-size: 1em;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		text-align:center;
		border-radius: 2px;
		border: none;
		float: right;
		cursor: pointer;
	}	
}



















/*sobre 769px*/
@media screen and (min-width:769px) {

	#contenedor{
		width:100%;
		height: auto;
		margin:auto;
		background-color: #fff;
		border:none;		
	}


/*HEADER*/	
	header{
		width:100%;
		height:100%;
		margin:auto;
		background-color:#ffffff;
		border:none;
	}
	
	#relax360{
		width:100%;
		height:100%;
		padding-top:3%;
		padding-bottom:3%;
		overflow:hidden;
		border:none;
	}
	
	#relax360-logo{
		width:30%;
		height:auto;
		margin-left:3%;
		border:none;
		border-color:#000;
	}
	
	.relax360-logo-zzz{
		width:100%;
		height:100%;
	}

/*Texto Bajo Foto Inicial*/
	#relax360-instrucciones{
		width:100%;
		max-width:500px;
		height:auto;
		margin-top:10px;
		margin-bottom:5px;
		margin-left:auto;
		margin-right:auto;
		font-size:18px;
		font-family:"Arial";
		text-align:left;
		color:#000;
		border:double;
		border-color:#fff;
	}

/*FORMULARIO*/
	.wrap{
		width: 90%;
		max-width: 500px;
		margin: auto;
	}

	form{
		width: 100%;
		margin: 20px 0;
		padding: 20px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 0 3px #2a0934;
		border-top: 4px solid #2a0934;
		border-color: #2a0934;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form textarea {
		border: 1px solid #2a0934; /*borde de cada casilla*/
		border-radius: 2px;
		padding: 16px;
		width: 100%;
		display: block;
		margin-bottom: 20px;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		font-size: 1em;
		color: #141938;
	}

	form input[type="text"]:focus,
	form input[type="email"]:focus,
	form input[type="password"]:focus,
	form textarea:focus {
		border: 2px solid #2a0934;
		padding: 15px;
	}

	form textarea{
		max-width: 100%;
		min-width: 100%;
		max-height: 300px;
		min-height: 150px;
	}

	.alert{
		padding: 1em;
		color: #fff;
		border-radius: 2px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.alert.error{
		background: #F00;
		border: 1px solid #a94442;
		text-align:center;
	}

	.alert.success{
		background: #4CAF50;
		text-align:center;
	}

	.btn,
	form input[type="submit"]{
		padding: 15px;
		background-color: #2a0934;
		color: #E1E9FA;
		font-size: 1em;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		border-radius: 2px;
		float: right;
		cursor: pointer;
		border-style: double;
		border-color: #2a0934;
	}

	form input[type="submit"]:hover{
		background: #2a0934;
	}
	
	#volver-relax360{
		margin-top:10px;
		padding: 15px;
		background-color: #666;
		color: #fff;
		font-size: 1em;
		font-family: "Roboto", Arial, sans-serif, helvetica;
		text-align:center;
		border-radius: 2px;
		border: none;
		float: right;
		cursor: pointer;
	}	
