body{
    font-family: verdana;
    background-image: url(images/fondo1.jpg);
    margin: 0;
}

.cont{
    width: 500px;
    height: 270px;
    margin: 55px auto;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    top: 0px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
    border-radius: 30px;
    border: 1px solid #aaa;
}

.banner{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-bottom:40px;
    background-color: #ccc;
    background: -webkit-linear-gradient(top, #ebeceb, #f3f4f3, white);
    background: -moz-linear-gradient(top, #ebeceb, #f3f4f3, white);
    background: -o-linear-gradient(top, #ebeceb, #f3f4f3, white);
    background: linear-gradient(top, #ebeceb, #f3f4f3, white);
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    overflow: hidden;
    text-align:center;
    font-size:12pt;
    line-height:60px;
    color:#dedede;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}

.title {
    text-align:center;
    font-family: Verdana;
    font-style: italic;
    font-size: 16pt;
    color: #0f92bd;
    margin-top:30px;
}

.imagen {
    width: 150px;
    height: 100px;
    display:inline-block;
    position:absolute;
    top: 20px;
    left: 45px;
}

.imagen2 {
    width: 250px;
    height: 100px;
    display:inline-block;
    position:absolute;
    top: 70px;
    left: 220px;
}


.login_texto{
    width:100px;
    height:60px;
    position:absolute;
    top: 55px;
    left: 390px;
    font-size: 80pt;
    color: rgba(255, 255, 255, 0.6);
}

.div_login{
    width: 360px;
    margin: 0 auto;
    position: relative;
    top: 0px;
}

.div_login2{
    width: 360px;
    margin: 0 auto;
    position: relative;
    top:20px;
}

.message{
    vertical-align: top;
    font-size: 12pt;
    font-weight:bold;
    display:inline-block;
    margin-bottom:40px;
    display: block;
    width: 350px;
    color: #c10b19;
    font-family: verdana;
}

input[type="text"], input[type="password"], textarea{
    font-family: verdana;
    font-size: 11pt;
    padding: 6px;
    border: 1px solid #ccc;
    width: 95%;
    outline: none;
    border-radius:5px;
    box-shadow: 0 0 3px rgba(0,0,0, 0.3);
    background: -webkit-linear-gradient(top, #ebeceb, #f3f4f3, white);
    background: -moz-linear-gradient(top, #ebeceb, #f3f4f3, white);
    background: -o-linear-gradient(top, #ebeceb, #f3f4f3, white);
    background: linear-gradient(top, #ebeceb, #f3f4f3, white);
}

.button_class{
    width:100%;
    height:40px;
    background-color:#c31632;
    background: -webkit-linear-gradient(top, #ff505e, #c31632);
    background: -moz-linear-gradient(top, #ff505e, #c31632);
    background: -o-linear-gradient(top, #ff505e, #c31632);
    background: linear-gradient(top, #ff505e, #c31632);
    border:solid 1px #ccc;
    border-radius:15px;
    cursor:pointer;
    color:white;
}

.span_labels{
    vertical-align: middle;
    font-size: 11pt;
    display: inline-block;
    width: 160px;
    color: black;
    text-align: right;
    padding-right: 5px;
    font-family: verdana;
}

.error{
    vertical-align: middle;
    font-size: 11pt;
    display: inline-block;
    width: 100%;
    color: red;
    text-align: center;
    font-family: verdana;
}

.footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size:14pt;
    line-height:60px;
    color:#dedede;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}