html{ padding: 0;width: 100%;height: 100%;}
body {font-family: garamond,times new roman,Arial, Helvetica, sans-serif; color:#666666; font-size: 13px; background:#000000; text-align:center; margin: auto;padding: 0;width: 100%;height: 100%;}
.contenedor {
		position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:1000px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-500px;
		/*determinamos una altura*/
		height:500px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-250px;
		border:1px solid #000000;
		padding:0px;
	}
.centrar {
		position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:300px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-150px;
		/*determinamos una altura*/
		height:150px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-75px;
		border:1px solid #666666;
		padding:0px;
	}
.centrar_link {
		position: absolute;
		/*nos posicionamos en el centro del navegador*/
		top:50%;
		left:50%;
		/*determinamos una anchura*/
		width:400px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-200px;
		/*determinamos una altura*/
		height:250px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:-125px;
		border:1px solid #666666;
		padding: 0px 0px 0px 0px;
	}
.paginador, a.paginador{
	color: #666666;
	font: 12px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold
}

a.paginador:hover {
	color: #666666;
	font: 12px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold
}
.paginador_ok {
	color: #666666;
	font: 12px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold
}
.gama, a.gama{
	color: #666666;
	font: 14px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
	
}

a.gama:hover {
	color: #ffffff;
	font: 14px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold
}
.gama_ok {
	color: #ffffff;
	font: 14px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold
}
.categoria, a.categoria{
	color: #666666;
	font: 12px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.categoria:hover {
	color: #ffffff;
	font: 12px  garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;

}
.categoria_ok {
	color: #ffffff;
	font: 12px  garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.link, a.link{
	color: #ffffff;
	font: 14px garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.link:hover {
	color: #333333;
	font: 14px  garamond,times new roman,Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.imgclass{
	border:1px #333333 solid; padding:3px;

}
.imgclass:hover{

border:1px #ffffff solid; padding: 3px;

}
.imgclass_ok{

border:1px #ffffff solid; padding:6px;

}