.contenedor {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(img/fondo.png);
	background-repeat:   repeat-y;
	background-position: -36px top;
	background-color: #FFFFFF;
	overflow: visible;
}
.Menu_izq {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.Contenido {
	width: 675px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	overflow: hidden;
}
.Contenido p, ul, li, span{
	font-family:Arial;
	font-size:12px;
}

.Pie {
	width: 900px;
	float: none;
	margin-left: auto;
	background-color: #F7F1D3;
	clear: both;
	margin-right: auto;
	background-position: right;
}
.Campos {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EECF87;
	border: 1px solid #C79444;
	color: #9C712B;
}
.Botones {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #9C712B;
	font-weight: bold;
	border: 2px solid #9C712B;
}
.producto_home {
	margin: 5px;
	padding: 2px;
	width: 318px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 4px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
	height: 110px;
}
.Foto_Detalle {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.Entrega_Detalle {
	position: relative;
	bottom: 20px;
}

.Comprar_detalle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(img/comprar_detalle.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 205px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 27px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 0px;
	text-decoration: none;
}
.Foto_Chica {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	overflow: hidden;
	height: 100px;
}

