/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background: #ffffff url(img/bg_body.jpg) repeat-x;
  text-align: center;
  font-family: Arial;
}

#wrapper {
  margin: auto;
  width: 900px;
  height: 570px;
  padding: 0;
}

#main {
  width: 900px;
  height: 570px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#screen {
  height: 420px;
  overflow:hidden;
}

#wall {
  height: 420px;
  overflow:hidden;
  background: #ffffff url(img/bg_main.jpg) center center no-repeat;
}

#header {
  height: 120px;
  text-align: right;
  color: #eeeeee;
  padding-right: 20px;
  
  background: url(img/logo.png) no-repeat !important;
  background-position: top;
  background-image: none;
  filter: none !important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='crop');
}

#footer {
  height: 25px;
  background: #f0f0f0;
  padding-top: 9px;
  font-size: 11px;
}

#menu {
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  border-bottom: 1px solid silver;
  /*border: 1px solid black;*/
}

#menu div {
  float: left;
  padding-top: 3px;
  margin:30px 0;
  width: 148px !important;
  width: 150px;
  height: 70px;
  border: 1px solid silver;
  background: #eeeeee url(img/bg_menu.jpg) no-repeat;
  color: #777777;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.caja {
  width: 290px;
  height: 300px;
  overflow: hidden;
  text-align: justify;
  float: left;
  margin: 3px;
  color: #ffffff;
  cursor: pointer;
}

.sub_caja_titulo {
  height: 50px;
  font-weight: bold;
  color: #ffffff;
  overflow:hidden;
}

.sub_caja_titulo h2 {
  font-size: 16px;
  margin:5px;
}

.sub_caja_texto {
  padding: 7px;
  font-family: Verdana;
  font-size: 13px;
}

.caja #ubicacion {
  font-size: 18px;
  background: #278ec2 url(img/bg_ubicacion.jpg) no-repeat;
  height: 250px; 
}

#caja1 {background:#8bbb0f;}
#caja2 {background:#f3bd03;}
#caja3 {background:#e15242;}

.contenedor{
  height: 420px;
  /*border: 1px solid black;*/
}

#cont_empresa {background: #ffffff url(img/bg_empresa.jpg) no-repeat;}
#cont_contacto {background: #ffffff url(img/bg_contacto.jpg) no-repeat;}
#cont_promociones {background: #ffffff url(img/bg_promociones.jpg) no-repeat;}
#cont_obras {background: #ffffff url(img/bg_obras.jpg) no-repeat;}
#cont_servicios {background: #ffffff url(img/bg_servicios.jpg) no-repeat;}
#cont_intro {background: #ffffff url(img/bg_intro.jpg) no-repeat;}
#cont_aviso {background: #ffffff;text-align:justify;overflow:scroll;height:420px;padding: 5px;}

.times {
  font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
  font-size: 44px;

}

.ths_promo {
  width: 850px;
  height: 126px;
}

.th_promo {
  width: 201px;
  height: 125px;
  overflow: hidden;
  float:left;
  cursor: pointer;
  color: #000000;
}

.th_promo_text {
  margin-top:90px;
  font-family: Arial;
  font-size: 12px;
  text-decoration:none;
}

.ths_promo a, a:visited, a:hover {
  text-decoration:none;
}

#th_promo_1{ background: #ffffff url(img/th_promo_1.jpg) no-repeat; }
#th_promo_2{ background: #ffffff url(img/th_promo_2.jpg) no-repeat; }
#th_promo_3{ background: #ffffff url(img/th_promo_3.jpg) no-repeat; }
#th_promo_4{ background: #ffffff url(img/th_promo_4.jpg) no-repeat; }
#th_promo_5{ background: #ffffff url(img/th_promo_5.jpg) no-repeat; }
#th_promo_6{ background: #ffffff url(img/th_promo_6.jpg) no-repeat; }
#th_promo_7{ background: #ffffff url(img/th_promo_7.jpg) no-repeat; }

#gruinfor {
  height: 150px;
  margin-left: 10px;
  background: url(img/gruinfor.png) no-repeat !important;
  background-position: top;
  background-image: none;
  filter: none !important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/gruinfor.png', sizingMethod='crop');
}

#txtobras {
  height: 420px;
  width: 300px;
  float: left;
  text-align: center;
  
  background: url(img/txtobras.png) no-repeat !important;
  background-position: top;
  background-image: none;
  filter: none !important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/txtobras.png', sizingMethod='crop');
}

#listaobras {
  height: 420px;
  width: 590px;
  float: right;
  background: #ffffff;
}

#listaobras .obra {
  margin: 10px 5px 10px 5px;
  border: 1px solid black;
  padding: 12px 4px 12px 4px;
  background: #a5d1d8;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#txtobras #up {
  background: url(img/bg_up.jpg) no-repeat;
}

#txtobras #down {
  background: url(img/bg_down.jpg) no-repeat;
}

.botonscroll{
  width: 100px;
  height: 50px;
  border: 1px solid silver;
  background-color: #ffffff;
  cursor: pointer;
}

#scroller {
  margin-top:0px;
}

#footer ul {
  display: inline;
  margin: 0 40px 0 1px !important;
  margin: 0 30px 0 30px;
}

#footer li {
  display: inline;
  margin: 0 2px;
  padding: 0 5px 0 0;
  cursor: pointer;
  border-right: 1px solid black;
}
