body {
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  font-size: 12px;
}

nav {
  background: #5887C2;
  width:100%;
  height: 30px;
  margin: 0px;
  position: absolute;
  top: 10.5em;
  padding: 0;
  box-shadow: 3px 3px 4px  #666;
  
}

nav ul li {
  display: inline-block;
  margin-left: 50px;
  margin-top: -1.8em;
}

nav ul li a {
  background: #947e25;
  text-decoration: none;
  
  color: #fafad8;
  font-size: 16px;
  text-shadow: 1px 1px 2px #000000;
}
.tira{
	width:100%;
	height:10px;
	margin-top:120px;
	background: #5887C2;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a77d5+0,87bcea+50,0a77d5+100 */
background: rgb(10,119,213); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(10,119,213,1) 0%, rgba(135,188,234,1) 50%, rgba(10,119,213,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(10,119,213,1) 0%,rgba(135,188,234,1) 50%,rgba(10,119,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(10,119,213,1) 0%,rgba(135,188,234,1) 50%,rgba(10,119,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a77d5', endColorstr='#0a77d5',GradientType=1 ); /* IE6-9 */

}
header {
	background-image: url("../puerto-vallarta.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	color: #fff;
	height: 11em;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;  
}

footer {
  background: #947e25;
  color: #272727;
  height: 30px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}
	
.administracion{
	float:right;
	margin-right: 2em;
    margin-top: -.6em;
}



.boton{
	background: #5887C2;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0849b2+0,308ad3+52,0849b2+100 */
background: rgb(8,73,178); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(8,73,178,1) 0%, rgba(48,138,211,1) 52%, rgba(8,73,178,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(8,73,178,1) 0%,rgba(48,138,211,1) 52%,rgba(8,73,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(8,73,178,1) 0%,rgba(48,138,211,1) 52%,rgba(8,73,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0849b2', endColorstr='#0849b2',GradientType=0 ); /* IE6-9 */



	color:#FFF;
	text-shadow: 2px 2px 2px #000000; 
	height: 2em;
	width: 30%;
	margin-left: 23%;
	margin-top: .3em;
	display:inline-block;
	
}






@media only screen and (min-width: 769px) {
	
	header .titulo{
	width: 60%;
}
	header .logo{
	width: 40%;

}

.logo {
	height: 102px;
	float: right;
	top: 8px;
	right: 15px;
	position: absolute;

}
.logo img{
	float: right;

}
.titulo {
  float:left;
  top: 0px;
  margin-top:0px;
  margin-right: 10px;
  clear:right;
}
	
	
header .titulo h1 {
	font-size: 5.5em;
	font-family: 'Radley', serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-left: 1em;
	text-shadow: 3px 3px 3px #000000;
}



	
	
	.formulario {
	font-family: 'Roboto';
	font-style:normal;
	font-weight: Thin 100;
	color: #666;
	width: 800px;
	margin: 6em auto;
	padding: 1em;
	font-size: 24px;
	margin-top: 7em;
}



.nimp {
	text-align:right;
	height: 1.9em;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	
	}
	
	
.nimp2 {
	text-align:right;
	height: 1.9em;
	padding-left: .6em;
	width: 64%;
	display: inline-block;
	vertical-align: top;
	}
	
input{
	border:none;
	background-color:#edecec;
	width: 90%;
	height: 1em;
	
}
	
	
#invis{
     visibility: hidden;
}

.cont a {
	text-decoration: none;
	color: #1A1C25;
	margin-top: 2em; 
}

	
	
	
	
}

@media only screen and (min-width: 481px) and (max-width: 768px){

	header .titulo{
	width: 70%;

}
header .logo{
	width: 29%;

}

.logo {
	height: 102px;
	float: right;
	top: 8px;
	right: 15px;
	position: absolute;

}
.logo img{
	float: right;

}
.titulo {
  float:left;
  top: 0px;
  margin-top:0px;
  margin-right: 10px;
  clear:right;
}
header .titulo h1 {
	font-size: 4em;
	font-family: 'Radley', serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 1em;
	margin-left: 1em;
	text-shadow: 3px 3px 3px #000000;
}


	.formulario {
	font-family: 'Roboto';
	font-style:normal;
	font-weight: Thin 100;
	color: #666;
	width: 800px;
	margin: 6em auto;
	padding: 1em;
	font-size: 24px;
	margin-top: 7em;
}



.nimp {
	text-align:right;
	height: 1.9em;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	
	}
	
	
.nimp2 {
	text-align:right;
	height: 1.9em;
	padding-left: .6em;
	width: 64%;
	display: inline-block;
	vertical-align: top;
	}
	
input{
	border:none;
	background-color:#edecec;
	width: 90%;
	height: 1em;
	
}
	
	

.cont a {
	text-decoration: none;
	color: #1A1C25;
	margin-top: 2em; 
}

	
	
	
}
	
	
@media only screen and (max-width: 480px){
	
	header .titulo{
	width: 70%;

}
header .logo{
	width: 29%;

}

.logo {
	height: 102px;
	float: right;
	top: 8px;
	right: 15px;
	position: absolute;

}
.logo img{
	float: right;

}
.titulo {
  float:left;
  width:600px;
  top: 0px;
  margin-top:0px;
  margin-right: 10px;
  clear:right;
}
header .titulo h1 {
	font-size: 1.5em;
	font-family: 'Radley', serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 0em;
	margin-left: 1em;
	text-shadow: 3px 3px 3px #000000;
}


	
.formulario {
	font-family: 'Roboto';
	font-style:normal;
	font-weight: Thin 100;
	color: #666;
	width: 90%;
	margin: 6em auto;
	padding: 1em;
	font-size: 24px;
	margin-top: 7em;

	}


.nimp {
	text-align: left;
	height: 3em;
	width: 90%;
	margin-top: 2em;
	
	}
	
	
.nimp2 {
	text-align:right;
	height: 3em;
	padding-left: .6em;
	width: 90%;
	margin-top: 2em;
	
	}
	
input{
	border:none;
	background-color:#edecec;
	width: 90%;
	height: 1em;
	
}
	

.cont a {
	text-decoration: none;
	color: #1A1C25;
	margin-top: 2em; 
}



		
}

