@import url(estilos.css);

body {
	margin: 0; padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

#caja {
	width: 983px; height: 609px;
	margin: 0 auto; text-align: left;
	background: url(/img/raelon/fondo.jpg) center top no-repeat;
	position: relative;
}

#titulo {
	position: relative;
	width: 697px; height: 101px;
	margin: 0 0 0 137px;
	padding: 0;
}

#titulo span {
	background: url(/img/raelon/titulo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#contenido {
	position: relative;
	width: 661px;
	height: 402px;
	margin-left: 157px;
	overflow: auto;
	background: url(/img/raelon/caja_texto.jpg) no-repeat;
}

#contenido p {
	margin: 15px 20px ;
	line-height: 1.5em;
}

#nav {
	position: absolute;
	right: 166px;
	top: 508px;
	padding: 5px;
	background: #000;
	color: #888;
}

#nav a:link, #nav a:visited {
	color: #fff;
	padding: 2px;
	font-weight: normal;
}

#nav a:hover, #nav a:active {
	background-color: #023;
}

#creativecommons {
	position: relative;
	top: -50px;
}

#creativecommons a img {
	color: #000;
	background: transparent;
}

#creativecommons a:hover {
	background: transparent;
}

.inicial-t, .inicial-c, .inicial-h {
	display: block;
	float: left;
	padding: 0;
	background-repeat: no-repeat;
	margin-right: 4px;
	position: relative;
	top: 6px;
}

.inicial-t span, .inicial-c span, .inicial-h span {
	display: none;
}

.inicial-t {
	width: 32px;
	height: 21px;
	background: url(/img/raelon/inicial_t.gif);	
}

.inicial-c {
	width: 18px;
	height: 21px;
	background: url(/img/raelon/inicial_c.gif);	
}

.inicial-h {
	width: 18px;
	height: 22px;
	background: url(/img/raelon/inicial_h.gif);	
}

.separador {
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.2em;
}

.separador a:hover {background-color: transparent;}