/* CSS Document */

body {
	background:  #272727 url(../media/grid.gif) fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   11px;
	color:       white;
	
	margin: 0px 0px 20px 75px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   21px;
	font-weight: bold;
	color:       white;
	
	margin: 7px 7px 7px 20px;
}

h2 {
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   13px;
	font-weight: normal;
	color:       #FF6600;
	
	margin: 4px 20px 4px 20px;
}

p {
	margin: 4px 20px 4px 20px;
}

a:link, a:active, a:visited, a:hover {
	color: white;
}

/* Formularios */
.formulario {
	width: 400px;
	margin-top: 0px;
	margin-left: 20px;
}

.coletiquetas {
	width: 120px;
}

.colcampos {
	width: 265px;
}

.colvalidacion {
	width: 15px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

input.texto {
	background: #3A3A3A;
	border-top: 1px solid #222222;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #222222;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background: #3A3A3A;
	border-top: 1px solid #222222;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #222222;
}

input.boton {
	height: 24px;
	background: #333333;
	border-top: 1px solid #454545;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #454545;
}

input.archivo {
	color: #333333;
	border: none;
}

/* Tablas */
.tabla {
	margin-top: 0px;
	margin-left: 20px;
	border: none;
}

.tabla tr {
	background: #454545;
}

.tabla tr.edicion {
	background: #FF0066;
}

.tabla tr.seleccionado {
	background: #3D8BC2;
}

.tabla th, .tabla td {
	padding: 8px 2px 8px 8px;
}

.tabla th {
	background: #333333;
	border: 1px solid #2E2E2E;
	font-weight: normal;
	font-size: 12px;
}

.mensaje {
	background: white;
	color: black;
	margin-top: 0px;
	margin-left: 20px;
	border: none;
}

td.nofondo {
	background: #2e2e2e;
	border: none;
}

/* Menu de herramientas */
ul#lista-herramientas {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

ul#lista-herramientas li {
	display: block;
	margin: 0px;
	padding: 0px;
}

ul#lista-herramientas li a, ul#lista-herramientas li#activo a {
	display: block;
	height: 28px;
	padding: 10px 4px 0px 10px;
	color: white;
	text-decoration: none;
	background: #333333;
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #3C3C3C;
}

ul#lista-herramientas li a:hover, ul#lista-herramientas li#activo a:hover {
	background: #333333;
	border-top: 1px solid #2A2A2A;
	border-bottom: 1px solid #3C3C3C;
	border-left: 1px solid #2A2A2A;
}

/* Celdas especiales de la pagina maestra */
.cuerpo {
	padding: 7px 0px 12px 0px;
}

.usuarioactual {
	background: #333333;
	padding: 7px 7px 7px 10px;
}

.pie {
	background: #222222;
}

/* Clases generales */
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   11px;
	color:       #FF6600;
	
	margin: 0px;
}

table.error, div.error {
	margin: 4px 10px 0px 20px;
}
