
.cajaPedir {
	width: 80%;
	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){
	.cajaPedir {
	  width: 99%;
	}
  }
.cajaPedir form {
	background: #FFF;
	display: block;
	margin: 0 0 0 0;
	padding: 20px 30px 20px 30px;
}

.cajaPedir 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;
}
 
/* 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%;
}
}


.errorIcono{
	text-align: center; 
	padding-bottom: 15px; 
	color:aliceblue;
}

.errorTexto{
	font-size: 15px; 
	color: aliceblue;
}

.errorBTN{
	background-color: #eda645;
	color: aliceblue;
	border-radius: 20px;
}

.errorBTNCerrar{
	float: left;
    color: aliceblue;
    background-color: #e85e6c;
    border-radius: 20px;
}