@charset "UTF-8";
/* CSS Document */

body{font-family: 'Ubuntu', sans-serif;margin:0px;}
.cabecera{
    background-image: url('../images/16697.jpg');
    background-size: cover;
    padding: 180px 130px;
    background-position: top center;
}
h1,h2{margin:0px;color: white;}
h1{
    font-size: 40px;
}
h2{}
footer{}
.loginform{
    padding: 50px 0px;
    color: white;
}
input[type="text"], input[type="password"], textarea {
background-color : #FFFFFF;
border : rgb(219, 219, 219) solid 1px;
color : rgb(55, 55, 55);
font-family : 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
font-size : 13px;
padding : 10px;/* border-radius : 5px; */
position : relative;width: 140px;}
input[type="button"]{
    color: white;
    border: none;
    background: #4FA714;
    -webkit-transition: background 0.25s ease-in-out 0;
    -moz-transition: background 0.25s ease-in-out 0;
    -o-transition: background 0.25s ease-in-out 0;
    transition: background 0.25s ease-in-out 0;
    -webkit-appearance: none;
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}
.tx-aux{
    font-size: 14px;
    margin-top: 30px;
}
    .tx-aux a{
    color: white;
}
.footer{
    padding: 20px;
    font-size: 15px;
    color: #333333;
}
#respuesta{
    color: #FF9100;
    margin: 30px 0px;
}