@import url(menu.css);
@import url(slider_testimonios.css);
@import url(estilo_uno.css);
@import url(estilo_dos.css);
@import url(estilo_tres.css);

body, html{
  margin: 0;
  background-color: #0D3F96;
  background-image: url(../img/fondo_body.jpg);
  background-repeat: repeat-x;
}
div#contenedor{
  /*border: 1px solid blue;*/
  position: relative;
  margin: auto;
  width: 908px;
  height: auto; 
}
div#links_superior{
  background-color: transparent;
  background-image: url(../img/fondo_links-trans.png);
  background-repeat: no-repeat;
  width: 908px;
  height: 25px;
  margin: 10px 0 0 0;
}
div#cabezote{
  background-color: transparent;
  width: 908px;
  height: 180px;
  margin: 5px 0 0 0;
}
div#share {
  position: absolute;
  margin: 10px 0 0 10px;
}
div#contact_language{
  background-color: transparent;
  width: 908px;
  height: 32px;
  margin: 2px 0 0 0;
}
div#contact_language ul{
  margin: 0;
  padding: 0;
}
div#contact_language li{
  float: left;
  list-style-type:none;
  font-family: verdana;
  font-size: 12px;
}
div#contact_language a{
  display: inline-block;
  color: #ED6F00;
  text-decoration: none;
}
div#contact_language a:hover{
  color: white;
}
div#contact_language a span{
  margin: 0;
  padding: 0;
}
.contactenos{
  /*border: 1px solid blue;*/
  left: 290px;
  background-image: url(../img/leftpagesbook.gif);
  background-repeat: no-repeat;
  background-position: left center;
  width: 85px;
  height: 20px;
  padding: 9px 0 0 40px;
  margin: 0 0 0 380px;
}
.lenguaje_es{
  /*border: 1px solid red;*/
  background-image: url(../img/es.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  width: 75px;
  height: 15px;
  padding: 0;
  margin: 9px 0 0 235px;
}
.lenguaje_en{
  /*border: 1px solid blue;*/
  background-image: url(../img/en.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  width: 70px;
  height: 15px;
  padding: 0;
  margin: 9px 0 0 10px;
}
div#contenido{
  background-color: transparent;
  width:908px;
  height: auto;
  margin: 2px 0 0 0;
}
div#right_side{
  background-color: transparent;
  width: 192px;
  height: auto;
  float:right;
}
div#middle_side{
  background-color: transparent;
  width: 502px;
  height: auto;
  margin: auto;
}
div#left_side{
  background-color: transparent;
  width: 191px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}
div#pie{
  /*background-color: gray;*/
  width: 908px;
  height: 25px;
  background-image: url(../img/fondo_pie-trans.png);
  background-repeat: no-repeat;
  margin: 8px 0 10px 0;
}
div#pie p{
  /*border: 1px solid blue;*/
  margin: 0 0 0 0;
  padding: 6px 0 0 0;
  font-family: verdana;
  font-size: 11px;
  color: #FFFBDA;
  text-align: center;
}
div#pie p strong{
  position: absolute;
  font-weight: normal;
  margin: -3px 0 0 0;
  font-size: 9px;
  left: 293px;
}
