#detalle {
	width: 443px;
	float: right;
	border: 1px solid #d4d4d4;
	background-color: #f2f7fd;
	margin-bottom: 20px;
}

	#detalle h2 {
		color: #006ec7;
		font-size: 2.2em;
		margin: 10px 15px;
	}
	
	#detalle p {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 1.6em;
		padding: 7px 15px;
		color: #7e7e7e;
	}
	
	#detalle .tipoProducto {
		border: 0 none;
		height: 68px;
		padding: 29px 0 0 0;
		background-image: url(../images/bg/tipoProducto.gif);
		background-position: bottom right;
		background-repeat: no-repeat;
		margin: 10px auto 0 auto;
		clear: both;
	}

		#detalle .tipoProducto .info {
			text-align: left;
			padding-left: 30px;
		}
		
		.tipoProducto .info h3 {
			font-size: 1.5em;
			height: 35px;
		}
		
		#detalle .tipoProducto .info p {
			padding: 0 !important;
		}
		
		.tipoProducto .variantes ul {
			margin-top: 10px;
		}
		
	.file {
		float: right;
		text-align: center;
		width: 190px;
		margin: 10px 0;
	}