#productos{
	width: 311px;
	float: left;
	
	}
#productos table{
	width: 96%;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3f0e5;
	border: 4px solid #F3F0E5;
}

#productos table a, table, tbody, tfoot, tr th, td {
	font-family: Arial, Helvetica, sans-serif;
}

#productos thead th {
	height: auto;
	font-size: 0.5em;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #F0E1BA;
}

#productos tbody tr {
	background-color: #F3F0E5;
}

#productos tbody tr.odd {
	background-color: #FFFFFF;
}

#productos tbody th {
	padding-left: 10px !important;
	background-color: #E9E3CF;
}

#productos tbody tr.odd th {
	padding-left: 40px !important;
}

#productos tbody th, #productos tbody td {
	font-size: 0.7em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 4px;
	text-align: left;
}

#productos tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }


#productos botton{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F0E1BA;

}

