@charset "utf-8";


#detalle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:713px;
	padding:0px;
	margin:0px;
}

#detalleMarca {
	float:left;
	height:84px;
	width:723px;
	overflow:hidden;
}

/**/

#detalleTop {
	float:left;
	height:77px;
	width:713px;
	background-image:url(../images/detalle/detalleBkg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#botonVolver {
	float:left;
	height:77px;
	width:77px;
	cursor:pointer;
}

#detalleTopCodigo {
	padding-left:10px;
	padding-top:20px;
	float:left;
	height:57px;
	width:260px;
}

#detalleTopTipo {
	padding-left:10px;
	padding-top:20px;
	float:left;
	height:57px;
	width:260px;
	
}

.topTitulo {
	font-size:13px;
	color:#666;
	width:200px;
	display:block;
	border-bottom:#dfe3e5 1px solid;
	margin-bottom:5px;
	
}

.codigoMarca {
	font-size:18px;
	color:#069;
	font-weight:bold;
	display:block;
}

.tipo {
	font-size:12px;
	color:#069;
	font-weight:bold;
	padding-top:6px;
	display:block;
}


#promocionIco {
	float:right;
	height:77px;
	width:77px;
	padding-right:5px;
}



/**/

#detalleColores {
	float:left;
	min-height:100px;
	width:693px;
	padding:5px 15px 15px 5px;
}

#detalleColores ul {
	margin:0px;
	padding:0px;
}

#detalleColores li {
	margin:10px 0px 0px 10px;
	padding:0px;
	list-style:none;
	float:left;
	width:160px;
	border: 1px solid #dfe3e5;
	overflow:hidden;
}

#detalleColores ul li img{
	float:left;
	display:block;
	margin:12px;
	border:none;
}

#detalleColores ul li span {
	float:left;
	width:156px;
	display:block;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:2px;
	background-color:#dfe3e5;
	border:#dfe3e5 1px solid;
}

/**/

.detalleInfo {
	float:left;
	width:673px;
	margin-left:15px;
	padding: 5px 10px;
	border:#dfe3e5 1px solid;
	text-align: center;
}

table .tabla th {
	border-bottom:1px #dfe3e5 solid;
}

table .tabla td {
	border-bottom:1px #dfe3e5 solid;
}

table .tabla th {
	color: #0069aa;
}

.numeracion {
	padding:5px;
	margin-top:10px;
}

.numeros {
	color:#0069aa;
	font-size:26px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.precio {
	display:block;
	padding-right:15px;
}

.izq {
	text-align:left;
}

