h1, h2,ul {
	clear: both;
}

ul.pagination1 li:hover,
ul.pagination2 li:hover,
ul.pagination3 li:hover {
	background-color: #fff;
}

ul.pagination1 li,
ul.pagination2 li,
ul.pagination3 li {
   /* padding: 10px;
    font-family: georgia;
	background-color: #8890FC;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    width: 600px;
    margin-bottom: 1px;*/
	list-style:none;
}

ul.red {
	outline:10px solid red;
}

ul.simplePagerNav li{
    display:block;
    float: left;
    padding: 10px;
	  margin-top: -8px;
    margin-bottom: -16px;
    /*font-family: georgia;*/
	font-size:12px;
	/*border-radius:13px;*/
}

ul.simplePagerNav li a{
    color: #333;
    text-decoration: none;
}

li.currentPage {
	background: red;
    background: #76aadb;	
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}  

table.pageme td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.separasocial{
	margin: 0px 9px 0px 9px;
}


ul, 
ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#wrapper {
    width: 100%;
    font-size: 1em;
}

.menu {
    width: auto;
    height: auto;
    font-family: inherit;
}

.menu span {
    font-size: 0.8em; 
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 14px;
    background: #76aadb;
    line-height: 1em;
    height: 1.6em;
    padding: .33em .9em;
    margin: -.8em 0 0 0; 
    color: #fff;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    font-weight: 500;
}

.menu > li > a {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 1.4em;
    display: block;
    position: relative;
    font-family: inherit;
    color: #fff;
}

.menu ul li a {
    background: #fff;
    border-bottom: 1px solid #efeff0;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: inherit;
    font-size: 0.923em;
    font-weight: 400;
    color: #878d95;
}
.menu ul li:last-child a {
    border-bottom: 1px solid #33373d;
}

.menu > li > a:hover, 
.menu > li > a.active {
    background-color: #76aadb;
    border-bottom: 1px solid #103c56;
}
.menu > li > a.active {
    border-bottom: 1px solid #1a638f;
}

.item1 > a:before {
    background-position: 0 0;
}
.item2 > a:before {
    background-position: -38px 0;
}
.item3 > a:before {
    background-position: 0 -38px;
}
.item4 > a:before {
    background-position: -38px -38px;
}
.item5 > a:before {
    background-position: -76px 0;
}

.menu > li > a span {
    font-size: 0.857em; 
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%; 
    background: #76aadb;
    line-height: 1em;
    height: 1.6em;
    padding: .4em .9em;
    margin: -.8em 0 0 0; 
    color: #fff;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    font-weight: 500;
}
.menu > li > a:hover span, .menu > li a.active span {
    background: #2173a1;
}

.menu ul > li > a span {
    font-size: 2.857em; 
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%; 
    background: #fff;
    border: 1px solid #d0d0d3;
    line-height: 1em;
    height: 1em;
    padding: .3em .6em;
    margin: -.8em 0 0 0; 
    color: #878d95;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: .769em;
    -moz-border-radius: 769em;
    border-radius: 769em;
}
.menu > li > ul li a:before {
    content: '▶';
    font-size: 8px;
    color: #bcbcbf;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: -2.7em;
}
 
.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
    color: #32373D;
}

.menu ul li:last-child{
    border-bottom: 1px solid #33373d;
    background: #fff;
    font-size: .9em;
    text-indent: 2;
    border: 1px solid #d0d0d3;
    text-indent: .7em;
}

.menu ul li table tr {
    background: #fff;
    font-size: .96em;
    border-bottom: 1px solid #d0d0d3;
    height: 2.5em;
}

.menu ul li table tr:hover {
    background: #76aadb;
}


