body {
	background-color: #B5B5B5;
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-repeat:   repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(privado_images/fondotop.png);
}
#formulario {
	color: #ffffff;
	margin-top: 20px;
}
#formulario td {
	font-size: 14px;
	padding: 5px;
}
#formulario .campos {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

#formulario input[type="text"],
#formulario input[type="password"],
#formulario select {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:5px;
	padding: 5px 8px;
	background-color:#262626;
	border:none;
	color:#ccc;
	outline:none;
	resize:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
	-webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
	box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
}
input[type="button"],
input[type="submit"] {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:5px;
	/* [disabled]background-color: #262626; */
	padding: 5px 8px;
	border:none;
	cursor: pointer;
	outline:none;
	resize:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
	-webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
	box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
}

.acciones {
	padding-left: 150px;
	text-align: center;
}

#formulario .doble {
	width: 455px;
}
#formulario .sencillo {
	width: 140px;
}
.aviso{
	text-align: left;
	border: 1px solid #000000;
	color: #119CF8;
	background-image: url(privado_images/alerta.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	background-color: #262626;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	width: 480px;
	white-space: normal;
	margin-left: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
	-webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
	box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
}
.boton {
	color: #FFFFFF;
	background-color: #E87403;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	cursor: hand;
}

#login {
	padding: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
	background-color: #444444;
	border: 1px solid #666666;
	margin-top: 50px;
	white-space: normal;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
	-webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
	box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
}
#entrar {
	margin-top: 20px;
	margin-left: 20px;
}

#usuario {
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#cliente {
	/* [disabled]background-image: url(privado_images/cliente.jpg); */
	background-repeat: no-repeat;
	padding-right: 8px;
	padding-bottom: 4px;
	text-align: left;
	width: 180px;
}
.error {
	text-align: left;
	border: 1px solid #000000;
	color: #ffffff;
	background-image: url(privado_images/aviso.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	background-color: #262626;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
	margin-top: 40px;
	width: 560px;
	white-space: normal;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
	-webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
	box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #262626 inset;
}
#proveedor  {
	background-image: url(privado_images/proveedor.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 8px;
	padding-left: 26px;
	text-align: right;
}
.proveedor  {
	/* [disabled]padding-bottom: 8px; */
	text-align: right;
	width: 180px;
	padding-right: 10px;
	vertical-align: top;
}

#titulo {
	clear: left;
	float: left;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
}
.titulo {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 20px;
	white-space: nowrap;
	background-image: url(privado_images/fondotitulo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#cabecera {
	/* [disabled]background-image: url(privado_images/barrasup.jpg); */
	background-repeat:  repeat-x;
}
.titular{
    font-family: 'Droid Serif';
	color: #FC3;
	font-weight: bold;
	font-size: 36px;	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-left: 20px;
}
