/*Para el foter*/

.bg-lightgray

{

	padding-top: 30px;

    background-color:LightGray;

}





/* El placeholder */



.form-control::-webkit-input-placeholder { color: #252525; }

.form-control:-moz-placeholder { color: #252525; }

.form-control::-moz-placeholder { color: #252525; }

.form-control:-ms-input-placeholder { color: #252525; }



.form-control{

	border: 2px solid #cea9a9;

}



.copyrights{

	bottom: 0;

}

@media (min-width: 768px){

	.copyrights>p{
	font-size: 24px;
	}

}

/* Tooltip para mensaje de Ajax*/
div.ui-tooltip, .arrow:after {
  background: #f05928;
  border: 2px solid white;
}
div.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 12px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}

/* FIN - Tooltip para mensaje de Ajax*/

/* Esperando de Ajax, para el input de buscar*/
.glyphicon-refresh-animate {
    -animation: spin .9s infinite linear;
    -webkit-animation: spin2 .9s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
/* FIN - Esperando de Ajax, para el input de buscar*/

input[type="search"]{
	width:90%;
}

