/* general style sheet */
body {
  margin: 0;
  padding: 0;
  font-family: arial, verdana, helvetica;
  font-size: 14px;
}
#container {
  position: relative;
  width: 984px;
  margin: 0 auto 0;
  /*border: 1px solid black;*/
}
#logoInicio {
  margin: 0 0 0 10px;
}
.paginaInicio {
  position: absolute;
  text-decoration: none;
  z-index: 1000;
  display: block;
  width: 320px;
  height: 130px;
  margin: 50px 0 0 0;
}
.paginaInicio span {
  visibility: hidden;
}
#slogan {
  position: absolute;
  right: 60px;
  top: 130px;
  text-transform: uppercase;
  font-size: 20px;
}
/* servicios adicionales */
.serviciosPrincipales {
  width: 320px;
  height: 362px;
  margin: 15px 0 0 0;
  /*display: none;*/
}
.serviciosPrincipales h1 {
  padding: 220px 0 0 0;
  text-align: center;
}
.serviciosPrincipales p {
  color:#000;
  text-align: center;
  width: 280px;
  margin: 5px auto 0;
  display: block;
  line-height: 16px;
}
#productos {
  background: url(../img/productos.png) no-repeat left top transparent;
  float: right;
}
#empresa {
  background: url(../img/empresa.png) no-repeat left top transparent;
  float: left;
}
#servicios {
  background: url(../img/servicios.png) no-repeat left top transparent;
  margin: 15px auto 0;
}
/* content */
#topImage {
  background: url(../img/topImage.png) no-repeat left top transparent;
  width: 984px;
  height: 57px;
}
#contentInfo {
  background: url(../img/contentInfo.png) no-repeat left top transparent;
  min-height: 503px;
}
#backgroudContent {
  width: 892px;
  min-height: 300px;
  background-color: #e6e7e8;
  margin: 0 auto 0;
}
#sideBar {
  width: 206px;
  min-height: 300px;
  float: right;
  margin: 20px 15px 0 0;
  /*background-color: blue;*/
}
#info {
  padding: 20px 0 0 15px;
  width: 620px;
}
/* articulos noticias */
#articulosNoticias {
  margin: 10px 0 0 0;
}
#articulosNoticias ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#articulosNoticias ul li {
  line-height: 18px;
  height: 30px!important;
}
#articulosNoticias ul li a {
  display: block;
  color: #659f00;
  text-decoration: underline;
}
#articulosNoticias ul li a:hover {
  text-decoration: none;
  color: #000;
}
/* donde estamos */
#dondeEstamos {
  margin: 5px 0 0 0;
}
#dondeEstamos p {
  margin: 10px 0 0 0;
  line-height: 22px;
}
#dondeEstamos p a {
  color: #659f00;
}
#dondeEstamos p a:hover {
  text-decoration: none;
}
/* contact css */
#contact_form {
    margin: 0;
    padding: 0;
}
#contact_form table {
    margin: 0;
    padding: 0;
}
#contact_form table td {
    padding: 10px 20px 0 0;
}
#contact_form table td label {
    font-family: arial, verdana, tahoma;
    font-size: 16px;
    color: #000;
    padding: 0 0 2px 10px;
    display: inline-block;
}
#contact_form table td .contact_text {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  width: 295px;
  height: 18px;
  padding: 3px;
  font-family: arial, verdana, tahoma;
  font-size: 13px;
}
#contact_form table td .contact_textArea {
  width: 290px;
  border: 1px solid black;
}
#contact_form .contact_reset {
    background: url("../img/borrar.png") no-repeat scroll left top transparent;
    border-style: none;
    float: right;
    height: 40px;
    margin: -8px 0 0;
    padding: 0;
    width: 85px;
}
#contact_form .contact_reset:hover {
    background-position: right top;
}
#contact_form .contact_send {
    background: url("../img/enviar.png") no-repeat scroll left top transparent;
    border-style: none;
    float: right;
    height: 40px;
    margin: -8px 0 0;
    padding: 0;
    width: 85px;
}
#contact_form .contact_send:hover {
    background-position: right top;
}
/* menu inferior */
#menuInferior {
  background: url(../img/menuInferior.png) no-repeat left top transparent;
  height: 63px;
  position: relative;
}
/* footer */
#footer {
  background: url(../img/footerBg.png) no-repeat center top transparent;
  height: 75px;
  margin: 15px auto 0;
}
#footer p {
  color: #295582;
  text-align: center;
  padding: 20px 0 0 0;
  line-height: 20px;
}
#footer p span {
  color:  #649e00;
}