
.cont_detalle{
	position:relative;
	float:left;
	height:auto;
	width:880px;
}

.cont_galeria{
	position:relative; float:left; width:auto; height:auto;
}

#panes {
	text-align:center;
	width:100%;	
	height:200px;
	position:relative;
	float:left;
	background:url(../imgs/fnd_det.jpg) no-repeat;
	margin:0 auto;
}

#panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;	
	width:auto; 
}

#panes img{
	cursor:pointer;
}

#nav {
	position:relative;
	float:left;
	background:url(../imgs/fondo_miniaturas.png) no-repeat;
	width:430px;
}

#nav ul {	
	width:600px;
	margin:0 auto;	
}

#nav li {
	float:left;
	padding:1px;
	width:64px;
	list-style-type:none;
}

#nav a {
	color:#333333;
	display:block;
	padding:3px;
	position:relative;
	height:37px;
	background:url(../imgs/fondo_min.png) no-repeat;
}

#nav a.current {
	background:url(../imgs/fondo_item.png) no-repeat;
}

#nav img {
	display:block;
}

#nav strong {
	display:block;		
	font-size:13px;
}

#panes img {
	margin-right:20px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}

.simple_overlay {
	display:none;
	border:1px solid #999;
	z-index:10000;
	width:auto;	
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	left:0px !important;
	top:0px !important;
}

.simple_overlay .close {
	background-image:url(../imgs/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* Video */
#petrol { 
    background-image:url(http://static.flowplayer.org/img/overlay/petrol.png); 
    color:#fff; 
} 

.apple_overlay {
	display:none;
	background:url(../img/overlay/white.png) no-repeat;
	font-size:11px;
	left:0px !important;
	top:0px !important;
	z-index:1000;
	margin-left:200px;
	
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.apple_overlay div.close {
	background-image:url(../imgs/close.png);
	position:absolute; right:-30px; top:-30px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.detalle_texto{
	position:relative;
	float:left;
	width:420px;
	text-align:left;
	padding:10px 0 0 10px
}

.tit_det{
	position:relative;
	float:left;
	color:#A9B12B;
	width:100%;
}

.txt_det{
	position:relative;
	float:left;
	width:100%;
	padding:6px 0px;
}

.btn_det{ position:relative; float:left; width:auto; height:auto; padding:5px 0px 5px 0px; }
.btm_video{ position:relative; float:left; width:auto; height:auto; padding:5px 0px 5px 255px; }