@charset "utf-8";

/**
  Theme Name: AcdTheme 
  Theme URI: http://www.acd.com.do/
  Description: Taller theme for http://www.acd.com.do/. Developed by onClick Studio, S. A. (http://www.onclickstudio.com/)
  Version: 1.0
  Author: onClick Studio, S. A. (ctejada@onclickstudio.com)
*/

div#seccion_header {
  background-image: url(../img/seccion_header_bg.jpg);
  background-repeat: repeat-x;
  height: 29px;
  margin-top: 3px;  
  position: relative;
}

div#seccion_header div.left_border {
  background-image: url(../img/seccion_header_left_border.jpg);
  background-repeat: no-repeat;
  height: 29px;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

div#seccion_header div.right_border {
  background-image: url(../img/seccion_header_right_border.jpg);
  background-repeat: no-repeat;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

div#seccion_header span {
  color: #D9DEE2;
  font-size: 18px;
  left: 35px;
  position: absolute;
  top: 3px;
}

div#servicio_al_cliente {
  color: #D9DEE2;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 8px;
}

div#seccion_header img {
  left: 1px;
  position: absolute;
  top: 1px;
}

div#planes {
  height: 510px;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

div#planes div.plan {
  width: 184px;
}

div#planes div.plan div.texto {
  font-family: Verdana;
  font-size: 12px;
  margin-top: 5px;
}

div#planes div.plan div.texto p {
  font-family: Verdana;
  font-size: 12px;
  margin-bottom: 10px;
}

div#plan_mecanica {
  left: 0;
  position: absolute;
  top: 0;
}

div#plan_mecanica div.imagen {
  height: 145px;
  width: 184px;
}

div#plan_aire_acondicionado {
  left: 198px;
  position: absolute;
  top: 0;
}

div#plan_aire_acondicionado div.imagen {
  height: 145px;
  width: 184px;
}

div#plan_pintura {
  left: 396px;
  position: absolute;
  top: 0;
}

div#plan_pintura div.imagen {
  height: 145px;
  width: 184px;
}

div#plan_diagnostico_computarizado {
  left: 594px;
  position: absolute;
  top: 0;
}

div#plan_diagnostico_computarizado div.imagen {
  height: 145px;
  width: 184px;
}
