div.content{
	width:946px;
	margin-left:15px;
	background:#262626;
	float:left;	
	padding:33px 17px;
	font-family: 'CenturyGothic';
	}		
	@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot?') format('eot'), 
	     url('../fonts/CenturyGothic.woff') format('woff'), 
	     url('../fonts/CenturyGothic.ttf')  format('truetype'),
	     url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	
}
div.content h1{
	font-size:18px;	
	padding:0 0 21px 0;
	color:#EFD694;
	font-weight:bold;
	font-family: 'CenturyGothic';
	}
div.content p{
	font-size:14px;	
	line-height:20px;
	font-family: 'CenturyGothic';
	}

div.content1{
	width:872px;
	margin-left:15px;
	background:#262626;
	float:left;	
	padding:10px 17px;
	font-family: 'CenturyGothic';
	}		
	@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot?') format('eot'), 
	     url('../fonts/CenturyGothic.woff') format('woff'), 
	     url('../fonts/CenturyGothic.ttf')  format('truetype'),
	     url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	
}
div.content1 h1{
	font-size:18px;	
	padding:0 0 21px 0;
	color:#EFD694;
	font-weight:bold;
	font-family: 'CenturyGothic';
	}
div.content1 p{
	font-size:14px;	
	line-height:20px;
	font-family: 'CenturyGothic';
	}
	
	
	
	
.link-a{
	color:#EFD694;
	text-decoration:underline;
	font-weight:bold;
	}
.link-a:hover{
	color:#fff;
	}
	
.tabbing-outer
	{
		background:#000;
		border-right:1px solid #866431;
	border-left:1px solid #866431;
	float:left;
	width:1010px;
	}
.tabbing-outer label
{
	padding-left:5px;
	padding-right:5px;
}
.tabbing-row{
	width:980px;
	margin:0 0 0 15px;
	padding:25px 0 0 0;	
	
	background:#101010;
	}

div.content.inactive {
	display: none;
}

.tabbing-outer .separator {
	background:#262626 none repeat scroll 0% 0%;
	height:50px;
}

.tabbing-outer #NewCenposPlugin {
	text-align:center
}

.tabbing-outer #NewCenposPlugin iframe{
	border:none;
}

.tabbing-outer .content .backgroundFill {
	background: white none repeat scroll 0% 0%;
	border: 2px solid grey;
}

ol#toc {
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background:url(../images/tab-bg.jpg) no-repeat;
	background-size:100% 100%;
    color: #999;
    display: block;
    float: left;
    height: 40px;
    
    text-decoration: none;
	font-size:12px;
	text-transform:uppercase;
}

ol#toc a:hover {
   color:#ead18f;
  
   
}

ol#toc a:hover em {
    color:#ead18f;
	 background:url(../images/tab-bg-hover.jpg) no-repeat;
	background-size:100% 100%;
	height: 40px;
	 float: left;
}

ol#toc li {
    float: left;
	margin-right:2px;
    /*margin: 0 -8px 0 0;*/
}

ol#toc li a.active {
    color:#ead18f;
	 background:url(../images/tab-bg-hover.jpg) no-repeat;
	background-size:100% 100%;
}

ol#toc li a.active em {
    
	color:#ead18f;
}

ol#toc em {
    
    display: block;
    line-height: 40px;
    padding-right: 16px;
	font-family: 'CenturyGothic';
	height:22px;
	color:#A3A3A3;
	float:left;
    font-size:13.34px;
	/*font-size:16px;*/
	font-weight:bold;
	padding-left: 16px;
}
ol#toc em span {
	font-weight:bold;
}
* html ol#toc em {
	padding-top: 0;
}


.subtitle
{
	color:#EFD694 !important;
	font-weight:bold;
}

.subtitle2
{
	color:#EFD694 !important;
}

/*ie8 hack*/
@media \0screen {
	
	ol#toc a {
    background:url(../images/tab-bgie8.jpg) repeat-x;
	background-size:100% 100%;
    color: #999;
    display: block;
    float: left;
    height: 40px;
    
    text-decoration: none;
	font-size:12px;
	text-transform:uppercase;
}
	ol#toc a:hover em {
    color:#ead18f;
	 background:url(../images/tab-bg-hoverie8.jpg) repeat-x;
	background-size:100% 100%;
	height: 40px;
	 float: left;
}
	
	ol#toc li a.active {
    color:#ead18f;
	 background:url(../images/tab-bg-hoverie8.jpg) repeat-x;
	background-size:100% 100%;
}
}





/*********** Seccion SubTabs  *************/



ol#toc li li
    {
        border: none;
        max-height: 0px;
        overflow: hidden;
        transition: max-height .5s !important;
    }

    ol#toc li:hover li{
      max-height: 200px;
      overflow: visible;
      transition: .5s !important;
    }


    #toc li li {
      float: none;
      margin-right: 0px;
    }

    ol#toc ul
    {
        position:absolute;
        z-index:999;
        margin-top: 40px;
    }


    ol#toc li li a {
    background:#080808;
    width: 104%;
    border-bottom: 1px solid #262626;
}

    ol#toc li li em {
    width: 100%;
    width: calc(100% - 20px);
}

     ol#toc li li a:hover {
          border-bottom: 1px solid #cfb87f;
}

    ol#toc li li a:hover em {
    color:#ead18f;
	 background: none;
	background-size:100% 100%;
	height: 40px;
	 float: left;
}



    ol#toc li li a.active {
        border-bottom: 1px solid #cfb87f;
        background:#080808;
    color: #ead18f;
}


    ol#toc li li a.active  em
    {
         color:#ead18f;
	     background: none;
	    background-size:100% 100%;
	    height: 40px;
    }


	/*********** Sin Seccion SubTabs  *************/