label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.capital{text-transform: capitalize;}

.mayusculas{text-transform:uppercase;}

.minusculas{text-transform:lowercase;}



.izquierda-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align:right;
}





form input[type="text"]:focus, input[type="password"]:focus, form select:focus, form textarea:focus {
    background: none repeat scroll 0 0 #E6F3FD;
    border: 1px solid #000;
    color: #00427A;
}

.header{
    background-color: #337ab7;
    color: #ffffff;
}


input.error{
    background-color: #FFBABA !important;
    border: 1px solid !important;
    color: #D8000C !important;
	background-image:none;
}

textarea.error{
    background-color: #FFBABA !important;
    border: 1px solid !important;
    color: #D8000C !important;
	background-image:none;
}

label.error{
    color: #D8000C !important;
}

select.error{
    background-color: #FFBABA !important;
    border: 1px solid !important;
    color: #D8000C !important;
 	background-image:none;
}

#div_carga{
    position:fixed;
    top:0;
    left:0;
    width:25%;
    height:25%;
    display:none;
    z-index:10000;
}

#cargador{
    position:fixed;
    top:50%;
    left: 50%;
    margin-top: -25px;
    margin-left: 100px;
    transform: translate(-50%, -50%);
}

.wallpaper {
	background: url(../../img/wallp.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.space-padd {
	padding-top: 100px;
}

.space-h1 {
	font-family: 'Raleway', sans-serif;
	padding-bottom: 40px;
	font-size: 40px;
	color: #28353B;
	font-weight: bold;
}

.titulo-item {
	font-size: 40px;
	color: #1a2229;
}

.btn.btn-default {
	background-color: #28353B;
	border-color: #28353B;
	color: #fff;  
}

/* EMPRESAS */
.space {
	padding-top: 70px;
}