@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	background-image: url(imagenes/bkg.gif);
	background-repeat: repeat;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
}

.titulo_pastillas {
	font-size: 14px;
	font-weight: bold;
	color: #42700E;
}
.tablapastillas {
	padding: 5px;
}

.fondotabla {
	background-image: url(imagenes/fondotabla.jpg);
	background-repeat: repeat-x;
	background-color: #707070;
	padding-bottom: 5px;
}
.fondocabezal {
	background-image: url(imagenes_fn/cabezal_fondo.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}
.textocabezal {
	color: #FFFFFF;
	text-decoration: none;
}
a.textocabezal:hover {
	color: #FF9900;
	text-decoration: none;
}
.tablacabezal {
	margin-right: 5px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}
a.link:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #42700E;
	text-decoration: none;
	line-height: 13px;
}
.link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 13px;
}

