@charset "utf-8";
.verdetalles   {
	color: #77321B;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 12px;
	background-image: url(../img/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.acordion_separador {
	background-image: url(../img/sepa_acordion.gif);
	background-position: center;
	height: 30px;
	width: 100%;
	background-repeat: repeat-x;
}

.acordiontitulo{
	margin-top: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #77321b;
	line-height: 16px;
	display: block;
	margin-bottom: 5px;
}
/* CSS Document */

.acordion {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	background:#FAFAFA none no-repeat scroll 0% 0%;
	margin-top: -1px;
	position: relative;
}
.acordion .contenido .prod_list {
}
.acordion  .contenido  .prod_list  p {
	display: block;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../img/bullet_libros.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.acordion .contenido .prod_list p a {
	font-weight: normal;
	color: #686565;
	text-decoration: none;
}
.acordion .contenido .prod_list p a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.acordion .acord_tit {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	color: #686565;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 10px;
	/*background: url(../img/bullet.gif) no-repeat 0px 13px;*/
	background-color: #FFFFFF;
	border-top:#E3E3E3 solid 1px;
	
	background-image:url(../img/bullet.gif);
	background-position:0px 13px;
	background-repeat:no-repeat;
	
	cursor:pointer;
}
.acordion .acord_tit_over {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	background-color: #efefef;
	cursor:pointer;
}
.acordion .acord_tit_nolink_over {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	background-color: #efefef;
}
.acordion .acordSelected{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	background-color: #efefef;
	cursor:pointer;
}
.margenContent{
	margin-top: 18px;
	margin-bottom: 20px;
}
.acordion .contenido {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	position: relative;
	overflow:hidden;
}
.acordion .contenido a {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #712611;
	line-height: 16px;
	margin-bottom: 2px;
	text-decoration: none;
}

.acordion .contenido a:hover {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	margin-bottom: 2px;
	text-decoration: none;
}
