@charset "iso-8859-1";
/* CSS Document */

#usuario
{
	padding:30px;
	padding-right:0px;
}
#usuario .titulo
{
	font-family:"Chinacat_Bold";
	font-size:18px;	
	color:#000000;
	margin-bottom:25px;
}
#usuario .subtitulo
{
	font-family:"Chinacat_Bold";
	font-size:16px;	
	color:#000000;
	padding-bottom:5px;
	border-bottom-color:#f42019;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#usuario #zona_izquierda
{
	width:700px;
	float:left;
	padding-right:20px;	
}
th
{
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	background-color:#f42019;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;	
}

#usuario #zona_derecha
{
	width:259px;
	float:left;	
}
#zona_derecha
{
	margin-top:60px;
	border-left-color:#f42019;
	border-left-width:1px;
	border-left-style:solid;
	padding-left:10px;
	padding-top:7px;
}
#menu_derecha_top
{
	width:227px;
	height:10px;
	background-image:url(../images/tienda/menu_derecho_top.jpg);
	background-repeat:no-repeat;	
}
#menu_derecha_center
{
	width:227px;
	background-image:url(../images/tienda/menu_derecho_center.jpg);
	background-repeat:repeat-y
}
#menu_derecha_bottom
{
	width:227px;
	height:10px;
	background-image:url(../images/tienda/menu_derecho_bottom.jpg);
	background-repeat:no-repeat;	
}
.separacion
{
	height:5px;
	clear:both;
	width:227px;
	background-image:url(../images/tienda/separacion.jpg);
	background-repeat:no-repeat;
}