@import url(estilos.css);

body {
	background: url(/img/redundancia/fondo.jpg) top right no-repeat fixed #031b2d;
	margin: 0;
	padding: 0;
}

#caja {
	width: 600px;
}

#texto {
	color: #000;
	font-size: 12px;
	width: 368px;
	height: 500px;
	margin: 0 300px 25px 20px;
	background: url(/img/redundancia/cuadro_texto.gif) top left no-repeat;
	float: left;
	display: inline;
}

#textocont {
	margin: 0 20px 100px 26px;
	height: 360px;
	overflow: auto;
	font-family: monospace;
}

#texto p {
	padding-right: 15px;
}

#header {
	margin: 20px;
	font-size: 11px;
}

h1 {
	margin: 0 0 10px 25px;
	padding: 0;
	font-size: 14px;
}

#titulo {
	width: 270x;
	height: 25px;
	position: relative;
}

#titulo span {
	background: url(/img/redundancia/titulo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

a.inicial-c, a.inicial-l {
	display: block;
	float: left;
	padding: 0;
	background-repeat: no-repeat;
	margin-right: 4px;
}

.inicial-c {
	height: 22px;
	width: 20px;
	background-image: url(/img/redundancia/inicial_c.gif);
}

.inicial-l {
	height: 22px;
	width: 16px;
	background-image: url(/img/redundancia/inicial_l.gif);
}

a.inicial-c span, a.inicial-l span {
	display: none;
}

a.inicial-c:hover, a.inicial-l:hover {
	background-color: transparent;
}

.continuara {
	display: inline;
	color: #345267;
	padding-right: 4px;
	border-right: 10px solid #345267;
}

.separador {
	text-align: center;
	margin: 20px 0;
}

#creativecommons {
	width: 300px;
	position: relative;
	left: 70px;
	font-size: 0.9em;
	color: #777;
	text-align: center;
}

#creativecommons img {
	padding: 0;
	border: 0;
}

#creativecommons a:link, #creativecommons a:visited, #creativecommons a:hover {
	background-color: transparent;
}