@charset "utf-8";
/* CSS Document */
/*-------------------------- ESTILOS HOME Y GENERALES -------------------------------------------------------------*/
*{
	margin:0;
	padding:0;	
}

a {
	text-decoration:none;
	outline:none;
	color:#AA224F;
}

a img {
	border:0;
}

a:hover{
	text-decoration:none;
	color:#CC3366;
}

ul,li{
list-style: none;
}


body{
	background-color:#f3f1f2;
	background-image:url(/img/Backmain.jpg) ;
	background-position:center top;
	padding:0;
	margin:5px 0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}

.comoComprar {
	position:absolute;
	padding:10px;
	width:750px;
	background-color:#CCC;
	z-index:999;
	margin:0;
	top:30px;
	left:50%;
	margin-left:-380px;
}

.comoComprar div {
	float:left;
	border-right:dashed 1px #CCC;
	background:#FFF;
	width:139px;
	text-align:center;
	padding:5px;
	height:390px;
}

.comoComprar div b {
	display:block;
	font-size:30px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	margin-bottom:5px;
}

.comoComprar div span {
	display:block;
	font-size:11px;
	font-weight:bold;
	height:40px;
	color:#000;
	border-bottom:solid 1px #666;
	margin-bottom:5px;
}

.comoComprar div p {
	text-align:left;
	color:#666;
}

.comoComprar-back {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#666;
	filter:alpha(opacity=70);
	opacity: 0.7;
	z-index:990;
	margin:0;
	top:0;
}

/*.head: contenedor de logo, menú, buscador, carrito, banner principal y banner quienes somos*/
.head{
	width:960px;
	background-color:#FFFFFF;
	margin:10px auto 0 ;
	padding-bottom:20px;
	position:relative;
	overflow:auto;
}
.logomain{
	float:left;
	margin:10px 0 0 14px;
	cursor:pointer;
}
.headseparador{
	float:left;
	margin:10px 14px 0 ;
}
.headmenu{
	float:left;
	margin:15px 0 0 -5px;
	width:138px;
	line-height:15px;
	color:#333;
	font-size:9px;
	position:relative;
	overflow:hidden;
}

.headmenu a{
	font-size:11px;
}

.menuitemlist{
	color:#6D6E70;
}
.buscadorcont{
	float:left;
	width:396px;
	margin-top: 23px;
}
.carritocont{
	padding-top: 23px;
	height:78px;
}

.buscadorinput , .carritolabel{
	float:left;	
	margin-top:6px;
	height:18px;
	background-color:#FFFAD2;
	border:1px solid #929497;
	color:#000000;
	padding:5px 0 0 5px;
}

.buscadorinput{	
	width:216px;
}
.carritolabel{
color:#AA224F;
	width:128px;
}

.buscadordropdown{
	float:left;	
	margin:6px 0 0 8px;
	width:117px;
	height:18px;
	background-color:#F1F1F2;
	border:1px solid #929497;
	padding:5px 0 0 5px;
	position:relative;
}
.buscadordropdown img{
	float:right;
	margin-right:5px;
	cursor:pointer;
}

.buscadordropdown span {
	color:#AA224F;
}

.imgtitulo{
	display:block;
}
.buscarbtn{
	width:28px;
	height:33px;
	/*background-image:url(/img/botonbuscar.gif);*/
}
.buscarbtn input{
   	width:28px;
	height:33px;
	/*background-image:url(/img/botonbuscar.gif);*/
    border-style:none;
}
.carritobtn{
	width:41px;
	height:34px;
	background-image:url(/img/botoncarrito.gif);
}
.carritobtnactivo{
	width:41px;
	height:34px;
	background-image:url(/img/botoncarritoActivo.gif);
}
.buscarbtn,.carritobtn,.carritobtnactivo{
	float:left;
	margin:2px 0 0 10px;
}
.busqavanzada{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.bannermain{
	display:block;
	margin:7px 0 15px 10px ;	
	width:716px;
	height:167px;
	background:#FFF;
	float:left;
}
.qsomos{
	float:right;
	margin:0 4px 0 0;
	background-image:url(/img/quienessomos.jpg);
	background-position:center 2px;
	width:230px;
	height:179px;
	.margin-right:0px;
}
.actividadesInvierno {
	float:right;
	margin:0 4px 0 0;
	background-image:url(/img/actividades2011.png);
	background-position:center 1px;
	width:230px;
	height:179px;
	.margin-right:0px;
}

/*.maincont: contenedor del contenido principal del html home*/
.maincont{
	width:950px;
	background-color:#FFFFFF;
	margin:0 0 0 10px;
	padding:0 0 50px;
	float:left;

}
/* homeitemlist: contiene el listado de items destacado de cada sección */
.homeitemlist{
	position:relative;
	width:928px;
	/* background-image:url(/img/homeselectback.jpg);*/
	float:left;
	padding:0 6px;
	margin-bottom:25px;
}

.homeitem{
    float: left;
    padding: 15px 10px 0;
    text-align: center;
    width: 165px;
}

.homeitem p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000000;
	margin-top:25px;
}
.homeitemlinkimage{
	display:block;
	margin:0 auto;
	width:104px;
}

.homeitemlinkimage img{
	border:solid 1px #CCC;
}

.homeitemlinktitle {
	display:block;
	margin:14px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	text-transform:uppercase;
}

	.homeitemlinktitle:first-letter {
		text-transform:uppercase;
	}

.homeitemlinkauthor{
	font-style:normal;
	font-size:10px;
	text-transform:uppercase;
	color:#2EC3E5;
}
.itemseparador{
	margin:24px auto 0;
	border-top:1px solid #bebdbd;
	width:121px;
	padding:6px 0 14px;
	color:#000000;
}
.itemprecio{
	font-weight:bold;
	color:#000000;
}
.itemlistclose{	
	/*background-image:url(/img/gradientfootitemlist.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
	height:11px;
	width:940px;
	display:none;
}
/* carteleracont: contiene la cartelera de novedades */
.carteleracont{
	width:710px;
	position:relative;
	float:left;
	margin-top:6px;
	border-bottom:1px #bebdbd dashed;
}
.carteleraitem{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float:left;
	width:21.5%;
	text-align:center;
	padding:25px 1.5% 0;
}
.cartelerafecha{
	margin:15px auto ;
	border-top:1px solid #bebdbd;
	width:104px;
	padding:6px 0 14px;
	color:#bebdbd;
}

.carteleraseparador{
	float:left;
	margin-top:12px;
}

/* .invitacont: contiene el link de BOLETINES y  Betania ayuda a la Comunidad */
.invitacont{
	float:right;
	width:230px;
	margin:10px 0 0 0;
}

.fbhome {
	width:938px;
	margin-right:10px;
	display:inline;
}

.boletines, .facebook {
	display:block;
	/*float:right;*/
	width:230px;
	height:142px;
	background-position:-5px center;
}

	.boletines {
		background-image:url(/img/blog.jpg);
	}

	.facebook{
		background-image:url(/img/facebook.jpg);
		margin:0 0 3px 0;
	}

.boletinesb{
display:block;
	/*float:right;*/
	width:224px;
	height:110px;
	margin:-5px 0 0 -3px;
	background-position:center;
	background-image:url(/img/boletines2.jpg);
	float:left;
}

.comunidad{
display:block;
	/*margin-top:26px;*/
	/*float:right;*/
	width:225px;
	height:104px;
	/*clear:right;*/
	background-image:url(/img/comunidad.jpg);
	background-position:center;
}
/* menufooter: contiene la navegación de fondo negro */
.menufooter{
	width:960px;
	margin:0 0 0 0;
	padding-top:18px;
	background-color:#CBCBCB;
	color:#FFFFFF;
	text-align:center;
	overflow:auto;
	padding-bottom:25px;
	float:left;
	position:relative;
}

.menufooter p {
	color:#FFFFFF;
	line-height:30px;
}
.menufooter p a{
	color:#FFFFFF;
	text-decoration:underline;
}
.menufooter p a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.menulista{
	position:relative;
	float:left;
	width:33%;	
	color:#000;
	padding-top:25px;
}
.menulista ul {
	padding:25px 0 0 10px;
	list-style:none;
	overflow:hidden;
}

	.menulista ul li{
		text-align:left;
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		font-style:italic;
		
		text-transform:uppercase;
		float:left;
		width:270px;
		/*min-height:20px;*/
	}
.menulista ul li.verMasList
{
    float:left;
    position:relative;
    width:20px;
    }
.menulista ul li a {
	text-align:left;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:20px;
	text-transform:lowercase;
	display:block;
}

	.menulista ul li a:first-letter {
		text-transform:uppercase;
	} 


.menulista ul li a:hover{
	text-decoration:underline;

}

.menulista ul li a.expandirArbol {
	float:left;
	clear:left;
}


.separadormenulista{
	float:left;
	margin-top:75px;
	background:url(/img/separadormenulista.gif);
	width:2px;
	height:620px;
}
.listamas{
	position:absolute;
	left:-10px;
	top:35px;
}
/* logo cyberferia */
.cyberfooter{
	display:block;
	float:left;
	margin:10px auto;
	background:url(/img/tapLogo.png) 750px 20px no-repeat;
	width:100%;
	height:60px;
}

.btncomprarhome{
	display:block;
	background:url(/img/b-comprar.png) center no-repeat;
	width:87px;
	height:24px;
	margin:0 auto 11px;
}

.homeCursos, .homeBlog {
	float:left;
	width:416px;
	height:60px;
	margin:30px 0 0 2px;
	display:inline;
	color:#000;
	font-size:13px;
	padding:65px 20px 0;
}

.homeCursos {
	background:url(/img/cursos-back.jpg);
	margin-right:21px;
}

	.homeCursos span {
		color:#AA224F;
	}

.homeBlog {
	background:url(/img/blog-back.jpg);
}

/*-------------------------- ESTILOS DETALLE -----------------------------------------*/


/* detallecont: contiene Titulo, tapa, autor, temas e info secundaria (editorial,ISBN, paginas gramos) */
.detallecont{
	float:left;
}

.detallePrinc {
	float:left;
	width:100%;
	margin:0 0 40px 0;
}

.detallettitulofondo{
	border:1px solid #d2d1ce;
	background-color:#dcd9cc;
	padding:2px;
}

.detalletitulo, .detalletext, .detalleinfosec, .detalleAutor {
	float:left;
	width:400px;
	margin-top:5px;
}

.detalletitulo{
	font-size:19px;
	color:#000;
	text-transform:uppercase;
}

	.detalletitulo:first-letter{
		text-transform:uppercase;
	}

.detalledata{
	width:625px;
	float:left;
}

.detalleimg{
	background:url(/img/detalleimg-back.png) no-repeat center top;
	padding:12px 10px 0;
	display:block;
	float:left;	
	width:195px;
}

.detalleImgBack {
	float:left;
	width:215px;
	margin:0 10px 0 0;
	background:url(/img/detalleimg-bottom.png) no-repeat center bottom;
	padding-bottom:12px;
	display:inline;
}

.carritoitemborde .detalleimg {
	width:70px;
	margin-top:0;
}

.detalletext{
	padding-top:10px;
	font-size:11px;
	color:#000;
	float:left;
}

.detalleAutor {
	color:#000;
	font-size:13px;
}

.detalleAutor p {
	display:inline;
	color:#666;
}

.detalletextresalte, a.detalletextresalte{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:;	
	line-height:16px;
}


.detalletextresalte a, .detalleinfosec a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:;
	text-decoration:underline;
}

.detalleinfosec{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#000;
	border-top:solid 1px #E0DDDA;
	padding-top:7px;
	margin-top:15px;
	float:left;
}

	.detalleinfosec div {
		display:block;
		margin:8px 0 10px;
		color:#000;
		line-height:11px;
	}

		.detalleinfosec span {
			color:#000;
			font-size:8px;
		}
		
		.categoria1, .categoria2, .categoria3, .categoria4 {
			text-transform:lowercase;
		}

/*detallecompracont: contiene el modulo de compra de la parte de detalle*/
.detallecompracont{
	float:right;
	width:295px;
	margin-right:10px;
	display:inline;
}

.detallecompratitulofondo
{
    width:287px;
	padding:18px 0;
	border:4px solid #D5D5D5;
	background:#EEE;

}

#selCantidad {
	color:#000;
	position:relative;
}
.compraprecio{
	margin:0 auto 4px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
}
.compraprecio a{
	margin:11px auto 4px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}
.compraprecioconvertir, .detEnvio {
	display:block;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
}
.btncomprarcomprar{
	display:inline;
	margin:0 auto;
	float:left;
}
.dropdowncantidad .btncomprarcomprar{
	float:none;
}
.dropdowncantidad {
	width:257px;
	height:45px;
	margin:13px 15px;
	padding:8px 0 0;
	line-height:25px;
	border-top:solid 1px #BEBEBE;
	border-bottom:solid 1px #BEBEBE;
	text-align:center;
}

.dropdowncantidad span, .dropdowncantidad select {
	position:relative;
	top:-13px;
	margin-right:2px;
}

.dropdowncantidadbtn{
	width:44px;
	height:18px;
	line-height:14px;
	background-color:#F1F1F2;
	border:1px solid #929497;
	padding:5px 0 0 5px;
	background-image:url(/img/dropdownarrow.gif);
	background-repeat:no-repeat;
	background-position:25px 5px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
}
.comprardata{
	border:1px solid #E6E6E6;
	border-top:0;
	margin:0 10px;
	display:block;
	padding:5px 0;
}
/* .botonesderechacont:contiene la navegación, banners y links de la columna derecha por debajo del head */
.botonesderechacont{
float:right;
width:230px;
margin:0 0 0 0;

}
.vermaslibros, .vermasmusica, .vermasartesanias{
	display:block;
	width:218px;
	height:70px;
	margin:0 0 15px 2px;
	float:left;
	background:center;
}
.vermaslibros{
	background-image:url(/img/vermaslibros.gif);
}
.vermasmusica{
	background-image:url(/img/vermasmusica.gif);
}
.vermasartesanias{
	background-image:url(/img/vermasartesanias.gif);
}
/* detallemain:contiene toda la info específica al html detalle */

.detallemain {
	float:left;
}
/*detalledesc:la reseña*/
.detalledesc{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#333333;
	width:680px;
	margin-top:25px;
}
/*comentarioscont:contiene los comentarios*/
.comentarioscont{
	float:left;
	margin-top:10px;
	width:680px;
}
.comentario{
float:left;
	width:387px;
	padding:11px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:16px;
	color:#999999;
}
.comentariousuario{
	float:right;
	width:387px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#6D6E70;
	padding-bottom:10px;
	background-image:url(/img/separadorcomentario.gif);
	background-position:bottom;
	background-repeat:no-repeat;

}
.comentar{
float:right;
background-image:url(/img/botoncomentar.gif);
width:72px;
height:24px;
margin-top:10px;
}
.recomendadoscont{
	margin:0 10px 15px 0;
	display:inline;
	padding:5px 15px 0;
	background-color:#FFF;
	border:1px solid #e4e4e4;
	float:right;
	width:188px;
	background:url(/img/recomendadoscont-back.png) repeat-y left;
}
.recomendadosfondo{
}
.recomendadosfondo, .recomendadosleyenda{
	font-size:11px;
	text-align:center;

}
.recomendadosleyenda{	
	padding:5px 0 15px 0;
}

.recomendadositem{
	display:none;
	border:none;
	padding:10px 0 0 0;
	margin:0 0 10px;		
}

.recomendadositem img{
	border:none;
}

.recomendadostitulo {
	padding:20px 0;	
	border-top:1px solid #E4E4E4;
}

	.recomendadostitulo a {
		text-transform:lowercase;	
		text-align:left;
		display:block;
	}
	
	.recomendadostitulo a:first-letter {
		text-transform:uppercase;		
	}

.recomendadosprecio{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-size:11px;
color:#000000;
border-top:1px solid #b4b3aa;
width:121px;
margin:0 auto;
padding:10px 0 15px 0;
}
.recomendadosresaltado{
	font-weight:bold;
	color:#000000;
}
.agregarfav, .recomendar{
	font-size:11px;
	text-align:left;
	display:block;
	padding:10px 0 10px 83px;
}

.agregarfav {
	background:url(/img/agregarfav-back.jpg) no-repeat 53px center;
}

.recomendar {
	background:url(/img/recomendar-back.jpg) no-repeat 53px center;
}

.agregarfav:hover, .recomendar:hover {
	color:#000;
	text-decoration:underline;
}


/*-------------------------- ESTILOS RESULTADOS -----------------------------------------*/


/*.resultadotitulo{
display:block;
	background-image:url(/img/tituloresultado.jpg);
	background-position:-8px -8px;
	height:44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	padding:8px 0  0 15px;
	font-style:italic;
}
*/

.resultadotitulo{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding:0 0 5px 0;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}

	.resultadotitulo:first-letter {
		text-transform:uppercase;
	}

.resultadoAutorW {
	display:block;
	margin-bottom:10px;
}

.resultAutor {
	color:#000;
	font-size:13px;
}

	.resultAutor  a {
		font-size:13px;
	}

.resultInfo {
	color:#000;
	line-height:18px;
	display:block;
	margin-bottom:10px;
}

.resultInfo  span{
	color:#000;
}



.dropdownbusclista2, #filtroinactdropdwn, #filtroinactdropdwnEdit	{
    float:left;
    position:relative;
    margin:-20px 0 15px 15px;
	padding-top:15px;
    width:160px;
	display:inline;
	border:solid 1px #CCC;
	background:#FFF;
}

.dropdownbusclista2 a, #filtroinactdropdwn a, #filtroinactdropdwnEdit a
{
	display:block;
	padding:7px 4px;
	border-bottom:dotted 1px #CCC;
    }
	
	.dropdownbusclista2 a:hover, #filtroinactdropdwn a:hover, #filtroinactdropdwnEdit a:hover
	{
		color: #000;
		}
	


/* resultadoitem: contiene la info de un resultado */
.resultadoitem{
overflow:hidden;
margin:0 0 25px;
width:700px;
}
.resultadoborde{
position:relative;
overflow:auto;
width:710px;
padding-bottom:23px;
border-bottom:1px dotted #CCC;
}
.resultadoimg{

float:left;
width:104px;
background-color:#F4F6F9;
border:1px  dashed  #e0e1e2;
padding:8px;
margin-right:7px;
}
.resultadoimg img{
	border:none;
}
.resultadodata{
	float:left;
font-size:11px;
position:relative;
width:430px;
}

.resultadodata a{
	font-size:11px;
	color:;
	text-decoration:underline;
}

.lnkAutor {
	text-transform:capitalize;
}

.resultadodata .lnkAutor{
	font-size:11px;
	margin-right:10px;
	text-decoration:underline;
}
.resultadodata .resultAutor a {
	font-size:13px;
	color:#AA224F;
	text-decoration:none;
}

.resultadodatalabel{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:12px;
color:#231F20;
}
.resultadocomprar{
background-image:url("/img/resultadocomprarfondo.gif");

float:left;
font-size:13px;
font-weight:bold;
height:42px;
line-height:42px;
position:relative;
width:333px;
}

.resultadocomprar a{
margin-left:10px;
}

.resultadocomprarbtn{
float:left;
	background-image:url(/img/btncomprarresultado.gif);
	width:96px;
	height:30px;
	margin:6px 0 0 6px;
}
.resultadocomprarconvertir{
	float:right;
	margin-right:10px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}
/* resunavcont:contiene el detalle de resutlados y los filtros */
.resunavcont{
	background:url(/img/resunavback.jpg) center top repeat-y;
	width:218px;
	margin:0 0 35px 0;
	float:left;
	position:relative;
	display:inline;
}
.resunavtitulo p{
	text-align:center;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:solid 1px #dededf;
	padding:7px 0;
}
.resunavborde{
/*margin:4px 18px 0 12px;
/*border:dashed 1px  #a27881;*/
margin-left:0px;
float:left;
position:relative;
width:222px;
background:inherit;
/*background-position:-20px 0px;*/
display:block;

}

.bordeFiltro {
    border:dashed 1px  #c4aeaf;
    float:left;
    position:relative;
    margin:7px 0 7px 14px;
	display:inline;
    width:190px;
	padding-bottom:5px;
 }
 
.resunavlabel{
	text-align:center;
	padding-top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#5D5E60;
	font-style:italic;
}
.resunavcontresalt{
	text-align:center;
	padding-top:15px;
	font-size:15px;
	font-weight:bold;
	color:#6A6967;
}
.resunavtitulo{
	background-color:#F1F1F2;
	width:206px;
	padding:5px;
	margin:0 0 0 2px;
	border:solid 1px #CCC;
}
.resunavfoot{
background-image:url(/img/resunavfoot.jpg);
height:10px;
margin-top:8px;
}

.dropdownbuscar{
	width:117px;
	height:18px;
	background-color:#F1F1F2;
	border:1px solid #929497;
	padding:5px 0 0 5px;
	font-size:11px;
	margin:5px auto;
	background-image:url(/img/dropdownarrow.gif);
	background-repeat:no-repeat;
	background-position:100px 5px;
	cursor:pointer;
	position:relative;
	z-index:50;
}

.dropdownbusclista {
	position:absolute;
	background-color:#F1F1F2;
	border:1px solid #929497;
	left:0;
	top:25px;
}

	.dropdownbusclista  a{
		display:block;
		padding:4px 8px;
		border-bottom:dashed 1px #CCC;
	}
.busqfooter
{
	display:block;
	border:solid 1px #CCC;
	padding:20px;
	position:relative;
	text-align:center;
	margin-bottom:45px;
}

.busqfooter span.paginaActual
{
    padding:4px 7px;
	border:solid 1px #000;
	color:#000;
	font-weight:bold;
	font-size:13px;
}

.busqfooter a
{
    padding:4px 7px;
	border:solid 1px transparent;
	font-size:13px;
}

.busqfooter a:hover
{
    padding:4px 7px;
	border:solid 1px #CCC;
	color:#000;
	font-size:13px;
	background:#F1F1F2;
}

.filtroact{
	width:117px;
	background-color:#FFFFFF;
	border:1px dashed #dfcacd;
	padding:3px 0 0 5px;
	font-size:11px;
	margin:5px auto;
	/*background-image:url(/img/filtroclose.gif);
	background-repeat:no-repeat;
	background-position:95px 4px;*/
}
.filtroact p{
font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;
padding:0;
line-height:18px;
}
.filtroact a{
font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;
padding:0;
line-height:18px;
background-image:url(/img/filtroclose.gif);
height:14px;
background-repeat:no-repeat;
float:right;
width:20px;
}
.filtroacttitulo 
{
	border-bottom: solid 1px #EAEAEA;
	color:#5D5E60;
}
.filtroacttitulo  a 
{
	border-bottom: solid 1px #EAEAEA;
	color:#5D5E60;
}

div.filtroactdetalle p{
color:#AA224F;
}
.filtrodata{
color:#AA224F;
}
.filtrodisp{
	width:117px;
	background-color:#f1f1f2;
	border: solid 1px #b5b5b5;
	padding:5px ;
	font-size:11px;
	margin:5px auto 5px 29px;
	background-image:url(/img/filtroadd.gif);
	background-repeat:no-repeat;
	background-position:105px 5px;
	color:#808184;
	float:left;
	z-index:50;
	position:relative;
}
.filtrodisp a{
	width:117px;
	background-color:#f1f1f2;
	padding:5px ;
	font-size:11px;
	margin:5px auto;
	background-image:url(/img/filtroadd.gif);
	background-repeat:no-repeat;
	background-position:95px 5px;
	color:#808184;
}

/*-------------------------- ESTILOS CARRITO DETALLE -------------------------------------------------------------*/

/* carritoimg: la imagen chiquita del libro */
.carritoimg{
	float:left;
	width:55px;
}
/* carritodata: contiene autor y temas */
.carritodata{
	font-size:11px;
	color:;
	float:left;
}
.carritodatacompra{
	background-image:url(/img/carritodatacompraback.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:11px;
	width:250px;
	line-height:38px;
	height:39px;
	margin-top:15px;
	float:left;
}

.carritoitemborde{
	float:left;
}

.carritocantidadlabel{
	float:left;
	margin:8px 0 0 10px;
}
/* carritodropdown: drop down de cantidad del carrito */
.carritoArtTxtField
{
    background-color:#F1F1F2;
    border: 1px solid  #B5B5B2;
	width:45px;
	height:24px;
    }
.carritodropdown
{
    /*float:left;*/
	/*background-color:#F1F1F2;
	border: 1px solid  #B5B5B2;
	line-height:10px;
	width:44px;
	height:18px;
	margin:7px 5px;
	padding:5px 0 0 5px;
	background-image:url(/img/dropdownarrow.gif);
	background-repeat:no-repeat;
	background-position:25px 5px;*/
}
.carritodropdown option{
	/*width:50px;*/
	text-align:center;
	line-height:14px;
	padding:3px 0;
	background-color:#EAE5DD;
	border:1px #D6BABE dotted;
	position:absolute;
	left:25px;
	top:31px;
}
.carritodropdownlista a{
display:block;
}
.carritodropdownlista a:hover{
background-color:#AA224F;
color:#FFFFFF;
}
.carritopreciolabel{
float:left;
margin:8px 0 0 2px;
}

/* carritodetalletotal: fondo del precio total*/
.carritodetalletotal{
	width:201px;
	height:46px;
	background-image:url(/img/resultadocompratotal.gif);
	float:left;
	margin-left:258px;
	display:inline;
}
/* totalcompra: precio total  */
.totalcompra{
	background-color:#FFFFFF;
	border:1px dotted #E8E8E8;
	width:102px;
	height:24px;
	font-size:18px;
	font-weight:bold;
	padding:2px 0 0 20px;
	margin:10px 0 0 67px;
}

/*compraeliminar: boton de eliminar de la compra*/
.compraeliminar{
	float:left;
	background:url(/img/eliminarback.gif) right 10px no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	margin:12px 0 0 10px;
	text-align:right;
	padding:12px 27px 0 0;
	height:25px;
	display:inline;
}

/*-------------------------- ESTILOS QUIENES SOMOS ---------------------------------------------*/
.quienescont{
	width:532px;
	font-size:12px;
	line-height:17px;
	color:#000000;
	margin-top:26px;
}
.quienestitulo{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:19px;
line-height:30px;
color:#AA224F;
border-bottom:dashed 1px #F4E3E9;
margin-bottom:15px;
}
#derechaquienes{
margin-top:-40px;}

/*------------------------------ ESTILOS DONDE ENCONTRARNOS -------------------------------*/
.dondecont{
	float:left;
	width:718px;
	color:#000000;
	margin:26px 0 50px 0;
}

.dondecont p, .dondecont p a{
	font-size:17px;
	line-height:21px;
}

.dondeTxt {
	float:left;
	width:700px;
	margin:10px 0;
	color:#000;
	font-size:12px;
	line-height:17px;
	color:#666;
}

.dondelabel{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#231F20;
	}
#derechadonde{
	
}

.fotodondecont{
	width:392px;
	height:354px;
	border:1px solid #CCCCCC;
	background: url(/img/fotoback.jpg) center center;
	float:right;
	margin-right:5px;
	display:inline;
}
.fotodonde{
display:block;
margin:2px 0 0 2px;
}
.mapadonde{
margin-top:9px;
}

/*------------------------------ ESTILOS CONTACTO -------------------------------*/
.subtitulocontacto{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	color:#231F20;
	padding:0 0 5px;
	margin-bottom:10px;
	border-bottom:1px dashed  #CCCCCC;
	width:698px;

}
.mensajeRespuesta
{
    float:left;
    position:relative;
    width:718px;
    }
#subtitulofirst{
	margin-top:-30px;
}
.labelcontacto{
	padding:10px 0 3px;
}
.itemcontacto{
	position:relative;
}
.warninglabelcontacto{
	position:absolute;
	left:270px;
	top:30px;
}

.inputcontacto{
	margin-top:3px;
	font-size:11px;
	padding:1px 0 1px 2px;
	border:1px solid #9C9EA0;
	width:250px;
}
#inputmensaje{
	height:250px;
}
.enviarbtn{
display:block;
background-image:url(/img/btnenviar.jpg);
width:93px;
height:28px;
margin:5px 0 0 85px;
}

/*-------------------------------*/

.moduloagregado{
	position:absolute;
	left:50%;
	margin-left:250px;
	width:218px;
	background:#FFFFFF url(/img/moduloagregadofondo.gif) center 10px  no-repeat ;
	border:1px solid #CCC;
	text-align:center;
	font-size:12px;
	padding:40px 10px 0 0;
    z-index:1000;	
}

.modulotitulo{
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
	font-size:12px;

}
.modulolabel{
	padding-top:10px;
	border-bottom:1px solid #CCCCCC;
	width:200px;
	margin:0 auto;
	font-size:12px;

}
.modulocompraprecio{
	margin:11px auto 4px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.moduloagregadoaceptar{
float:right;
margin:10px 30px 0 0;
background-image:url(/img/btnaceptar.jpg);
width:93px;
height:28px;

}

.btnFinalizarComprar {
	margin-top:20px;
	display:block;
}

/*PAGINA DE TEMAS*/

.categoriasItemArbol
{
    color:#404041;
float:left;
margin-bottom:6px;
padding-left:4px;

    }
.contenedorTema
{
    float:left;
    position:relative;
    width:100%;
    }
    
.subTemas
{
    float:left;
    position:relative;
	margin:5px 0 10px 20px;
	border-left:solid 1px #E1E1E1;
	text-transform:lowercase;
	width:275px;
	display:inline;
    }
	
	.subTemas:first-letter
	{
		text-transform:uppercase;
		
		}

.menulista ul li.subTemas a
{
	color:#FFFFFF;
	float:left;
	font-size:11px;
	margin:2px 0 2px 10px;
	position:relative;
	text-align:left;
	display:block;
	clear:left;
    }
	
.menulista ul li .subTemas a:first-letter
	{
		text-transform:uppercase;
		
		}
		
	.menulista ul li  .subTemas a:hover
	{
		text-decoration:underline;
		
		}
	
.subtemasHijos, .subtemasNietos
{
    float:left;
    position:relative;
    margin:0 0 10px 10px;
	padding-top:5px
    font-style:italic;
	width:265px;
	border-left:dotted 1px #D9D9D9;
	border-bottom:dotted 1px #D9D9D9;
    }
	
	.subtemasNietos {
		width:255px;
	}
	
.subtemasHijos a
{
   font-weight:normal;
   display:block;
   float:none;
    }
    
.subtemasNietos a
{
    font-size:11px;
	display:block;
	float:none;
    }
	
  .expandirArbol
  {
      background:url('/img/mas.gif') no-repeat 0 0;
      float:left;
      margin:5px 5px 0 5px;
      position:relative;
      width:10px;
      height:15px;
	  display:inline;
}

.todosLosTemas
{
    float:left;
    position:relative;
    width:100%;
}

.todosLosTemas a
{
    color:#ffffff;
    color:#FFFFFF;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:12px;
    font-style:italic;
    line-height:20px;
    text-align:left;
}

.categoriasContaner{
	width:940px;
	margin:0 0 0 0;
	padding-top:18px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	overflow:auto;
	padding-bottom:25px;
	float:left;
	position:relative;
}
.categoriasContaner p {
	color:#FFFFFF;
	line-height:30px;
}
.categoriasContaner p a{
	color:#FFFFFF;
	text-decoration:underline;
}
.categoriasContaner p a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.categoriasFichas
{
    position:relative;
    float:left;
    width:223px;
}

.categoriasFichas a
{
    float:left;
    position:relative;
    clear:left;
}
.categoriasFichas span
{
    float:left;
    position:relative;
    clear:left;
}




.botCentral {
	float:left;
	width:940px;
	height:38px;
	background:url(/img/bot-back.gif);
	margin:5px 0 30px 10px;
	display:inline;
	position:relative;
	z-index:99;
}

li.botContenedor {
	float:left;
	cursor:pointer;
	height:38px;
}

.botMusica , .botLibros, .botArtesanias {
	height:38px;
	padding:0 25px;
	float:left;
}

	.botMusica {
		background:url(/img/bot-musica.gif) no-repeat center top;
		width:94px;
	}

	.botMusica:hover {
		background:url(/img/bot-musica.gif) no-repeat center bottom;
	}
	
	.botLibros {
		background:url(/img/bot-libros.gif) no-repeat center top;
		width:91px;
	}

	.botLibros:hover {
		background:url(/img/bot-libros.gif) no-repeat center bottom;
	}
	
	.botArtesanias {
		background:url(/img/bot-artesanias.gif) no-repeat center top;
		width:147px;
	}

	.botArtesanias:hover {
		background:url(/img/bot-artesanias.gif) no-repeat center bottom;
	}
	
.botSec {
	height:38px;
	padding:0 0 0 10px;
	background:url(/img/bot-separador.gif) no-repeat left;
	position:absolute;
	right:145px;
	top:295px;
	z-index:99;
}

.botCursos, .botContacto {
	height:38px;
	padding:0 15px;
	float:left;
}

	.botCursos {
		background:url(/img/bot-cursos.gif) no-repeat center top;
		width:162px;
	}
	
	.botCursos:hover {
		background:url(/img/bot-cursos.gif) no-repeat center bottom;
	}
	
	.botContacto {
		background:url(/img/bot-contacto.gif) no-repeat center top;
		width:80px;
	}
	
	.botContacto:hover {
		background:url(/img/bot-contacto.gif) no-repeat center bottom;
	}	
	
.botSeparador {
	background:url(/img/bot-separador.gif);
	width:1px;
	float:left;
	height:38px;
}

.botMenu {
	position:absolute;
	z-index:99;
	background:url(/img/botMenu-back.png);
	top:37px;
	border:solid 1px #000;
}

	.menuLibros {
		left:0;
	}
	
	.menuMusica {
		left:142px;
	}
	
	.menuArtesanias {
		left:287px;
	}

.botMenu a {
	display:block;
	padding:15px 6px;
	border-bottom:solid 1px #484848;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-style:italic;
	color:#FFF;
}

	.botMenu a:hover {
		color:#000;
		background:#FFF;
	}
	
.botLineLibros, .botLineMusica, .botLineArtesanias {
	font-size:1px;
	height:3px;
	background:#FFF;
	display:block;
	position:relative;
	margin:-4px 0 0 -1px;
}

	.botLineLibros {
		width:141px;		
	}
	
	.botLineMusica {
		width:144px;		
	}
	
	.botLineArtesanias {
		width:197px;		
	}
	
	

.titHome {
	width:940px;
	padding-bottom:5px;
	border-bottom:solid 1px #7C7C7C;
	float:left;
	margin-bottom:5px;
}

.titHome img {
	float:left;	
}

.titHome div {
	float:left;
	margin:9px 0 0 5px;
	display:inline;
	color:#666;
}

.contenedorTapa img {
	border:solid 1px #CCC;
}


#dashRojo {
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	margin:20px 0 5px 0;
}

.listadoAgenda {
	float:left;
	width:700px;
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:solid 2px #000;
}

#itemAgenda {
	display:block;
	border-bottom:solid 1px #CCC;
	padding-bottom:5px;
	margin-bottom:10px;
}

.detalleAgenda {
	float:left;
	width:700px;
}

#agendaTira {
	float:left;
	width:700px;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
}

#agendaTitulo {
	display:block;
	font-size:16px;
	font-weight:bold;
}

#agendaCopete {
	letter-spacing:1px;
	color:#666;
	margin:0 0 5px 0;
	font-size:12px;
}

#agendaImagen {
	float:left;
}

#agendaImagen img {
	max-width:500px;
	border: 1px solid rgb(224, 228, 224);
	margin:5px 15px 10px 0;
}

#agendaDescripcion {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#333;
	display:inline;
}

#itemAgendaContenedor {
	clear:left;
}

.fechaContenedor {
	padding:0 10px;
	text-align:center;
	float:left;
	margin:0 10px 15px 0;
	background:rgb(224, 228, 224);
	clear:both;
}

#diaNumero {
	font-size:13px;
	line-height:32px;
	font-weight:bold;
	display:inline;
}

#mesAno {
	letter-spacing:1px;
	display:inline;
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #CCC;
}

#diaSemana {
	letter-spacing:1px;
	display:inline;
}

#diaSemana:first-letter {
	text-transform:uppercase;
}

#detallePermanente, #detalleBreve, #detalleAnual {
	border-bottom:solid 2px #000;
	padding-bottom:40px;
	margin-bottom:50px;
	float:left;
}

.comentarioLibreria {
	float:left;
	width:687px;
	padding:40px 10px 10px 10px;
	border:solid 1px #CCC;
	color:#333;
	font-size:13px;
	line-height:20px;
	background:url(/img/t-comentariosLibreros.png) no-repeat 5px 10px #F9F9F9;
}

.estampitasInfo {
	display:none;
}


/*SOLAPAS FICHA*/

.detSolapas {
	float:left;
	width:687px;
	margin:0;
	border-bottom:solid 2px #B7B7B7;
}
.contenidoSolapas
{
    width:685px;
    }

	.detSolapas h2 {
		position:relative;
		float:left;
		height:36px;
		font-size:2px;
		margin:0 0 -2px 0;
		display:inline;
		padding-left:2px;
		color:#F9F9F9;
	}
	
		.detSolapas h2#ctl00_ContentPlaceHolder1_FichaLibro_ctl00_headerResenia {
			background:url(/img/solapaResena.png);
			width:109px;
		}
		
		.detSolapas h2#ctl00_ContentPlaceHolder1_FichaLibro_ctl00_headerComentarios {
			background:url(/img/solapaComentbetania.png);
			width:284px;
		}
	
	.detSolapas a {
		position:relative;
		float:left;
		margin:12px 10px 0 5px;
		display:inline;
	}
	
		.detSolapas a:hover {
			background-color:#AA224F;
			color:#ffffff;
		}
		
.detSolapasCont {
	float:left;
	width:645px;
	padding:20px;
	text-align:left;
	font-size:13px;
	line-height:23px;
	margin-bottom:40px;
	background:#F9F9F9;
	border:solid 1px #DBDBDB;
	border-top:none;
}

#ctl00_ContentPlaceHolder1_btnSuscribir {
	width:159px;
	height:50px;
	background:url(/images/b-suscribirse.gif);
	font-size:1px;
	color:transparent;
	border:none;
	cursor:pointer;
}


