@charset "UTF-8";
/* CSS Document */


#leftCol{
	float: left;
	width: 375px; /*430*/
	height: 100%;
	text-align: left;
	margin-top: 10px;
	
}



#rightCol{
	float: right;
	width: 570px;
	text-align: left;
	padding-right: 50px;
	padding-left: 20px;
	height: 100%;
	
	min-height: 450px;
}


/*#rightCol{
	float: right;
	width: 525px; 
	text-align: left;
	padding-right: 40px;
	padding-left: 100px; 
	background-color: #ffffff;
	
}
*/
	
#productTop{
	background-image: url("../images/_redes_imgs/shadowBox_top.jpg"); background-repeat: no-repeat;
	width: 526px;
	height: 21px;
}
#productContent{
	width: 526px;
	background-image: url("../images/_redes_imgs/shadowBox_middle.jpg"); background-repeat:repeat-y;
	padding: 0px 0px 0px 30px;
}
#productBottom{
	background-image: url("../images/_redes_imgs/shadowBox_bottom.jpg"); background-repeat: no-repeat;
	width: 526px;
	height: 29px;
}