 

.container {width: 800px; margin: 0px auto; background:#FFFFFF; margin-top:20px }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	width: 100%;  
}
ul.tabs li {
	float: left;
	margin: 0;
	 
	height: 36px;
	line-height: 31px;
	border: 1px solid #afafaf;
	border-left: none;
	margin-bottom: -1px;
	background: #fff;
	overflow: hidden;
	position: relative;

}

ul.tabs2 li {
	float: left;
	margin: 0;
	 
	height: 36px;
	line-height: 31px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;

}
 

ul.tabs li a {
	text-decoration: none;	 
	display: block;
	font-size: 13px;
	padding: 4px 25px 0 41px;

	-padding: 4px 25px 0 0px;	 
	outline: none;
	font-weight:bold; 
	 
}

 
 html ul.tabs li.active    {
	background: #fff;
	border-bottom: 1px solid #fff;
	
	 
} 



.tab_container {
	border: 1px solid #afafaf;
	border-top: none;
	clear: both;
	float: left; 
	width: 349px;
	background: #fff;
	-moz-border-radius-bottomright: 0px;
	-khtml-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
 
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
	text-decoration:none;
	color:#00457d
	
}
.tab_content h3 a{
	color: #254588;
}
/*.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}*/

 
.tags_paquetes{ color:#000000; text-align:left}

 