/* CSS Document */

/********************************************************/
/*         ESTRUCTURA GENERAL							*/
/********************************************************/


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4c4c4c;
}
body {
	background-color: #e6e6e6;
	background-image: url(images/fons.gif);
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
h1{
	font-size: 14px;
}
.shadow {
	background-color: #c0c0c0;
}

/********************************************************/
/*         cabecera										*/
/********************************************************/

#cap {
	border: #363636 1px solid;
	width: 750px;
	background-color: #ffffff;
	background-image: url(images/catfons.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#cap IMG{
	margin: 18px 0px 64px 12px;
}
#cap P{
	color: #dc9600;
	font-weight: bold;
	margin-bottom: 14px;
	margin-right: 108px;
	font-size: 18px;
}

/********************************************************/
/*         cuerpo central								*/
/********************************************************/

#cos {
	border-left: #363636 1px solid;
	border-right: #363636 1px solid;
	width: 750px;
}

/********************************************************/
/*         columna izquierda							*/
/********************************************************/

.menu {
	border-right: #363636 1px solid;
}

#secciones{
	border-bottom: #363636 1px solid;
	
}
#secciones TD{
	border-bottom: #adacac 1px dotted;
	
}
#secciones .lastTD{
	border-bottom: none;
	
}
#secciones .tituloTD{
	color: #4c4c4c;
	background-color: #e5e5e5;
	font-weight: bold;
	border-bottom: #4c4c4c 1px dotted;
}
#secciones .tituloTD P{
	margin: 4px 1px 3px 13px;
	padding-left: 22px;
	background-image: url(images/librito.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#secciones A{
	padding: 6px 1px 2px 13px;
	display: block;
	font-weight: bold;
	color: #00538d;
	text-decoration: none;
}
/* las siguientes 3 lineas son un trukins para ke en explorer se vea como un boton entero son joder los navegadores de verdad*/
*html #secciones A{
	width: 100%;
}
/* sacabó el trukins... ufff... i ke le den por culo al explorer de mac (ni es navegador ni es na)*/
#secciones A:hover{
	color: ;
	background-color: #94b5cd;
}

#serchBox{
	border-bottom: #363636 1px solid;
}
#serchBox .tituloTD{
	color: #4c4c4c;
	background-color: #e5e5e5;
	font-weight: bold;
	border-bottom: #4c4c4c 1px dotted;
}
#serchBox .tituloTD P{
	margin: 4px 1px 3px 13px;
	padding-left: 22px;
	background-image: url(images/lupa.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#serchBox FORM{
	margin: 13px 13px 6px 13px;
	
}
#serchBox INPUT{
	width: 100%;
	background-color: #b1c7d7;
	border-top: #4c4c4c solid 1px;
	border-left: #4c4c4c solid 1px;
	border-bottom: #adacac solid 1px;
	border-right: #adacac solid 1px;
	font-weight: bold;
	font-size: 10px;
	color: #00538d;
	margin-bottom: 10px;
}
#serchBox SELECT{
	width: 100%;
	background-color: #b1c7d7;
	border-top: #4c4c4c solid 1px;
	border-left: #4c4c4c solid 1px;
	border-bottom: #adacac solid 1px;
	border-right: #adacac solid 1px;
	font-weight: bold;
	font-size: 10px;
	color: #00538d;
	margin-bottom: 10px;
}
#serchBox OPTION{
	margin-top: 3px;
	margin-bottom: 3px;
}
#serchBox .boton{
	width: 100%;
	display: block;
	background-color: #d7e5ea;
	border-top: #adacac solid 1px;
	border-left: #adacac solid 1px;
	border-bottom: #4c4c4c solid 1px;
	border-right: #4c4c4c solid 1px;
	font-weight: bold;
	color: #00538d;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
#serchBox .boton:hover{
	background-color: #b1c7d7;
	color: #00538d;
}
#serchBox A{
	display: block;
	font-weight: bold;
	color: #00538d;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
#serchBox A:hover{
	color: #dc9600;
}


#boletinBox{
	
}
#boletinBox .tituloTD{
	color: #4c4c4c;
	background-color: #e5e5e5;
	font-weight: bold;
	border-bottom: #4c4c4c 1px dotted;
}
#boletinBox .tituloTD P{
	margin: 4px 1px 3px 13px;
	padding-left: 22px;
	background-image: url(images/hojita.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#boletinBox .titulin{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	
}
#boletinBox FORM{
	margin: 13px 13px 6px 13px;
	
}
#boletinBox INPUT{
	width: 100%;
	background-color: #b1c7d7;
	border-top: #4c4c4c solid 1px;
	border-left: #4c4c4c solid 1px;
	border-bottom: #adacac solid 1px;
	border-right: #adacac solid 1px;
	font-weight: bold;
	font-size: 10px;
	color: #00538d;
	margin-bottom: 10px;
}
#boletinBox .boton{
	width: 100%;
	display: block;
	background-color: #d7e5ea;
	border-top: #adacac solid 1px;
	border-left: #adacac solid 1px;
	border-bottom: #4c4c4c solid 1px;
	border-right: #4c4c4c solid 1px;
	font-weight: bold;
	color: #00538d;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
#boletinBox .boton:hover{
	background-color: #b1c7d7;
	color: #00538d;
}
#boletinBox A{
	display: block;
	font-weight: bold;
	color: #00538d;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
#boletinBox A:hover{
	color: #dc9600;
}

/********************************************************/
/*         top menu										*/
/********************************************************/

#menuCorp {
	margin: 0px;
	background-color: #E5E5E5;
	font-weight: bold;
	border-bottom: #4c4c4c 1px dotted;
	padding: 4px 1px 3px 10px;
}
#menuCorp A{
	padding-left: 10px;
	padding-right: 10px;
	color: #00538d;
	background-image: url(images/icoMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
}
#menuCorp A:hover{
	color: #4c4c4c;
}

/********************************************************/
/*         pie de pagina								*/
/********************************************************/

#peu {
	border: #363636 1px solid;
	width: 750px;
	background-color: #f4edde;
}
#peu P{
	font-size: 9px;
	color: #999a9a;
	text-align: center;
	margin: 7px 10px 5px 10px;
}

/********************************************************/
/*         CONTENIDO CENTRAL							*/
/********************************************************/

#contentGral{
	/* zona de contenido
	margin: 20px; */
	
}
#contentGral  h1{
	font-size: 14px;
	font-weight: bold;
	color: #00538d;
	border-bottom: #DC9600 solid 1px;
	padding-left: 5px;
	padding-bottom: 2px;
}
/* si el titulo es el primero de la columna, se le aplica estilo titulo_bloque... si es el 'n' titulo de la columna se le aplica el titulo_bloque_n (deja espacio entre bloques) */
.titulo_bloque{
	margin-top: 2px;
	margin-bottom: 6px;
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
}

.titulo_bloque_n{
	margin-top: 10px;
	margin-bottom: 6px;
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
}

/********************************************************/
/*         autores.tpl									*/
/********************************************************/

#abecedario{
	text-align: center;
	font-size: 15px;
	padding-bottom: 20px;
}

#abecedario .letra_seleccionada{
	text-decoration: none;
	color: #FFFFFF;
	border: #DC9600 solid 2px;
	padding: 2px 6px 2px 6px;
	background-color: #E6BB5E;
}

#abecedario .letra_no_seleccionada{
	text-decoration: none;
	padding: 0px 4px 0px 3px;
}
#abecedario A{
	color: #00538D;
	font-weight: bold;
	padding-right: 3px;
}
#abecedario A:hover{
	color: #DC9600;
}

/* para autores.tpl */

.autor_en_autores{
	border-top: #adacac 1px dotted;
	font-size: 12px;
	padding: 10px 5px 10px 5px;
}

.titulo_link_autor {
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
.titulo_link_autor:hover {
	text-decoration: underline;
}
.link_libro {
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/llibre.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 17px;
	display: block;
}
.link_libro:hover{
	color: #4c4c4c;
	text-decoration: underline;
}

/********************************************************/
/*         autor.tpl									*/
/********************************************************/

.autor_col_izq{
	padding-right: 10px;
	border-right: 1px #adacac dotted;
}
.autor_col_izq IMG{
	margin-top: 10px;
	margin-bottom: 10px;
}
.autor_col_der{
	padding-left: 10px;
}

#radiografia {
	color: #4c4c4c;
	line-height: 15px;
}
#radiografia  B{
	color: #00538D;/*  */
}

.link_noticia {
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/noti.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 17px;
	display: block;
}
.link_noticia:hover{
	text-decoration: underline;
	color: #4c4c4c;
}

.link_agenda {
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/calen.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 17px;
	display: block;
}
.link_agenda:hover{
	text-decoration: underline;
	color: #4c4c4c;
}

/* la siguiente es una clase para hacer listados. Se pone en la <P> */
.listadoP{
	margin-top: 5px;
	margin-bottom: 4px;
}

/*  Contenido ke va en el perfil del autor... ya veremos si se han de refinir más cosas*/
#perfil {
	color: #4c4c4c;
	text-align:justify;
}
#perfil  A{
	color: #6a6a6a;
	font-weight: bold;
	text-decoration: none;
}
#perfil  A:hover{
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: underline;
}
#perfil B{
	font-weight: normal;
	color: #333333;
}
#perfil .textoNormal{
	margin-top: 0px;
	margin-bottom: 10px;
}
#perfil .editorDestacado{
	font-weight: bold;
	margin-bottom: 5px;
	color: #00538D;
}
#perfil P{
	margin-top: 0px;
	margin-bottom: 10px;
}
/********************************************************/
/*         noticias.tpl									*/
/********************************************************/

.noticia_en_noticias_primera {
	padding: 0px 5px 10px 5px;
}
.noticia_en_noticias{
	border-top: #adacac 1px dotted;
	padding: 10px 5px 10px 5px;
}

.titulo_link_noticia {
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	background-image: url(images/noti.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 17px;
}
.titulo_link_noticia:hover {
	text-decoration: underline;
}
.titulo_fecha_noticias {
	background-color: #e5e5e5;
}
.fecha_noticias{
	color: #6a6a6a;
	font-size: 10px;
}
.intro_noticias{
	color: #4c4c4c;
	margin-top: 2px;
	margin-bottom: 5px;
}
.masinfo{
	color: #00538d;
	font-size: 10px;
/*	font-weight: bold;
	line-height: 25px; */
	text-decoration: none;
	background-image: url(images/masinfo.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 17px;
}
.masinfo:hover{
	text-decoration: underline;
}

/********************************************************/
/*         noticia.tpl									*/
/********************************************************/

.noticia_col_izq{
	padding-right: 10px;
	border-right: 1px #adacac dotted;
}
.noticia_col_izq IMG{
	margin-bottom: 10px;
}

#noticiaTXT{
	text-align: justify;
	color: #4e4e4e;
}

.fecha_noticia{
	margin-top: 0px;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 10px;
}

.link_autor {
	/* tb se utiliza en otras secciones */
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/maromo.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 17px;
	display: block;
}
.link_autor:hover{
	text-decoration: underline;
	color: #4c4c4c;
}

/********************************************************/
/*         colecciones.tpl								*/
/********************************************************/

#introCol{
	text-align: justify;
	border-bottom: #adacac 1px dotted;
	padding-bottom: 10px;
	line-height: 15px;
}
#introCol B{
	font-weight: bold;
	color: #00538D;
	border-bottom: #DC9600 solid 1px;
}

div.coleccion_en_colecciones_primera{
	padding: 10px 5px 10px 5px;
}
div.coleccion_en_colecciones{
	border-top: #adacac 1px dotted;
	padding: 10px 5px 10px 5px;
}

.titulo_link_coleccion{
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
.titulo_link_coleccion:hover {
	text-decoration: underline;
}

.coleccion_autores{
	margin-top: 10px;
	margin-bottom: 0px;
}
.coleccion_temas{
	margin-top: 10px;
	margin-bottom: 0px;
}
.coleccion_titulo_autores, .coleccion_titulo_temas{
	font-weight: bold;
	color: #00538D;
	letter-spacing: 1px;
}

/********************************************************/
/*         coleccion.tpl								*/
/********************************************************/

div.libro_en_coleccion_primero{
	padding: 0px 5px 10px 5px;
}
div.libro_en_coleccion{
	border-top: #adacac 1px dotted;
	padding: 10px 5px 10px 5px;
}
.listadoPtituloLibro{
	margin-top: 0px;
	margin-bottom: 4px;
}
.libroTitulo{
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
/*	line-height: 25px;*/
}
.libroTitulo:hover{
	text-decoration: underline;
}
.coleccion_col_izq{
	padding-right: 10px;
}
.coleccion_col_izq IMG{
	margin-bottom: 10px;
	border: #4c4c4c 1px solid;
}
.coleccion_col_der{
	padding-left: 5px;
}

.link_primeras_paginas {
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/ico-pdf.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 19px;
	display: block;
}
.link_primeras_paginas:hover{
	text-decoration: underline;
	color: #000000;
}

/********************************************************/
/*         pager.tpl								*/
/********************************************************/

#paginacion{
	margin-top: 5px;
	padding-top: 5px;
	border-top: #DC9600 solid 1px;
}
#paginacion B{
	margin: 0px 10px 0px 5px;
}
#paginacion U{
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	color: #00538d;
	text-decoration: none;
}
#paginacion A{
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	color: #DC9600;
	text-decoration: none;
}
#paginacion A:hover{
	background-color: #E6BB5E;
	color: #ffffff;
}

/********************************************************/
/*         libro.tpl									*/
/********************************************************/

#h1Libro{
	margin-bottom: 10px;
}
#h1Libro  h1{
	font-size: 14px;
	font-weight: bold;
	color: #00538d;
	border-bottom: #DC9600 solid 1px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.listadoP_libro{
	margin-top: 1px;
	margin-bottom: 4px;
}
.link_autor_libro {
	/* tb se utiliza en otras secciones */
	color: #6a6a6a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/maromo.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-right: 20px;
}
.link_autor_libro:hover{
	text-decoration: underline;
	color: #4c4c4c;
}
#contenidoLibro{
	margin-top: 20px;
}
#contenidoLibro .left{
	padding-right: 10px;
}
#contenidoLibro .right{
	padding-left: 10px;
	border-left: #4c4c4c 1px dotted;
}
#contenidoLibro IMG{
	margin-bottom: 10px;
	border: #4c4c4c 1px solid;
}
#contenidoLibro .notasPrensa{
	color: #00538D;
	font-weight: bold;
	text-decoration: none;
}
#contenidoLibro .notasPrensa:hover{
	color: #00538D;
	font-weight: bold;
	text-decoration: underline;
}

#radiografiaLibro {
	margin-top: 10px;
	color: #4c4c4c;
	line-height: 15px;
	margin-bottom: 10px;
}
#radiografiaLibro  B{
	color: #00538D;/
}
#radiografiaLibro  A{
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}
#radiografiaLibro  A:hover{
	color: #00538D;
	text-decoration: underline;
}

#tiendas {
	margin: 15px 0px 10px 0px;
	/* border: #4c4c4c 1px solid; */
}
#tiendas TH{
	padding: 5px 0px 0px 5px;
	border-bottom: #DC9600 solid 1px;
	text-align: left;
	color: #00538D;
	/* background-color: #DADADA; */
}
#tiendas TD{
	padding: 10px 0px 0px 0px;
}
#tiendas IMG{
	border: 0px;
	margin: 0px;
}
#tiendas A{
	margin-left: -35px;
	padding-left: 45px;
	text-decoration: none;
	color: #4c4c4c;
}
#tiendas A:hover{
	color: #00538D;
	text-decoration: underline;
}

#bloque_libro{
	margin-top: 0px;
	margin-bottom: 15px;
}
#bloque_libro .titulo{
	margin-top: 0px;
	margin-bottom: 6px;
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
}
#bloque_libro .tituloSin{
	margin-top: 0px;
	margin-bottom: -10px;
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
}
#bloque_libro .listadoP{
	margin-top: 0px;
	margin-bottom: 4px;
}

/********************************************************/
/*         portada.tpl									*/
/********************************************************/
.portadaDerechaTD{
	background-color: #eeeeee;
	border: #dddddd solid 1px;
	padding: 5px;
}
.portadaIzquierdaTD{
	padding-right: 10px;
}

#coleccionPortada A{
	padding-left: 15px;
	background-image: url(images/arrowFosc.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #4e4e4e;
	text-decoration: none;
}
#coleccionPortada A:hover{
	color: #000000;
}
#coleccionPortada .seccion{
	padding-left: 15px;
	color: #00538D;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/colec.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-bottom: #00538D 1px solid;
}
#coleccionPortada .noticia_en_noticias_primera{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
#coleccionPortada .noticia_en_noticias{
	border-top: #adacac 1px dotted;
	padding: 3px 0px 0px 0px;
	margin: 2px 0px 5px 0px;
}

#noticiasPortada A{
	padding-left: 15px;
	background-image: url(images/arrowFosc.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #4e4e4e;
	text-decoration: none;
}
#noticiasPortada A:hover{
	color: #000000;
}
#noticiasPortada .seccion{
	padding-left: 15px;
	color: #00538D;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/noti.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-bottom: #00538D 1px solid;
}
#noticiasPortada .noticia_en_noticias_primera{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
#noticiasPortada .noticia_en_noticias{
	border-top: #adacac 1px dotted;
	padding: 3px 0px 0px 0px;
	margin: 2px 0px 5px 0px;
}

#eventosPortada A{
	padding-left: 15px;
	background-image: url(images/arrowFosc.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #4e4e4e;
	text-decoration: none;
}
#eventosPortada A:hover{
	color: #000000;
}
#eventosPortada .seccion{
	padding-left: 15px;
	color: #00538D;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/calen.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border-bottom: #00538D 1px solid;
}
#eventosPortada .noticia_en_noticias_primera{
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
#eventosPortada .noticia_en_noticias{
	border-top: #adacac 1px dotted;
	padding: 3px 0px 0px 0px;
	margin: 2px 0px 5px 0px;
}

/********************************************************/
/*         paginas estaticas.tpl						*/
/********************************************************/

#static{
}
#static P{
	text-align: justify;
	margin: 0px 10px 5px 5px;
}
#static UL{
	text-align: justify;
	margin: 10px 10px 15px 30px;
	padding: 0px;
}
#static LI{
	background-image: url(images/arrowFosc.gif);
	background-position: -5px -2px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 10px;
	margin: 2px 10px 5px 0px;
}
#static A{
	color: #00538D;
	font-weight: bold;
	letter-spacing: 1px;
}
#static A:hover{
	color: #000000;
}
#static .direccion{
	margin: 20px 10px 0px 25px;
	color: #666666;
}
#static .styria{
	font-weight: bold;
	color: #00538D;
	border-bottom: #DC9600 solid 1px;
}
#static .titulin{
	font-weight: bold;
	margin: 20px 10px 10px 5px;
	text-align: left;
}
#static .titulo{
	color: #DC9600;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}


/********************************************************/
/*         distribuidores.tpl							*/
/********************************************************/
#distribuidor{
	margin: 20px 10px 10px 5px;
	padding: 10px 5px 0px 5px;
	border-top: #adacac 1px dotted;
}
#distribuidor .zona{
	font-size: 12px;
	color: #DC9600;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#distribuidor .empresa{
	color: #00538D;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#distribuidor .datos{
	margin: 0px 0px 0px 0px;
}
#distribuidor .mailto{
	background-image:url(images/mailto.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 2px 0px 2px 20px;
	margin: 2px 0px 2px 0px;
}
#distribuidor .webto{
	background-image:url(images/webto.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 2px 0px 2px 20px;
	margin: 2px 0px 2px 0px;
}
#distribuidor A{
	color: #4e4e4e;
	text-decoration: none;
}
#distribuidor A:hover{
	color: #00538D;
	text-decoration: underline;
}


/********************************************************/
/*         busqueda avanzada.tpl						*/
/********************************************************/

#advSearch{
	margin-left: 5px;
}
#advSearch TD{
	padding: 3px;
}
#advSearch .titulo{
	font-weight: bold;
}
#advSearch INPUT{
	width: 300px;
	background-color: #b1c7d7;
	border-top: #4c4c4c solid 1px;
	border-left: #4c4c4c solid 1px;
	border-bottom: #adacac solid 1px;
	border-right: #adacac solid 1px;
	font-weight: bold;
	font-size: 10px;
	color: #00538d;
}
#advSearch .boton{
	width: 300px;
	display: block;
	background-color: #d7e5ea;
	border-top: #adacac solid 1px;
	border-left: #adacac solid 1px;
	border-bottom: #4c4c4c solid 1px;
	border-right: #4c4c4c solid 1px;
	font-weight: bold;
	color: #00538d;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
}
#advSearch .boton:hover{
	background-color: #b1c7d7;
	color: #00538d;
}
#advSearch SELECT{
	width: 100%;
	background-color: #b1c7d7;
	border-top: #4c4c4c solid 1px;
	border-left: #4c4c4c solid 1px;
	border-bottom: #adacac solid 1px;
	border-right: #adacac solid 1px;
	font-weight: bold;
	font-size: 10px;
	color: #00538d;
}



/********************************************************/
/*         BasseTech 									*/
/********************************************************/
