.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:35px;
}

.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

.tabs a {
	font-size:14px;
	display:block;
	height: 35px;
	width: 150px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	position:relative;
	top:1px;
	background-image: url(../images/tabs.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
}

.tabs a:active {
}

.tabs a:hover {
	background-position: 0px 0px;	
	color:#fff;	
}

.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: 0px -70px;
	cursor:default !important;
	color:#000 !important;
	font-weight: bold;
}

.panes div {
	padding:28px;
	font-size:12px;
	border: 1px solid #6f6666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

#accordion {
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 450px;
	float: left;
}

/* accordion header */
#accordion h2 {
	margin:0;
	font-size:16px;
	cursor:pointer;
	background-image: url(../images/vineta_off.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEB947;
	text-transform: uppercase;
	font-weight: bold;
	color: #2A2623;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	font-weight: bold;
	background-image: url(../images/vineta_on.png);
	color: #4EC2EA;
	border-bottom-style: none;
}

/* accordion pane */
#accordion .pane {
	color:#333;
	font-size:12px;
	display: none;
	height: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
	line-height: 18px;
}

/* a title inside pane */
#contenedor {

}
