/* CSS Document */

body {
  background-color: #e4ff9c;
  margin: 0;
  padding: 0;
  font-family: trebuchet MS, Arial;
}

#wrapper {
  width: 100%;
  height: 100%;
}

#main {
  width: 800px;
  height: 600px;
  border-bottom: 2px solid silver;
  border-left: 2px solid silver;
  border-right: 2px solid silver;
  background-color: #baeb35;
  overflow: hidden;
}

#cabecera {
  height: 100px;
  width: 800px;
  /*border-bottom: 1px solid black;*/
}

#logo {
  width: 340px;
  height: 100px;
  background: transparent url(img/logo.jpg) center center;
  float: left;
}

#menu {
  width: 450px;
  height: 100px;
  /*border: 1px solid black;*/
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}

#botones {
  width: 390px;
  height: 70px;
}

#botones .boton {
  width: 65px;
  height: 65px;
  /*background: transparent url(img/boton_0.jpg) center center;*/
  float: left;
  cursor: hand;
}

#cartel {
  width: 450px;
  height: 30px;
  font: bold 17px trebuchet MS;
  padding-right: 5px;
  color: #475915;
}

#screen {
  width: 800px;
  height: 500px;
  overflow: hidden;
  background-color: #baeb35;
}

#contenido {
  width: 800px;
  height: 500px;
}

#b_servicios div {
  width:200px;
  height:50px;
  cursor:hand;
}

.articulo {
  height:400px;
  width:750px;
  border: 1px solid #a0d020;
  margin-bottom: 25px;
  background: transparent url(img/s_informacion.jpg) no-repeat;
  text-align: justify;
  font-size: 0.8em;
  padding: 10px;
}

.articulo img {
  float:left;
  margin: 15px;
}

.articulo span {
  margin-left:15px;
}

#b_informacion div {
  margin-top: 0px;
  width: 350px;
  height: 40px;
  cursor: hand;
}