#content_detail {
	margin-bottom:10px;
	position:relative;
}
#content_detail p#volver {
	text-align:right;
}
#content_detail .content_image {
	float:left;
}
#content_detail .content_description {
	float:left;
	width:62%;
	padding:15px 15px 0 0;
}
#content_detail .content_description h1{
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
#content_detail .content_description .content_price {
	background-color:#F5F5F5;
	border-top:1px solid #CCC;
	bottom:20px;
	font-size:15px;
	margin-top:50px;
	padding:8px;
	position:absolute;
	width:430px;
}
#content_detail .content_description .content_price p.price {
	font-size:16px;
	font-weight:bold;
	color:#333;
}
#content_detail .content_description .content_price p.cuotas {
	font-size:11px;
	color:#559EC7;
}

/* TABS */
.tabs-hide {
	display: none;
}
.tabs-nav li {
	float: left;
	margin-right:5px;
}
.tabs-nav a {
	margin-top:5px;
	display:block;
	cursor:pointer;
	padding:1px 20px 0 8px;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	zoom: 1; /* IE7 (hasLayout)*/
 *display: inline; /* IE */
	height:30px;
	font-size:11px;
	background:url("../images/flechita_down_white_bt.gif") no-repeat #559EC7 right;
	color:#FFF;
	line-height:27px;
	font-weight:bold;
}
.tabs-nav a:hover {
	color: #FFF;
	background-color:#333;
}
.tabs-nav .tabs-selected a {
	margin-top:0;
	border:1px solid #D9D9D9;
	border-top-color:#E6E6E6;
	border-bottom-color:#BFBFBF;
	color:#000;
	height:38px;
	line-height:35px;
	background:url("../images/flechita_up_black_bt.gif") no-repeat #F0F0F0 right;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
/*    background-position: 100% -150px;
    outline: 0; */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
/*    background-position: 100% -100px;*/
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
	cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor: pointer;
}
.tabs-container{
	border:1px solid #E6E6E6;
	border-bottom-color:#D9D9D9;
	padding:10px;
	background-color:#F5F5F5;
}
.tabs-loading em {
	padding: 0 0 0 20px;
/*	background: url(loading.gif) no-repeat 0 50%;*/
}

/* TABLAS */
table.contenido{
	width:100%;
	font-size:12px;
}
table.contenido a.pop{
	text-decoration:none;	
	color:#31669d;
}
table.contenido th,
table.contenido th.center,
table.contenido td,
table.contenido td.center{
	padding:5px;
	font-weight:normal;
}
table.contenido td.first{
	width:30%;
	border-right-color:#cdcdcd;
	border-right-style:solid;
	border-right-width:1px;
	font-weight:bold;
	color:#595959;
}

table.contenido th.center {text-align:center;}
table.contenido td.center {text-align:center;background-color:#EEE;}

table.contenido td.impar {background-color:#EEE;}
table.contenido td.par {background-color:#F5F5F5;}

table.contenido td.second{
	padding-left:10px;
}
table.contenido td.impar.second{
	background-color:#E6E6E6;
}
.content_image,
#fragment-2 div.image{
	display:inline-block;
	border:1px solid #CCC;
	background-color:#FFF;
	padding:3px;
}
.content_image img,
#fragment-2 div.image img{
	display:block;
}
#fragment-2 div.image{
	width:100px;
	height:100px;
}
.content_image{
	width:200px;
	height:200px;
	margin-right:20px;
	margin-bottom:20px;
}
