body {
  font-family:verdana;
  font-size:11px;
  background-color:#C4C4C4;
  color:#ffffff;
}

a {
  color:#73B2E8;
}

a:hover {
  color:#73B2E8;
  text-decoration:none;
}

.contenedor_principal {
  background-color:rgb(13,0,88);
  width:700px;
  border-width:5px;
  padding:5px;
}

.banner {
  background-image:url(/images/bannertop.gif);
  width:690px;
  height:120px;
}

.menu {
  margin-top:5px;
  margin-left:30px;
}

ul#botones_menu {
  list-style-type:none;
  padding:0px;
  margin:0px;
}

ul#botones_menu li {
  display:inline;
}

ul#botones_menu li a {
  float:left;
  background-image:url(/images/fondo_boton_menu.gif);
  background-repeat:no-repeat;
  color:#000000;
  margin-left:5px;
  text-decoration: none;
  font-weight:bold;
  width:100px;
  height:17px;
  font-family:verdana;
  font-size:10px;
  text-align:center;
  padding-top:3px;
}

ul#botones_menu li a:hover {
background-image:url(/images/fondo_boton_menu1.gif);
  color:#ffffff;
}

.contenido {
  width:690px;
}

.sidebar {
  width:210px;
  float:left;
  margin-top:8px;
}

.principal {
  width:464px;
  margin-top:8px;
  border-width:1px;
  border-color:#73B2E8;
  border-style:solid;
  float:right;
  padding:3px;
  text-align:left;
  margin-bottom:2px;
  background-image:url(/images/marca_agua.jpg);
  background-repeat:no-repeat;
  background-position:bottom right;
}

.sucursal1 {
  width:210px;
  float:left;
  margin:5px;
}

.sucursal2 {
  width:210px;
  float:right;
  margin:5px;
}

.menu1 {
  width:170px;
  float:left;
  margin:5px;
}

.menu2 {
  width:210px;
  float:left;
  margin:5px;
  text-align:left;
}

.requerido{
background:#F8D7C4;
}
