﻿/**** general tag styles ****/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #000;
	padding: 0;
}

p, td, li, dt, label, div {
	font-size: 11px;
}

li p, li li, td p, td td {
	font-size: 11px;
}

/*a:link, a:visited, a:active {
	color: #000000;
	text-decoration:none;
}*/
a {
	text-decoration: underline;
	color: #999933;
}
a:hover {
	text-decoration: underline;
	color: #999933;
}
h1
{
	font-size:16px;
}
h2
{
	font-size:13px;
}
h3
{
	font-size:12px;
	font-weight:bold;
	color:#ff6600;
	margin:0px;
	padding:0px;
}

/**** Loyout styles ****/

/* hide */
.hide {
	display: none;
}


/* bold */

.boldit {
	font-weight: bold;
}


/* non-bold */

.normalize {
	font-weight: normal;
}


/* white */

.ko {
	color: #fff;
}


/* grey */

.grey {
	color: #ccc;
}

/* no wrapping */

.no-wrap {
	white-space: nowrap;
}


/* no padding */

.no-pad {
	padding: 0;
	margin: 0;
}

.separator
{
	width: 790px;
	overflow: hidden;	
	background-image:url(../Images/separador_gris.gif);
	background-position:left;
	background-repeat: no-repeat;
	height:25px;
	clear:both;
}
/* clear both */

.clear_b {
	clear: both;
}

/* main container */
#main {
	
	margin: 0px auto;
	padding:0px;
	width: 1027px;
	overflow: hidden;	
	background-image:url(../Images/full_back.gif);
	background-position:left;
	background-repeat: repeat-y;
}

#main-container {
	text-align: left;
	margin: 0px auto;
	padding:0px;
	width: 1027px;
	overflow: hidden;
	background-image:url(../Images/es-es/full_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#header_title
{
	 position:absolute; 
	 left:10px; 
	 top:25px;
	 z-index:1000;
}
.loading
{
	color:Orange;
}

#content-l {
	float: left;
	width: 115px;	
	padding:0px;	
	margin:0px;
	/*background-image:url(../Images/pixel_left.gif);
	padding-bottom: 32768px;
	margin-bottom: -32768px;*/
	 
}
#content-l-bottom
{
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#content-r 
{
	float: left;
	width: 95px;	
	padding:0px;
	margin:0px;
	/*background-image:url(../Images/pixel_right.gif);
	padding-bottom: 32768px;
	margin-bottom: -32768px;*/
}
#content-r-bottom
{
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:0px;
	right:0px;
	display:none;
}
#content-c 
{
	float: left;
	width: 814px;
	padding: 0px;
	margin: 0px;
	position:relative;
}
#content-c #content-c-main
{
	min-height:595px;
	margin: 0px 0px 160px 0px;
}
#content-c ul
{
	margin:0px;
	padding:0px;
}
#content-c ul li
{
	/*display:inline;
	margin:0px;
	padding:0px;*/
}
#content-c #content-c-top #top1
{
	float:left;
	width:99px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}
#content-c #content-c-top #top2
{
	float:left;
	width:614px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}
#content-c #content-c-top #top3
{
	float:left;
	width:101px;
	overflow: hidden;
	margin:0px;
	padding:0px;
	font-size:0px;
}
#top-logo
{
	height:78px;
}
#top-home
{
	height:296px; 
	width:814px; 
	clear:both;
	position:relative;
}

#bottom-home
{
	clear:both;	
	height:126px;
	background-image:url(../Images/bgk_text_down.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:814px;

}
#bottom-home-l
{
	height:126px;
	float:left;
	width:407px;
}
#bottom-home-r
{
	height:126px;
	float:left;
	width:407px;
}
#bottom-home p
{
	margin:15px 53px 10px 10px;
	height:70px;
	overflow:hidden;
}

/* Main navigation */
#main-nav
{
	margin:0px;
	padding:0px;
	width:614px;
}

#main-nav div
{
	margin:0px;
	padding:0px;
	width:auto;
	float:left;
}

/* footer */

#footer 
{	
	position:absolute;
	bottom:10px;
	left:0px;
	margin:0px;
	padding:0px;
	height:15px;
    width:100%;
	color: #fff;
	/*background-image:url(../Images/es-es/footer_home_08.jpg);	*/
	text-align:center;
}
#footer p
{		
	color:#fff;
	padding-top:0px;
}
#footer a
{
	color:#FFFFFF;
}
#img-top
{
	clear:both;
	position:relative;
}
/* products */
#product_home
{
	margin:0px 20px;
	padding:0px;
}
#product_home p
{
	margin:0px
}
#product_home #product_item
{
	width:33%;
	float:left;
	text-align:center;
}
#product_home #product_item .img_prod
{	
	width:266px;
	height:266px;
}
#product_list
{
	clear:both;
	margin:0px 10px;	
	padding:0px;
}
#product_list p
{
	margin:0px
}
#product_list #product_item 
{
	width:185px;
	float:left;
}
#product_list #product_item .img_prod
{
	width:266px;
	height:266px;
}
#product_list .img_prod
{
	width:266px;
	height:266px;
}
#product-details .img_prod
{
	width:366px;
	height:366px;
}

/* productos */
#productos-top
{
	position:relative;
	width:814px;
	height:87px;
	background-image:url(../Images/header_PAG.gif);
	clear:both;
	margin-bottom:30px;
}
#productos-top #productos-top-search
{
	padding-top:30px;
}
#productos-top #productos-top-search select
{ 
	font-size:11px;
}
#productos-back
{
	position:absolute;
	left:0px;
	top:62px;
}
#productos-title
{
	float:left;
	width:200px;
}
#bullets
{
	vertical-align:middle;
	margin:5px;
}
#productos-family-box
{
	float:right;
	width:auto;
	margin:5px;
}
#productos-type-box
{
	float:right;
	width:auto;
	margin:5px;
}
#productos-search-box
{
	float:right;
	width:auto;
	margin:5px;
	margin-top:-5px;
}
#product-details
{
	margin:10px;
	clear:both;
}
#product-details-top
{
	clear:both;
	height:40px;
}
#product-details-nav
{
	float:left;
	width:auto;		
}
#product-details-nav a
{
	text-decoration:none;
}
#product-details-nav a:hover
{
	text-decoration:underline;
}
#product-details-shooping-cart
{
	float:right;
	width:auto;
	margin:10px;
}
#product-details-image
{
	float:left;
	width:auto;
	margin:0px 10px;
}
#product-details-info p
{
	margin:5px 0px;
}

.price
{
	color:#ff3300;
	font-weight:bold;
}

/* tiendas */
#tiendas-map
{
	float:left;
	width:260px;
	min-height:230px;
	text-align:center;
}
#tiendas-list
{
	float:left;
	width:545px;
	padding-left:5px;
}
#tiendas-franq
{	
	height:76px;
	background-image:url(../Images/bgk_franquicia.gif);
	clear:both
}
#tiendas-top
{
	height:296px; 
	width:814px; 
	clear:both;
	position:relative;
}


/* franquicias */
#franquicia-inc
{
	padding-top:27px;
	height:60px;
	overflow:hidden;
}
#franquicia-inc p
{
	float:left;
	width:545px;
	padding-left:5px;
}
#franquicia-title
{
	width:240px;
	float:left;
	text-align:center;
}
/* tierra por dentro */
#tierra
{
	margin-top:10px
}
#tierra p
{
	padding:0px 10px;
	text-align:justify;
}
#tierra-top
{
	height:296px; 
	width:814px; 
	clear:both;
	position:relative;
}
#tierra-hist
{
	float:left;
	width:400px;
}
#tierra-filosof
{
	float:left;
	width:400px;
}
/* proyectos */
#proyectos-title
{
	width:814px;
	height:87px;
	background-image:url(../Images/header_PAG.gif);
	clear:both;
	position:relative;
}
#proyectos-menu
{
	width:100%;
	height:30px;
	margin-top:10px;	
}
#proyectos-menu-asoc
{
	float:left;
	width:400px;
	text-align:center;
	font-weight:bold;
}
#proyectos-menu-asoc p
{
	display:inline
}
#proyectos-menu-books
{
	float:left;
	width:400px;
	text-align:center;
	font-weight:bold;
}
#proyectos-menu-books p
{
	display:inline
}
#proyectos-menu ul li
{
	padding:0px 60px;
	display:inline;
	text-align:center;
	font-weight:bold;
	border:1px solid red;
}
#proyectos-menu li img
{
	vertical-align:middle;
}
.proyectos-menu-selected a
{
	color:#999933;	
}
#proyectos-asoc p
{
	padding:0px 20px;
	text-align:justify;
}
/* libros */
#proyectos-libros
{
	margin:25px 10px;
}
.proyectos-libros-item
{
	width:390px;
	padding-bottom:25px;
}
#libro_item #libro_img
{
	float:left;
	width:130px;
}
#libro_item #libro_details
{
	float:left;
	width:210px;
}
#libro_item #libro_img img	
{
	width:124px;
}
#libro_details h2, #proyectos-discos h2
{
	color:#ff6600;
	margin:5px 0px;
}

/* discos */
#proyectos-discos
{
	margin:25px 10px;
}
#discos-col1
{
	float:left;
	width:274px;
	margin-right:10px;
	clear:both;
}
#discos-col1 img.img_disc
{
	width:272px;
	height:148px;
}
#discos-col2
{
	float:left;
	width:510px;
}
#discos-col3
{
	float:left;
	width:50px;
	margin-right:10px;
}
#discos-col4
{
	float:left;
	width:50px;
	margin-right:10px;
}
#discos-col5
{
	float:left;
	width:30px;
	margin-right:10px;
}
#discos-col6
{
	float:left;
	width:50px;
}

.nav-parent
{
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}
/* shooping cart */
#shooping_cart
{
	position:relative;
	font-weight:bold;
	
}
#shooping_cart a
{

}
#cart_floating
{
	border:1px solid #feca04;
	position:absolute;
	right:0px;
	top:26px;
	background:#fed805;
	filter:alpha(opacity=95);
	opacity:0.95;

}
#cart_floating td
{
	padding:3px;
}
#cart_resume
{
	border-top:1px solid #feca04;
	padding:5px 3px;
	text-align:right;
}
#cart-top
{
	width:814px;
	height:87px;
	background-image:url(../Images/header_PAG.gif);
	clear:both;
}
#cart-top div
{
	clear:both;
	padding:15px 10px;
}
#cart-details
{
	width:814px;
}
#cart-details-head-top
{
	width:814px;
	margin-top:20px;	
	height:20px;
	vertical-align:bottom;
}
#cart-details-grid
{
	width:814px;	
	padding-bottom:20px;
	background:#f9f8f7;
}
.cart-details-head1
{
	width:300px;
	float:left;
	padding-left:30px;
}
.cart-details-head2
{
	width:60px;
	float:left;
}
.cart-header
{
	height:5px;
	background-image:url(../Images/separador_gris.gif);
	margin:0px;
	padding:0px;
}
.cart-details-head3
{
	width:100px;
	float:left;
	text-align:center;
}
.cart-details-head4
{
	width:100px;
	float:left;
	text-align:center;
}
#cart-details-footer
{
	height:30px;
	padding:0px;
	text-align:center;
}
#cart-details-footer-total
{
	float:left;
	width:350px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}
#cart-details-footer-actions
{
	float:left;
	width:450px;
	text-align:center;
}
/* ordenes */
#order-resume-personal
{
	float:left;
	width:350px;
	padding-left:20px;
}
#order-resume-envio
{
	float:left;
	width:350px;
	padding-left:20px;	
}
#order-resume-list-products
{
	clear:both;
}
#politica
{
	background:#000000;
	padding:30px;
}
#politica-content
{
	width:100%;
	background:#FFFFFF;
}
/* families */
.family_image
{
	min-height:266px;
	
}
.d_error
{
	width:704px;
	height:64px;
	background:url(../Images/bgk_error.gif);
	margin:0px auto;
	padding-top:60px;
	padding-left:60px;
	font-weight:bold;
	color:#CC0000;
}

.d_ok
{
	width:704px;
	height:64px;
	background:url(../Images/bgk_enviado.gif);
	margin:0px auto;
	padding-top:60px;
	padding-left:60px;
	font-weight:bold;
}
.d_ok div
{
	padding:60px;
	font-weight:bold;
}
.map_tienda
{
	display:none; 
	position:absolute; 
	left:175px; 
	top:210px; 
	background:#FFFFFF; 
	padding:7px;
	border:1px solid #666666;
}