* {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #5e88a8;
}
a:hover {
	text-decoration: underline;
}
a.masDatos {
	display: block;
	text-align: right;
}
a.volver {
	display: block;
	margin-bottom: 15px;
}
img {
	border: 0;
}
h1 {
width: 490px;
height: 40px;
margin: 30px 0 0 20px;
}
h1.usuarios {
background: url(imgs/cabGestionUsuarios.gif) no-repeat;
}
h1.precios {
background: url(imgs/cabGestionPrecios.gif) no-repeat;
}
h1 span {
display: none;
}
div#login {
	width: 338px;
	height: 180px;
	background: url(imgs/fondoLogin.gif) no-repeat;
	position: relative;
	margin: 20px;
	padding-left: 30px;
}
div#login form {
	position: absolute;
	top: 85px;
}
div#login form label {
	display: block;
	height: 20px;
	margin-bottom: 5px;
}
div#login form label span {
	display: inline;
}
div#login form input {
	width: 135px;
}
div#encabezado {
	height: 36px;
	background: url(imgs/fondoGris.gif) repeat-x;
}
div#encabezado ul {
	margin: 0 0 0 20px;
}
div#encabezado ul li {
	display: inline;
}
div#encabezado ul li a {
	display: block;
	width: 179px;
	height: 24px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
div#encabezado ul li a span {
	display: none;
}
div#encabezado ul li#nuevoPresupuesto a {
	background: url(imgs/nuevoPresupuesto.gif);
}
div#encabezado ul li#nuevoPresupuesto a:hover {
	background: url(imgs/nuevoPresupuestoOver.gif);
}
div#encabezado ul li#gestionUsuarios a {
	background: url(imgs/gestionUsuarios.gif);
}
div#encabezado ul li#gestionUsuarios a:hover {
	background: url(imgs/gestionUsuariosOver.gif);
}
div#encabezado ul li#gestionPrecios a {
	background: url(imgs/gestionPrecios.gif);
}
div#encabezado ul li#gestionPrecios a:hover {
	background: url(imgs/gestionPreciosOver.gif);
}
div#encabezado ul li#consultaPrecios a {
	background: url(imgs/consultaPrecios.gif);
}
div#encabezado ul li#consultaPrecios a:hover {
	background: url(imgs/consultaPreciosOver.gif);
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}
table th.acciones {
	width: 18px;
}
table tr td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDD;
}
table tr td input {
	width: 60px;
	font-size: 11px;
	border: 1px solid #666;
}
table tr td input:focus {
	background: #FEFFDA;
}


div#usuarios {
	margin: 25px 20px;
	float: left;
	width: 400px;
}
div#datosCompletos, div#precios {
	margin: 25px 20px;
	float: left;
	width: 600px;
}
div#aviso {
	margin: 25px 20px;
	float: left;
	width: 600px;
}
* html div#datosCompletos, * html div#usuarios, * html div#precios, * html div#aviso {
	margin: 25px 10px;
}
div#insertar form input {
	width: 150px;
}
div#datosCompletos h2, div#precios h2 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #FFF;
	background: #444;
	padding-left: 5px;
}
div#insertar {
	float: left;
	width: 400px;
	background: #f6f6f6;
	margin-top: 25px;
}
div#insertar form {
	padding: 10px;
}
h2.insertar {
	font-size: 11px;
	color: #FFF;
	background: #444;
	padding-left: 5px;
	height: 18px;
}
table#datos {
	width: 100%;
}
table#precios {
	width: 350px;
}
table#datos th {
	text-align: left;
	color: #FFF;
	background: #444;
	padding-left: 5px;
	height: 18px;
}
table#datos td {
	vertical-align: top;
}
table#datos td input {
	width: 280px;
}
label {
	display: block;
	margin-bottom: 5px;
	height: 20px;
	clear: both;
}
label span {
	display: block;
	width: 150px;
	float: left;
	clear: left;
}
input, textarea {
	display: block;
	float: left;
}
input.boton {
	clear: both;
}
div#correcto {
	margin: 15px 20px 0 20px;
	color: #2aa81f;
}
