@charset "utf-8";
/* CSS Document */

/******************** BANNERS ***********************/
.middle_banner_wide_bottom,
.middle_banner_wide_top{
	float:left;
	width:630px;
	margin:10px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}


/******************** detalle del producto *******************/
.middle_detail{
	width:644px;
	float:left;
	background-color:#FFFFFF;
	overflow:hidden;
}

.middle_detail_title{
	width:600px;
	float:left;
	color:#781D26;
	font-size:11px;
	background-image:url(_img/backTitulos.gif);
	background-repeat:no-repeat;
	background-position: 10px 0px;
	padding:4px 10px 10px 44px;
	text-align:left;
}
.middle_detail_title h3{
	font-size:22px;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Helvetica;
	background-color:#FFFFFF;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	padding-right:5px;
	color:#CC0000;
}
.middle_detail_bottom{
	width:644px;
	height:8px;
	font-size:1px;
	line-height:1px;
	float:left;
	background-image:url(_img/644white_box_bottom.gif);
	background-repeat:no-repeat;
}

.middle_detail_contents{
	width:624px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.register_ok_message{
	text-align:center;
	width:640px;
	float:left;
	font-size:14px;
	color:#CC0000;
	padding-top:25px;
}
