
.cajaLogin {
	background: #FFF;
	display: block;
	margin: 0 0 0 0;
	padding: 20px 30px 20px 30px;


	width: 60%;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 0 0 4px 1px #111;
	box-shadow: 0 0 4px 1px #111;
}

.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;
}

.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;
}

.botonPagar{
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #86c03f 100%, #86c03f 100%);
}

.holds-the-iframe {
  background:url(/pagos/Imagenes/loader.gif) center center no-repeat;
}

#contenedorHeader img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.labelCus {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label-selected{
	display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #337ab7;
    /*text-align: justify;*/
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    background-color: #fff;
}

.label-deselected{
	display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /*text-align: justify;*/
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    background-color: #337ab7;
}

.liactive{
	 background-color: #8abd56 !important;
}

.lbtextSelected{
	color: #fff;
}

.lbtextDeSelected{
	color: #337ab7;
}

.btn-next{
	background-color: #8abd56;
	color: #fff;
}
.fondoVerde{
	background: #c8e5bc;
}