﻿.tabbed-pane 
{		
	width: 100%;	
	line-height:12px;	
	background:#f7f7f7 url(../images/template01/tabs_general.png) repeat-x top;
	/*margin-top:10px;*/
}
.tabbed-pane .tabs 
{
	list-style: none;
	clear: both;
	float: left;
	padding:0px;
	margin-left:0px;
	margin-bottom: -1px !important;
	margin-bottom:0px;
	vertical-align:top;
	z-index:1;
}
.tabbed-pane .tabs li a.active {		
	background:#fff;
	font-weight:normal;
	color:#0065b0;			
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
	font-size:13px;	
	border-left:solid 1px #d6d6d6;
	border-right:solid 1px #d6d6d6;
	border-top:solid 1px #d6d6d6;	
}

.tabbed-pane .tabs ol
{
	display:block;	
}

.tabbed-pane .tabs li {
	float: left;
	margin: 0 0 0 0;
	font-size:13px; 
	width:95px;	
	text-align:center;
}

.tabbed-pane .tabs li a 		
{    
	color:#fff;
	display: block;
	padding-top: 5px;		
	background-color:#f2f2f2; padding-bottom:3px;
    color:#ababab; font-weight: bold; font-family: Arial; font-size: 13px; text-indent: 5px;	
	text-decoration:none;
	font-size:13px;
	margin-right:5px;
	border:solid 1px #d6d6d6;		
}

.tabbed-pane .tabs li a:visited
{
	text-decoration:none;
}
.tabbed-pane .pane 
{
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	text-align:left;
	background-color:#fff;
	padding:5px 0 5px 0;
	clear: both;
	height: 100%;	
	font-weight:bold;
	font-size:10px;	
}
.tabbed-container {
	position: relative;
	clear: both;	
	display:block;	
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	width: 100%;
	top: -2.9px;
	left: 0;
	background-color:#ffffff;
	text-align: center;
	z-index: 100;
	height: 100%;
}

.tabbed-container .overlay h3 
{
	color:#04709b;
}

 

/*================================================notas==============================================*/

.pane ul
{
	display:block;
	list-style-type:decimal;
	color:#2193c6;		
	padding: 10px  0px 0px 50px;
	margin:0 auto;
	position:relative;
}

.pane li
{
	
	margin-bottom:6px;
	left:-10px;
	font-size:1.2em;
}

.pane li a, .pane li a:visited
{
	color:#0065b0;
	text-decoration:none;
	font-size:1.1em;		
	font-weight:normal;		
}

.pane li a:hover
{
	text-decoration:underline;
}

/*========================== portada tabs =================*/
.mxbox .tabbed-pane 
{	
	margin-top:0;
	width: 100%;
	line-height:1.2em;		
}
.mxbox .tabbed-pane .tabs 
{
	list-style: none;
	clear: both;
	float: left;
	padding:0px;
	margin-left:0px;
	margin-bottom: -1px !important;
	margin-bottom:0px;
	vertical-align:top;
	z-index:1;
}
.mxbox .tabbed-pane .tabs li a.active {		
	background:#379fc6 url(../images/template01/utabbed_active.png) repeat-x top;
	font-weight:normal;
	color:#fff;		
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
	font-size:.8em;
	border-left:solid 1px #d6d6d6;
	border-right:solid 1px #d6d6d6;
	border-top:solid 1px #d6d6d6;	
}

.mxbox .tabbed-pane .tabs ol
{
	display:block;	
}

.mxbox .tabbed-pane .tabs li {
	float: left;
	margin: 0 auto;	
	margin-right:1px;
	padding:3px;	
	width:0 auto;
	font-size:1.3em;
}

.mxbox .tabbed-pane .tabs li a 		
{    
	color:#fff;
	display: block;
	padding-top: 5px;		
	background:#154051 url(../images/template01/utabbed_inactive.png) repeat-x top;
	padding-bottom:3px;
    color:#e3e9ef; font-weight:normal; font-family: Arial; font-size: .8em; text-indent: 5px;	
	text-decoration:none;
	border:solid 1px #d6d6d6;		
}

.mxbox .tabbed-pane .tabs li a:visited
{
	text-decoration:none;
}
.mxbox .tabbed-pane .pane 
{
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	text-align:left;
	background-color:#fff;
	padding:5px 0 5px 0;
	clear: both;
	height: 100%;	
	font-weight:bold;
	font-size:10px;	
}
.mxbox .tabbed-container {
	position: relative;
	clear: both;	
	display:block;	
}
.mxbox .tabbed-container .overlay {
	position: absolute;
	clear: both;
	width: 100%;
	top: -2.9px;
	left: 0;
	background-color:#ffffff;
	text-align: center;
	z-index: 100;
	height: 100%;
}

.mxbox .tabbed-container .overlay h3 
{
	color:#04709b;
}

.mxbox .pane ul
{
	display:block;
	list-style-type:decimal;
	color:#2193c6;	
	left:-10px;
	position:relative;
}

.mxbox .pane li
{
	
	margin-bottom:6px;
	left:-10px;
}

.mxbox .pane li a,.mxbox .pane li a:visited
{
	color:#04709b;
	text-decoration:none;	
	font-weight:normal;		
}

.mxbox .pane li a:hover
{
	text-decoration:underline;
}

