body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
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: #CC6666;
}
a:hover {
	text-decoration: underline;
}

/*---------Productos--------*/
#producto {
	margin-left: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 137px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	height: 230px;
}
#producto img {
	border: 1px solid white;
}

/*----------Carrito------------*/
#carrito {
	overflow: hidden;
	padding: 20px 40px;
	color: #FFFFFF;
}

#productoCart {
	overflow: hidden;
	margin: 10px 20px;
	border: 1px solid white;
	min-height: 100px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 100px; /* for IE5.x and IE6 */
}
#fotoProducto {
	float: left;
	clear: left;
}
#nombreProducto {
	float: left;
	width: 180px;
	padding: 40px 20px 10px 30px;
}
#precioProducto {
	float: left;
	padding: 40px 10px 10px 10px;
	width: 80px;
}
#tallaProducto {
	float: left;
	padding: 40px 10px 10px 10px;
	width: 120px;
}
#borrar {
	float: left;
	padding: 40px 10px 10px 10px;
	width: 120px;
}
#limpiar {
	clear: both;
	padding-top: 2px;
}

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

#opciones {
	font-size: 13px;
	text-align: center;
	padding-bottom: 20px;
}
#opciones ul {
	list-style-type: none;
}
#opciones ul li {
	display: inline;
	padding: 0px 80px;
}

/*----------Formulario---------*/
#formulario {
	margin: 30px 40px;
	color: #FFFFFF;
}
#myForm {
	width: auto;
}
#myForm fieldset {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	padding: 20px 10px;
}
#myForm fieldset legend {
	font-size: 1.2em;
	color: #FFFFFF;
}
#myForm label {
	display: block;
	float: left;
	width: 240px;
	margin: 8px 0px;
	text-align: right;
}
#myForm fieldset label:first-letter {
	text-decoration: underline;
}
#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;
}

/*-----------Paginator---------*/
#paginator {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	position: relative;
	left: -100px;
}

/*---------Error---------------*/
#error {
	padding: 60px 60px;
	color: #FFFFFF;
}

