
#contab{
    width:944px;
    background:#f1f1f1;
    margin:20px auto;
    border:1px solid #c9c9c9;
    overflow: hidden;
}

#contab .tabs {
    padding:0; 
    margin:0; 
    list-style-type: none;
	background-color:#FFFFFF;
	width:944px;
}

#contab .tabs li {
    float:left; 
}

#contab .tabs li a {
    display:block; 
    background:#fff url('../img/bg-a.jpg') bottom repeat-x;
    width:313px;
    height:44px;
    line-height:44px;
    text-align: center;
    font-size:20px; 
    color:#255988;
    text-decoration: none;
}

#contab .tabs .br{

}

#contab .tabs li:first-child{
    border-right:1px solid #c9c9c9;
}

#contab .tabs li:last-child{
    border-left:1px solid #c9c9c9;
	width:315px;
}

#contab .tabs li a:last-child{
	
}

#contab .tabs li a:hover {
    background:#f1f1f1 url('../img/bg-hover-a.jpg') bottom repeat-x;
    font-weight: bold;
}

#contab .tabs li a.active {
    background:#f1f1f1 url('../img/bg-hover-a.jpg') bottom repeat-x;
    font-weight: bold; 
}

#contab .listas{
    height:272px;
    float:left;
    margin:41px 10px 0 25px;
}

#contab .listas p{
    margin:0 0 20px 0;
    color:#6e6e6e;
    font-size: 17px;
    font-weight: bold;
}

#contab .listas ul{
    padding:0 0 0 16px;   
}

#contab .listas ul li{
    color:#255988;
    font-size:11px;
    padding:0 0 4px 0;
	list-style:disc !important; 
}

#contab .listas ul li a {
	color:#255988;
}
















