@charset "utf-8";

/**
  Theme Name: AcdTheme 
  Theme URI: http://www.acd.com.do/
  Description: Miembros 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#columnas {
  width: 100%;
}

div#columnas div.columna1 {
  width: 574px;
}

div#columnas div.columna2 {
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}

div#columnas div.columna2 img {
  margin-bottom: 2px;
}

div#seccion_header {
  background-image: url(../img/seccion_header_bg.jpg);
  background-repeat: repeat-x;
  height: 29px;
  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;
}

form#solicitud_membresia {
  margin: 10px 18px 0px 18px;
}

form#solicitud_membresia table {
  border-collapse: collapse;
  width: 100%;
}

form#solicitud_membresia table tr {
  height: 30px;
}

form#solicitud_membresia table tr.linea_impar {
  background-color: #EEEEEE;
}

form#solicitud_membresia table tr.linea_par {
  background-color: white;
}

form#solicitud_membresia table tr th {
  color: #999999;
  font-size: 14px;
  text-align: right;
  width: 138px;
}

form#solicitud_membresia table tr td input {
  border: solid 1px #999999;
  font-size: 16px;
  margin-left: 20px;
  width: 213px;
}

form#solicitud_membresia table tr td select {
  border: solid 1px #999999;
  font-size: 12px;
  margin-left: 20px;
}

form#solicitud_membresia input.boton {
  font-size: 14px;
  margin: 23px 10px 0px 10px;
  padding: 0px 15px;
}

span.validation-advice {
  color: red;
  font-weight: bold;
  margin-left: 20px;
}

