/* CSS */

@import url("lightbox.css");

BODY
{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	
	font-size: 13px;
	background-color: #EBEBEB;  /*#98979C;*/
	
	color: #000;
}



#telon {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("imagenes/zebra/present.gif");
	background-position: center;
	background-repeat: no-repeat;
}

table {
	line-height: 18px;
	font-size: 100%;
}

table #logo {
	/*
	background-image: url("imagenes/zebra/logo.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	*/
	background-color: #1B1C20;
	color: #FFF;
	width: 174px;
}

table #buscador {
	background-color: #FFF;
	color: #000;
	padding: 20px;
}

table #menuPrimero {
	background-color: #FFF;
	width: 180px;
	padding-top: 25px;

}

table #contenidoPrimero {
	background-color: #FFF;
	padding: 25px 160px 20px 0;
}

table #menuSegundo {
	background-color: #1B1C20;
	width: 180px;
	padding-top: 30px;
}

table #contenidoSegundo {
	background-color: #1B1C20;
	color: #FFF;
	padding: 30px 100px 0px 0;
	
	/*
	overflow: auto;
	
	scrollbar-3dlight-color : #1B1C20;
	scrollbar-darkshadow-color : #1B1C20;
	scrollbar-highlight-color : #1B1C20;
	scrollbar-shadow-color : #1B1C20;
	scrollbar-arrow-color : #000;
	scrollbar-face-color : #FFF;
	scrollbar-track-color : #1B1C20;
	*/
}

table #menu {
	margin: 0 0 0 0;
	border-collapse: collapse;
}

table #menu td {
	padding: 5px 0;
}


table #menu td a, table #menu td a:visited {
	text-decoration: none;
	color: #96979b;
}

table #menu td a.sel, table #menu td a.sel:visited {
	text-decoration: none;
	color: #FFF;
}



table #menuRel {
	margin: 0 0 0 0;
	border-collapse: collapse;
}

table #menuRel td {
	padding: 5px;
}


table #menuRel td a, table #menuRel td a:visited {
	text-decoration: none;
	color: #96979b;
}

table #menuRel td a.sel, table #menuRel td a.sel:visited {
	text-decoration: none;
	color: #FFF;
}



#contenidoPrimero a, #contenidoPrimero a:visited {
	color: #000;
	text-decoration: none;
}

#contenidoPrimero a:active, #contenidoPrimero a:focus, #contenidoPrimero a:hover {

}

#contenidoSegundo a, #contenidoSegundo a:visited {

	color: #FFF;
	text-decoration: none;
}

#contenidoSegundo a:active, #contenidoSegundo a:focus, #contenidoSegundo a:hover {

}

a, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:active, a:focus, a:hover {

}

#menuPrimero a, #menuPrimero a:visited {
	color: #000;
	text-decoration: none;
}


img{border: 0;}

label {
	margin: 0.5em 0;
}

.margen1 {
	margin: 2em 0;
}

.margen2 {
	margin: 3em 0;
}

.aviso {
	font-size: 90%;
	color: #444;
}

#contenidoSegundo .aviso {
	font-size: 90%;
	color: #FFF;
}

.margen05 {
	margin: 0.5em 0;
	display: block;
}


textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	/* cols='38' rows='7' */
	width: 100%;
	height: 10em;
}

.separador02 {
	margin: 0 0 0 8px;
	display: inline;	
}

.separador05 {
	margin: 0 0.5em;
	display: inline;	
}

.separador1 {
	display: inline;
	margin: 0 1em;
}

.separador2 {
	display: inline;
	margin: 0 2em;
}

.separador3 {
	display: inline;
	margin: 0 3em;
}

.avisoInline {
	display: inline;
	font-size: 90%;
	color: #444;
}

.error {
	font-weight: bold;
	font-size: 90%;
	color: #AA0000;
}

.oculto {
	position: absolute;
	left: -1000em;
	overflow: hidden;
}



#navegacion {
	display: block;
	background-color: #38302D;
	color: #FFF;	
	font-weight: bold;
	font-size: 90%;
	padding-left: 5px;
	border-bottom: 3px solid #FF3912;
	
}

select {  font-size: 100%; }
input {  font-size: 100%; }

.buscador {  
	
	border: 1px solid #98979c;
}

fieldset {
	color: #FFF;
	padding: 0 1em 1em 0;	
	text-align: left;
	border: none;
}

legend {
	margin: 0 0 2em 0;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
}

#contenidoPrimero legend {
	margin: 1em 0 1em 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 90%;
}

#contenidoPrimero fieldset {
	color: #000;
	padding: 0 1em 1em 0;	
	text-align: left;
	border: none;
}


/* clases para la funcion alinearImagen()  */
.sandbag-image span {
	display: none;
}

.sandbag-right {
	border: 0; 
	padding: 0;
	font-size: 0;
	margin: 0 0 0 35px;
	float: right; 
	clear: right;
}

.sandbag-left {
	border: 0; 
	padding: 0;
	font-size: 0;
	margin: 0 35px 0 0;
	float: left; 
	clear: left;
}

.first-sandbag {
	margin-top: 20px;
}

.last-sandbag {
	margin-bottom: 5px;
}  


.titulo {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 20px;
}

.labelForm {
	width: 120px; 
	float: left;
	padding: 4px 0 0 0;
}

.center {
	text-align: center;
}

a.selAdmin, a.selAdmin:visited, .actual2 a.selAdmin, .actual2 a.selAdmin:visited
{
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	background-color: #B9B9B9;
	color: #FFF;	
	
}

a.selAdmin:active, a.selAdmin:focus, a.selAdmin:hover, .actual2 a.selAdmin:active, .actual2 a.selAdmin:focus, .actual2 a.selAdmin:hover {
	color: White;
	background-color: #B9B9B9;
}

.textareaChico {
	height: 50px;
}

.boton {
	border: 1px solid #000;
	padding: 2px 6px;
}

.labelForm2 {
	width: 70px; 
	float: left;
	padding: 4px 0 0 0;
}

#navegacion a , #navegacion a:link, #navegacion a:visited {
	color: #FFF;
}

#navegacion a.paginaActual {
	color: #FFF000;
}

#contenidoSegundo a.catalogo, #contenidoSegundo a.catalogo:visited {
	background-color: transparent;
	color: #FFF;
}

.tituloLibro {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 15px;
}

.imagenesCatalogo
{
	/* background-color: #A7C2DC; */
	border-top: 1px solid #F1F4E0;
	border-left: 1px solid #F1F4E0;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	padding: 10px 5px;
	text-align: center;
	display: inline;
	float: left;
}

.imagenesCatalogo {
	margin: 5px; 
	height: 180px;
	width: 150px;
}

html>body .imagenesCatalogo {
	margin: 5px; 
	height: 160px;
	width: 140px;
}

.margenImagenCatalogo {
	height: 140px;
}

.clear {
	clear: both;
}

/*
.overflow {
	overflow: auto; 
	width: 475px; 
	height: 250px; 
	align:left;
}
*/

#tablaCopy {
	text-align: right;	
}

#tablaCopy a, #tablaCopy a:link, #tablaCopy a:active, #tablaCopy a:visited  {
	color: #000;
	text-decoration: underline;
}

.filaCatalogo {
	height: 28px;
	vertical-align: top;
}

.noMostrar {
	display: none;
}

.fotoCatalogo {
	background-color: #FFF;
	margin: 10px 20px 10px 0;
	text-align: center;
	padding: 2px;
}

table #contenidoSegundo2 {
	background-color: #1B1C20;
	color: #FFF;
	padding: 30px 20px 0px 0;
	

}

#contenidoSegundo2 a, #contenidoSegundo2 a:visited {

	color: #FFF;
	text-decoration: none;
}

#contenidoSegundo2 a:active, #contenidoSegundo2 a:focus, #contenidoSegundo2 a:hover {

}
