body {
	background-color: #2e333b;
	margin: 0em;
	text-align: center;
}

#pagina {
  width: 850px;
	color: #333333;
	background-color: #C6C6C6;
	margin-left: auto;
  margin-right: auto;
}

a:hover {
  color: #FFFF00;
}

h1.titulo {
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

h2.apartado {
  text-decoration: underline;
}

p.texto {
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
}

#cabecera {
	clear: both;
	width: 850px;
	height: 125px;
	background: url(img/cabecera.png) left no-repeat #4f555d;
}

#indice {
  width: 850px;
  height: 20px;
  background-color: #4F555D;
  border-top: 2px outset #444444;
  border-bottom: 2px inset #444444;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

#indice ul { 
  margin: 0em;
  padding: 0em;
}

#indice ul li {
  display: inline;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-transform: uppercase;
}

#indice a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-family: verdana;
  font-size: 1.2em;
}

#indice a:hover {
  color: #FFFF00;
  text-decoration: none;
  font-weight: bold;
  font-family: verdana;
  font-size: 1.2em;
}

#cuerpo {
	width: 850px;
	line-height: 1.6em;
	background: url(img/tijeras.jpg) left #C0C0C0;  
	min-height: 475px;
}

#contenido {
  padding: 1.5em;
  padding-top: 0.8em;
  color: #FFFFFF;
}

#contenido a {
  color: #FFFFFF;
}

#contenido a:hover {
  color: #FFFF00;
}

#pie {
  width: 850px;
	color: #999999;
	background-color: #4f555d;
	border-top: 2px inset #444444;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}

#pie a { 
	color: #999999;
}

#pie a:hover { 
	color: #FFFF00;
}

ul.lista {
  text-align: left;
  padding-left: 1em;
  margin-left: 2em;
  list-style-image: url(img/elementoLista.jpg);  
}

ul.lista li {
  font-size: 1.4em;
  font-weight: bold;
}

img {
  border: 3px solid #4f555d;
  margin: 0.5em;
}

.sobresaltado {
  color: #666666;
}

