@import url(estilos.css);

body {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: center;
	background: #000 no-repeat url(/img/silencio/fondo_caja.jpg) center top;
}

p {
	font-size: 1em;
	line-height: 1.4em;
}

#contenido {
	width: 500px;
	margin: 420px auto 20px auto;
	text-align: left;
}

.continuara {
	font-style: italic;
	text-align: center;
	margin-top: 20px;
}

#titulo_silencio {
	font-size: 1.5em;
	margin: 0 0 40px 0;
	padding: 0;
	width: 201px;
	height: 30px;
	position: relative;
}
	
#titulo_silencio span {
	background: url(/img/silencio/titulo_silencio.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

a.inicialele, a.iniciala {
	display: block;
	float: left;
	padding: 0;
	background-repeat: no-repeat;
	height: 34px;
}

a.inicialele {
	width: 51px;
	margin-right: 8px;
	background-image: url(/img/silencio/inicial_l.gif);
}

a.iniciala {
	width: 52px;
	margin-right: 3px;
	background-image: url(/img/silencio/inicial_a.gif);
}

a.inicialele span, a.iniciala span {
	display: none;
}

.separador {
	text-align: center;
	margin: 25px 0;
}