/* ver. 0002 */

* {
	margin: 0px;
    padding: 0px;  
	}

body {
background-color: #ffffff;
}
div#wrapper {
	margin: 0px auto;
    background-color: #ffffff;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
	position: relative;
	}

div#header {	
	width: 99%;
	height: 80px;
	}	

div#footer {	
	width: 99%;
	height: 80px;
	margin-top: 20px;
	}
	
ul#top {
	list-style-type: none;
	position: relative;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 15px;
	width: 100px;
	margin: 0px auto;
	padding-bottom: 20px;
	}

ul#top li {
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	}

ul#top a{
	text-decoration: none;
	display: block;
	height: 35px;
	background-color: transparent;
	border: 3px solid #aeb6bf;
	border-radius: 10px;              
	color: #000000;
	transition: background-color .1s;
	}

ul#top li:hover > a {
	background-color: #ddd;
	}

#nota {
margin: 0px auto;
min-height: 5px;
text-indent: 3em;
line-height: 1.5;
padding: 3px 55px;
margin-top: 20px;
margin-bottom: 30px;
}	
	
div#title {
	text-align: center;
    background: transparent;
	color: #454545;
	width: 200px;
	margin: 0px auto;
	padding-bottom: 0px;
	}

ol.pagination {
	border: 3px solid transparent;
	display: inline-block;
    padding: 30px;
    margin-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
	border-radius: 10px;
	list-style-type: number;
	line-height: 1.5;
	list-style-type: 1;
}