@charset "utf-8";
/* CSS Document */
html,body{
  border:0;
  margin:0;
  background-color: #fcf9f1;
  height: 100%;
}
a:link, a:visited{
  font: 9pt verdana;
  color:brown;
  text-decoration:none;
  border-bottom: 1px dotted brown;
  padding-bottom: 2px;
}
a:active, a:hover{
  color: #800000;
  border-bottom: 1px solid #800000;
}
#contenedorFaqs {
  width: 964px;
  margin: 0px auto;
  position:relative;
  min-height: 100%;
  background-color:#eee9da;
  background-image:url(images/bg_faqs.gif);
}
#contenedorGral {
  width: 964px;
  margin: 0px auto;
  position:relative;
  min-height: 100%;
  background-color:#eee9da;
  background-image:url(images/bg_interior.gif);
}
#contenedorInt {
  width: 964px;
  margin: 0px auto;
  position:relative;
  min-height: 100%;
  background-color:#eee9da;
  background-image: url(images/bg_contact.gif);
}

body #contenedor{
  height: 100%;
}
html>body #contenedor{
  height: auto;
}
.enfasis{
  color:#FF6600;
  font: bold 18pt arial;
}
.limpiar{
  clear:both;
  height: 126px;
}
#logoInt{
  position:absolute;
  margin: 20px 0 0 30px;
  width:250px;
  height:70px;
}
/* ------------ MENU -------------- */
#menusillo {
  float:right;
}
#menusillo ul {
  list-style:none;
  margin: 0;
  padding:0;
}
#menusillo li{
  height:105px;
  float: left;
}
#menusillo a:link, #menusillo a:visited{
  text-decoration:none;
  border: none;
}
#menusillo a:active, #menusillo a:hover{
  text-decoration:none;
  border: none;
}
/* ------------ imagen -------------- */
.imagen {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  padding: 3px;
  float: left;
}

/* ------------ FOOTER -------------- */
#footer {
  width: 916px;
  height: 126px;
  background-color: #7e6c5d;
  background-image:url(images/bg_footer.jpg);
  margin: 0 24px 0 24px;
  position:absolute;
  bottom: 0;
}

.infoFooter {
  font: 8pt arial;
  color: #FFFFFF;
  line-height: 16pt;
  margin-top: 10px;
  margin-left: 30px;
  float: left;
}
.infoFooter a:link, .infoFooter a:visited{
  font: 8pt arial;
  text-decoration:underline;
  border: none;
  color:#FFFFCC;
}
.infoFooter a:active, .infoFooter a:hover{
  font: 8pt arial;
  text-decoration:underline;
  border: none;
  color: #FFFFFF;
}

/* ----------- CONTENIDO ------------ */
hr{
  color:#D2B48C;
  border-color:#D2B48C;
  border-width:thin;
}
.linea{
  width:520px;
  margin: 2px 0 2px 20px;
  height:1px;
  background-color:#D2B48C;
}
.limpiarB{
  clear:both;
  height:26px;
}
#headerInt {
  width: 924px;
  padding-left: 20px;
  padding-right: 20px;
  height: 110px;
  background-color: #fcf9f1;
}
#contentFaq {
  width: 924px;
  padding: 0 20px 0 20px;
  background-image:url(images/fondo_faq.png);
  background-position:top;
  background-repeat: no-repeat;
}
#contentGral {
  width: 924px;
  padding: 0 20px 0 20px;
  background-image:url(images/fondo_int.png);
  background-position:top;
  background-repeat: no-repeat;
}

#contentInstala {
  width: 924px;
  padding: 0 20px 0 20px;
  background-image:url(images/fondo_instala.png);
  background-position:top;
  background-repeat: no-repeat;
}

#contentInt {
  width: 924px;
  padding: 0 20px 0 20px;
  background-image:url(images/fondo_contact.png);
  background-position:top;
  background-repeat: no-repeat;
}

#colDerInt {
  float:right;
  width: 550px;
  margin-right: 20px;
}
#colDerInt h1{
  margin: 28px 0 10px 0;
  font: 19pt Georgia;
  color:#a3907c;
}
#colDerInt h2{
  margin: 0 0 6px 0;
  border-bottom: 1px solid #cebca5;
  padding-bottom: 4px;
  font: bold 11pt Georgia;
  color: #59493f;
}
#colDerInt h3{
  margin: 0;
  padding-bottom: 4px;
  font: normal 16pt Georgia;
  color: #a3907c;
}
#colDerInt p{
  margin:0 0 24px 20px;
  font: 9pt Georgia;
  line-height: 17pt;
  color:#59493f;
}
#colDerInt ul{
  margin-top:0;
  margin-bottom:24px;
  font: 9pt Georgia;
  line-height: 12pt;
  color:#59493f;
}

#colDerInt li{
  margin: 0 0 10px 22px;
  list-style:none;
  list-style-image:url(images/bullet_servicios.gif);
}

#mapa{
  border:0;
  width: 350px;
  float: left;
}

#faqs{
  width: 280px;
  float: left;
  margin: 30px 0 0 30px;
  padding-right: 30px;
  line-height: 10pt;
}
#faqs h1 {
  margin:230px 0 14px 0;
  font: normal 14pt Georgia;
  color:#a3907c;
}

#faqs ul {
  margin:0;
  padding:0;
}
#faqs li{
  margin: 0 0 10px 22px;
  list-style:none;
  list-style-image:url(images/mini_flecha.gif);
}
#faqs a:link, #faqs a:visited{
  font: normal 8pt georgia;
  text-transform:uppercase;
  text-decoration: none;
  border: none;
  color:#7d695a;
}
#faqs a:active, #faqs a:hover{
  text-decoration: underline;
}

.respuesta{
  display:none;
  font: 9pt arial;
  line-height: 14pt;
  margin: 4px 0 8px 22px;
  color:#7d695a;
}

#formulario{
  width:230px;
  margin-top:38px;
  float: right;
  font: 9pt arial;
  line-height: 14pt;
  color:#59493f;
}
#aviso{
  font: normal 10pt arial;
  color: #FF0000;
}
.chirris{
  font: 8pt arial;
}
.txtInput{
  border: none;
  padding: 3px 0 3px 4px;
  font: 8pt arial;
  color:#A52A2A;
  background-image:url(images/bg_form.gif);
  background-repeat:repeat-x;
}

#flotante{
	position: absolute;
	width: 300px;
	height: 30px;
	margin-top: 20px;
	margin-left: 98px;
	padding-top: 0px;
}

#flotante h1{
  margin: 0;
  font: 19pt Georgia;
  color:#a3907c;
}
#btnCamaraHome{
  position:absolute;
  width:149px;
  height:26px;
  margin-top:185px;
  margin-left:780px;
  z-index:14;
}
#btnCamara{
  position:absolute;
  width:149px;
  height:26px;
  margin-top:102px;
  margin-left:790px;
  z-index:12;
}
#btnCamaraHome a, #btnCamara a{
  border:0;
}