@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 {
  overflow: auto;
  
}

div#columnas div.columna1 {
  float: left;
  width: 574px;
}

div#columnas div.columna2 {
  float: right;
  margin-top: 3px;
  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#noticias {
  padding-top: 15px;
}

div#noticias div.noticia {
  margin: 6px 0;
  height: auto !important;
  height: 125px;
  min-height: 125px;
  position: relative;
}

div#noticias div.noticia div.imagen {
  height: 125px;
  left: 0;
  position: absolute;
  top: 0;
  width: 125px;
}

div#noticias div.noticia div.imagen div.top_border {
  background-image: url(../img/imagen_noticia_top_border.jpg);
  background-repeat: no-repeat;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 125px;
}

div#noticias div.noticia div.imagen div.right_border {
  background-image: url(../img/imagen_noticia_right_border.jpg);
  background-repeat: no-repeat;
  height: 118px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 6px;
}

div#noticias div.noticia div.imagen div.bottom_border {
  background-image: url(../img/imagen_noticia_bottom_border.jpg);
  background-repeat: no-repeat;
  height: 6px;
  position: absolute;
  right: 0;
  top: 119px;
  width: 125px;
}

div#noticias div.noticia div.imagen div.left_border {
  background-image: url(../img/imagen_noticia_left_border.jpg);
  background-repeat: no-repeat;
  height: 118px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

div#noticias div.noticia div.imagen img {
  height: 120px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 120px;
}

div#noticias div.noticia div.texto {
  font-family: Verdana;
  margin-left: 129px;
  width: 430px;
}

div#noticias div.noticia div.texto div.leer_mas {
  background-image: url(../img/leer_mas_bg.jpg);
  background-repeat: repeat-x;
  border: solid 1px black;
  height: 17px;
  margin-top: 11px;
  text-align: center;
  width: 63px;
}

div#noticias div.noticia div.texto div.leer_mas a {
  color: white;
  font-size: 10px;
  font-weight: bold;
  margin-top: 3px;
  text-decoration: none;
}

div#noticias div.noticia div.texto div.leer_mas a:hover {
  text-decoration: underline;
}

div#noticias div.paginacion {
  color: #666666;
  margin-top: 20px;
  text-align: center;
}

div#noticias div.paginacion a {
  color: #0077BB;
  text-decoration: none;
}

div#noticias div.paginacion a:hover {
  background-color: lightblue;
  text-decoration: underline;
}
