/* elements css */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
.contentPage{
  position: absolute;
  width: 910px;
  height: 380px;
  background: url('../images/contentBg.png') repeat left top transparent;
  border-radius: 10px;
  top: 250px;
  left: 20px;
  z-index: 1000;
}
#contentPage01 {
  background: none!important;
}
.loading {
  position: absolute;
  margin: 190px 0 0 450px;
}
/* content elements */
#content h2 {
  display: inline-block;
  margin: 0;
  padding: 15px 0 0 40px;
  background: url('../images/h1Bg.png') no-repeat left top transparent;
  font-size: 30px;
  font-weight: normal;
  color: #c09f61;
  position: relative;
  top: 20px;
  left: 20px;
}
#content h2 span {
  color: #000;
  font-size: 16px;
  position: relative;
  bottom: 3px;
}
.contentScroll {
  height: 270px;
  margin: 30px 0 0 25px;
  overflow: auto;
  width: 870px;
}
.contentScroll h3 {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 20px 2px 0;
  font-size: 18px;
  color: #c09f61;
  font-weight: normal;
  border-bottom: 1px solid #c09f61;
}
.contentScroll h4 {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  color: #8d8d8d;
  font-weight: normal;
}
.contentScroll strong {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  font-weight: 700;
}
.contentScroll p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 15px;
  color: #000;
}
.contentScroll ul, .contentScroll ol {
  margin: 0 0 20px 20px;
  padding: 0;
  font-size: 15px;
}
.contentScroll ul li, .contentScroll ol li {
  line-height: 24px;
  padding: 0 0 10px 0;
}
.justify {
  text-align: justify;
}
/* solicite su cotizacion */
#soliciteCotizacion {
  width: 300px;
  min-height: 330px;
  background: url('../images/cotzacionBg.png') repeat-x left top transparent;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0px 10px;
  -webkit-box-shadow: 5px 5px 5px 0 #363838;
  box-shadow: 5px 5px 5px 0 #363838;
}
#soliciteCotizacion h1 {
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 28px;
  color: #000;
  border-bottom: 1px solid #000;
  display: block;
  text-align: center;
}
#soliciteCotizacion label {
  font-size: 16px;
  color: #000;
}
#soliciteCotizacion .inputText {
  width: 210px;
  height: 18px;
  padding: 3px;
  margin: 0 0 3px 0;
  background-color: #fff;
  border-radius: 5px;
  border-style: none;
}
#soliciteCotizacion .textArea {
  width: 210px;
  height: 50px;
  padding: 3px;
  margin: 0 0 3px 0;
  background-color: #fff;
  border-radius: 5px;
  border-style: none;
}
#soliciteCotizacion .btnform {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  padding: 2px 8px;
  border-style: none;
  border-radius: 5px;
  float: right;
  margin: 0 10px 0 0;
}
#soliciteCotizacion .btnform:hover {
  color: #c09f61;
}
.correoEnviado {
  color: red!important;
  font-size: 13px;
}
/* close credit form */
#closeCreditform {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  position: absolute;
  right: 0;
  margin: 8px 8px 0 0;
}
.closeCreditform {
  font-size: 14px;
  color: #000;
  cursor: pointer;
  text-align: center;
  display: block;
  position: relative;
  bottom: 4px;
}
.closeCreditform:hover {
  color: red;
}
/* open credito form */
#btnCredit {
  width: 44px;
  height: 154px;
  background: url('../images/btnCredito.png') no-repeat left top transparent;
  position: absolute;
  right: -1px;
  top: 160px;
  z-index: 1000;
  display: none;
  cursor: pointer;
}
#btnCredit:hover {
  background-position: right top;
}
/* close content */
#closeContent {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  position: absolute;
  right: 0;
  margin: 10px 10px 0 0;
}
#closeContent:hover {
  border-color: red;
}
.closeContent {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  text-align: center;
  display: block;
  position: relative;
  bottom: 4px;
}
.closeContent:hover {
  color: red;
}
/* contact form */
#contact_form label {
  font-size: 16px;
  color: #000;
  position: relative;
  bottom: 3px;
}
#contact_form .inputText {
  width: 200px;
  height: 18px;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #000;
  margin: 0 0 5px 0;
}
#contact_form .textArea {
  width: 250px;
  height: 50px;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #000;
  margin: 0 0 10px 0;
}
#contact_form .btnform {
  background-color: #000;
  border-style: none;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
  float: right;
  margin: 0 10px 0 0;
}
#contact_form .btnform:hover {
  color: #c09f61;
}
.datosContacto {
  float: right;
  border-left: 1px dotted #c09f61;
  padding: 0 0 0 50px;
  margin: 0 20px 0 0;
  height: 250px;
}
.centerText {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}