@charset "utf-8";

* { outline:none; }

#copyright{
	position:fixed;
	bottom:5px;
	text-align:right;
	right:0px;
}

.izquierda{ text-align:left; }
.centro{ text-align:center; }
.derecha{ text-align:right; }
.justificado{ text-align:justify; }

.columna{ font-family: "Century Gothic"; width:250px; float:left; padding:0px 10px; margin:0px; }

.titulo{
	font-family:"Century Gothic";
	color:#837a63;
	font-size:30px;
	font-weight:500;
}

#seccion{ position:absolute; left:135px; font-size:1.2em; }
#seccionMenu{ position:absolute; }
#seccionGallery{ position:absolute; }

.hoefler { font-family: "HoeflerText"; font-size:1.4em; }
.century { font-family: "Century Gothic"; font-size:1.4em; }

#seccionImagenesIndex{ position:absolute; left:540px; top:100px; width:540px;}

#seccionImagenAcercaDe{
	background:#fff url(../Imagenes/aboutida.jpg) no-repeat;
	position:absolute;
	left:550px;
	top:53px;
	width:416px;
	height:480px;
}

.printableVersion {
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:1.2em;
	text-align:right;
	width:120px;
}
.printableVersion a{
	text-decoration:none;
	color:#000;
}

.negrita { font-weight:bold; }
.italica { font-style:italic; }
.citaNegro { color:#000; }
.citaCafe{ color:#837a63; }


