@charset "ISO-8859-1";
body{
	left: 50%;
  margin-left: -400px;
  position: absolute;
}

#dialogo, #dialogo1{
	background-repeat: no-repeat;
  height: 400px;
  padding-bottom: 200px;
  width: 800px;
}
#dialogo  { background-image: url("../_rsc/login.png"); }
#dialogo1 { background-image: url("../_rsc/login.png"); }
 
.formulario {
/*
	background-color: rgba(207, 207, 207, 0.8);
	background-image: url("../_imgs/fondo_entrada_formulario.png");
	border-radius:10px;
  height: 120px;
*/
  left: 196px;
  position: absolute;
  top: 171px;
  width: 404px;
  height: 240px;
  min-height: 0px;
  border: none;
  background-color: transparent;
}

.wrapper.view-index {
    position: absolute;
    top: 219px;
    left: 50%;
    width: 350px;
    height: 200px;
    margin-left: -200px;
    min-height: 0px;
    border: none;
    background-color: transparent;
}


.leyenda_nombre {
  color: black;
  float: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18px;
  left: 20px;
  position: absolute;
  top: 20px;
}

.leyenda_contra {
  color: black;
  float: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18px;
  left: 20px;
  position: absolute;
  top: 80px;
  height: 50px;
  line-height: 50px;
}

.ftext_nombre {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  left: 200px;
  position: absolute;
  top: 20px;
  height: 50px;
  line-height: 50px;
}

.ftext_contra {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  left: 200px;
  position: absolute;
  top: 80px;
}

.num_version {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #666;
  border: medium none;
  font-size: 70%;
  font-style: italic;
  text-align: right;
  padding-top: 5px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

.num_version span {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 15px;
  border-radius: 5px;
  color: rgb(51, 51, 51);
}


.boton {
    background-color: #ef3f33;
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 22px;
    height: 52px;
    padding: 10px;
/*    position: absolute;*/
    text-decoration: none;
    width: 100% !important;
		border:none;
		cursor:pointer;
		border-radius:10px;
    margin-bottom: 5px;
}

.grupo_texto {
  position: relative;
  height: 50px;  
}

.login_field {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  height: 50px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 5px;
}

.titulo_forgotten {
  height: auto;
  margin-bottom: 10px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  position: relative;
}

.titulo_forgotten .tit_forgotten {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.login_field .opacity, .titulo_forgotten  .opacity {
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
}

.login_field {
  position: relative;
  height: 50px;
}

.login_field label {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  line-height: 50px;
  width: 170px;
  text-align: left;
  padding-left: 10px;
  color: #615A5A;
}

.login_field.forgotten label { width: 100%; text-align: center; cursor: pointer; }

.login_field input {
  position: absolute;
  top: 8px;
  right: 9px;
  height: 30px;
  width: 200px;
  padding: 0px 5px;
}