div#usuarios
{
	position: relative;
	float: left;
	
	width: 156px;
	height: auto;
	
	margin-bottom: 7px;
}

div#usuarios div.usuarios_dec_sup
{
	position: relative;
	float: left;
	width: 156px;
	height: 39px;
	
	background-image: url('img/usuarios_dec_sup_.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#usuarios div.usuarios_centro
{
	position: relative;
	float: left;
	
	height: auto !important;
	min-height: 50px;
	height: 50px;
	padding-top: 3px;
	
	width: 146px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-left: 4px;	
	padding-right: 4px;	
	
	background-color: #6D0D0E;
	border-color: #B41617;
	border-style: solid;
	
	font-size: 12px;
}

div#usuarios div.usuarios_dec_inf
{
	position: relative;
	float: left;
	width: 156px;
	height: 9px;
	
	background-image: url('img/carro_dec_inf.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



table#mis_pedidos
{
}

table#mis_pedidos td
{
	cursor: pointer;
}

table#mis_pedidos tr.over td
{
	background-color: #b41617;
}