#tabs {
	margin: 0 0 15px 0;
	border:1px solid #d1d1d1;
}

* html #tabs li {
display: inline; /* ie6 double float margin bug */
}


#tabs div {
	background: #FFF;
	clear: both;
	padding: 20px;
	min-height: 260px;
}

#tabs div p {
	line-height: 18px;
}

#tabs_ {  
	list-style:none;
	margin:1px 0 0 0;
	padding:0px 0 0 1px;
	width:722px;
	height:40px;
	background: url(../images/tab-inactivo.jpg) ;
}
#tabs_ li {
	margin:0px;
	padding:0px; 
	float:left;
	
}
#tabs_ li a {
	display:block; 
	padding:12px 0px 13px 0;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#000;
	width:239px;
	border-right:1px solid #fff;
	background:#F0F0F0;
}
#tabs_ li.active {
	background:  url(../images/tab-activo.jpg)  right top;
}

#tabs_ li.active a {
	background: url(../images/tab-inactivo.jpg)  left top;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #fff;
}

#tabs_ li.active {
	background:  url(../images/tab-activo.jpg)  right top;
}

#tabs_ h3,a.active {
	margin-bottom: 0px;
	letter-spacing: -.5px;
	color:#000000;
}

#tabs_ h3,a.selected {
	color:#25466F;
}