@import "paginador.css";

/*img { behavior: url(js/pngfix/iepngfix.htc) }*/

/* Estilos comunes a todas las paginas */
body {
	background-color: #000;
	color: #fff;
	font-family: Arial;
	font-size: 13px;
}
#tblCabecera, #tblMenu, #tblContenido {
	width: 900px;
	text-align: left;
	vertical-align: top;
}
#tblCabecera {
	margin-top: 18px;
	height: 71px;
/*	background-image: url(../imgs/cabecera.gif);
	background-position: -58px -41px;
	background-repeat: no-repeat;*/
}
#tblMenu {
	height: 70px;
}
#tblMenu td.lnk {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#tblMenu a, #tblMenu td {
	text-decoration: none;
	font-weight: bold;
	color: #DC9818;
}
#tblMenu a:hover {
	color: #fff;
}
#tblMenu a.marcado {
	color: #fff;
}
#tblContenido {
	background-color: #fff;
	color: #000;
	/*height: 500px;*/
}
#tblContenido td {
	vertical-align: top;
}
#tblContenido a {
	text-decoration: none;
	color: #DC9818;
}
#tblContenido a:hover {
	/*color: #000;*/
}
#tblPiePagina {
	font-size: 10px;
}
#tblPiePagina a {
	color: #FFF;
	text-decoration: none;
}
#tblPiePagina a:hover {
	text-decoration: underline;
}
input {
	border: 1px solid #aaa;
}
.inputTextDefault, .inputTextUser {
	width: 200px;
	border: 1px solid #aaa;
}
.inputTextDefault {
	font-style: italic;
	color: #ccc;
}
.inputTextUser {
	font-style: normal;
	color: #000;
}
.hover {
	/*background-color: #ededed;*/
	text-decoration: underline;
}
div.boton {
	width: 150px;
	height: 30px;
	cursor: pointer;
	font-weight: bold; 
	margin: 5px; 
	color: #DC9818;
	text-align: center;
	float: right;
	/*border: solid 1px #ccc;*/
}
div.boton div {
	margin-top: 5px;
}
/* Resultados de búsqueda */
#divViewport {
	background-color: #fff;
	margin-left: 80px;
	width: 820px;
}
#divViewport {
	height: 100px;
	overflow: auto;
}
#divResultado {
	margin-left: 200px;
	width: 600px;
	height: 100%;
}
#tblResultado {
	width: 99%;
}
#tblResultado a {
	color: #000;
	text-decoration: none;
}
#tblResultado a:hover {
	text-decoration: underline;
}
#tblResultado tbody td {
	color: #000;
	padding: 5px;
	/* padding-bottom: 15px; */
	vertical-align: top;
	text-align: justify;
}
#tblResultado td.annio {
	color: #DC9818;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}
div.cebeceraResultados {
	font-weight: bold;
}
div.texto {
    padding-bottom: 10px;
	/*height: 15px;
	overflow: hidden;*/
}
#divTotalEncontrados {
	font-weight: normal;
}

/* Estilos definidos para Ache */
span.cursiva {
	/* el signo '+' */
	font-style: italic;
}
span.versalita {
	/* el signo '|' */
	font-variant: small-caps;
}
/* Texto resaltado por Lucene */
span.hl {
	font-weight: bold;
}

#divMigas, #divOrigen {
	padding-left: 10px;
	width: 100%;
	border: none;
}
#divMigas div {
	float: left;
	white-space: nowrap;
	padding: 1px;
	margin: 1px;
	cursor: pointer;
}
#divMigas a {
	font-weight: bold;
	float: left;
	white-space: nowrap;
	padding: 1px;
	margin: 1px;
}
#divOrigen {
	padding-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
input.error {
	background-color: #FFFFD7;
	border-style: dashed;
	border-color: #DC9818;
}
