/* h1{
  font-size:1100px;
} */
/*.banner_fondo{
  background: url("imagenes/fondo p-web.jpg");
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}*/
#incorrecta{
  display: none;
}
h1{
  position: relative;
  top: 5.5em;
  color: white;
  font-size: 68px;
  align:center;
  right: 5em;
}
body{
  background-image: url("imagenes/fondo p-web.jpg");
  background-size:  cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#estilo-tabla-login{
  text-align: center;
  border: 2px solid #175D7C;
  background-color: #073245;
  width: 25%;
  padding: 30px;
background-position: center;
/*margin:  300px auto;*/
position: relative;
top: 7em;
left: 75em;


}

input[type=text], input[type=password]{
  width: 100%;
  padding: 8px 20px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}

label{
  font-size: 14px;
  font-weight: bold;
  font-family: arial ;
  color: white;
}
input[type=submit]{
  background-color: #1C94C8;
  color: white;
  padding:8px 10px;
  margin: 8px 0px;
  border: solid;
  cursor: pointer;
  width: 40%;
}

#textdellogin{
    /*background-color: #041B25;
    padding-bottom: 5px;
    padding-top: 5px;*/
  font-size: 45px;
/*  padding-left: 5px;*/
  color: white;
}
