/*
	Resetear CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}

input, textarea {
     margin: 0;
     padding: 0;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}
strong{
	font-weight: bold;
}
p.mensaje {
	border: 1px solid #444;
	background-color: #F6DFD7;
	padding: 1em;
}

/* 
	Resetear CSS 
*/



/* por definir

	h2.tituloProducto
	h3.tituloProducto
	p.precio
	a.eliminar
	a.vaciarCarro
	a.realizarPedido

*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;
	background-color: #EEC0B1;
	background-image: url(/plantillas/diksi/imagenes/layout/fondo_cerezas.png);
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	font-family: Times, "Times New Roman", serif;
}
hr {
	clear: both;
	visibility: hidden;
}
* a img {
	border: none;
}
* .clear{
	clear: both;
}


/* -------------- los grandes bloques ------------- */


	#contenedor {
		margin: 0 auto;
		width: 822px;
		text-align: left;
		/*margin-top: 25px;*/
	}
	
	#cabecera {
		background: transparent url(/plantillas/diksi/imagenes/layout/fondo-cabecera.png) repeat-x 0 70px;
		padding-top: 6px;
		float: left;
		width: 572px;
	}
	#buscador {
		display: none;
	}
	#fondo {
		background: transparent url(/plantillas/diksi/imagenes/layout/fondo-contenido.png) repeat-y top left;
		clear: both;

	}

	#menu {
		float: right;
		color: #000;
		margin: 90px 0 0 0;
		width: 250px;
		padding: 0;
	}
	#carro {
		position: absolute;
		font-size: 0.75em;
		text-align: right;
		height: 190px;
		background: url(/plantillas/diksi/imagenes/layout/shopping-bag.png) no-repeat top right;
		top: 70px;
		width: 270px;
	}
	#contenido {
		float: left;
		width: 525px;
		color: #000;
		font-size: 0.8em;
		line-height: 1.4em;
		background-color: #fff;
		padding-left: 20px;
	}
	#migas {
		display: none;
	}
	#pie {
		clear: both;
		color: #000;
		font-size: 0.75em;
		padding: 1em 0;
	}


/* -------------- fin los grandes bloques ------------- */




#carro a {
	display: block;
	height: 194px;
	width: 260px;
	display: block;
}

#carro a span {
	position: absolute;
	z-index: -1;
	right: 30px;
	top: 30px;
}

#cabecera * {
	margin: 0;
	padding: 0;
	
}

#cabecera h1 {
	margin-top: 20px;
}

#cabecera h1 a {

}
#cabecera span {
	visibility: hidden;
}

/*#buscador form {
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
	color: #000;
	width: 300px;
	height: 3em;
	background-color: #E99322;
	font-size: 0.8em;
}
#buscador form p {
	padding: 0.7em;
}
#buscador form p label {
	padding-right: 1em;
	color: #fff;
}
*/





#cabecera a {

}
#cabecera a:hover{

}


#contenedor a {
	color: #555;
}
#contenedor a:hover {
	text-decoration: none;
}


#contenido h2 {
	font-size: 2em;
	padding-bottom: 7px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ECBEB0;
	color: #ECBEB0;
	font-style: italic;
}
#contenido h2 a {

}
#contenido h3 {
	font-size: 1.4em;
	color: #555;
}
#contenido h4 {
	font-size: 1.2em;
	color: #555;
	font-weight: bold;
}
#contenido * a {

}
#contenido * a:hover {

}
#contenido p {
	margin: 1em 0;
	color: #666;
}
#contenido ul {
	margin: 1em 2em;
	color: #666;
}
#contenido ul li {
	margin: 1em 0;
}

#contenido .derecha {
	float: right;
	width: 48%;
}
#contenido .izquierda {
	float: left;
	width: 48%;
}


#contenido p.navegador {
	clear: both;
}
#contenido p.precio {
	font-size: 2em;
	font-style: italic;
}
#contenido p.precio .iva {
	font-size: 0.5em;
}


#contenido p label {
	display: block;
	float: left;
	width: 150px;
}
#contenido p label.nofloat{
	display: inline;
	float: none;
	width: inherit;
}
#contenido p label.oculto {
	display: none;
	float: none;
	width: 0;
}
	
#contenido #fotos p a {
	display: block;
	float: left;
	width: 95px;
	margin-left: 5px;
	margin-top: 5px;
}

	#menu ul li {
		list-style-type: none;
	}
	
	#menu #noticias {
		float: left;
	}
	#menu #ipod {
		float: left;
	}
	#menu #conocerte {
		clear: both;
	}
	#menu #love {
	
	}
	
	#menu #interior {
		background-color: #fff;
		margin-right: 0;
		height: 100%;
	}


table#tablacarro {
	width: 100%;
	border-collapse: collapse;
}
table#tablacarro th {
	font-weight: bold;
	background-color: #808080;
	padding: 0 5px;
	color: #fff;
}
table#tablacarro td * {
	padding: 0;
	margin: 0;
}
table#tablacarro td {
	padding: 5px;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
}
table#tablacarro .total {
	font-size: 1.5em;
}

.realizarPedido {
	text-align: right;
	font-size: 1.5em;
}


#pie {
	padding: 10px;
}

#pie a {
	color: #555;
}
#pie a:hover {
	text-decoration: none;
}


form#contacto p input.texto {
	border: 1px solid #BDB3A7;
	padding: 3px 5px;
	font-size: 0.8em;
}

form#contacto p texarea {
	border: 1px solid #BDB3A7;
	padding: 3px 5px;
	font-size: 1em;
}
form#contacto p label {
	color: #663366;
	font-style: italic;
	display: inline;
	float: none;
	font-size: 1.2em;
}

form#formadepago p {
	line-height: 2em;
}
form#formadepago label {
	display: inline;
	float: none;
}
form#formadepago input {
	margin-right: 10px;
}

legend {
	display: block;
	font-size: 2em;
	padding-bottom: 7px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ECBEB0;
	color: #ECBEB0;
	font-style: italic;
	width: 100%;
}

table#cuidados {
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
	
}
table#cuidados * {

}
table#cuidados tr th {
	width: 10%;
	padding: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	text-align: center;
}
table#cuidados tr th.cabecera {
	width: 50%;
	padding: 1em 0;
}
table#cuidados tr td {
	width: 40%;
	vertical-align: middle;
	font-family: "Trebuchet MS", sans-serif;
	font-size: .9em;
}


dl.cuidados dt {
	float: left;
	clear: both;
	height: 40px;
	width: 50px;
}
dl.cuidados dd {
	float: left;
	height: 40px;
	width: 300px;
}
h4 {
	clear: both;
	padding: 2em 0;
}

ul#combinaciones {
	margin: 0;
	padding: 0;
}

ul#combinaciones li {
	float: left; 
	padding: 0 5px 0 0;
	margin: 0;
	list-style-type: none;
}