.empresas{
    margin-top: 3px;
}
.contenedores{
    width: 260px;
    height: 150px;
    position: relative;
}
body{
    background: black;
    background-image: url(../img/base.png);
    background-position: center 0;
    background-repeat: no-repeat;
	
}
img{
    border:0px;
}
h2{
text-align:center;
}
#contenido h2{
text-align:center;
}

#encabezado{
    width: 858px;
    height: 185px;
    background-image: url(../img/logo.png);
	
    background-repeat: no-repeat;
    margin-top:80px;
  
    margin-left: 500px;
    
}

#cuerpo{
    width: 1017px;
    height: 735px;
    margin: auto;
     background-image: url(../img/cintillo.png);
     background-repeat: no-repeat;
}
#menu
{

  font-family: Arial;
  font-size: 15pt;
color: black;
    
}
#menu li{
     list-style: none;
    float: left;
    width: 220px;
    text-decoration: none;
}
#menu a{
    text-decoration: none;
    color:black;
    
}
#cuerpolateral{
    width: 150px;
    padding-left: 14px;
    text-align: center;
	
    float: left;
}
#cuerpolateral img {
    border: 0px;
}
#centro{
    float: right;
    width: 800px;
    padding-right: 40px;
    padding-top: 10px;
    
}
#cuerpo2{
    clear: both;
}
#corredor{
    left: 90px;
    top: 40px;

}
#ecosistema{
    left: 440px;
    top: -115px;
}
#especies{
    left:90px;
    top: -150px;

}
#fortalecimiento{
    left:440px;
    top:-307px;
}
#Letrascorredor{
    left: 80px;
    top: 40px;
   position: relative;
   
}

#Letrasecosistema{
    left: 493px;
    top: -115px;
    position: relative;
}
#Letrasespecie{
    left: 70px;
    top: -150px;
   position: relative;

}

#Letrasfortalecimiento{
    left: 393px;
    top: -310px;
    position: relative;
}
#contenido{
    width: 750px;
    height: 600px;
    overflow: auto;
    margin: 10px 10px 0px 40px;
    font-family: Arial;
    color:white;
    font-size: 12pt;
}
#contenido p{
    text-align: justify;
    margin-right: 10px;
}