#footer div {
	display: none;
}

.error {
	color: red;
}

#userinfo {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	text-align: right;
	font-size: .85em;
	line-height: 1em;
}

body {
	font: normal 12px/1.6 arial, helvetica, sans-serif;
	margin: 20px 0;
	background: #fff;
	color: #000;
	text-align: center; /* para centrar en ie5 y 5.5 */
}


table { /* corrige la herencia de tamaño de fuente en ie5 y 5.5 */
	font-size: 1em;
}

a:link {
	color: #060;
}

a:visited {
	color: #666;
}

a:link img {
	border: 1px solid #060;
}

a:visited img {
	border: 1px solid #666;
}

p {
	margin: 0 0 .8em 0;
}

ul {
	margin-top: 0;
}

cite.fomento {
	font-style: normal;
	font-variant: small-caps;
}

h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}

h1 {
	font-size: 3em;
	margin: 0 0 .8em 0;
	line-height: 1.2;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

div.content { /* contenedor genérico para dar márgenes */
	margin: 0 10px;
	font-size: .92em; /* trapi momentaneo */
	text-align: center;
}

#wrapper {
	width: 760px;
	margin: 0 auto; /* centrar en navegadores decentes */
	position: relative;
	text-align: left;
}

#header {
	margin-bottom: 1em;
}

#header a {
	display: block;
	width: 138px;
	height: 48px;
	background: #fff url(/timages/logo.gif);
	text-decoration: none;
}

#header strong {
	display: block;
	text-indent: -1000px;
}

#skip {
	position: absolute;
	width: 0;
	text-indent: -1000px;
}

#skip:focus {
	top: 0;
	left: 250px;
	width: auto;
	text-indent: 0;
	color: red;
}

#menubar {
	background: #487725 url(/timages/round-left-green.gif) top left no-repeat;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	text-transform: lowercase;
}

#menubar ul {
	display: block;
	margin: 0; padding: 0;
	padding-right: 10px;
	background: #487725 url(/timages/round-right-green.gif) top right no-repeat;
}

#menubar li {
	display: inline;
}

#menubar a, #menubar strong {
	padding: 0 1.7em;
	line-height: 2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	white-space: no-wrap;
}

* html #menubar a, * html #menubar strong {
	/* espacio entre items en win/ie5 */
	height: .1em;
}

#menubar strong {
	color: #ffa;
}

#menubar a:hover {
	color: #FFFFd0;
}

#pagebody {
	background: #fff;
	position: relative;
	border-bottom: 1px solid #fff;
	
}

#homesearch {
	width: 100%;
	background:red;
}

#homesearch label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

#homesearch img {
	vertical-align: middle;
	border: 0;
}

#homesearch input {
	vertical-align: middle;
}

#section-header {
	height: 1.4em;
	margin: 0;
	margin-bottom: 1px;
	font-family: trebuchet ms, helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 1.8;
	padding-left: 4px;
	color: #fff;
	background: red url(/timages/section-header.gif) bottom left no-repeat;
	letter-spacing: .1em;
	overflow: hidden;
}

#section-header strong {
	font-weight: normal;
}

.sub-header {
	text-align: right;
	padding: .2em .4em;
	background: #f0f0f0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}

h1#section-header {
	margin-bottom: .4em;
}

#sidebar
{
	float: right;
	width: 160px;
	border-top: 2px solid #999;
	background: #f0f0f0;
	line-height: 1.4;
	padding-top: 16px;
	position: relative;
}

#sidebar img {
	display: block;
	margin: 0 auto;
}

#footer {
	margin: 1em 0; padding: 1em 0;
	border-width: 1px 1px 0 1px;
	font-size: .92em;
}

#footer address {
	font-style: normal;
	text-align: center;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	margin: 0 auto;
}

#footer address:first-line {
	font-weight: bold;
}


div.clear {
	clear: both;
}

.fleft {
	float: left;
	margin: 0 16px 16px 0;
	position: relative; /* IE 6 bug */
}

.fright {
	float: right;
	margin: 0 0 16px 16px;
	position: relative; /* IE 6 bug */
	clear: right;
}


dl dt {
	font-weight: bold;
	float: left;
	padding-right: .5em;
}

dl dd {
	margin-left: 1em;
}

#mailing-list {
	margin: 1em 10px;
}

#mailing-list fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

#mailing-list legend {
	font-weight: bold;
	color: #000;
}

#mailing-list p {
	font-size: .92em;
	text-align: center;
}

#mailing-list label {
	display: block;
}

#mailing-list input.text {
	width: 75%;
	vertical-align: middle;
}

#mailing-list input.image {
	vertical-align: middle;
}

#quick-search {
	position: absolute;
	top: 20px;
	right: 0;
	width: 350px; /* Mac IE necesita un ancho */
	text-align: right;
}

#quick-search label, #quick-search input {
	vertical-align: middle;
}

#quick-search label {
	font-weight: bold;
}

p.linkall a {
	text-decoration: none;
	color: #000;
}

/* tablas en general */
td.number {
	text-align: right;
}

td.highlight, th.highlight {
	background-color: #eee;
}

/* tablas en la revista (equivalentes a tablas de una columna */
div.tables {
	width: 250px;
	padding: 10px 0 0 10px;
	border: 2px solid #ddd;
	border-width: 2px 0 0 2px;
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

div.big-table {
	width: auto;
	float: none;
	margin: 0;
}

/*
div.big-table table {
	float: none;
}
*/

div.big-table td, div.big-table th {
	padding: .4em;
}

div.big-table thead, thead {
	border: 1px solid #ddd;
	border-width: 1px 0;
}

th.bbottom {
	border: 1px solid #ddd;
}

div.tables caption, caption {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin-bottom: .4em;
}

div.tables table, table {
	width: 100%;
	border-collapse: collapse;
	border-width: 0;
	border-color: #fff; /* firefox hacía cosas extrañas */
	margin-bottom: 1em;
}

div.tables tbody th, tbody th {
	text-align: left;
	font-weight: normal;
}

div.big-table tbody th, tbody th {
	font-weight: bold;
}

div.big-table tr.sub th {
	padding-left: 1em;
	font-weight: normal;
}

div.tables tbody td, div.tables tbody th, div.tables tfoot td,
tbody td, tbody th, tfoot td
{
	border: 1px solid #ddd;
	border-width: 1px 0;
}


/* formularios y tal */

.required {
	color: red;
}

#frmContacto label, #frmLogin label {
	width: 11em;
	float: left;
	text-align: right;
	padding-right: 1em;
	position: relative;
}

#frmContacto br, #frmLogin br {
	display: block;
	margin: .4em 0;
}

div.buttons {
	padding-left: 12em;
}

form p.error {
	margin-left: 12em;
}

}


/* juzgados, habra que moverlo a otra hoja (o no) */
table.detalle {
	width: auto;
	margin: 0 auto;
}

table.detalle th, table.detalle td {
	padding: .4em;
}

table.detalle th {
	padding-left: 0;
}

table.detalle td {
	padding-right: 0;
}


#wrapper {
/* border: 1px solid blue;	 */
}

#pagebody .article, #sidebar {
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}

#pagebody {
	overflow: hidden;
	width: 100%;
}