/* Estilos para elementos generales de HTML ****************************/

caption {
  background: #CCCCCC;
  border: 1px solid black;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size:20;
}

h2 {
  font-size:15;
}

input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

td {
  font-family:verdana;
  text-decoration:none;
  font-weight: none;
  color: black;
  font-size: 11;
}

th {
  color: black;
  border-bottom: 1px solid #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}

/* Estilos para elementos todavía no categorizados *********************/

.tablas {
  BORDER-BOTTOM: #999999 thin; 
  BORDER-LEFT: #999999 thin; 
  BORDER-RIGHT: #999999 thin; 
  BORDER-TOP: #999999 thin; 
  border: #CCCCCC
}

.resultado {
  background: #CCCCCC;
  border: 2px solid #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.btop {
  text-decoration:none;
  color:#CC3366;
}

.btop:hover {
  text-decoration:underline; 
  color:gray;
}

.legal {
  background: #cccccc;
  border: 1px solid #666666;
  padding: 4px;
  margin: 4px;
  text-align: justify;
}

.productos {
  font-size:10;
  color:#336699;
  font-family:verdana
}

.formulario {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px #000000 groove;
  background-color: #F5F5F5
}

.textoBuscador {
  border: 1px solid #666666;
  color: #333333; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  font-weight: bold;
  text-decoration: none
}

.texto {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000
}

.FORM {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  width : auto;
  border : 1px solid #666666;
}

.LinksOVER {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none
}

.LinksOVER:hover  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #CCCCCC;
  Width: 100%;
  color: #FFFFFF
}

.LinksOVERSpecial {
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  width:100%;
  background-color : #FF0033;
  color : white;
}

.LinksOVERSpecial:hover  {
  background-color: #CC0033;
}

.countdownText {
  font-size: 7pt;
  background-color : #AAAAAA;
  border-bottom-width : 0px;
  border-color : #aaaaaa #aaaaaa #aaaaaa #aaaaaa;
  border-left-width : 0px;
  border-right-width : 0px;
  border-top-width : 0px;
  color : white;
}

.ultima_act {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FF3333;
}

.prompt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
}

.td_altas_bajas_title {
  background: #FF3333;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

/* Estilos para logins y manejo de cuentas *****************************/
.p_login {
  color: black;
  font-weight: bold;
  text-align: right;
}

.p_cambio_login {
  color: black;
  text-align: right;
}

.pAccessDenied {
  /* Mensaje de login fallado. */
  background: #666666;
  color: #FFFFFF;
  border: 1px solid black;
  font-size: 18px;
  text-align: center;
}

.subscribePrompt {
  font-size: 10pt;
  border: 2px solid black;
  padding: 4px;
}

/* Estilos para la sección de FAQ **************************************/
.faqQuestion {  
  font-size: 10pt;
}

.faqAnswer {
  color: #330099;
  font-size: 9pt;
  margin-left: 4em;
}

.faqAnswer a {
  font-weight: bold;
}

/* Estilos para la barra de la izquierda. *************************************/
.izqSuscriptores {
  background: #666666;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}
.izqTitle {
	background: #CCCCCC;
	color: black;
	font-weight: bold;
	font-size: 8pt;
}
.izqItem {
  background: #E2E2E2;
  /* for lower items, it used to be F1F1F1 */
}
.izqItemHot {
  background: red;
}
.izqItemLink {  
  background: #E2E2E2;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  text-decoration: none;  
}
.izqItemLink:hover  {  
  /* background-color: #CCCCCC; */
  text-decoration: underline;
}
.izqItemLinkHot {
  color: white;  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  text-decoration: none;  
}
.izqItemLinkHot:hover {  
  text-decoration: underline;
}
.leftBarLink {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  color: #333333;
  font-size: 10px
}

.leftBarLink:hover { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none; 
  color: #9900FF
}

.tabla_login {
 z-index: 2;
 position: relative;
}

/* Estilos para ventanas de popup. ********************************************/
.popupTitle {
  background: #CCCCCC;
  border: 1px solid #999999;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.popupIntro {
  font-size: 10pt;
}

.popupText {
  font-size: 10pt;
}

.popupErr {  
  font-size: 10pt;
  font-weight: bold;
}

/* Estilos para resultado del comparador **************************************/
.compDrogasTitle {
  background: #CCCCCC;
  border: 1px solid #333333;
  font-size: 10pt;
  font-weight: bold;
  padding: 0px 8px;
}
.compAlternativasTitle {
  background: #CCCCCC;
  border: 1px solid #333333;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}
.compL {
  font-size: 8pt;
  vertical-align: top;
  width: 110px;
}
.compP {
  font-size: 8pt;
  vertical-align: top;
  width: 180px;
}
.compPre {
  font-size: 8pt;
  vertical-align: top;
  width: 160px;
}
.compPrc {
  font-size: 8pt;
  text-align: right;
  vertical-align: top;
  width: 70px;
}
.compT {
  font-size: 8pt;
  font-weight: bold;
  vertical-align: top;
}
.compPrcu {
  font-size: 8pt;
  width:60px;
  text-align: right;
  vertical-align: top;
}
.compPamiTd {
  color: #333366;
}
.compPamiPrecio {
  color: #333366;
  text-align: right;
}
.compPamiPac {
  color: #333366;
  text-align: right;
}
.compPamiPacPrecio {
  color: #333366;
  text-align: right;
}
.compIomaRow {
  color: #333366;
}
.compIomaTd {
  color: #333366;
}
.compIomaPrecio {
  color: #333366;
  text-align: right;
}
.compIomaAfil {
  color: #333366;
  text-align: right;
}
.compIomaAfilPrecio {
  color: #333366;
  text-align: right;
}
.compDiv {
  /* Usado para el 'teaser' principal */
  color: #333366;
  font-size: 14px;
}

/* Estilos para la tabla de estado de servicios ************************/
.kstatus_tbl {
  border: 1px solid black;
}

.kstatus_caption {
  background: #CCCCCC;
  border: 2px solid #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.kstatus_servicio {
  background: white;
  border: 2px solid #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.kstatus_status {
  background: white;
  border: 2px solid #999999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
}

/* Estilos para la ayuda en general ************************************/
.ayuda {  
  font-size: 10pt;
  text-align: left;
}

/* Estilos para la ayuda de Base de Datos ******************************/
.bdCode { 
  background: yellow; 
  font-family: Courier, Courier New; 
  border: 1px solid #666666;
  padding: 1px;
}

.bdThLeft {
  width: 30%;
}

.bdThRight {
  width: 70%;
}

.bdTablaTd {
  border: 1px solid black;
  font-weight: bold;
}

/* Estilos para los combos de la página principal **********************/
.comboText {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

/* Estilos para la sección de downloads *******************************/
.emptyDownload {
  background: #CCCCCC;
  border: 1px solid black;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
}
