/* -------------------- Paginación --------------------------------------------------------------------------------------- */

div.paginacion		{
			border-top: 1px solid #811;
			border-bottom: 1px solid #811;
			color: #811;
			font-family: Verdana;
			font-size: 14px;
			height: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: center;
			}

div.paginacion a	{
			color: #811;
			text-decoration: none;
			padding-right: 6px;
			padding-left: 6px;
			padding-bottom: 3px;
			}

div.paginacion a:hover	{
			color: #fff;
			text-decoration: none;
			background: #811;
			}

div.paginacion span	{
			font-weight: bold;
			background: #DBDBBB;
			padding-right: 6px;
			padding-left: 6px;
			padding-bottom: 3px;
			}

table.enlaces		{
			width: 776px;
			}

table.enlaces td	{
			width: 150px;
			padding-top: 10px;
			}

table.enlaces img	{
			width: 150px;
			border: 1px solid #999;
			}

table.enlaces a		{
			text-decoration: none;
			}

table.enlaces a:hover	{
			text-decoration: underline;
			}
