body{
  font-family:Georgia;
  background-color:#eee;
  padding:0;
  margin:0;
  font-size:1em;
}

#container {
	position:relative;
  margin:0 auto;
  padding:0;
  width:950px;
  text-align:left;
	background-color:#fff;
}

#menu{
  float:left;
  font-size:0.7em;
  width:150px;
  padding:40px 20px;
}

.verde{
  color:#4b5a22;
}

.negrita{
  font-weight:bold;
}

h1{
  font-size:1.6em;
  color:#4b5a22;
}

h2{
  font-size:1.3em;
  color:#333;
}

h3{
  font-size:1em;
  color:#555;
}

ul{
  list-style-type:none;
  padding:0 0 0 10px;
  margin:0 0 10px 0;
}


a.enlace{
  text-decoration:none;
  color:#f60;
}

a.enlace:hover{
  text-decoration:underline;
  color:#f60;
}

a.enlace_sub{
  text-decoration:none;
  color:#333;
}

a.enlace_sub:hover{
  text-decoration:underline;
  color:#333;
}

.negrita{
  font-weight:bold;
}

#header{
  padding:10px;  
}

#cuerpo{
  padding:10px 20px;
  margin:0 0 0 190px;
}

#footer{
  padding:10px;
  font-size:0.7em;
  text-align:center;
}

.tituloHeader{
  font-size:2.4em;
}

.tituloHeader a{
  color:#f60;
  text-decoration:none;
}

.capaEmpresa{
  margin-bottom:30px;
}