html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #990099;
}

input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #990099;
}

a:hover {
	color: #660066;
}

.boton {
	font-weight: bold;
	color: #FF0000;
}

.wfix1 {
	width: 250px;
}

form {
	display: inline;
}

#container {
	width: 742px;
	margin: 0 auto;
	background: url(../../images/fondo_gris.gif) repeat-x left top;
}

#main {
	margin: 0 auto;
}

#content {
	padding: 22px 26px 32px;
}

#content h1 {
	font-size: 23px; 
}

#content h2 {
	color: #993300;
	font-size: 20px;
}

#content h3 {
	font-size: 15px;
	margin-bottom: 26px;
	margin-top: 26px;
}	

.picsright {
	margin-left: 12px;
	margin-bottom: 12px;
	float: right;
}

.item {
	margin-bottom: 32px;
	border-bottom: 2px solid #CCCCCC;
}

.item td {
	vertical-align: top;
	padding: 4px;
	font-size: 11px;
}

.item th {
	padding: 4px;
	font-size: 14px;
	color: #FF7519;
	border-bottom: 1px solid #FF7519;
	vertical-align: top;
}

.item .data td {
	vertical-align: middle;
}

.pedir {
	border-top: 1px solid #990099;
	padding: 6px;
}

.pedir a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background: #990099;
	width: 80px;
	margin-right: 0px;
	margin-left: auto;
	text-align: center;
	padding: 4px;
	border: 2px solid #000099;
	text-decoration: none;
}

.pedir a:hover {
	color: #FFFF99;
	background: #000066;
}

.listing {
	color: #FF6600;
	border-collapse: collapse;
}

.listing a {
	display: block;
	background-color: #FF7519;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
}

.listing a:hover {
	background-color: #996600;
	color: #FFFF00;
}

.listing th {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}

.imgcontainer {
	width: 180px;
	height: 230px;
	overflow: hidden;
}

.rowimpair {
	background-color: #FFFFCF;
}

.addtocart {
	background: url(../../images/boton_addtocart.gif) no-repeat center center;
	height: 24px;
	width: 90px;
	padding: 3px;
	font-weight: bold;
	border: none;
	margin: 1px;
}

