/* --------------------------------- */
/* Documento CSS externo para QReino */
/* --------------------------------- */

body {
	background-color: rgb(253, 253, 253);
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}

/* ESTILO LINKS */
a:link, a:visited, a:active {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* Fin Estilo Links */

/* CAJA NOVEDADES */
#new {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0px;
	background-color: #e4e4ff;
	padding: 5px;
	border: 0px;
	vertical-align: top;
	text-align: justify;
}

/* CONTENEDOR CABECERAS */
#contenedor {
	width: 790px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	text-align: left;
	clear:left;
}

/* CABECERA GENERAL */
#cabgen1 {
	width: 790px;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	border: 0px;
	vertical-align: top;
	text-align: right;
	clear: left;
}
#cabgen2 {
	text-align: left;
	float: left;
}

#cabgen3 {
	text-align: right;
	float: right;
}

#cabgen2, #cabgen3 {
	width: 391px;
	height: 23px;
	margin: 0px;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	border: 0px;
	background: #ccccff;
	vertical-align: top;
}
/* Fin Cabecera General */

/* CABECERAS MIS RELIQUIAS Y SINCLAIR QL */
#cabecera1 {
	width: 450px;
	text-align: left;
}

#cabecera2 {
	font-weight: bold;
	letter-spacing: 2px;
	color: 000000;
	font-size: 12px;
	width: 340px;
	text-align: right;
}

#cabecera1, #cabecera2 {
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	float: left;
}
/* Fin Cabeceras Mis Reliquias y Sinclair QL */

/* P PRINCIPAL JUSTIFICADO */
p {
	text-align: justify;
}

/* P LETRA REDUCIDA */
p.peque {
		font-size: 10px;
}

/* P LETRA REDUCIDA Y CENTRADO */
p.centerpeque {
		font-size: 10px;
		text-align: center;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

/* RETROFICHAS MIS RELIQUIAS */
table.retro {
	table-layout: auto;
	width: 790px;
	background: #ffffcc;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
}

td.retro, td.retro2, td.retro3, td.retro4, th.retro {
	vertical-align: top;
	border: 1px solid #c0c0c0;
	padding: 5px;
}

td.retro {
	width: 130px;
}

td.retro2 {
	width: 660px;
}

td.retro3, td.retro4 {
	text-align: center;
}

td.retro3 {
	width: 330px;
}

th.retro {
	background: #6699ff;
	color: #fdfdfd;
	font: bold 12px arial, verdana, sans-serif;
}
/* Fin RetroFichas Mis Reliquias */
	
td {
	font-size: 12px;
}

td.revismanulib {
	text-align: center;
	width: 395px;
	vertical-align: bottom;
}

td.dimcenter {
	font-size: 10px;
	text-align: center;
}

font.petit {
	font-size: 10px;
	text-align: justify;
}

/* POP UP */
.imagen {
	position: relative;
	display: block;
}

.imagen:hover{
	background-color: transparent;
	z-index: 999;
}

.imagen span{
	position: absolute;
	background-color: #e4e4ff;
	padding: 2px;
	left: auto;
	border: 2px solid #000000;
	display: none;
	color: #000000;
	text-decoration: none;
}

.imagen span img{
	border-width: 0px;
	padding: 2px;
}

.imagen:hover span{
	display: block;
	top: -185px;
	left: 60px;

}
/* Fin Pop Up */

