img{
    border: none;
}

body{
    background-color: #999999;
}

.centro{
    background-image: url('../images/login/login_fondo1.jpg');
    background-repeat: no-repeat;
    width: 1024px;
    height: 768px;
    margin:auto auto auto auto;
    box-shadow: 0 0 30px #444444;
    border-radius: 10px;
}

.logo{
    width: 30%;
    margin: 20px 0 0 20px;
}

.forma{
    background-image: url('../images/login/login_circulo.png');
    background-repeat: no-repeat;
    width: 410px;
    height: 410px;
    margin:55px 0 0 430px;
}

.forma table{
    width: 300px;
    margin: 0 auto 0 60px;
    padding-top: 120px;
    vertical-align: central;
}

.forma .etiqueta{
    font-size: 20px;
    color: #ffffff;
    text-align: right;
}

.forma td{
    padding: 35px 15px 0 0;
}

.forma input{
    background-color: #c5c5c5;
    border-radius: 7px;
    border: none;
    height: 30px;
    color: #333333;
    padding-left: 10px;
    width: 150px;
}

.forma td[colspan='2']{
    text-align: center;
}

.forma input[type='submit'], .forma input[type='button']{
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 62px;
    background-color: #ef232e;
    border: 1px solid #333333;
    border-radius: 8px;
    color: #ffffff;
    box-shadow: 0 0 4px 0 #1b1b1b;
    font-size: 24px;
    font-weight: bolder;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
    cursor: pointer;
}

div.boton{
    text-align: center;
    padding-top: 18px;
    width: 170px;
    height: 44px;
    background-color: #ef232e;
    border: 1px solid #333333;
    border-radius: 8px;
    color: #ffffff;
    box-shadow: 0 0 4px 0 #1b1b1b;
    font-size: 20px;
    font-weight: bolder;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
    cursor: pointer;
}

a{
    text-decoration: none;
}

.derecha {
    float: right;
    margin-right: 50px;
    margin-top: 0px;
    width: 170px;
}

div.visitanos{
     float: right;
    text-align: center;
    font-family: 'Helvetica';
    margin-top: 20px;
    width: 170px;
    height: 20px;
    color: #c23335;
    font-size: 30px;
    font-weight: bold;
}

.mitaright{
    margin-top: 20px;
    width: 170px;
}

body{
    font-family: "HelveticaNeue";
}

.errores{
    color: #ffffff;
    margin: -240px 0 0 0;
    text-align: center;
}

.quienes{
    float: right;
    margin-right: 60px;
    margin-top: 40px;
}