@charset "ISO-8859-1";
/*------GENERAL---------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background: #590825;
	font: normal 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	color: #000;
}

p {
	font: normal 12px "Trebuchet MS", Tahoma, Geneva, sans-serif;
	color: #000;
}
a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	padding: 1px 0;
}
.green_button input, .green_button a, .red_button input, .red_button a, .gray_button input, .gray_button a {
	border-style: none;
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.green_button {
	padding-left: 10px;
	background: url(../images/green_button_left.png) no-repeat left;
	height: 20px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.green_button input, .green_button a {
	padding-right: 10px;
	background: url(../images/green_button_right.png) no-repeat right;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	height: 20px;
}
.red_button, .gray_button {
	padding-left: 8px;
	background: url(../images/red_button_left.png) no-repeat left;
	height: 23px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.red_button input, .red_button a, .gray_button input, .gray_button a {
	padding-right: 22px;
	background: url(../images/red_button_right.png) no-repeat right;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	height: 23px;
}
.empty input, .empty a {
	background: url(../images/red_button_right_empty.png) no-repeat right;
	padding-right: 8px;
}
.green_button input, .red_button input, .gray_button input {
	padding-bottom: 2px;
	cursor: pointer;
}
.gray_button input, .gray_button a {
	background: url(../images/gray_button_right.png) no-repeat right;
	padding-right: 8px;
	line-height: 23px;
}
.gray_button {
	background: url(../images/gray_button_left.png) no-repeat left;
}
#checkout{
	margin-left: 10px;
}
.centrar2{
	margin:0 auto;
}
.centrar {
	text-align:center;
}
.no_info {
	padding-bottom:10px;
	text-align:center;
	font-weight:bold
}
/* Sub-Paginas*/
/*sub-paginas*/
body#sub1{background:#FFF;padding:20px;}
body#sub1 h2{margin-bottom:15px;}
body#sub1 p{margin-bottom:10px;}

/* Mime tipes para archivos */

#content .archivos_a{
	display:block;
	padding-left:28px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:solid 1px #ccc;
	text-decoration:none;
}
.archivos_mime_imagen{
	background: url(../admin/imagenes/iconos/image.png) no-repeat 3px center;
}
.archivos_mime_pdf{
	background: url(../admin/imagenes/iconos/pdf.png) no-repeat 3px center;
}
.archivos_mime_doc{
	background: url(../admin/imagenes/iconos/page_word.png) no-repeat 3px center;
}
.archivos_mime_xls{
	background: url(../admin/imagenes/iconos/page_excel.png) no-repeat 3px center;
}
.archivos_mime_ppt{
	background: url(../admin/imagenes/iconos/page_white_powerpoint.png) no-repeat 3px center;
}
.archivos_mime_vid{
	background: url(../admin/imagenes/iconos/video.png) no-repeat 3px center;
}
.archivos_mime_gen{
	background: url(../admin/imagenes/iconos/page.png) no-repeat 3px center;
}
/*------LOGIN---------------------------------------------------*/

#login_wrap {
	background: #590825;
	border-bottom: 6px solid #590825;
	
}
#login_section {
	width: 680px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 140px 0;
	position: relative;
	display:none;
}
#login_section h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
#login_section #sign_in {
	width: 438px;
	border-right: 1px solid #FFF;
	position: relative;
	float: left;
	margin-top: 20px;
}
#login_section label {
	float: left;
	color: #FFF;
	display: block;
	width: 70px;
	margin-top: 1px;
}
#login_section #username {
	margin-bottom: 10px;
	height: 12px;
	width: 205px;
	display: block;
	border: none;
	padding: 4px 5px;
}
#login_section #password {
	height: 12px;
	width: 205px;
	display: block;
	border: none;
	padding: 4px 5px;
}
#login_section #login_button {
	position: absolute;
	top: 30px;
	left: 316px;
}
#login_section #sign_in a {
	color: #FFF;
	position:absolute;
	top:2px;
	display: block;
	left: 303px;
}
#login_section #sign_in a:hover {
	text-decoration: underline;
}
#login_section #register {
	float: left;
	margin-left: 42px;
	margin-top: 20px;
	width: 195px;
}
#login_section #register p {
	margin-top: 11px;
}

#login_tab #login_out a{
	color:#FF0000
}
#login_tab #login_out a:hover{
	color:#FFF
}
/*------HEADER---------------------------------------------------*/

#header_wrap {
	background: url("../images/header_background.png");
	height: 126px;
	margin-bottom: 10px;
}
#header {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 126px;
}
#login_tab {
	background: url("../images/login_tab.png");
	height: 32px;
	width: 179px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#login_tab ul {
	margin-top: 6px;
}
#login_tab li {
	float: left;
	list-style: none;
	padding: 0 17px;
	display: block;
}
#login_tab a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#login_tab #login_link {
	border-left: 1px solid #FFF;
	background: url("../images/tab_arrow.png") no-repeat 59px 7px;
	cursor: pointer;
}
#name_banner {
	height: 48px;
	width: 594px;
	background: url("../images/name_banner.png");
	position: absolute;
	top: 20px;
	left: 135px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 18px;
	z-index: 10;
}
#logo img {
	border-style: none;
}
/*MAIN MENU*/

#main_menu {
	height: 32px;
	width: 780px;
	position: absolute;
	bottom: 10px;
	left: 160px;
}
#main_menu li {
	float: left;
	background:none;
	list-style: none;
	display: block;
	padding-left: 8px;
}
#main_menu span {
	display: none;
}
#main_menu a {
	display: block;
	height: 32px;
	background: url("../images/main_menu.png") no-repeat;
}
#main_menu #home a {
	width: 72px;
	background-position: 0 0;
}
#main_menu #catalogo a {
	width: 200px;
	background-position: -79px 0;
}
#main_menu #autores a {
	width: 99px;
	background-position: -285px 0;
}
#main_menu #actividades a {
	width: 133px;
	background-position: -390px 0;
}
#main_menu #noticias a {
	width: 99px;
	background-position: -529px 0;
}
#main_menu #gift_card a {
	width: 108px;
	background-position: -635px 0;
}
#main_menu #home a:hover {
	background-position: 0 -32px;
}
#main_menu #catalogo a:hover {
	background-position: -79px -32px;
}
#main_menu #autores a:hover {
	background-position: -285px -32px;
}
#main_menu #actividades a:hover {
	background-position: -390px -32px;
}
#main_menu #noticias a:hover {
	background-position: -529px -32px;
}
#main_menu #gift_card a:hover {
	background-position: -635px -32px;
}
/*------CONTENT---------------------------------------------------*/

#content_wrap {
	background: #FFF;
	margin-top: -10px;
}
#user_tools {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 80px;
	position: relative;
	z-index:100;
}
.container_contenido_dv {
	padding:0 40px 10px 30px;
}
/*SEARCH*/

#search {
	background: url("../images/search_bar.png") no-repeat;
	height: 47px;
	width: 524px;
	position: absolute;
	left: 187px;
	top: 18px;
	
}
#search form {
	height: 47px;
}
#search #search_field {
	height: 23px; /*18px*/
	width: 300px;
	margin-top: 8px;
	margin-left: 8px;
	float: left;
	font-size: 15px;
	padding: 4px;
	border: 0;
}
#search #select_type {
	width: 96px;
	margin-left: 7px;
	margin-top: 15px;
	float: left;
}
#search #search_button {
	margin-top: 8px;
	float: right;
	margin-right: 8px;
}
#search p {
	margin-top: 3px;
	margin-left: 10px;
}
#search p a {
	color: #620025;
}
.container_search_cart {
	padding:0 25px;
}
/*CART AREA*/

#cart_area {
	height: 42px;
	width: 200px;
	position: absolute;
	left: 735px;
	top: 20px;
	border-left: 1px solid #000;
}
#cart_area img {
	display: block;
	float: left;
	padding: 5px 0 0 20px;
}
#cart_area a {
	float:left;
	padding-left:13px;
	padding-top:5px;
	font-size: 13px;
	color: #000;
}
#cart_area a:hover {
	color: #669900;
	text-decoration: none;
}
#cart_area p {
	float:left;
	padding-left:15px;
	font-size: 13px;
}
#content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 350px;
	padding: 25px 10px 15px;
}
/*------WIDGET GENERAL---------------------------------------------------*/

.widget {
	margin-bottom: 15px;
	position: relative;
}
.widget .box_header {
	background: url("../images/box_header.png");
	height: 43px;
}
.widget .box_header h1 {
	font-size: 20px;
	color: #FFF;
	padding: 13px 0 0 30px;
}
.widget h1 img {
	position:absolute;
	right:26px;
	top:15px;
	cursor: pointer;
}
.widget h1 .toggle {
	position:absolute;
	right:26px;
	top:15px;
	cursor: pointer;
	background: url("../images/flexbox_toggle.png");
	display: block;
	width: 22px;
	height: 22px;
}
.widget h1 .open {
	background-position: 0 0;
}
.widget h1 .close {
	background-position: 0 -22px;
}
.widget .box_content {
	background: #FFF url(../images/box_content.png) repeat-y center;
	padding-top: 20px;
	padding-bottom: 5px;
	width:940px;
}
.widget .box_bottom {
	background: url(../images/box_bottom.png);
	height: 28px;
}
.widget h3 {
	font-size: 13px;
	color: #680031;
	padding-top: 5px;
}
.widget p {
	font-size: 12px;
	color: #000;
}
.widget .sale {
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}
.widget .addtocart {
	margin: 10px 0;
}
/*------FLEXBOX GENERAL---------------------------------------------------*/

.flexbox_width {
	width: 940px;
}
.flexbox_header {
	margin: 0;
	padding: 0 30px 0 0;
	background: transparent url("../images/flexbox.png") repeat-y right top;
}
.flexbox_header h1 {
	height: 47px;
	margin: 0;
	padding: 13px 0 0 30px;
	background: transparent url("../images/flexbox.png") no-repeat left top;
	font-size: 20px;
	color: #FFF;
}
.flexbox_bottom {
	margin: 0;
	padding: 0 30px 0 0;
	background: transparent url("../images/flexbox.png") repeat-y right bottom;
}
.flexbox_bottom div {
	margin: 0;
	padding: 10px 0 20px 30px;
	background: transparent url("../images/flexbox.png") no-repeat left bottom;
}
.flexbox_height {
	margin: 0;
	padding: 0 0 0 30px;
	background: transparent url("../images/flexbox.png") repeat-y 0 -50px;/* align left - start 50px from the top *//*min-height: 300px;*/
}
.flexbox_content {
	margin: 0;
	padding: 0 35px 0 0;
	background: transparent url("../images/flexbox.png") repeat-y 100% -50px;/* align right - start 50px from the top */
}
/*------WIDGET SPECIFIC CONTENT---------------------------------------------------*/


/*VIEW5*/

#view5 .items .cover {
}
#view5 .items img:hover {
	padding-top: 3px;
}
#view5 .items .price_wrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 140px;
	position: absolute;
	border: none;
	left: 22px;
	bottom: -11px;
	float: none;
}

/*FLOATED FLEXBOXES*/

#libro_mes, #con_acento, #acabado_recibir, #enlaces, #newsletter, #categorias {
	float: left;
}
/*LIBRO DEL MES*/

#libro_mes .flexbox_width {
	width: 286px;
}
#libro_mes .flexbox_height {
	height: 300px;
	text-align: center;
}
#libro_mes h3 {
	font-size: 19px;
	padding: 0 0 10px 0;
}
#libro_mes .price_wrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 140px;
	position: absolute;
	border: none;
	left: 70px;
	bottom: 25px;
	float: none;
}
#libro_mes .price_wrap p {
	font-size: 10px;
	padding-bottom: 3px;
}
/*CON ACENTO*/

#con_acento .flexbox_width {
	width: 340px;
}
#con_acento .flexbox_height {
	height: 300px;
}
#con_acento .padder {
	padding: 0 10px;
}
#con_acento h2 {
	font-size: 30px;
	font-weight: bold;
	color: #680031;
	padding-bottom: 10px;
}
#con_acento img {
	float: right;
	padding-left: 10px;
}
#con_acento p {
	font-size: 14px;
	padding-bottom:10px;
}
#con_acento .lea_mas {
	font-size: 22px;
	font-weight: bold;
}
/*ACABADO DE RECIBIR*/

#acabado_recibir .flexbox_width {
	width: 314px;
}
#acabado_recibir .flexbox_height {
	height: 300px;
	text-align: center;
}
#acabado_recibir .padder {
	padding: 0 10px;
}
#acabado_recibir h3 {
	font-size: 19px;
	padding: 0 0 10px 0;
}
#acabado_recibir img {
	float: left;
	padding: 0 20px 0 0;
	display: inline;
}
#acabado_recibir .price_wrap {
	padding-top: 26px;
}
#acabado_recibir .desc {
	text-align: left;
	padding-top: 10px;
	font-size:13px;
	clear: both;
}
#acabado_recibir .lea_mas {
	font-weight: bold;
}

/* ENLACES */
#enlaces .flexbox_width {
	width: 600px;
}
#enlaces .flexbox_height {
	height: 260px;
}
.widg_enlaces_ul {
	list-style:none;
	clear:both;
	text-align:center;
}
.widg_enlaces_ul li {
	display:inline;
	padding:10px 20px;
}
/*NEWSLETTER*/

#newsletter .flexbox_width {
	width: 340px;
}
#newsletter .flexbox_height {
	height: 260px;
}
#newsletter h3 {
	font-size: 15px;
	padding: 0 0 10px 0;
}
#newsletter label {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
#newsletter #newsletter_name, #newsletter #newsletter_email {
	display: block;
	font-size: 14px;
	height: 19px;
	padding: 6px;
	width: 259px;
	color:#404040;
}
#newsletter p {
	text-align: center;
	margin-top:33px;
}
#newsletter .green_button input {
	font-size: 12px;
}

/* TAGS */
.tag_container{
	position:absolute;
	top:30px;
	left:40px;
}

/*WIDGET MENU*/

.wdgt_menu .flexbox_header { background: transparent url("../images/flexbox_menu.png") repeat-y right top; }
.wdgt_menu .flexbox_header h1 { background: transparent url("../images/flexbox_menu.png") no-repeat left top; }
.wdgt_menu .flexbox_bottom { background: transparent url("../images/flexbox_menu.png") repeat-y right bottom; }
.wdgt_menu .flexbox_bottom div { background: transparent url("../images/flexbox_menu.png") no-repeat left bottom; }
.wdgt_menu .flexbox_height { background: transparent url("../images/flexbox_menu.png") repeat-y 0 -50px; }
.wdgt_menu .flexbox_content { background: transparent url("../images/flexbox_menu.png") repeat-y 100% -50px; }


/*CATEGORIAS*/

#categorias .flexbox_width { width: 260px; }
#categorias .flexbox_height { height: auto; min-height: 50px;}

#categorias a {
	color: #000;
	font-size: 13px;
}
#categorias a:hover {
	color:#669900;
	text-decoration:none;
}
#categorias span {
	border-bottom:2px dotted #620025;
	color:#000000;
	display:block;
	margin:7px 5px 0 0;/*4px 5px 0 0*/
	padding-bottom:8px;/*2px*/
	font-size:16px;/*19px*/
	text-transform: uppercase;
}
#categorias h1 a {
	background: url("../images/panel_toggle.png");
	display: block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	right:26px;
	top:15px;
}
#categorias .open {
	background-position: -4px 0px;	
}
#categorias .close {
	background-position: 1px -22px;
}

/* BROWSE */

#browse {
	float: right;
}
#browse .flexbox_width {
	width: 680px;
}
#browse .flexbox_height { /*height: 600px;*/
}
#browse .breadcrumb_ul {
	border-bottom:2px dotted #CCC;
	height:28px;
}
#browse .breadcrumb_ul li {
	float: left;
	list-style: none outside;
	margin:0 4px 3px;
	font-size: 13px;
	font-weight:bold;	
}
#browse .breadcrumb_ul a {
	color: #000;
	background:url("../images/breadcrumb_arrow.png") no-repeat scroll right center transparent;
	padding-right:15px;
	text-decoration: underline;
	
}
#browse .breadcrumb_ul a:hover, #browse .results a:hover {
	color: #669900;
	text-decoration: none;
}
.paginacion {
	height:26px;
	padding:10px 0;
}
.paginacion li {
	background-image:url("../images/page_num.png");
	background-position:left top;
	background-repeat:repeat-x;
	border:0 none;
	color:#FFF;
	font-size:13px;
	list-style:none outside none;
	margin:2px;
	padding:0;
	float: left;
	height: 22px;
}
.paginacion .current {
	background:none repeat scroll 0 0 #586D00;
	border:1px solid #000;
	height: 16px;
	padding:2px 6px;
}
.paginacion a {
	color: #FFF;
	border:1px solid #000;
	display:block;
	padding:2px 6px;
	height: 16px;
}
.paginacion a:hover {
	border:1px solid #000;
	background:none repeat scroll 0 0 #586D00;
	text-decoration: none;
}
.top_num {
	border-bottom:1px solid #000;
}
.bottom_num {
}
#browse .list_item {
	padding: 20px 0;
	overflow: hidden;
	font-size: 13px;
	border-bottom: 1px solid #000;
	display: block;
	list-style: none;
}
#browse .results .cover_holder {
	float: left;
	padding-right: 25px;
}
#browse .results .info_holder {
	width: auto;
	padding: 1px;
	padding-left: 115px;
}
#browse .results h3, #browse .results h3 a {
	font-size: 18px;
	font-weight:bold;
	color: #680031;
	text-decoration: none;
}

#browse .results a {
	font-weight:bold;
	color:#000;
}
#browse .results ul {
	padding-top: 10px;
	list-style: none;
}
#browse .results .price_box {
	width: 155px;
	height: 125px;
	float: right;
	text-align: center;
	margin-left:5px;
}
#browse .results .price_box div {
	background: url(../images/price_box.png);
	height: 36px;
	width: 153px;
	padding: 17px 0;
	margin-bottom:6px;
}
#browse .results .price_box .price {
	font-size: 19px;
	font-weight: bold;
}
#browse .results .sale div {
	background-position: 0 70px;
}
#browse .results .sale .price {
	color: #669900;
}
#browse .results .price_box label {
	width: 65px;
	padding:2px;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
#browse .results .price_box #cantidad {
	font-size:12px;
	width:35px;
}
#browse .results .small_desc {
	clear: right;
	padding-top: 15px;
	display: none;
	height: 50px;
	font-size: 13px;
	font-weight: normal;
}
#browse .results .small_desc .lea_mas {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
/* BROWSE 2 */

#browse2 {
}
#browse2 .flexbox_width {
}
#browse2 .flexbox_height { /*height: 600px;*/
}
#browse2 .breadcrumb_ul {
	border-bottom:2px dotted #CCC;
	height:28px;
}
#browse2 .breadcrumb_ul li {
	float: left;
	list-style: none outside;
	margin:0 4px 3px;
	font-size: 15px;
}
#browse2 .breadcrumb_ul a {
	color: #000;
	background:url("../images/breadcrumb_arrow.png") no-repeat scroll right center transparent;
	padding-right:15px;
	text-decoration: underline;
}
#browse2 .breadcrumb_ul a:hover, #browse2 .results a:hover {
	color: #669900;
	text-decoration: none;
}
#browse2 .paginacion {
	height:26px;
	padding:10px 0;
}
#browse2 .paginacion li {
	background-image:url("../images/page_num.png");
	background-position:left top;
	background-repeat:repeat-x;
	border:0 none;
	color:#FFF;
	font-size:13px;
	list-style:none outside none;
	margin:2px;
	padding:0;
	float: left;
	height: 22px;
}
#browse2 .paginacion .current {
	background:none repeat scroll 0 0 #586D00;
	border:1px solid #000;
	height: 16px;
	padding:2px 6px;
}
#browse2 .paginacion a {
	color: #FFF;
	border:1px solid #000;
	display:block;
	padding:2px 6px;
	height: 16px;
}
#browse2 .paginacion a:hover {
	border:1px solid #000;
	background:none repeat scroll 0 0 #586D00;
	text-decoration: none;
}
#browse2 .top_num {
	border-bottom:1px solid #000;
}
#browse2 .bottom_num {
}
#browse2 .list_item {
	padding: 20px 0;
	overflow: hidden;
	font-size: 13px;
	border-bottom: 1px solid #000;
	display: block;
	list-style: none;
}
#browse2 .results .cover_holder {
	float: left;
	padding-right: 25px;
}
#browse2 .results .info_holder {
	width: auto;
	padding: 1px;
}
#browse2 .results h3, #browse2 .results h3 a {
	font-size: 18px;
	font-weight:bold;
	color: #680031;
	text-decoration: none;
}

#browse2 .results a {
	font-weight:bold;
	color:#000;
	text-decoration: underline;
}
#browse2 .results ul {
	padding-top: 10px;
	list-style: none;
}
#browse2 .results .price_box {
	width: 155px;
	height: 125px;
	float: right;
	text-align: center;
}
#browse2 .results .price_box div {
	background: url(../images/price_box.png);
	height: 36px;
	width: 153px;
	padding: 17px 0;
	margin-bottom:6px;
}
#browse2 .results .price_box .price {
	font-size: 19px;
	font-weight: bold;
}
#browse2 .results .sale div {
	background-position: 0 70px;
}
#browse2 .results .sale .price {
	color: #669900;
}
#browse2 .results .price_box label {
	width: 65px;
	padding:2px;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
#browse2 .results .price_box #cantidad {
	font-size:12px;
	width:35px;
}
#browse2 .results .small_desc {
	clear: right;
	padding-top: 15px;
	display: none;
	height: 50px;
	font-size: 13px;
	font-weight: normal;
}
#browse2 .results .small_desc .lea_mas {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
#browse2 .autores .results .available_icons {
	float:right;
	margin-top:4px;
}
#browse2 .autores .results .available_icons img {
border:medium none;
margin:0 3px;
}
/*SHOPPING CART*/

#shopping_cart .cover_holder {
	float: left;
}
#shopping_cart.info_holder {
	width: auto;
	padding: 1px;
	padding-left: 115px;
}
#shopping_cart h3, #shopping_cart h3 a {
	font-size: 16px;
	color: #680031;
	text-decoration: none;
}
#shopping_cart .autor {
	font-weight:bold;
}
#shopping_cart ul {
	padding-top: 15px;
	list-style: none;
}
#shopping_cart .info_holder {
	width: 350px;
	padding: 1px;
	padding: 0 0 0 10px;
	float:left;
}

/*REGISTRO*/

#registro {
	width:600px;
	margin: 0 auto;
}
#registro .flexbox_width {
	width: 600px;
}
#registro .flexbox_height {
	height: auto;
	min-height: 350px;
}
#registro h1 span {
	border-bottom:1px solid #BB0057;
	color:#000000;
	display:block;
	margin:7px 5px 0 0;/*4px 5px 0 0*/
	padding-bottom:6px;/*2px*/
	font-size:16px;/*19px*/
}
#registro #reg_form {
	width: 410px;
	margin:0 auto;
	padding-top:10px;
	border-bottom:2px dotted #888888;
}
#registro td {
	padding: 4px 0;
	font-size: 15px;
}
#registro .reg_col1 {
	width: 245px;
}
#registro input.txt {
	width: 148px;
	height: 20px;
	font-size: 15px;
	padding: 0 3px;
}
#registro span#register {
	float: right;
}
#registro #td_enviar {
	padding: 40px 0 20px;
}
#registro p {
	margin:0 auto;
	width:410px;
	padding:10px 0 20px;
	font-size: 15px;
}

/*LOGIN BOX*/
#login_box {
	width:400px;
	margin: 0 auto 30px ;
}
#login_box .flexbox_width {
	width: 400px;
}
#login_box .flexbox_height {
	height: auto;
	min-height: 150px;
}
#login_box h1 span {
	border-bottom:1px solid #BB0057;
	color:#000000;
	display:block;
	margin:7px 5px 0 0;/*4px 5px 0 0*/
	padding-bottom:6px;/*2px*/
	font-size:16px;/*19px*/
}
#login_box #log_form {
	width: 70%;
	margin:0 auto;
	padding-top:10px;
	border-bottom:2px dotted #888888;
	font-size: 18px;
}
#login_box label {
	display:block;
	color:#963060;
	font-size:15px;
}
#login_box input.txt {
	display:block;
	width:222px;
	font-size:18px;
	padding:5px 3px;
	margin:4px 0 15px;
	color:#000;
}
#login_box p {
	margin:0 auto;
	width:234px;
	padding:10px 0 20px;
	font-size: 13px;
}
#login_box p .green_button {
	float:right;
}

/*ABC BOX*/
#abc {
	width:65px;
	float:left;
}
#abc .flexbox_width {
	width: 65px;
}
#abc .flexbox_height {
	height: auto;
	min-height: 250px;
}
#abc .flexbox_header h1 {
	height:9px;
}
#abc #abc_list {
	margin-left:-10px;
}
#abc #abc_list li {
	padding:2px 0;
	list-style:none;
	display:block;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	color:#CCCCCC;
	height:21px;
	width:21px;
}
#abc #abc_list a {
	display:block;
	color:#000;
	height:21px;
	width:21px;
}
#abc #abc_list a:hover {
	text-decoration:none;
	background: url(../images/current_letter.png) no-repeat center top;
}
#abc #abc_list a.current {
	background: url(../images/current_letter.png) no-repeat center bottom;
}

/*AUTORES*/
.autores_container_div #browse .flexbox_width {
	width:860px;
}
#browse .autores .results .available_icons {
	float:right;
	margin-top:4px;
}
#browse .autores .results .available_icons img {
	border:none;
	margin:0 3px;
}
#browse .autores .results .info_holder{padding-left:0;}

/*PRODUCT*/
#browse .product {
 padding: 20px 0;
 font-size: 13px;
}
#browse .product .info_holder h3, #browse .product .info_holder p.autor_p{width:90%}
#browse .product .info_holder p.autor_p{
	padding-bottom: 20px;
}
#browse .product .tabs {
	clear:both;
	padding-top: 30px;
}
#browse .product .tabs a {
	color: #680031;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#browse .product .info_holder {
	padding:1px 1px 1px 150px;
	
}
.addthis_toolbox {
	padding:10px 0 0
}
.categoria_list_prod_dv {
	margin:0 4px 3px;
	font-size: 13px;
	border-bottom:2px dotted #CCC;
	height:28px;
	margin-bottom:10px;
}
.categoria_list_prod_dv a {
	font-weight:bold;
}
.panes h3{font-size:15px;}
.certificado_seg{
	text-align:center;
	padding-top:10px;
}

/* listado de imagenes */
.list_img_prod_ul{}
.list_img_prod_ul li{float:left;padding:10px;}

/*Productos asociados*/
#product_asoc_div {
	overflow:hidden;
}
.product_asoc h4{font-size:14px;}
#product_asoc_div .individual_prod_asoc {
}
#product_asoc_div .product_asoc {
	float:left;
	width:95px;
	height:195px;
	padding:5px;
	margin:0 0 10px 10px;
	text-align:center;
}
#product_asoc_div .product_asoc .price_wrap {
	position:absolute;
	bottom:0
}

/*NOTICIAS*/
.container_noticias_cart {
	padding:0 30px;
	float:none;
}
.cont_not_dv {
	margin:10px 0
}
.container_noticias_cart .cont_not_dv a {
	font-weight:bold;
}
.container_noticias_cart .fecha2_not_p {
	color: #666666;
}
.head_not_dv {
	overflow:hidden;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:10px;
}
#browse2 .results .head_not_dv h3 {
	font-size:20px;
}
.li_not_indiv {
	list-style:none;
}
.cont_not_dv p {
	margin:10px;
}

/* CUENTA DE USUARIO */

#info_usuarios {
	width:800px;
	margin: 0 auto;
}
#info_usuarios .flexbox_width {
	width: 800px;
}
#info_usuarios .flexbox_height {
	height: auto;
	min-height: 250px;
}
#info_usuarios h1{}
#info_usuarios h1 span {
	border-bottom:1px solid #BB0057;
	color:#000000;
	display:block;
	margin:7px 5px 0 0;/*4px 5px 0 0*/
	padding-bottom:6px;/*2px*/
	font-size:16px;/*19px*/
}
#info_usuarios ul li.list_item {
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #000;
	display: block;
	list-style: none;
}
#info_usuarios ul li.list_item p a.ver_mas_a{
	padding:0 15px;
}
#info_usuarios ul li.list_item p a.ver_mas_a span{display:none;}
#info_usuarios ul li.list_item p .orden_label {color:#666666}
span.fecha_usu_sp{float:right;}

#info_usuarios #reg_form{width:95%;border:none;}
#info_usuarios #registro td{border-bottom:1px solid #CCCCCC}
#info_usuarios #registro td h4{color:#7C103D;padding-top:20px;}

#info_usuarios #registro td input{width:80%}
#info_usuarios .reg_col1 {
	width: 150px;
}
.usu_info_env_dv{padding:15px;}

#info_usuarios .reg_form2{width:100%;border:none;}

/* ACTIVIDADES */

/*----------------------------------------------
Calendario
----------------------------------------------*/
.calendario1{
	background: url(../imagenes/fondo_cal_1.png);
	float:right;
	padding:10px;
	border: 1px solid #ADD102;
}
#cal_tabla{
	font-weight:bold;
	
}
#cal_tabla td{
	font-size: 11px;
	text-align:center;
	padding:4px;
}
#cal_tabla td a{display:block;font-weight:bold;text-decoration: none;color: #FFFFFF;
	background: #B1005D;padding:1px;}
#cal_tabla td a:hover{
	color: #B1005D;
	background: #FFFFFF;
}
.cal_today {
	font-weight:bold;
	color:#FFFFFF;
	background:#ADD102;
}
.cal_today a{color:#FFF;display:block;background:#FF0000;}

/*------FOOTER---------------------------------------------------*/

.footer_enlaces{
	padding:15px 0;
	background:#FFF8DD;
	border-top: 1px solid #FFE19D;
}
#footer_wrap {
	background: #590825;
	height: 160px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	background: url("../images/logo_footer.png") no-repeat 20px 15px;
	position: relative;
	margin-top: 10px;
}
#footer #columns_container {
	width: 710px;
	height: 110px;
	position: absolute;
	left: 162px;
	top: 25px;
}
#footer .column {
	width: 150px;
	float: left;
	padding-left: 20px;
	line-height: 20px;
}
#footer ul {
	list-style: none;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #669900;
	text-decoration: none;
}
#footer .column ul ul {
	padding-left: 10px;
}
#footer #social_links {
	position: absolute;
	width: 48px;
	left: 880px;
	top: 25px;
}
#footer #social_links img {
	border-style: none;
	padding-bottom: 15px;
}

