/* CSS Document */
.botones-top{
	font-size: 10px;
	list-style-type: none;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.menuboton-top{
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
.menuboton-top a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.menuboton-top a:visited {
	color: #CCCCCC;
}
.menuboton-top a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#boton{
	margin-right: auto;
	width: 151px;
	margin-left: auto;
	color: #F5E2C0;
	margin-top: 10px;
	height: 35px;
	text-align: center;
	margin-bottom: 10px;
}
#boton a, #boton a:visited{
	color: #F5E2C0;
}
#boton a:hover{
	text-align: center;
	color: #F5E2C0;
}
#paginacion
{
	clear: both;
	text-align: center;
	margin-top: 30px;
	background-color: #386872;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #607C7D;
}
#paginacion p
{
	text-align: center;
	font-weight: bold;
	margin: 0px;
	font-size: 15px;
}
#paginacion p a
{
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
