#content #breadcrum {
	font-weight: bold;
	font-size: 1.3em;
	color: #CCC;
	padding-top: 20px;
}

	#content #breadcrum a {
		color: #CCC;
		text-decoration: none;
	}
	
	#content #breadcrum span {
		color: #666;
	}

.catalogo {
	clear: both;
	padding-top: 40px;
}

	.catalogo div {
		float: left;
		text-align: center;
		padding-bottom: 50px;
	}
	
		.catalogo div img {
			display: block;
		}
		
		.catalogo div a {
			font-weight: bold;
			color: #999;
			font-size: 1.2em;
		}
		
#producto {
	width: 414px;
	float: left;
	margin-top: 30px;
}

	#producto .img {
		display: block;
		text-align: center;
		width: 100%;
	}
	
	#producto .descripcion {
		margin: 15px 0;
		clear: both;
	}

	#producto a {
		text-decoration: none;
	}
	
		#producto a:hover {
			text-decoration: underline;
		}

	#producto .prev {
		float: left;
		margin-bottom: 10px;
	}
	
	#producto .next {
		float: right;
		margin-bottom: 10px;
	}
	
	.tipoProducto {
		border: 1px solid #d4d4d4;
		height: 78px;
		padding: 10px 0;
		background-color: #f2f7fd;
		background-image: url(../images/bg/tipoProducto.gif);
		background-position: right;
		background-repeat: no-repeat;
		margin: 10px auto;
		clear: both;
	}
	
		.tipoProducto .info {
			text-align: right;
			float: left;
			width: 180px;
		}
	
			.tipoProducto .info h2, .tipoProducto .info h3 {
				color: #006ec7;
				font-size: 2.2em;
				font-weight: normal;
				display: block;
				height: 50px;
			}
			
			.tipoProducto .info p a {
				color: #d89500;
				font-size: 0.9em;
			}
			
		.tipoProducto .variantes {
			color: #5da2dc;
			font-size: 1.2em;
			width: 170px;
			float: right;
		}
		
			.tipoProducto .variantes ul {
				list-style-type: none;
				margin-top: 25px;
				line-height: 1.7em;
			}
			
	#producto .otrosTipos {
		width: 320px;
		margin: 20px auto 0 auto;
		list-style-type: none;
		clear: both;
	}
	
		/* .producto = p‡gina de detalle de producto */
	
		.producto #producto .otrosTipos {
			margin: 0;
			width: auto;
		}
	
		#producto .otrosTipos li {
			display: inline;
		}
		
		.producto .otrosTipos li {
			display: block;
			border: 1px solid #d1cfd0;
			width: 126px;
			height: 126px;
			margin-right: 15px;
			margin-bottom: 15px;
			float: left; 
		}
		
#otrosProductos {
	width: 443px;
	float: right;
}

	#otrosProductos h3 {
		color: #2e2e2e;
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 30px;
	}
	
	#otrosProductos .producto {
		padding: 10px 0;
		height: auto;
		border-top: 1px dotted #666;
	}
	
		#otrosProductos .producto .colores {
			margin-left: 185px;
		}
	
		#otrosProductos .producto .img {
			float: left;
			margin-right: 35px;
			width: 150px;
			overflow: hidden;
		}
		
		#otrosProductos .producto h4 {
			color: #66a7dd;
			font-size: 1.6em;
			margin-top: 30px;
			font-weight: normal;
			margin-bottom: 5px;
		}
		
		#otrosProductos .producto ul {
			color: #5b5b5b;
			list-style-type: none;
			line-height: 1.7em;
		}
		
#search {
	width: 310px;
	height: 187px;
	padding-top: 90px;
	padding-left: 70px;
	padding-right: 90px;
	background-image: url(../images/bg/search.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	margin: 0 auto;
}

	#search h3 {
		margin-bottom: 10px;
	}
	
	#search select {
		margin-bottom: 15px;
		display: block;
	}
	
	#search input {
		vertical-align: middle;
	}
	
	#search #searchStr {
		height: 26px;
		line-height: 26px;
		border: 1px solid #9db3c4;
		font-size: 1em;
		padding: 0 10px;
		width: 240px;
	}