/* CSS Document */

#contenedorSomos{
position:relative;
width:775px;
height:650px;
margin:auto;
font: 11px Verdana,sans-serif;
color:#222;
line-height:15px;
background:url(empresa.jpg) no-repeat;
}

#cuerpo{
position:relative;
float:left;
width:550px;
height:650px;
}

#contenido{
position:relative;
float:right;
width:358px;
height:385px;
margin-top:185px;
}

#titulo{
text-align:right;
width:125px;
padding:5px 5px;
background-color:yellow;
margin-bottom:15PX;
}

#informacion{
float:right;
width:350px;
height:325px;
}

#mapa_grande{
position:absolute;
top:20px;
width:250px;
height:250px;
border:1px solid #ccc;
visibility:hidden;
}
