BODY{
	margin:0px;
	background:url(../img/fondo_cuadro.jpg) repeat-x;
	/*Estilo de fuente*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;		
}
#contenedor{
	position:relative;
	clear:both;	
	width:100%;
	height:100%;
	background:url(../img/logo_apia_galeria.jpg) bottom right no-repeat;
}
#ficha_galeria{
	position:relative;	
	clear:both;
	margin:8px 0px 0px 70px;
	width:405px;
	height:330px;
}
div.fotos_galeria{
	position:relative;
	float:left;
	height:65px;
	width:85px;
	padding:7px 7px 7px 7px;
	cursor:pointer;	
}
	div.fotos_galeria img{
		border:1px solid #000;
	}
#paginar{
	position:relative;
	clear:both;
	width:400px;	
	height:auto;
	text-align:left;
}
#lateral{
	position:absolute;
	width:30px;
	height:370px;
	top:0;
	left:0;
	z-index:5;
	background:url(../img/vanda_lateral.jpg) no-repeat;
}
A.paginacion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
A.paginacion:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
/*HASTA AQUÍ FORMATOS DE ENLACE PARA LOS LINKS PARA EL PAGINADOR*/
/*FIN ESTILOS PARA EL PAGINADOR*/