/* CSS Document */

#columnacentral_cont {
	padding: 14px 12px;
	border-top: solid 6px #CA349B;
	border-right: solid 2px #CA349B;
	border-left: solid 2px #CA349B;
	border-bottom: solid 2px #CA349B;	
}

.titu_rectangulo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #CA83B4;
	color: #FFFFFF;
	padding: 2px 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	clear: both;
	margin: 0px;
}
.fotoproducto {
	width: 190px;
	padding: 0px;
	border: solid 2px #FFF;
	margin: 0px auto 0px auto; /* no margins to the top and bottom of the div but to apply auto margins to the left and right*/
	text-align: left; /* para contrarrestar el text-aling center de IE 5 */
}