/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	margin-top:15px;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:12px;
	display:block;
	text-align:left;
	text-decoration:none;
	color:#000;
	padding:0px;
	position:relative;
	top:1px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.tabs a:active {
	outline:none;
	background-image: url(../ima/tabs/activo.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	color:#700401;
	font-weight: bold;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important; 
	color:#000 !important;
}
.tabs-index-modific {
	background-image: url(../ima/tabs/flecha.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	width: 22px;
}



/* initially all panes are hidden */ 
div.panes div.pane {display:none;}

.tabsindex li {
	list-style-type: none!important;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: right;
}
.tabsindex .final {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7c0620;
	border-bottom-color: #7c0620;
	font-size: 11px;
	margin-top: 5px;
}
.tabsindex .final .verempresa {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.tabsindex .final .telefono {
	color: #9f9f9f;
	font-size: 11px;
}
.tabsindex .descripcion {
	color: #656565;
	font-size: 11px!important;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	height: 52px;
}
.tabsindex .titulo {
	text-transform: uppercase;
	text-decoration: none!important;
	color: #7C0620!important;
}
.tabsindex .categoria {
	text-transform: uppercase;
	color: #b6b6b6;
}
.tabsindex {
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.tabsindex .imagenlogo {
	float: left;
	width: 80px;
	display: block;
	margin-right: 10px;
	height: 100px;
	margin-left: 5px;
}
.tabsindex .cuadro-directorio {
	float: left;
	width: 520px;
}
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* tab pane styling */
		div.panes div {
	display:none;
	border:1px solid #d7d7d7;
	height:240px;
	background-color:#f2f2f2;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
			}
.tabs-index {
	background-image: url(../ima/tabs/activo.png);
	height: 22px;
	width: 180px;
	background-repeat: no-repeat;
	background-position: right;
}
