@charset "utf-8";

/**
  Theme Name: AcdTheme 
  Theme URI: http://www.acd.com.do/
  Description: Noticias 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;
  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#noticia {
  margin-top: 10px;
}

div#noticia h2 {
  margin-bottom: 10px;
}

div#noticia div.imagen {
  border: solid 1px #999999;
  float: left;
  height: 227px;
  margin-right: 10px;
  padding: 2px;
  width: 227px;
}

div#noticia div.imagen img {
  height: 227px;
  width: 227px;
}

div#noticia div.texto {
  min-height: 252px;
}

div#noticia div.texto p {
  margin-bottom: 10px;
  margin-right: 10px;
}
