body{ 
	text-align: center;
	font-family: Arial, Geneva, sans-serif;	
	background-color: 5c1818;
	
	}    
.fuente {
	font-family: magneto,sans-serif;
}
.enlaces {
	text-decoration: none;
	color: #464545; 
	font-family: magneto,sans-serif;
	font-size: 24px;
}
#contenedor{ 
	width: 1067px; 
	margin: 0 auto 0 auto; 
	text-align: left; 
	background: url(imagenes/menu.png) no-repeat;
	background-position: top right;
	}
#cabecera{ 
	font-family: magneto,sans-serif;
	height: 120px; 
	margin-bottom: 20px; 
	width: 693px;
	background: url(imagenes/header3.jpg) no-repeat;
	overflow: hidden; 
	text-indent: -9999%; 
	display: block;
}
#cabecera2{
	color: fd803e;
	font-family: arial,sans-serif;
	margin-top: -20px;
	margin-bottom: 10px;
}
#contenedor_fotos{ 
	width: 1067px; 
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	}
#contenido{ 
	width: 693px; 
	height: 752px;
	float: left; 
	/*margin-bottom: 70px;*/
	background: url(imagenes/contenido.png) no-repeat;
}
#contenido_fotos{ 
	width: 1020px; 
	height: 756px;
	/*margin-bottom: 70px;*/
	background: url(imagenes/fondo_fotos.png) no-repeat;
}
#slide{
	float: left;
	margin-top: 27px;
	margin-left: 144px;
	color: #ffffff; 
}

#texto{
	width: 560px;
	height: 660px;
	float: left;
	margin-top: 20px;
	margin-left: 110px;
	margin-bottom: 70px;
	overflow: auto;
	}
#menu{ 
	font-family: magneto,sans-serif;
	width: 374px; 
	height: 590px;
	float: left; 
}	
#enlaceflat{
margin-left: 200px;
list-style-image: url(imagenes/flatthumb.jpg);
}

#enlaceflat a:hover{
color: #e93700;
}

#enlaceewto{
margin-left: 200px;
list-style-image: url(imagenes/ewtothumb.jpg);
}

#enlaceewto a:hover{
color: #e93700;
}

#enlacepinudos{
margin-left: 200px;
list-style-image: url(imagenes/pinudosthumb.jpg);
}

#enlacepinudos a:hover{
color: #e93700;
}

#menulinks{
	width: 195px; 
	float: left; 
	margin-top: 105px;
	margin-left: 64px;
}
#menulinks ul li{
	margin-top: 6px; 
	padding-left: 10px; 
	list-style-image:url(imagenes/tuerca.jpg);
}
#menu ul li a{ 
font-size: 24px; 
color: #464545; 
text-decoration: none;
}
#menu ul li a:hover{ 
color: #e93700; 
}
#fotos{
	float: left;
	background: url(imagenes/photobox.png) no-repeat;
	background-position: right;
	width: 250px;
	height: 264px;
	margin-left: 41px;
	margin-top: -146px;
	}
#fotos_cont{
border: 1px solid;
width: 200px; 
height: 200px; 
margin-top: 30px;
margin-left: 27px;
	}
#pie{ 
	clear: both;  
	background: url(imagenes/pie.png) no-repeat;
	height: 200px;
}
#contenido-pie{
width: 910px; 
height: 100px;
float: left;
margin-top: 40px;
margin-left: 75px;
font: sans-serif;
color: #464545; 
text-align: center;
}

#slide-images { /* es la lista con las imágenes */
  display: block;
  height: 200px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 200px;
}
#slide-images li { /* cada item de la lista */
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
#slide-images li img { /* cada imagen */
  display: block;
  height: 200px;
  width: 200px;
}