h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

p {
	margin-top: 10px;
}

hr {
	 border: 0;
	 height: 1px;
	 color: #F3DAA8;
	 background-color: #F3DAA8;
	 margin-top: 0px;
	 padding: 0px;
}

a {
	text-decoration: none;
	color: #9999CC;
}
a:hover {
	color: #4d301e;
}

body {
    padding: 0;
    margin: 0;
}

/*---------Productos--------*/
.producto {
	margin-right: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 150px;
	float: left;
	font-size: 10px;
	text-align: center;
	height: 196px;
}
.producto a {
	color: #4d301e;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.prodFoto {
	border: 1px solid #f3efe4;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 8px;
}

#datosProducto {
	color: #4d301e;
}

#fotoProducto {
	border: 1px solid #f3efe4;
	width: 270px;
	height: 270px;
	overflow: hidden;
}

.miniatura {
	width: 85px;
	height: 85px;
	overflow: hidden;
	float: left;
	margin-top: 8px;
}
.separadorMiniaturas {
	width: 8px;
	float: left;
	margin-top: 12px;
	height: 85px;
}

/*----------Carrito------------*/
#carrito {
	overflow: hidden;
	padding: 20px 20px 0px 20px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #4d301e;
}

#cartHeader {
	overflow: hidden;
	margin: 0px 0px;
}
#headerNombre {
	float: left;
	padding: 10px 5px 0px 20px;
	width: 120px;
	text-decoration: underline;
}
#headerTalla {
	float: left;
	padding: 10px 5px 0px 5px;
	width: 60px;
	text-decoration: underline;
}
#headerColor {
	float: left;
	padding: 10px 5px 0px 5px;
	width: 80px;
	text-decoration: underline;
}
#headerBordado {
	float: left;
	padding: 10px 5px 0px 5px;
	width: 120px;
	text-decoration: underline;
}
#headerHilo {
	float: left;
	padding: 10px 5px 0px 5px;
	width: 80px;
	text-decoration: underline;
}
#headerPrecio {
	float: left;
	padding: 10px 5px 0px 5px;
	width: 70px;
	text-decoration: underline;
}

#productoCart {
	overflow: hidden;
	margin-top: 6px;
	border: 1px solid #f3efe4;
	min-height: 85px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 85px; /* for IE5.x and IE6 */
}
#fotoCart {
	float: left;
	clear: left;
	width: 85px;
	overflow: hidden;
}
#nombreProducto {
	float: left;
	width: 120px;
	padding: 30px 5px 10px 20px;
}
#precioProducto {
	float: left;
	padding: 30px 5px 10px 5px;
	width: 70px;
}
#tallaProducto {
	float: left;
	padding: 30px 5px 10px 5px;
	width: 60px;
}
#colorProducto {
	float: left;
	padding: 30px 5px 10px 5px;
	width: 80px;
}
#bordarProducto {
	float: left;
	padding: 30px 5px 10px 5px;
	width: 120px;
}
#hiloProducto {
	float: left;
	padding: 30px 5px 10px 5px;
	width: 80px;
}
#borrar {
	float: left;
	padding: 30px 5px 10px 20px;
	width: 80px;
}
#limpiar {
	clear: both;
	padding-top: 2px;
}

#total {
	clear: left;
	padding: 10px 20px 10px 460px;
}

#opciones {
	display: block;
	height: 50px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
#opciones ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#opciones ul li {
	display: inline;
	padding: 0px 80px 20px 80px;
}

#presentacion {
    text-align: center;
    padding: 12px 20px 0px 20px;
    font-size: 11px;
    color: #4d301e;
    overflow: hidden;
}
.selectPres {
	float: left;
	margin: 0px 30px;
	width: 85px
}
.selectFoto {
	text-align: center;
	height: 85px;
}


/*----------Formulario---------*/
.titulo {
	font-weight: bold;
}
.separador {
    background-image:url(../Images/linea.gif);
    background-repeat:repeat-x;
    margin: 10px;
}
#myForm {
	margin: 30px 40px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #4d301e;
	width: auto;
}
#myForm fieldset {
	border-color: #f3efe4;
	border-width: 1px;
	border-style: solid;
	padding: 20px 10px;
}
#myForm fieldset legend {
	font-size: 1.2em;
	color: #4d301e;
}
#myForm label {
	display: block;
	float: left;
	width: 240px;
	margin: 8px 0px;
	text-align: right;
}
#myForm fieldset label:first-letter {
	
}
#myForm input, textarea, select {
	width: auto;
	margin: 5px 0 0 10px;
	font-size: 11px;
}
#myForm br {
	clear:left;
}
#myForm span {
	display: block;
	float: left;
	margin: 8px 10px;
	width: auto;
}

/*-----------Footer------------*/
#footer {
	float: left;
	width: 680px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-left: 70px;
	text-align: center;
}
#footer a {
	color: #4d301e;
	text-decoration: underline;
}
#footer a:hover {
	color: #9999CC;
}
#banderas {
	float: left;
	margin-left: 25px;
	width: 70px;
}
#footerIndex a {
	color: #4d301e;
	text-decoration: underline;
}

/*-----------Paginator---------*/
#paginator {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #4d301e;
}

/*---------Error---------------*/
#error {
	text-align: center;
	padding: 60px 20px;
	color: #4d301e;
}

