html, body {
    height: 100%;
}
body {
    font: 12px 'Lucida Sans Unicode','Trebuchet MS',Arial,Helvetica;
    margin: 0;
    background-image: url("../../img/cabecera_fondo.gif");
	background-repeat: repeat-x;
	background-color: white;
}
#login {
    background-color: #575656;
    background-image: -moz-linear-gradient(center top , #BAB9B9, rgb(136, 136, 136));
	background-image: -webkit-gradient(linear, center top, center bottom, from(#BAB9B9), to(rgb(136, 136, 136)));
    border-radius: 3px 3px 3px 3px;
    /*height: 215px;*/
    height: 230px;
    left: 50%;
    margin: -190px 0 0 -170px;
    padding: 30px;
    position: absolute;
    top: 55%;
    width: 300px;
    z-index: 0;
    color: #FFFFFF;
    z-index: 20;
}
#login:before {
    bottom: 5px;
    box-shadow: 0 0 0 1px #FFFFFF;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: -1;
}
h2 {
    color: #FFFFFF;
    font: 16px Verdana;
    letter-spacing: 4px;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.698), 0 2px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
h2:after, h2:before {
    background-color: #777777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 90px;
}
h2:after {
    right: 0;
}
h2:before {
    left: 0;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.login-inputs input {
    background: url("../../img/login-sprite.png") no-repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
    margin: 5px 0 15px;
    padding: 8px 8px 8px 30px;
	width: 260px;
	font-size: 1.2em;
	font-weight: bold;
}
.login-inputs label {
    font-size: 1.5em;
}
#username {
    background-position: 5px -9px !important;
}
#pass {
    background-position: 5px -59px !important;
}
.login-inputs input:focus {
    background-color: #FFFFFF;
    border-color: #E8C291;
    box-shadow: 0 0 0 1px #E8C291 inset;
    outline: medium none;
}
.btns {
    margin: 25px 0 0;
}
#submit {
    background-color: #087021;
    background-image: -moz-linear-gradient(center top , #087021, #087021);
   	background-image: -webkit-gradient(linear, center top, center bottom, from(#087021), to(#087021));
    border-color: #024C13 #065518 #0B5C1E;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: bold 15px Arial,Helvetica;
    height: 35px;
    padding: 0;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
    width: 100px;
}
#submit:hover, #submit:focus {
    background-color: #087021;
    background-image: -moz-linear-gradient(center top , #087021, #079027);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#087021), to(#079027));
}
#submit:active {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    outline: medium none;
}
#submit::-moz-focus-inner {
    border: medium none;
}
.btns a {
    color: #3151A2;
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
#back {
    color: #999999;
    display: block;
    position: relative;
    text-align: center;
    top: 60px;
}
.cabecera {
    background: url("../../img/logo_trn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 360px;
    left: 50%;
    margin-left: -615px;
    position: absolute;
    top: -11px;
    width: 1100px;
}

.logo-pie {
	background: url("../../img/logo_cabecera.gif") no-repeat scroll 0 0 transparent;
	height: 100px;
	bottom: 30px;
	left: 50%;
	width: 420px;
	position: absolute;
	margin-left: -210px;
	z-index: 10;
}

.pie {
	border-top: 2px solid #2B2B2B;
	clear: both;
	display: block;
	min-height: 10em;
	position: absolute;
	bottom: 40px;
	width: 80%;
	z-in1dex: -5;
	opacity: 0.3;
	left: 10%;
}

#error {
	/*color: red;
	font-size: 17px;
	font-weight: bold;
	padding-top: 25px;
	text-align: center;
	position: absolute;
	margin-left: -180px;
	left: 50%;*/
	
	color: rgb(177, 0, 0);
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

.subtitle {
	position: relative;
	top: 420px;
	left: 50%;
	margin-left: -270px;
	font-family: verdana;
	font-size: 1.6em;
	color: #575656;
}

::-webkit-input-placeholder {
   font-style: italic;
   font-weight: normal;
}
:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
   font-weight: normal;
}
::-moz-placeholder {  /* Firefox 19+ */
  font-style: italic;
  font-weight: normal;
}
:-ms-input-placeholder {  
  font-style: italic;
  font-weight: normal;
}