/* algunas configs generales */
body, p, td, div, input, select, textarea {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #555;
}

a img {
	border: 0;
}

div.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

a {
	/*color: #6b195d;*/
	color: #B14699;
}

p, li {
	font-size: 15px;
}

h1 {
	color: #B14699;
	font-size: 32px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 18px;
	font-family: 'Droid Serif';
}

h2 {
	color: #B14699;
	font-size: 19px;
	font-family: 'Droid Serif';
	text-shadow: 0 1px 0 #FFF;
	margin: 10px 0 10px 0;
	padding: 4px;
	border-left: 2px solid #C8A8BA;
	background-color: #FDF8FB;
	width: 548px;
}

span.aclaracion {
	color: #888;
	font-size: 12px;
}

span.oblig {
	color: #C88;
	font-size: 11px;
}

.error {
	background-color: #FBB !important;
}

.error2 {
	border-color: #FBB !important;
}

/* estructura */
body {
	margin: 0;
	padding: 0;
	background: url('images/fondo.jpg') no-repeat center top #f8f1f7;
}

div#sitio {
	width: 100%;
	margin: 0;
	padding: 93px 0 0;
	background: url('images/fondo_pinceladas.jpg') no-repeat center top;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url('images/header_repite.png') top center repeat-x;
	height: 103px;
}

	div#header_contenido {
		width: 100%;
		margin: 0;
		padding: 0;
		background: url('images/header_flores.png') top center repeat-x;
		height: 103px;		
	}
	
		div#header_contenido_2 {
			width: 920px;
			margin: 0 auto;
			padding: 0;
		}
		
			div#header_logo {
				float: left;
				width: 300px;
				height: 70px;
				margin: 14px 0 0 0;				
			}
			
			div#header_telefonos {
				float: right;
				text-align: right;
				width: 200px;
				height: 7px;
				margin: 25px 0 0 0;
			}

div#contenido {
	width: 959px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 4px;
	background: url('images/contenido_repite.png') top center repeat-y;
	overflow: hidden;
}

	div#contenido_menu {
		width: 100%;
		height: 47px;
		overflow: hidden;
		border-bottom: 1px dashed #CCC;
	}
	
		div#contenido_menu_hor {
			float: left;
			width: 629px;
			background-color: #FAFAFA;
		}

			div#contenido_menu_hor ul {
				margin: 0;
				padding: 0;
			}
			
				div#contenido_menu_hor li {
					margin: 0;
					padding: 18px 0 0 0;
					height: 35px;
					float: left;
					list-style: none;
					font-family: Myriad, 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
					font-size: 14px;
					font-weight: 600;
					text-transform: uppercase;
				}
				
					div#contenido_menu_hor li a {
						text-decoration: none;
						color: #777;
						padding: 20px 22px 13px;
						text-shadow: 0 1px 0 #FFF;
					}
					
						div#contenido_menu_hor li a:hover {
							background-color: #F7EEF7;
						}
				
		div#contenido_menu_carrito {
			background-color: #eadfe8;
			color: #6b195d;
			float: right;
			width: 330px;
			padding: 19px 0 13px;
			text-align: center;
			font-size: 13px;
		}
		
			div#contenido_menu_carrito img {
				margin-right: 8px;
				position: relative;
				margin-top: -8px;
				top: 4px;
			}

	div#contenido_sidebar {
		float: left;
		width: 172px;
		border-right: 1px dashed #ccc;
		margin: 20px 21px 0 0;
		min-height: 200px;
	}
	
		div#contenido_sidebar p {
			padding: 10px;
		}
	
		ul#menu_categorias {
			margin: 0;
			padding: 0;
		}
		
			ul#menu_categorias li {
				margin: 0 0 3px 0;
				padding: 0;
				list-style: none;
				font-size: 15px;
			}
			
				ul#menu_categorias li a {
					display: block;
					width: 100%;
					padding: 4px 0;
					text-align: center;
					text-decoration: none;
				}
				
					ul#menu_categorias li a.selected {
						font-weight: bold;
						background-color: #F7F7F7;
					}

					ul#menu_categorias li a:hover {
						background-color: #FAFAFA;
					}
					
							
		form#sidebar_buscador input {
			width: 142px;
			padding: 5px 3px;
			border: 1px solid #CCC;
			font-style: italic;
			color: #999;
			font-size: 12px;
			background: url('images/buscar.gif') no-repeat 129px 5px #FDFDFD;
		}
					
	
	div#contenido_main {
		float: right;
		width: 745px;
		margin: 20px 20px 0 0;
		overflow: hidden;
		min-height: 200px;
	}

	h1#h1_left {
		float: left;
		width: 430px;
	}
	
	p#p_first {
		margin-bottom: 25px;
	}
	
	div#social {
		float: right;
		width: 305px;
		text-align: right;
		margin-top: 6px;
	}
	
		div#social iframe {
			vertical-align: bottom;
		}
		
		.fb_iframe_widget {
			text-align: left;
			width: 112px;
		}
		
		div#___plusone_0 {
			width: 40px !important;
		}

div#social_big {
	margin: 40px 0 15px;
	padding-top: 15px;
	border-top: 1px dotted #DDD;
	overflow: hidden;
}	

div#contenido_footer {
	width: 959px;
	height: 17px;
	margin: 0 auto;
	padding: 23px 5px;
	background: url('images/contenido_footer.png') top center no-repeat;
	font-size: 11px;
}

	div#contenido_footer_text {
		float: left;
		font-size: 11px;
		margin-left: 10px;
	}

	div#contenido_footer_creditos {
		float: right;
		font-size: 11px;
		margin-right: 10px;
	}


/* listados */

div.producto_ficha {
	width: 235px;
	height: 220px;
	margin: 0 20px 28px 0;
	float: left;
	position: relative;
	line-height: 0;
	font-size: 0;
}

	img.producto_ficha_foto {
		width: 220px;
		border: 1px solid #F6F6F6;
		z-index: 1000;
	}

	div.producto_ficha_precio {
		position: absolute;
		right: 0;
		top: 144px;
		z-index: 1500;
		font-size: 18px;
		line-height: 21px;
		color: #FFF;
		text-align: center;
		text-shadow: 0 1px 0 rgba(0,0,0,0.3);
		height: 25px;
		padding: 0 10px;
		background-color: #b14699;
		border: 1px solid #cb8fc0;
		-moz-box-shadow: -2px 2px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: -2px 2px 2px rgba(0,0,0,0.2);
		box-shadow: -2px 2px 2px rgba(0,0,0,0.2);
	}
	
		div.producto_ficha_precio span {
			font-size: 12px;
			text-decoration: line-through;
		}
	
	img.producto_ficha_borde {
		position: absolute;
		right: 0;
		top: 130px;
		z-index: 500;	
	}
	
	div.producto_ficha_detalles {
		width: 212px;
		padding: 4px;
		line-height: normal;
		background-color: #F6F6F6;
		overflow: hidden;
	}
	
		h2.producto_ficha_nombre {
			text-shadow: 0 1px 0 #FFF;
			display: block;
			margin: 0 0 2px 0;
			padding: 0;
			font-size: 20px;
			font-weight: normal;
			background-color: transparent;
			border: none;
			font-family: Georgia, Times, serif;
		}
		
			h2.producto_ficha_nombre a {
				color: #777;
				text-decoration: none;				
			}
		
			h2.producto_ficha_nombre a:hover {
				text-decoration: underline;
			}
	
		span.producto_ficha_usd {
			display: block;
			font-size: 11px;
			font-style: italic;
			color: #777;
			text-shadow: 0 1px 0 #FFF;
		}
			
		a.producto_ficha_detalles {
			display: block;
			position: absolute;
			right: 21px;
			bottom: 11px;
			padding: 0;/*0 4px;*/
			background-color: #CCC;
			color: #FFF;
			font-size: 11px;
			line-height: 18px;
			text-decoration: none;
			text-align: center;
			width: 86px;
			border-radius: 3px;
		}
		
			a.producto_ficha_detalles:hover {
				text-decoration: underline;
				background-color: #DDD;
			}


/* detalle de productos */

div#producto_fotos_oculto {
	position: absolute;
	top: -2000px;
	left: -2000px;
	width: 2000px;
}

div#producto_fotos {
	float: left;
	width: 427px;
	overflow: hidden;
	margin-right: 20px;
}

	img#producto_foto_ppal {
		width: 425px;
		border: 1px solid #EEE;
	}
	
	div#producto_lista_fotos {
		margin: 8px 0;
		padding: 8px 0;
		border-top: 1px dotted #DDD;
		border-bottom: 1px dotted #DDD;
		text-align: center;
	}
	
		div#producto_lista_fotos img {
			width: 90px;
			border: 1px solid #EEE;
			margin: 0 5px;
		}
		
			div#producto_lista_fotos img:hover {
				border: 1px solid #CCC;
			}
		

div#producto_info {
	float: left;
	width: 290px;
}

	p#producto_info_primero {
		font-size: 13px;
		line-height: 17px;
		margin-top: 0;
		padding-top: 0;
	}

	p#producto_info_descripcion {
		font-size: 13px;
		line-height: 17px;
	}
	
	p#producto_info_packaging {
		font-size: 11px;
		line-height: 14px;
	}
	
	p#producto_info_precio {
		font-size: 23px;
		color: #B14699;
		margin: 5px 0;
	}
	
		p#producto_info_precio span {
			font-size: 15px;
			text-decoration: line-through;
			color: #888;
		}
		
	p#producto_info_precio_usd {
		color: #888;
		margin: 0;
		font-size: 13px;
	}
	
	input#producto_agregar {
		cursor: pointer;
		padding: 7px 25px;
		font-size: 18px;
		color: #FFF;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		background-color: #b14699;
		border: 2px solid #EEAAEE;
		border-radius: 5px;
	}
	
		input#producto_agregar:hover {
			box-shadow: 0 0 5px rgba(0,0,0,0.15);
		}
		

/* carrito */

table#carrito_detalle {
	border-collapse: collapse;
	margin: 5px 0 10px;
}

	table#carrito_detalle td {
		font-size: 14px;
		padding: 6px 3px;
		border-bottom: 1px dotted #ECE;
	}

tr.carrito_fila_impar td {
	background-color: #FCFCFC;
}
	
td.carrito_foto {
	width: 100px;
	font-size: 0;
	line-height: 0;
}

	img.carrito_foto {
		width: 90px;
		border: 1px solid #EEE;
	}

td.carrito_nombre {
	width: 200px;
}

td.carrito_cnt {
	text-align: center;
	width: 80px;
}

td.carrito_precio {
	text-align: right;
	width: 100px;
	padding-right: 5px;
}

td.carrito_accion {
	text-align: center;
	width: 70px;
}

tr#carrito_fila_total td {
	border: none;
}

td.carrito_total_text {
	text-align: center;
	font-weight: bold;
}

td.carrito_total {
	text-align: right;
	font-weight: bold;	
}

div#carrito_acciones {
	width: 580px;
	text-align: right;
	margin: 15px 0;
}

	div#carrito_acciones a {
		font-size: 12px;
		margin-right: 15px;
	}

	div#carrito_acciones input {
		cursor: pointer;
		padding: 7px 25px;
		font-size: 16px;
		color: #FFF;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		background-color: #b14699;
		border: 2px solid #EEAAEE;
		border-radius: 5px;		
	}
	
		div#carrito_acciones input:hover {	
			box-shadow: 0 0 5px rgba(0,0,0,0.15);
		}
		
		
		
/* form de compra */

td.form_compra_carrito_nombre {
	width: 245px !important;
}

td.form_compra_carrito_precio {
	padding-right: 12px !important;
}

td.form_compra_carrito_total {
	padding-right: 12px !important;
}

table.form_compra {
	border-collapse: collapse;
	margin-bottom: 12px;
}

	table.form_compra td {
		padding: 3px;
	}
	
	form#form_compra label {
		width: 140px;
		display: block;
	}
	
	form#form_compra input {
		width: 200px;
	}
	
	form#form_compra input, form#form_compra select, form#form_compra textarea {
		padding: 3px;
		background-color: #FDFDFD;
		border: 1px solid #CCC;
		/*box-shadow: inset 0 -1px 0 #FFF;*/
	}
	
	form#form_compra input:focus, form#form_compra select:focus, form#form_compra textarea:focus {
		border: 1px solid #B14699;		
	}
	
	form#form_compra select option {
		padding: 1px 0 0;
	}

	textarea#dedicatoria {
		width: 380px;
		height: 100px;
	}

	textarea#observaciones {
		width: 250px;
		height: 80px;
	}
	
	span.aclaracion_observaciones {
		font-size: 11px;
		font-style: italic;
	}
	
	label.form_compra_radio_checkbox {
		display: inline !important;
		width: auto !important;
		margin-right: 25px !important;
	}
	
	input.form_compra_radio_checkbox {
		width: auto !important;
		box-shadow: none;
	}

div.form_compra_forma_pago {
	width: 500px;
	border: 1px solid #EEE;
	border-radius: 3px;
	padding: 8px;
	margin: 0 0 8px 0;
	overflow: hidden;
}

	div.form_compra_forma_pago label {
		font-size: 0;
	}

	div.form_compra_forma_pago_left {
		float: left;
		width: 50px;
		text-align: center;
		margin-right: 8px;
	} 

	div.form_compra_forma_pago_right {
		float: left;
	}
	
	div.form_compra_forma_pago input {
		width: auto !important;
		border: none !important;
		padding: 0 !important;
		box-shadow: none !important;
	}	

div.form_compra_forma_pago_expl {
	display: none;
	font-size: 12px;
	margin: 5px 0 15px;
	width: 516px;
}

p#form_compra_descuento {
	font-size: 12px;
	width: 430px;
	background-color: #FFFBFD;
	border: 1px solid #DBC;
	border-radius: 3px;
	padding: 8px;
	margin: 12px 0 20px;
	line-height: 20px;
}

	input#form_compra_cupon {
		width: 80px !important; 
		margin-right: 4px;
	}
	
	span#form_compra_cupon_msg {
		color: #b14699;
	}

p#form_compra_total {
	color: #b14699;
	font-weight: bold;
	width: 434px;
}

p#form_compra_terminos {
	font-size: 11px;
	margin: 15px 0 11px;
}

p#form_compra_acciones {
	padding: 15px 0 10px;
}

input#form_compra_submit {
	cursor: pointer;
	padding: 7px 25px !important;
	font-size: 18px !important;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
	background-color: #b14699 !important;
	border: 2px solid #EEAAEE !important;
	border-radius: 5px;
	box-shadow: none !important;
	width: auto !important;		
}
	
input#form_compra_submit:hover {	
	box-shadow: 0 0 5px rgba(0,0,0,0.15) !important;
}

p#form_compra_acciones a {
	margin-left: 8px;
	font-size: 11px;
}


/* Redir de pago */

div#compraRedir {
	width: 400px;
	padding: 30px 20px 20px;
	margin: 100px auto;
	background-color: #FFF;
	border: 2px solid #EADFE8;
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	text-align: center;
}

div#compraRedir p {
	font-family: Georgia, Times;
	font-size: 16px;
	color: #555;
	margin: 0;
	padding: 20px 0;
}


/* secciones */

p.pregunta {
	font-weight: bold;
	color: #B14699;
	padding-top: 15px;
}

table#politica_envios_costos {
	margin: 0 auto;
	border-collapse: collapse;
}
	
	table#politica_envios_costos td {
		font-size: 12px;
		padding: 3px;
		border-bottom: 1px dotted #DDD;
	}		
	

/* contacto */

form#form_contacto table {
	border-collapse: collapse;
	margin-bottom: 12px;
}

	form#form_contacto table td {
		padding: 3px;
	}
	
form#form_contacto label {
	width: 140px;
	display: block;
}

form#form_contacto input {
	width: 200px;
}

form#form_contacto input, form#form_contacto select, form#form_contacto textarea {
	padding: 3px;
	background-color: #FDFDFD;
	border: 1px solid #CCC;
	/*box-shadow: inset 0 -1px 0 #FFF;*/
}

form#form_contacto input:focus, form#form_contacto select:focus, form#form_contacto textarea:focus {
	border: 1px solid #B14699;		
}

form#form_contacto textarea {
	width: 280px;
	height: 90px;
}

form#form_contacto input#sistema {
	display: none;
}

form#form_contacto input.submit {
	cursor: pointer;
	padding: 7px 25px !important;
	font-size: 16px !important;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
	background-color: #b14699 !important;
	border: 2px solid #EEAAEE !important;
	border-radius: 5px;
	box-shadow: none !important;
	width: auto !important;		
}
	
form#form_contacto input.submit:hover {	
	box-shadow: 0 0 5px rgba(0,0,0,0.15) !important;
}


/* Formulario de Western Union */

form.form_wu label {
	width: 240px !important;
}
