@charset "utf-8";
/* CSS Document */

#body_login{ margin: 0;
    padding: 0; }

#content_login{height: 1000px;
  
    margin: 0 auto;
    width: 100%; background-image:url(../images/login/fondo.jpg); background-repeat:no-repeat;}



#center_login{width:400px; height:1000px; background-color:#000; margin:auto;}


.logotipo{ position:relative; top:150px;}
.logotipo img{border:none;}


.formulario{position:relative; top:200px; width:300px; margin:auto;}


.login_input fieldset {border: none; }
.login_input label {font-family: arial; font-size: 18px; font-weight: bold; display: block; color:#FFF;}
.login_input input {width: 290px; background-color:#999; border:none; height:20px;}

.showpass {display: block;}
.showpass label { display: inline; }
.showpass input { width: auto; }
input {margin-bottom: 10px;}

#password-show { display: block; width: 300px;}
#send_login{
	width: 100px;
	height:30px;
	font-size: 18px;
	border: 0;
	background-color:#000;
	border:#FF0; border-width:1px; border-style:solid;
	color:#FFF;
}

.botones{position:relative; top:220px; width:300px; margin:auto;}

.boton_contacto, .boton_clientes{float:right;}

.boton_contacto a img, .boton_clientes a img{border:none;}
