body {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	margin: 0;
	background: #ddd;
}
#enc {
	margin: 0 0 20px 0;
	width: 100%;
	height: 50px;
	background: #ddd;
}
#contenedor {
	background: #fff;
}
h1 {
	margin: 0;
	padding: 2px;
	font: normal bold 2em Arial, Helvetica, sans-serif;
}
table#listado {
	width: 98%;
	margin: 1em auto;
	border-collapse: collapse;
	border: 1px solid #369;
}
table#listado th {
	font: normal bold 1em Arial, Helvetica, sans-serif;
	background: #369;
	color: #fff;
}
table#listado td {
	border-left: 1px solid #369;
}
table#listado tr.impar td{
	background: #fff;
}
table#listado tr.par td {
	background: #ddd;
}
table#listado td a span {
	display: none;
}
table#listado td.ver, table#listado td.editar, table#listado td.borrar  {
	width: 12px;
	height: 12px;
	text-align:center;
}
table#listado td.ver a {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	background: transparent url(../imagenes/ver.gif) center -12px no-repeat;

}
table#listado td.editar a {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	background: transparent url(../imagenes/editar.gif) center -12px no-repeat;

}
table#listado td.borrar a {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	background: transparent url(../imagenes/borrar.gif) center -12px no-repeat;

}

#menu h2 {
	display: none;
}
#menu {
	font: normal normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 35px;
	_top:34px;
	width: 100%;
	height: 15px;
	margin: 0 0 1em 0;

}
#menu ul {
	display: block;
	width: 100%;
	margin: 0;
	padding:0;
	text-indent: 0;
	height: 14px;
	border-bottom: 1px solid #00008B;
	float: left;
}
#menu li {
	display: inline;
	list-style: none;
	margin: 0;
}
#menu li a {
	position: relative;
	_top: 1px;
	display: block;
	float: left;
	margin: 0 3px;
	padding: 1px 0;
	width: 150px;
	height: 11px;
	border: 1px solid #00008B;
	text-decoration: none;
	text-align: center;
	background: #ccc;
	color: #000000;
}
#menu li a:hover {
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #00008B;
}
#listado li.listado a, #agregar li.agregar a, #opciones li.opciones a {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #00008B;
}
dl#ver, dl#formulario, dl#op {
	width: 50%;
	margin: 1em auto;
	border: 1px solid #369;
	background: #ccc;
}
#ver dt, #formulario dt, #op dt {
	font: normal bold 1.2em Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #369;
	padding: 2px;
	color: #369;
	background: #fff;
}
#ver dd, #formulario dd, #op dd {
	font: normal normal 1em Arial, Helvetica, sans-serif;
	padding: 2px;
	background: #eee;
	text-indent: 0;
	margin: 0 0 0 1em;
}
p.boton {
	width: 50%;
	margin: 1em auto;
	text-align: center;
}
#busqform dl {
	width: 98%;
	margin: 0.25em auto;
	border: 1px solid #369;
	background: #ccc;
}
#busqform dt {
	font: normal bold 1.2em Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #369;
	padding: 2px;
	color: #369;
	background: #fff;
}
#busqform dd {
	font: normal normal 1em Arial, Helvetica, sans-serif;
	padding: 2px;
	background: #eee;
	text-indent: 0;
	margin: 0 0 0 1em;
}
#busqform p.boton {
	width: 50%;
	margin: 1em auto;
	text-align: center;
}
#error {
	width: 50%;
	padding: 1em;
	margin: 1em auto;
	text-align: center;
	border: 2px solid #E00;
	color: #E00;
	background: #eee;
	font: normal bold 1.2em Arial, Helvetica, sans-serif;
}
#error strong {
	color: #000;

}
#error ul {
	text-align: left;
}
#paginacion ul {
	display: block;
	width: 100%;
	margin: 0;
	padding:0;
	text-indent: 0;
	height: 16px;
	border-top: 1px solid #00008B;
	text-align: right;
	
}
#paginacion li {
	display: inline;
	list-style: none;
	margin: 0;
}
#paginacion li a {
	position: relative;
	top: 1px;
	margin: 0 3px;
	padding: 1px 0.5em;
	border: 1px solid #00008B;
	text-decoration: none;
	text-align: center;
	background: #ccc;
	color: #000000;
}
#paginacion li a:hover {
	border-top: 1px solid #eee;
	background: #eee;
	color: #00008B;
}
#paginacion li.pgactiva a {
	border-top: 1px solid #fff;
	background: #fff;
	color: #00008B;
}
#listvisit {
	width: 39%;
	float: left;
	margin: 2em 0 0 1%;
	 
}
#formvisit {
	width: 56%;
	float: left;
	margin: 2em 0 2em 1%;
	background: #eee;
}
#formvisit h2 {
	font: normal bold 1em Arial, Helvetica, sans-serif;
	background: #369;
	color: #fff;
	padding: 0 1em;
	
}
#pie {
	clear: both;
	margin: 20px 0 0 0;
	width: 100%;
	height: 25px;
	background: #ddd;
	border-top: 3px solid #eee;
}
pre {
	clear: both;
	width: 75%;
	padding: 3%;
	margin: 10px auto;
	font: normal nomal .75em Courier;
	border: 3px dashed #930;
	background: #efefef;
	
}