/*GENERAL*/
html, * {margin: 0px; padding: 0px; border: 0px; font-family:Tahoma,Arial, Helvetica, sans-serif}
body {background: #a4a4a4 url(../imagenes/bg_login.png) repeat-x;font-size:11px;color:#000;}
form{margin:0px;}
img{border:0px;}
input[type=text], input[type=password], select {border-radius:3px; box-shadow: inset 5px 5px 10px 1px #CFCFCF;}
input[type=text]:focus, input[type=password]:focus, select:focus {outline: 0 none; box-shadow: 0 0 5px 1px #8c1413;}

/*LOGIN*/
.login {width: 500px; padding-left: 504px; margin: 0 auto; position:relative;}
.logo_login {background: url(../imagenes/logo_login.png) no-repeat; width:200px; height:30px; position:absolute; top:200px; left:50px; padding: 50px 0px 0px 147px;text-align:right;font-size:12px;}
.linea {background: url(../imagenes/linea.png);width:2px;height:422px;position:absolute;top:125px;left:450px;}
.frm_login {padding: 20px 0px; display: table; width: 100%;}
.frm_login div {float:left;margin-right:10px;}
.frm_login div label {display:block;font-weight:bold;}
.frm_login div input {width:150px;height:19px;border:1px solid #adadad;margin-top:3px;padding:3px;}
.frm_login div input.entrar {width:100px;height:26px;background-color:#8c1413;margin-top:16px;color:#fff;border:none;font-size:11px;font-weight:bold;padding:0px;border-radius:3px;}
.frm_login div input.entrar.Ajax {padding-left: 26px; background: url(../imagenes/ajax-login.gif) 5px 50% no-repeat #8c1413;}
.frm_login div a {color:#000;font-size:10px;}

.frm_registro {padding: 20px 0px; display: table;}
.frm_registro .cabecera {font-size:16px;font-weight:bold;padding-bottom:10px;border-bottom:1px solid #9b9b9b;width: 435px;margin-bottom:10px;}
.frm_registro div {float:left;margin-right:10px;}
.frm_registro div label {display:block;font-weight:bold;margin-top:5px;}
.frm_registro div input, .frm_registro div select {width:205px;height:19px;border:1px solid #adadad;margin-top:3px;padding:3px;}
.frm_registro div select {width: 213px; height: 27px;}
.frm_registro div input.corto {width:95px;height:19px;border:1px solid #adadad;margin-top:3px;padding:3px;}
.frm_registro div input.registro {width:212px;height:26px;background-color:#8c1413;margin-top:16px;color:#fff;border:none;font-size:11px;font-weight:bold;padding:0px;border-radius:3px;}
.frm_registro div input.registro.Ajax {padding-left: 26px; background: url(../imagenes/ajax-login.gif) 5px 50% no-repeat #8c1413;}

.PostMensaje {border: 1px solid #333; border-radius: 5px; box-shadow: 0px 0px 10px 1px #333; padding: 10px 10px 10px 36px; margin-bottom: 10px; background: 10px 10px no-repeat; line-height: 16px;}
.PostMensaje.Ok {background-image: url(../imagenes/icono-ok.png); background-color: #9F9;}
.PostMensaje.Error {background-image: url(../imagenes/icono-error.png); background-color: #FCC;}