
* {
	margin:0;
	padding:0;
	font-family: 'PT Sans', sans-serif;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(249,249,249);
    opacity: .9;
}

.loader::after{
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    border: solid 6px lightgrey;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin linear 1s infinite;
}

@keyframes spin {
  to {transform: rotate(360deg);}
}


/* SCROLLBARS */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



html, body { margin:0; padding:0; height:100%; }
form {text-align:left; width:100%; font-size:12px; }
label { margin:5px 0; font-size:12px; }
input[type="text"], input[type="password"], select { width: 100%; padding: 7px; margin:3px 0; border:1px solid #c0c0c0; box-sizing: border-box;}
select { font-size: 12px;}
a, a:visited { color: #f01d4f; }
a:hover {text-decoration:underline;}
.form-group { margin: 0 0 10px; }
.form-group-submit { margin: 0 0 10px;}
.center { text-align:center;}
#area, .area { width:25%; float: left; }
#phone, .phone {  width: 73%; float: right; }
.help-block { display:block; } 
.has-error .help-block { color: red;}
.center img { display:block; margin:10px auto; max-width:100%;}
.clearfix { clear:both;}

.radio {
  display:inline-block;
}

.secciones {
	padding-left:50px;
	padding-top:17px;
}

.contenedor, .contenedor-login, .contenedor-registro {
	width: 100%;
  max-width: 360px;
  margin: auto;
}

.contenedor.large{
  max-width: 500px;
}

.clearfix:after, .clearfix:after {
	content:'';
	clear:both;
	display:block;
}

.contLeft, .contRight {
	float:left;
	width:100%;
}

.air{
  box-sizing: border-box;
  padding: 2em 1.25em;
}

.sprite-logo-login {   
	text-align:center;
	margin:auto;
	background: rgba(255,255,255,0.7);
  width:100%;
}   

.sprite-logo-login p{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #f2f2f2;
}

.sprite-logo-login .titulo{
  margin-bottom: 0.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.sprite-logo-login a{
  display: inline-block;
  margin-top: 3em;
  margin-bottom: 1em;
}

.sprite-logo-login a img {
  max-height: 40px;
}

.response{
  margin-bottom: 2em;
  color: #39b54a;
}

.response span{
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: 700;
}

.response img{
  display: inline-block;
  width: 100%;
  max-width: 50px;
  padding: 1em;
  box-shadow: inset 0 0 0 2px #39b54a;
  border-radius: 50%;
}

.response.error{
  color: #ff0000;
}

.response.error img{
  box-shadow: inset 0 0 0 2px #ff0000;
}

.pie{
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1em;
  border-top: 1px solid #b3b3b3;
  text-align: center;
}

.olvidaste {
	font-size:12px;
}

.row:after {
	content:'';
	clear:both;
	display:block;
}

h1{
  font-size: 1.5em;
  margin-bottom: 1em;
}

span.crear, h2 {
	font-size: 1em;
	margin-bottom:1em;
	font-weight:700;
  text-transform: uppercase;
  text-align: center;
}

p, p span{
	font-size:14px;
  margin-bottom: 1em;
	display:block;
}

ul {
  padding-left: 1em;
  font-size:14px;
}

ul li{
  margin-bottom: 1em;
}

.medios{
  margin-top: 2em;
  text-align: center;
}

.medios .sitios {
	text-align:left;
  margin-top: 1em;
}

input[type=radio], input[type=checkbox] {
  border: 1px solid #c0c0c0;
  padding: 0.5em;
  -webkit-appearance: none;
}

input[type=radio]:checked, input[type=checkbox]:checked {
  background: #000;
  
}

input[type=radio]:focus, input[type=checkbox]:focus {
  outline-color: transparent;
}

.forCheck {
	padding: 3px 5px;
}

.large {
	width:100%;
}

.mid {
	width:49%;
  float: left;
}

.mid-right{
  width:49%;
  float: right;
}

.form-signin input[type="submit"] {
  width: 100%;
  margin-top: 1em;
  padding: 8px;
  background-color: #000; 
  font-weight: 700;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}