body {
	background: url('../../../../recursos/img/bg.png') ;
}


.cajaLogin {
	width: 50%;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 0 0 4px 1px #111;
	box-shadow: 0 0 4px 1px #111;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.cajaLogin {
	  width: 95%;
	}
  }
.cajaLogin form {
	background: #FFF;
	display: block;
	margin: 0 0 0 0;
	padding: 20px 30px 20px 30px;
}

.cajaLogin h1 {
	margin: 0 0 0 0;
	padding: 20px 0 0 0; 
	text-align: center;
}

.cajainput {
	position: relative;
	padding: 0px 5px 0 5px;
}

.cajainput i {
	position: absolute;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 9px 0 0 0;
	font-size: 18px;
	border-left: solid 3px #7497C1;
	color: #7f8c8d;
}

.cajainput input {
	border: solid 1px #CCC;
	width: 100%;
	height: 35px;
	padding: 4px 4px 4px 35px;
	font-size: 16px;
	color: #7f8c8d;
	outline: none;
}

@font-face {
    font-family: 'sail_tortugaregular';
    src: url('../fonts/sail_tortuga-webfont.woff2') format('woff2'),
         url('../fonts/sail_tortuga-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
	.modal-content {
	  width: 100%;
	}
  }
