@import url(estilos.css);

body {
	background-color: #000;
	color: #fff;
	text-align: center;
}

#caja {
	margin: 20px auto;
	text-align: left;
	width: 750px;
}

#ilustracion {
	float: left;
	margin-right: 30px;
}

#titulo {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	width: 333px;
	height: 108px;
}

#titulo span {
	background: url(/img/operacion_hidra/header.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#cuento {
	float: right;
	width: 333px;
	height: 520px;
	background: url(/img/operacion_hidra/texto_fondo.gif) left bottom no-repeat;
}

#links {
	text-align: center;
	color: #fff;
	margin: 0 0 10px 0;
	width: 333px;
}

#texto {
overflow: auto;
margin: 0 10px 0 15px;
	height: 365px;
	padding-right: 15px;
	line-height: 1.4em;
}

.inicial-e, .inicial-c, .inicial-l {
    height: 37px;
    width: 24px;
    display: block;
    float: left;
    padding: 0;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.inicial-e {
    background-image: url(/img/operacion_hidra/inicial_e.gif);
}

.inicial-c {
    background-image: url(/img/operacion_hidra/inicial_c.gif);
}

.inicial-l {
    background-image: url(/img/operacion_hidra/inicial_l.gif);
}

.inicial-e span, .inicial-c span, .inicial-l span {
    display: none;
}

.separador {
   text-align: center;
   margin: 15px 0;
}

#creativecommons {
	clear: both;
	padding-top: 35px;
	width: 300px;
	margin: 20px auto 0 auto;
	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;
}