/*Tabs*/

.tabs {
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	*margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	clear: both;
}  

.tabs li {
	float: left;
	margin: 0;
	/*padding: 0;*/
	height: 31px;
	line-height: 31px;
	border: 1px solid #000;
	border-left: none;
	margin-bottom: -1px;
	overflow: visible;
	position: relative;
	font-size: 12px;
	background-color: #E1D7DC;
}  

.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}  

.tabs li a:hover { background-color: #CCBBC4; 
}  

.tabs li.active, .tabs li.active a, .tabs li.active a:hover  {
	color: #FFF;
	background-color: #666;
}

.tab_container {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-top: 15px;
}
.pestanas {
	clear: both;




	*margin-bottom: 20px;
	margin-bottom: 15px;
}

.tab_content { padding: 0px; 
}

.tab_container .informacion {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.tab_container .informacion .literal { width: 160px; }
