/*estilos listas de etiquetas y capas de debajo usados en producto, ayuda, tipos de dominios etc */
.labels{
/* background:url(../images/tab-bor.gif) repeat-x 0 100%;*/
 height:29px;
}

.labels ul{
 height:28px;
}

.labels li{
 float:left;
 background:#EE9523;
 font-weight:bold;
 color:#0472c9;
 cursor:pointer;
 position:relative;
 margin:0;
}

.labels li a{
 float: left;
display: block;
font: bold 11px/28px "Trabuchet MS", Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
margin:0; /*Margin between each menu item*/
border:1px solid #D6D6D6;
height:28px;
padding:0 18px;
text-transform:uppercase;
}
.labels li a:hover {
	background:#fff;
	color: #EE9523;
	border-top:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #fff;
	height:28px;
	margin:0;
	line-height:28px;
	}
.labels ul li a.selected{
background:#fff;
color: #EE9523;
border-top:1px solid #CFCFCF;
border-left:1px solid #CFCFCF;
border-right:1px solid #CFCFCF;
border-bottom:1px solid #fff; 
height:28px;
margin:0;
line-height:28px;
}
#contenido_producto .texto_descriptivo {
  padding-top:0px;
}
#contenido_producto .texto_descriptivo ul {
 font-size:100% !important;
 margin-bottom:1em !important;
 margin-left:2em !important;
}
#contenido_producto .texto_descriptivo li {
    border:0 !important;
    padding-left:15px !important;
    margin-bottom:0.5em !important;
    background:url(/img/bg_bullet.gif) no-repeat 0 10px !important;
}
#contenido_producto .texto_descriptivo ol li {
    padding-left:5px !important;
    background: none !important;
}
#caracteristicas_int{
 background:#fff;
 border:1px solid #D6D6D6;
 margin:0 0 0;
 width:590px;
 padding:10px;
}
#caracteristicas_int p{
 font-size:100% !important;
 margin-bottom:0.5em !important;
}
#caracteristicas_int h1{ /*solo se ve sin javascript*/
 padding:3px 0 0 5px !important;
 margin:0 0 0 0 !important;
 background:#eee !important;
}
#caracteristicas_int h2{
 background:url(../images/black-arrow.gif) no-repeat 10px 6px;
 padding:0 0 10px 24px;
 font-size:17px;
 line-height:19px;
 font-weight:normal;
 color:#000000;
 background-color:inherit;
}
#caracteristicas_int ul {
 margin:0 10px !important;
 padding:0 0 30px;
 }
#caracteristicas_int li {
 background:url(../images/side-arrow.gif) no-repeat 0 7px !important;
 border-bottom:1px dotted #D6D6D6;
 margin-bottom:0 !important;
}
#caracteristicas_int li span {
	background:#EE9523;
	color:#fff;
	padding:0 3px;
	}
#caracteristicas_int li ul {
	padding:0 0 10px;
	}	
#caracteristicas_int li li{
    border:0;
    padding-left:10px !important;
    background:url(../images/gray-arrow.gif) no-repeat 0 5px !important;
}
#caracteristicas_int li.select{
 background:#f4f4f4 url(../images/down-arrow.gif) no-repeat 0 7px !important;
}
#caracteristicas_int li.select h3{
 color:#FF6603;
 background:#fff url(../images/down-arrow.gif) no-repeat 0 7px !important;
 border-bottom:1px dotted #D6D6D6;
}
#caracteristicas_int h3{
 padding:6px 0 6px 18px;
 font-size:12px;
 line-height:14px;
 font-weight:bold;
 color:#686868;
 background-color:inherit;
}
#caracteristicas_int ul.nc{
 margin:0 10px !important;
 font-size:100% !important;
}
#caracteristicas_int ul.nc li {
  background:url(/img/bg_bullet.gif) no-repeat 0 8px !important;
 padding:4px 0 4px 12px !important;
 border-bottom:0;
}
#caracteristicas_int a {
	color:#FF6603;
	background-color:inherit;
	font-weight:bold;
	text-decoration:underline;
	}
#caracteristicas_int a:hover {
	text-decoration:none;
	}

#caracteristicas_int div{
 padding:15px 12px 15px 12px;
}

#caracteristicas_int table{
 border-collapse:collapse;
 background:#D9D5D5;
}
#caracteristicas_int td{
 border:1px solid #7C7171;
 background:none;
 padding:0 5px;
}
#caracteristicas_int th{
 background:#7C7171;
 border:none;
 color:#fff;
 padding:2px 7px !important;
 border:1px solid #7C7171;
}

/*demo link*/
ul.topTab {
	float:right;
	width:auto;	
	}
ul.topTab li {
	float:left;
	width:auto;
	}
ul.topTab li a {
	background:no-repeat 0 3px;
	padding:0 20px;
	color:#000;
	background-color:inherit;
	font-weight:bold;
	}	
ul.topTab li a.demo {
	background-image:url(../images/demo-icon.gif);
	}
ul.topTab li a.imprimir {
	background-image:url(../images/imprimir-icon.gif);
	}
ul.topTab li a:hover {
	color:#E63E03;
	background-color:inherit;
	}
.tabImg {
	float:left;
	width:auto;
	margin:0 5px 0 0;
	}
.leftBottom {
	background:#F8F8F8;
	height:34px;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	width:590px;
	padding:10px;
	}
.leftBottom ul {
	float:right;
	width:auto;
	}
.leftBottom li {
	float:left;
	width:auto;
	padding:7px 10px 0 0;
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	color:#EE9523;
	background-color:inherit;
	}
.leftBottom li span {
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	color:#000000;
	background-color:inherit;
	}						
