/**
 * Reset
 * ----------------------------------------------
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		list-style-type: none;
		/*vertical-align: baseline;*/
}

body 			{ line-height: 1.5; }

a img			{ border: none; }

br				{ line-height:5px; }

b				{ font-weight: bold; 	color:#333;}

.clear:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clear	{ height: 1%; }
.clear 			{ clear: both;} 

.messageStackError	{margin:10px 0; padding:15px;  color:#cb3d3d; border:0px solid #cb3d3d; background:#ffffd5;  font-size:12.5px; 
					 background-image: url(/images/images/required_bg.gif); background-repeat: no-repeat; background-position: top left;}
.messageStackSuccess {margin:10px 0; padding:15px;  color:#000; border:0px solid #cb3d3d; background:#efe;  font-size:12.5px; }



/**
 * Classes
 * ----------------------------------------------
 */
 
.padding_img {
	padding-left:35px;
}

.small, .small a {
	color:#999;
	font-size: 12.5px;
	text-decoration: none;
}

.small a:hover {
	color:#333;
	text-decoration: none;
}


.medium, .medium a {
	color:#999;
	font-size: 14px;
	text-decoration: none;
}

.medium a:hover {
	color:#333;
	text-decoration: none;
}


/*comodines*/

.s, .s a {
	font-size: 12.5px;
}

.g, .g a {
	font-size: 13px;
}

.c, .c a {
	/*color:#333; color azul oscuro (comodín)*/
	color:#40aacd;
}

.u, .u a {
	text-decoration: underline;
}

.b, .b a, b, b a {
	font-weight: bold;
	color:#333;
}

.mv {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mh {
	margin-left: 50px;
	margin-right: 50px;
}

.ph {
	padding-left: 50px;
	padding-right: 50px;
}

.bb {
	border-bottom: 1px solid #e4e4e4;
}

.inline{
display:inline;
}

h1 {
	font-family:Arial, sans-serif;
    font-size: 18px;
    color:#333;
}

h2, h3 {
   	font-family:Arial, sans-serif;
    font-size: 16px;
    color:#333;
}

.txt_cms, .txt_cms a{
	font-size: 15px;
	color:#555;
}

.t12{
	font-size: 12px;
}

.t15{
	font-size: 15px;
}

.t18{
	font-size: 18px;
	color:#333;
}

.error {

}

/**
 * Layout
 * ----------------------------------------------
 */



html,body {
	margin:0;
	padding:0;
	
	font-family:Arial, sans-serif;
	/*background-color: #ebf9f8;*/
	/*background-color: #ddeeee;*/
}

#container {
	width:960px;
	position:relative; /* needed for header positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding:0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#container_cuerpo_footer {
	/*width:960px;*/
	margin:0px auto;
	padding:265px 0 0px 0; /* top magin for header and footer! */
	/*padding:360px 0 25px 0;  top magin for header and footer! */	
}

#container_cuerpo_footer_checkout {
	/*width:960px;*/
	margin:0px auto;
	padding:85px 0 0px 0; /* top magin for header and footer! */
}

#container_cuerpo_footer, 
#container_cuerpo_footer_checkout, 
#header, #custom, #cuerpo, #footer {
	/*width:960px;*/
	width:100%;
}

#cuerpo { 
	float:left; 
	margin:0; 
	padding:0; 
	background-color:#fff;
}

#header {
	/*width:960px;*/
	height:140px;
	position:absolute;
	top:0; /* stick to bottom */
	/*left:46px;*/
	left:0px;
	margin:0;
	padding:0;
	background-color:#fff;
}

#custom {
	/*width:960px;*/
	height:125px;
	position:absolute;
	top:140px; /* stick to bottom */
	/*left:46px;*/
	left:0px;
	margin:0;
	padding:0;
	
}

.c_bg {
background:url(images/images/pedidos_personalizados.gif) no-repeat 775px 15px;
}

.ca_bg {
background:url(images/images/alianzas_personalizadas.gif) no-repeat 775px 15px;
}


#footer {
	text-align:center;
	float:left; 
	margin:5px 0 0 0; 
	padding:0; 	
	background-color:#fff;
	/*background-color:#eeffff;*/
}

/**
 * Header
 * ----------------------------------------------
 */

#logo {

	position:absolute;	
	bottom:45px;
	left:50px;
}


/* navigation */

#help_navigation {
	position:absolute;
	top:25px;
	right:50px;	
}

.small_list ul, 
.small_list li,
.small_list li a:link,
.small_list li a:visited {
	color: #999;
	display: inline;
	list-style-type: none;
	margin-left: 13px;
	font-size: 13px;
	text-decoration: none;
}

.small_list li a:hover,
.small_list li a:visited:hover {
	color: #333;
	text-decoration: none;
}
 
/* menu tabs */
 
#menu {
	position:absolute;
	top:80px;
	right:50px;
	font-size: 14px;
	border:0px solid #e4e4e4;
	text-align:right;
}
	
#menu ul, #menu li {
	color: #333;
	display: inline;
	list-style-type: none;
	margin-left: 50px;
}
	
#menu li a:link,
#menu li a:visited {
	color:#333;
	text-decoration: none;	
}

#menu li a:hover,
#menu li a:visited:hover {
	color: #000;
	text-decoration: none;
}

#menu li#activa a, 
#menu li a.current:link,
#menu li a.current:visited {
	background:#fff;
	color:#000;
	font-weight:bold;
}


#subcategories_navigation {
	border:0px solid #e4e4e4;
	text-align:right;
}

#subcategories_navigation ul, 
#subcategories_navigation li, 
#subcategories_navigation li a:link,
#subcategories_navigation li a:visited {
	color: #999;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 5px;
}

#subcategories_navigation li a:hover,
#subcategories_navigation li a:visited:hover {
	color: #333;
	text-decoration: none;
}


/* breadcrumb */

#breadcrumb {
	position:absolute;	
	top:103px;
	left:50px;	
	
}
 


/**
 * Footer
 * ----------------------------------------------
 */
 





/**
 * CMS
 * ----------------------------------------------
 */

#menu_ayuda{
	float:left;
	height:100%;
	margin:15px 25px; 
	width:225px; 
}


	#navlist,#oh{
		list-style-type: none;
		font-size:11px;
		margin:10px 25px;
	}

	#navlist ul,#oh ul{
		list-style:none;
	}

	#navlist li,#oh li{
		/*border-bottom:1px solid #e4e4e4;*/
	}

	#navlist li a,#oh li a{
		color:#555;
		display:block;
		/*padding:7px 5px 7px 10px;*/
		padding:7px 0px 7px 10px;
		text-decoration:none;
		width:100%;
	}
	
	#navlist li a:hover,#oh li a:hover{
		background:#f6f6f6;
		color:#000;
	}
	
	#navlist li a#current, #oh li a#current{
		background:#f6f6f6;
		border-top:1px solid #e4e4e4;
		color:#000;
		font-weight:bold;
	}

	#navlist li a#subcurrent,#oh ul li a#subcurrent{
		font-weight:bold;
	}

		#navlist li li a,#oh li li a{
			background:#f6f6f6;
			color:#000;
			padding:3px 0px 7px 10px;
			}

		#navlist li li a:hover,#oh li li a:hover{
			background:#fff;
		}







#contenido_ayuda{
	float:left;
	height:100%;
	margin:7px 20px 35px 20px;
	width:575px;
	border:0px solid #000; 
}


	#oh {
		width:225px; 
		float:left; 
		display:inline; 
		border-top:1px solid #e4e4e4;
		margin-right:25px;
	}
	
	
	.cont {
		padding:10px 0px 0px 5px;
		border:0px solid red;
		margin-bottom:10px;
	}

	.imgfot {
		float:left;
		width:75px;
		border:0px solid green;
		padding:5px 0px 0px 12px;
	}

	.txtguiabd {
		float:left;
		width:400px;
	}

	.txtguiabd2 {
		float:left;
		width:325px;
	}




/**
 * Detalle producto
 * ----------------------------------------------
 */

#utils {
	border:0px solid #f4f4f4; 
	margin:30px 0 0 25px;  
	float:left; 
	width:150px;
}

#dynloadarea{
	float:left;
	width:300px;
	height:300px;
	margin:0;
	border:0px solid #f4f4f4;
	text-align:center;
}


#right{
	border:0px solid #f4f4f4;
	float:right;
	margin:0; 
	width:375px;
}

	#titulo{
		float:left;
		width:350px;
	}

	#info{
		background:#fff;
		float:right;
		font-size:11px;
		font-weight:lighter;
		width:100%;
		padding-bottom:20px;
		border:0px solid #ff0000;
	}

		#precio, #comprar{
			display:inline;
			float:left;
			padding:0px;
			width:165px;
		}
		
		#precio{
			margin:22px 0px 16px 0px;
		}
				
		#comprar{
			margin:22px 22px 16px 0px;
			text-align:right;
		}

	#atributos{
		display:inline;
		float:left;
		margin:0;
		padding:0;
		text-align:left;
		width:330px;
		border-top:1px solid #e4e4e4; 
		border-bottom:1px solid #e4e4e4; 
		background:#fff;
	}




.info_relacionada1, .info_relacionada2, .info_relacionada3{
	border-right:1px solid #e4e4e4;
	display:inline;
	float:left;
	margin:0px 0px 30px 50px;
	padding:0px;
	width:280px;
}

.info_relacionada2 {
	margin:0px 0px 30px 25px;
}

.info_relacionada3 {
	width:200px; 
	border:0px;
}





/**
 * Cesta de la compra
 * ----------------------------------------------
 */


#shopping_cart {
width: 860px;
margin: 20px 50px;
}




/**
 * Pagination
 * ----------------------------------------------
 */

#pagination {
	padding: 0px;
	float:right; 
	margin:0px 45px; 
	display:inline;
	font-size:13px;
}

#pagination ul {
	list-style-type: none;
}

#pagination li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}

#pagination li a {
	color: #333;
	padding: 4px 8px;
	border: 0px solid #ddd;
	text-decoration: none;
	float: left;
}

#pagination li a:hover {
	color: #000;
	background: #fff;
	border: 0px solid #4b85bc;
}

#pagination li.nolink {
	color: #ccc;
	border: 0px solid #F3F3F3;
	padding: 4px 8px;
}

#pagination li.current {
	color: #000;
	font-weight:bold;
	border: 0px solid #4b85bc;
	padding: 4px 8px;
	/*background: #4b85bc;*/
}



/**
 * Categories
 * ----------------------------------------------
 */

#categorias_precio{
	background:url(images/images/bg.gif) repeat-x top left #FFFFFF;
	border:1px solid #e4e4e4;/* linea superior verde*/ 
	margin:8px 25px 25px 25px;
	padding-bottom:20px;
	width:910px;	
}

	#foto_categoria{
		float:left;
		width:300px;
	}

	#menu_categorias{
		float:left;
		margin:20px 0 0 65px;
		width:275px;
	}

	#categorias{
		float:left;
		list-style:none;
		margin-left:0;
		padding-left:0;
	}

	#categorias li a{
	
		font-family:Arial, sans-serif;
		font-size: 14px;
		color:#333;
		text-decoration:none;
		font-weight: bold;
		line-height:22px;
		background:url(images/images/flecha3.gif) 0px 3px no-repeat;
		padding-left:13px;
	}

	#menu_precio{
		float:left;
		margin:20px 0 0 0;
		width:200px;
	}

#destacados_novedades, #guia_familias{
	display:inline;
	float:left;
	margin:0px 0px 25px 25px;
	padding:0;
	width:440px;
}

.guiafamilias {
	/*background:url(images/images/bg.gif) repeat-x top left #fff;*/
	border-top:1px solid #e4e4e4;
}




/**
 * Home
 * ----------------------------------------------
 */

#inicio{
	margin:20px 50px;
	width:850px;
}

	#foto_home{
	float:left;
	margin:0;
	width:375px;
	}

#directorio_inicio{
	float:left;
	margin:0px 0px 25px 75px;
	padding:5px 0px 0px 0px;

	display:inline;
	border:0px solid #e4e4e4;
}

* html #directorio{height:1%;}
/*IE workaround*/
/*All IE browsers*/
* html #directorio li{border-left:1px solid black;margin:0 0.4em 0 -0.4em;padding:0 0.4em 0 0.4em;}
* html #directorio li{display:block;float:left;}
/*End hide*/
/*Mac IE 5*/
* html #directorio li:first-child{border-left:0;}

#directorio{list-style:none;margin:0;padding:0;}
#directorio li{display:inline;margin:0;padding:0;}
#directorio li a{color:#868686;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:normal; text-transform: lowercase; text-decoration:underline;}
/*#directorio li:before{content:"| ";}
#directorio li:first-child:before{content:"";}*/

#guia_compra, #guia_bodas{
	display:inline;
	float:left;
	margin:0px 0px 25px 25px;
	padding:0;
	width:440px;
}

#foto_guia{
width:160px;
float:left;
}

#guia_home{
width:280px;
float:left;
}



#tag_home{float:left;margin:30px 0px 0px 60px;padding:0px;width:375px;display:inline;}

#newsletter {
background-color:#F6F6F6;
margin: 0px 22px 22px 22px;
padding: 10px 0;
width: 900px;
text-align:center;
border-top: 1px solid #e4e4e4;
display:inline;
float:left;
} 

