﻿/** GENERAL **/
*
{
	 margin: 0; 
	 padding: 0; 
}

html, body
{
	height: 100%;
	margin: 0px;
	font-family: Candara;
	background-color: #e2e2e2;
}

a 
{
	COLOR: Red; 
	text-decoration: none;
}

a:hover 
{
	COLOR: Red; 
	text-decoration: underline;
}

/**************************/

/** CABECERA **/
.header 
{
	width: 996px;
	height: 98px;
	margin-top: 10px;
	margin-left: auto;	
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../../IMGALEE/Cabecera.jpg);
	padding: 0;
}

.btnBuscaEdi
{
	
	text-align: center;
	background-image: url(../../IMGALEE/btnBusAv.jpg);
	height: 29px;
	width: 153px;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
	color: white;
	font-size: 14px;
}

.btnBuscaEdi, .btnBuscaEdi A:link, .btnBuscaEdi A:visited, .btnBuscaEdi A:active
{
	color: white;
}

.btnBuscaAv
{
	vertical-align: bottom;
	text-align: center; 
	background-image: url(../../IMGALEE/btnBusAv.jpg); 
	height: 29px; 
	width: 153px; 
	float: right;
	margin-top: 25px;
	vertical-align: bottom;
	margin-right: 6px;
	color: white;
	font-size: 14px;
}

.btnBuscaAv, .btnBuscaAv A:link, .btnBuscaAv A:visited, .btnBuscaAv A:active
{
	
	color: white;
}

.logo
{
	float: left;
	width: 40%;
	height: 50px;
	text-align: center;
	margin-top: 12px;
}

.cmbTipo
{
	margin-top: 20px;
	float: left;
	width: 100px;
	height: 25px;
}

.buscarPor
{
	margin-top: 20px;
	float: left;
	width: 90px;
	height: 25px;
	margin-right: 10px;
}

.campo
{
	margin-top: 12px;
	float: left;
	margin-right: 10px;
	height: 33px;
	width: 230px;
}

.btnBuscar
{
	margin-top: 5px;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.btBsc
{
	border: 0px;

}
/**************************/






/** MENU PAGINA **/
.menuPag
{
	height: 29px;
	float: left;
	width: 765px;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: bottom;
	font-size: 14pt;
	color: #646566;
}

.menuPag A:link, .menuPag A:visited, .menuPag A:active
{
	color: #646566;
}

.mnuInicio
{
	height: 29px;
	float: left;
	width: 92px;
	background-image: url(../../IMGALEE/mnuInicio.jpg);
	text-align: center;
	margin-right: 4px;
}

.mnuInicioSel, .mnuInicioSel A:link, .mnuInicioSel A:visited, .mnuInicioSel A:active
{
	height: 29px;
	float: left;
	width: 92px;
	background-image: url(../../IMGALEE/mnuInicioSel.jpg);
	text-align: center;
	color: black;
	margin-right: 4px;
}


.mnuNovedades
{
	height: 29px;
	float: left;
	width: 132px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuNovedades.jpg);
	text-align: center;
}

.mnuNovedadesSel, .mnuNovedadesSel A:link, .mnuNovedadesSel A:visited, .mnuNovedadesSel A:active
{
	height: 29px;
	float:left;
	width: 132px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuNovedadesSel.jpg);
	text-align: center;
	/*color: black;*/
}


.mnuRecomendados
{
	height: 29px;
	float: left;
	width: 166px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuRecomendados.jpg);
	text-align: center;
	vertical-align: bottom;
}

.mnuRecomendadosSel, .mnuRecomendadosSel A:link, .mnuRecomendadosSel A:visited, .mnuRecomendadosSel A:active
{
	height: 29px;
	float:left;
	width: 166px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuRecomendadosSel.jpg);
	text-align: center;
	vertical-align: bottom;
	color: black;
}


.mnuFPago
{
	height: 29px;
	float: left;
	width: 224px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuFPago.jpg);
	text-align: center;
	vertical-align: bottom;
}

.mnuFPagoSel, .mnuFPagoSel A:link, .mnuFPagoSel A:visited, .mnuFPagoSel A:active
{
	height: 29px;
	float:left;
	width: 224px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuFPagoSel.jpg);
	text-align: center;
	vertical-align: bottom; 
	color: black;
}

.mnuContacto
{
	height: 29px;
	float: left;
	width: 131px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuContacto.jpg);
	text-align: center;
	vertical-align: bottom;
}

.mnuContactoSel, .mnuContactoSel A:link, .mnuContactoSel A:visited, .mnuContactoSel A:active
{
	height: 29px;
	float:left;
	width: 131px;
	margin-right: 4px;
	background-image: url(../../IMGALEE/mnuContactoSel.jpg);
	text-align: center;
	vertical-align: bottom;
	color: black;
}

/*****************************/

/** CONTENIDO **/
.wrap
{
	width: 996px;
	height: auto;
	background-image: url(../../IMGALEE/Central.jpg);
	margin-left: auto;
	margin-right: auto;
}

.right 
{ 
	/**margin-bottom: 10px;**/
	margin-left: 10px;
	float: left; 
	width: 765px;
	height: auto;
	margin-top: 5px;
	padding-bottom: 0px;
}

.titulo
{
	float: left;
	height: auto;
	width: 765px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 26px;
	border-bottom: #999999 thin solid;
}

.cTemas
{
	color: Gray;
	float: left;
	height: auto;
	width: 765px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 26px;
	font-size: 8pt;
}


.recomendar 
{
	margin-bottom: 5px; 
	float: right; 
	width: 561px; 
	height:60px;  
	margin-top: 0px; 
	margin-bottom:10px; 
}

.tablaSin
{
	background-color: white;
	width: 100%;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.posted
{
	font-size: 12pt;
	border-bottom: red thin solid;
	color: Black;
}

.posted A:link, .posted A:visited, .posted A:active
{
	text-decoration: none;
	color: Black;
}

/*****************************/

/** ARTICULO */	
.tablaArt
{
	width: 100%; 
	height: 81px;
	
}

.art
{
	width: 765px;
	height: 300px;
	float: left;
	
}

.autor
{
	width: 750px;
	margin-bottom: 5px;
}

.contenido
{
	width: 750px;
	height: 165px;
	
}

.compArt
{
	float: right;
	height: 165px;
	width: 180px;
	
}

.imgArt
{
	float: left;
	height: 165px;
	width: 110px;
}

.contArt
{
	float: left;
	height: 165px;
	width: 450px;
	margin-left: 3px;
	border-right: gray thin solid;
}

.ediArt 
{
	width: 100%;
	float: left;
}

.ISBNArt 
{
	float: left;
	width: 249px;
}

.edicionArt 
{
	float: left;
	width: 249px;
}

.f1EdiArt 
{
	float: right;
	width: 200px;
}

.nPagArt 
{
	float: right;
	width: 200px;
}

.idiomaArt 
{
	float: left;
	width: 100%;
}

.sinopArtCut
{
	float: left;
	width: 100%;
}

.sinopArtCut A:link, .sinopArtCut A:visited, .sinopArtCut A:active
{
	color: Red;
}


.zonaBotCompArt
{
	height: 66px;
	width: 166px;
}

.imgCompArt
{
	position: absolute;
	z-index: 0;
	height: 66px;
	width: 166px;
	
}
.imgCompArt A:link, .imgCompArt A:visited, .imgCompArt A:active, img
{
	text-decoration: none;
	border: 0;
}

.pvpArt 
{
	position: absolute;
	z-index: 1;
	height: 22pt;
	width: 130px;
	font-size: 22pt;
	margin-top: 5px;
	margin-left: 40px;
	text-decoration: none;
	color: #339966;
}

.pvpArt A:link, .pvpArt A:visited, .pvpArt A:active, img
{
	text-decoration: none;
	color: #339966;
	border: 0;
}

.stokArt 
{

}
.stokArt A:link, .stokArt A:visited, .stokArt A:active
{
	text-decoration: none;
}
/**************************/


/** ZONA DOCK **/
.dock
{
	float: right;
	clear: right;
	
	height: auto;
	width: 180px;
	
	margin-right: 5px;
	border: 0px;
	top: 0px;
	bottom: 0px;
	background-image: url(../../IMGALEE/FondoDock.jpg);
	padding: 0;
	padding-bottom: 0;
	line-height: normal;
}

.lateral
{
	float: left;
	width: 164px;
}

.cesta
{
	float: left;
	width: 164px;
	height: 220px;
	margin-top: 5px;
	margin-left: 10px;
	background-image: url(../../IMGALEE/Cesta.gif);
	color: White;
	
}

.cLibros
{
	float: left;
	width: 110px;
	height: 30px;
	margin-top: 83px;
	margin-left: 40px;
	border-bottom: black 3px dotted;
}

.cTotal
{
	float: left;
	width: 110px;
	height: 30px;
	margin-top: 5px;
	margin-left: 40px;

}

.cComprar
{
	float: left;
	width: 80px;
	height: 40px;
	margin-top: 31px;
	margin-left: 70px;
	color: White;
}

.cComprar A:link, .cComprar A:visited, .cComprar A:active
{
	color: White;
	text-decoration: none;
}

.Suscripcion
{
	float: left;
	width: 164px;
	height: 175px;
	margin-top: 31px;
	margin-left: 10px;
	background-image: url(../../IMGALEE/Suscripcion.jpg);
}

.txtSuscripcion
{
	float: left;
	margin-left: 10px;
	margin-top: 35px;
	height: 60px;
	width: 143px;
	font-size: 9pt;

}

.cajaSuscripcion
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	height: 25px;
	width: 143px;
	text-align: left;

}

.btnSuscripcion
{
	float: left;
	margin-left: 65px;
	margin-top: 13px;
	height: 30px;
	width: 90px;
	text-align: left;
}


.btnSuscribir
{
	float: left;
	margin-left: 63px;
	margin-top: 45px;
	width: 75px;
	height: 19px;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: #8f9295;
	color: white;
	border-style: none;
}

.dTemas
{
	float: left;
	width: 164px;
	height: 175px;
	margin-top: 31px;
	margin-left: 20px;
	font-size: 6pt;
	
}

/**************************/


/** CONTENIDO RESULTADOS BUSQUEDA **/
.dvGeneral
{
	width: 650px;
	height: 120px;
	margin-top: 15px;
}

.dvImagen, .dvImagen a:link, .dvImagen A:visited, .dvImagen A:active
{
	text-align: left; 
	width: 60px; 
	height: 90px;
	margin-top: 5px;
	float: left;
}

.dvImagen img
{
	border: 0px;	
}


.divText
{
	float: left;
	width: 580px;
	float: right;
	height: 90px;
	margin-left: 5px;
	margin-top: 5px;
	
}

.dvTitulo, .dvTitulo A:link, .dvTitulo A:visited, .dvTitulo A:active
{
	width: 580px;
	color: Red;
	height:auto;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 5px;
	float: left;
}

.dvAutor
{
	width: 580px;
	height:auto;
	font-size: 12px;
	float: left;
	
}

.dvEditorial
{
	width: 580px;
	height:auto;
	font-size: 12px;
	float: left;
}

.dvISBN
{
	width: 580px;
	height:auto;
	font-size: 12px;
	float: left;
}

/** Zona Compra **/
.dvComprar
{
	width: 580px;
	height: 25px;
	float: right;
	margin-top: 3px;
	border-bottom: silver 1px solid;
}

.dvImgComprar
{
	width: 94px;
	height: 25px;
	float: right;
	border-bottom: 3px;
}

.dvImgComprar img
{
	border: 0;
}

.PVP, .PVP a:link, .PVP A:visited, .PVP A:active
{
	float: left; 
	height: auto;
	width: 75px;
	color: #28a356;
	text-align: left;
	font-size: 20px;
	border-bottom: 3px;
}
/************************/



/** CONTENIDO DATALIST 2 **/
.dvGeneral2
{
	width: 350px;
	height: 120px;
	margin-top: 15px;
}

.dvImagen2, .dvImagen2 a:link, .dvImagen2 A:visited, .dvImagen2 A:active
{
	text-align: left; 
	width: 60px; 
	height: 90px;
	margin-top: 5px;
	float: left;
}

.dvImagen2 img
{
	border: 0px;	
}


.divTexto
{
	float: left;
	width: 280px;
	float: right;
	height: 90px;
	margin-left: 5px;
	margin-top: 5px;
	
}

.dvTitulo2, .dvTitulo2 A:link, .dvTitulo2 A:visited, .dvTitulo2 A:active
{
	width: 280px;
	color: Red;
	height:auto;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 5px;
	float: left;
}

.dvAutor2
{
	width: 280px;
	height:auto;
	font-size: 12px;
	float: left;
	
}

.dvEditorial2
{
	width: 280px;
	height:auto;
	font-size: 12px;
	float: left;
}

.dvISBN2
{
	width: 280px;
	height:auto;
	font-size: 12px;
	float: left;
}

/** Zona Compra **/
.dvComprar2
{
	width: 280px;
	height: 25px;
	float: right;
	margin-top: 3px;
	border-bottom: silver 1px solid;
}

.dvImgComprar2
{
	width: 94px;
	height: 25px;
	float: right;
	border-bottom: 3px;
}

.dvImgComprar2 img
{
	border: 0;
}

.PVP2, .PVP2 a:link, .PVP2 A:visited, .PVP2 A:active
{
	float: left; 
	height: auto;
	width: 75px;
	color: #28a356;
	text-align: left;
	font-size: 20px;
	border-bottom: 3px;
}

/************************/

















/** PIE DE PAGINA **/
.footer
{
	font-size: 11px;
	padding: 0;
	width: 996px;
	text-align: center;
	height: 141px;
	background-image: url(../../IMGALEE/Pie.jpg);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.textos
{
	text-decoration: none;
	float: left;
	margin-top: 2px;
	margin-left: 25px;
	width: 85%;
	text-align: left;
	font-size: 12pt;
	height: 45px;
}

.textos A:link, .textos A:visited, .textos A:active
{
	color: Black;
}


.w3c
{
	float:left;
	margin-left: 25px;
	margin-top: 15px;

}
.w3cImg img
{
	border:0;
	width:88px;
	height:31px;
}
	
.fTemas
{
	float: left;
	width: 500px;
	height: 50px;
	margin-top: 15px;
	margin-left: 175px;	
	text-decoration: underline; 
	color: #8f9295;
}
	
/**************************/




























/** GESTOR **/
.cabGestor
{
	background-image: url(../../Images/titulo.jpg);
	height: 60px;
}

.usrGes
{
	background-image: url(../../Images/buscador.jpg);
}

.rightges 
{
	margin-bottom: 0px; 
	padding: 0 0px 0px 00px; 
	margin-top: 10px; 
	position:relative;
}


.login
{
	font-weight: bold;
	color: Black;
	float: right;
	border-bottom: black 2px solid;
	border-left: black 2px solid;
	border-top: black 2px solid;
	border-right: black 2px solid;
}

.menu, .menu A:link, .menu A:visited, .menu A:active
{
	width: 86px;
	background-color: #000033;
	text-align: center;
	color: white;
	font-family: Verdana;
}	

.menBar
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.IE8{ z-index:50; }

.gridARt a:visited{ color:Black; }

.txtHermes
{
	background-color:#FFFFC0;
}

.btnHermes
{
	background-color: #003366;
	color:White;
}

/*** GRIDS HERMES ***/
.hermesRowStyle
{
	background-color: #F7F6F3;
}

.hermesHeaderStyle
{
	background-color: #5D7B9D;
	color: White;
}

.hermesHeaderStyle a
{
	background-color: #5D7B9D;
	color: White;
}

.hermesAlternatingRowStyle
{
	background-color: White;
	color: #284775;
}