body {
  /* Location of the image */
  background-image: url(images/fondoAplicacion.jpg);
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  /*background-color: #464646;*/
  background-color: #fff;
}

.imagenLogo{
    float:left;
    position:absolute;
    top:20px;
    right:20px;
    padding:0px;
    margin:0px;
    width:130px;
    content:url("images/logoEmpresa.png");
}

a {
    color: #aaa;
    text-decoration: none;
    font-size: 12px;
}
a:hover
{
    text-decoration: underline;
}


.box1 {
    float:left;
    height:80px;
    width:40%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;
}

.box {
    margin:2em 10px 4em;
    background:#eee;
}

.imagenBox{
    position:absolute;
    top:-70px;
    left:-50px;
    padding:0px;
    margin:0px;
    width:130px;
}

.imagenLogin{
    content:url("images/lockColor.png");
}

.boton{
    padding: 10px 40px;
    background: #666;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    border:0;
}

.botonSubmit{
    background: #546;
}

.inputGrande{
    padding: 10px 6px;
    width: 100%;
    margin: 10px 0px;
}

.barraSuperior{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:75px;
    background-color: rgba(0,0,0,0.04);
}

.tituloAplicacion{
    text-align:left;
    margin:15px 0px 15px 15px;
    font-size:27px;
    font-weight: 200;
    position:absolute;
    top:0px;
    left:0px;
}

.tituloGrande{
    text-align:center;
    margin:25px 0px;
    font-size:50px;
    font-weight: lighter;
}


.labelFormularioGrande{
    font-size: 20px;
    color: #333333;
    font-weight: lighter;
}

#login{
    background: #fefefe;
    min-height: 500px;
}

#formulario_login{
    font-size: 14px;
}

#campos_login{
    margin: 20px 0px;
}

pError{
    color: #f00;
    //font-weight: bold;
}

.copyRight{
    font-size: 12px;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    text-align:center;
    color:#fff;
    width:100%;
}
