body{
  background-color: #D9DADB;
  font-family: Arial, sans;
  font-size: 13px;

}

#contenedor{
  width: 1024px;
  height: auto;
  background-color: #FFFFFF;
  margin: 10px auto;
}

#encabezado{
  width: 1024px;
  height: 150px;
  background-image: url(../img/encabezado.png);
}

#menu{
  width: 1024px;
  height: 28px;
  background-color: #504644;
  float: left;
}

#navi {
	list-style:none;
	margin:0;
	padding:0;
}

#navi li {
    margin:2px;
	padding:0;
    float: right;
}

#navi li a {
  	display:block;
	width:auto;
	padding:4px 8px 0;
	text-decoration:none;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	color:#D9DADB;
	font-family: Arial, sans;
}
#navi li a:hover {
	color: #d66129;
	text-decoration: underline;		
}

#contenido{
  	padding: 10px 10px;
}


#barra{
  width: 1024px;
  height: 25px;
  float: left;
}

#barra img{
  margin-top: 15px;
  float: right;
  width: 443px;
}


#imagenes{
  width: 580px;
  height: 300px;
  float: left;
  margin-top: 15px;
}
#imagenes p img {
	height: 350px;
	width: 341px;
	margin-left: 119px;
}

#text{
	width: 420px;
  	height: 350px;
  	float: left;
  	margin-top: 20px;
	overflow: auto;
}

#text h2 {
	font-size: 27px;
	color: #a5c4da;
	font-family: Arial, sans;
}

#text p {
	text-align: justify;
	margin-top: 10px;
	font-family: Arial, sans;
	width: 380px;
}
#text p a {
	color: #000;
	font-size: 15px;
	text-decoration: none;
}
#txt-titulo {
	color: #a5c4da;
	font-size: 15px;
	font-family: Arial, sans;
}
#txt-bold {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, sans;
}

#pie{
  width: 1024px;
  height: 25px;
  background-image: url(../img/pie.png);
  padding: 2px 0px;
  text-align: center;
  margin-top: 10px;
}

#pie p {
	font-size: 13px;
	font-family: Arial, sans;
}
#pie p a {
	text-decoration: none;
	color: #000;
}

#limpiar{
  clear: both;
}

#imagenes_ser {
	width: 220px;
	float: left;
	margin-left: 80px;
}
.image {
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	width: 100px;
	height: 100px;
}
.image a img {
	border: 0px;
}

