@charset "utf-8";
/* CSS Document */

html, body{
	background:#f7f7f7;
	width:100%;
	height:100%;
	margin:0px;
	overflow:100%;
	min-height:480px;
	min-width:320px;
	font-size: 100%;
	}

#Normal{
	position:relative;
	margin-top:7.5%;
	margin-left:7.5%;
	margin-right:7.5%;
	width:85%;
	z-index:115;
	text-align:center;
	overflow:auto;
	margin-bottom:7.5%;}

.contenidoForm{
	border-radius: 15px;
	border: 2px solid rgba(255,255,255,0.5) ;
	behavior:url(PIE.htc);

	background: -moz-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(208,208,208,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,rgba(236,236,236,1)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(236,236,236,1) 0%,rgba(208,208,208,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(236,236,236,1) 0%,rgba(208,208,208,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d0d0cf',GradientType=1 ); /* IE6-8 */
	box-shadow:0 2px 15px rgba(0,0,0,0.7);}

.GooglePlay{
	position:relative;
	width:70%;
	background:#FFF;
	box-shadow:0 2px 15px rgba(0,0,0,0.7);
	padding:5%;
	border-radius: 15px;
	}

.GooglePlay:hover{
	box-shadow:0 2px 25px rgba(0,0,0,0.7);

	}

.AppStore{
	position:relative;
	width:70%;
	background:#000;
	box-shadow:0 2px 15px rgba(0,0,0,0.7);
	padding:5%;
	border-radius: 15px;
	}

.AppStore:hover{
	box-shadow:0 2px 25px rgba(0,0,0,0.7);

	}

.Linea{
	position:relative;
	float:none;
	margin:auto;
	width:85%;
	Height:6%;
	margin-top:2%;
	margin-left:7.5%;
	margin-right:7.5%;
	margin-bottom:5%;}

p{	
	
	float:left;
	font-size:0.8em;
	margin-left:7.5%;
	margin-right:7.5%;
    	opacity:1;
	text-decoration:none;
	text-align:left;
	display: block;
	font-family: 'Questrial', sans-serif;
	color: #4d4d4d;
	margin-bottom:top;}

a{
	color:#56195a;
	text-decoration: none;}

#Menu{
	position:relative;
	float:left;
	width:100%;
	height:120%;
	text-align:center;}
