/* CVS $Id: faq.css,v 1.6 2006/06/12 17:11:33 enrique Exp $ */

/* DIV DE TEMAS GENERALES */
#contenedorTemasPfrecuentes {
  float:left;
  width: 44%;
  border-right: 1px solid #c0c0c0;
}
#contenedorTemasPfrecuentesColecciones {
  float:left;
  width: 45%;
  padding-left: 15px;
  margin-bottom: 40px;
}
#cuerpo-interno #tituloColeccion {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  width: 95%;
  clear:both;
}
#cuerpo-interno .filete {
  margin-bottom:11px;
}
#cuerpo #preguntas {
  float: left;
  padding: 3px;
  width: 95%;
}
#cuerpo .pregunta {
  font-weight: bold;
  margin-bottom: -5px;
  margin-top: 8px;
}
#cuerpo .respuesta {
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: -2px;
}
#cuerpo-interno select {
  margin-top: 3px;
}
#cuerpo-interno #selecc {
  margin-top: 3px;
}

/* Contenedores de temas de pfrecuentes */
#temasPfrecuentes, #temasPfrecuentesColecciones { 
  border-left:1px solid #C0C0C0;
 }
#temasPfrecuentes div, #temasPfrecuentesColecciones div { 
  width:200px;
  position:relative;
}
#temasPfrecuentes .even, #temasPfrecuentesColecciones .even { 
  background-color:#F1F0ED;
}
#temasPfrecuentes div.item a,
#temasPfrecuentesColecciones div.item a { 
  background-image:url('/images/www/flechagris.gif');
  background-repeat:no-repeat;
  background-position:2px 50%;
  margin:0px 0px 2px 8px;
  padding-left:7px;
 }
/* EL INDICADOR DE CARGA AJAX */
#temasPfrecuentes div.item .indicador,
#temasPfrecuentesColecciones div.item .indicador { 
  position:absolute;
  left: 0px;
  top:0px;
  z-Index:2;
 }

/* LOS COLORES PARA LAS FILAS DE LOS TEMAS FRECUENTES */
#cuerpo .blanco
{ 
  background-color: #FFFFFF ;
}
#cuerpo .gris
{ 
  background-color: #F1F0ED ;
}

#subtituloPfrecuentes {
  font-size: 18px; 
  margin: 5px 0px 5px 0px; 
  font-family:arial,helvetica,verdana,sans-serif;
  letter-spacing: -1px;
}

