@charset "ISO-8859-1";
/* CSS Document */

/* verde 0 -> 032718 -> no se usa? */
/* verde 1 -> 003320 */
/* verde 2 -> 97be0d */
/* verde 3 -> cfdf99 */
/* verde 4 -> edf3d9 */
/* gris -> 9caab1 */

* {
	/* margin: 0px auto; */
	/* padding: 0; */
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

td, input, select, textarea {
	color: #000000;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0;
}

.boton {
	background-color: #97BE0D;
	color: #000000;
	padding: 2px;
	border: 1px solid #000000;
}

.desactivado {
	background-color: #CCCCCC;
	color: #666666;
}

#cabecera {
	margin-bottom: 2px;
}

#cabecera a {
	border: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#cabecera a:hover {
	border: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#menu {
	/* margin-bottom: 2px; */
}

html>body #menu a { /*Non IE rule*/
	width: auto;
}

#menu a.activo {
	background-color: #97be0d;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#menu a:hover.activo {
	background-color: #97be0d;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#menu a {
	background-color: #003320;
	border: none;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	width: 100%;
}

#menu a:hover {
	background-color: #ff9900;
	border: none;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#submenu {
	margin-bottom: 2px;
}

html>body #submenu a { /*Non IE rule*/
	width: auto;
}

#submenu a.activo {
	/* background-color: #edf3d9; */
	background-color: #97be0d;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#submenu a:hover.activo {
	background-color: #ff9900;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#submenu a {
	background-color: #cfdf99;
	border: none;
	color: #003320;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	width: 100%;
}

#submenu a:hover {
	background-color: #ff9900;
	border: none;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#breadcrumbs a {
	background-color: #97be0d;
	border: none;
	color: #003320;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

#breadcrumbs a:hover {
	background-color: #97be0d;
	border: none;
	color: #003320;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

#pie {
	margin-top: 2px;
}

#pie a {
	border-bottom: 1px dashed #003320;
	color: #003320;
	font-size: 11px;
	text-decoration: none;
}

#pie a:hover {
	border-bottom: 1px dashed #97be0d;
	color: #97be0d;
	font-size: 11px;
	text-decoration: none;
}

.titulo {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#laboratorio {
	font-size: 11px;
}

.producto_nombre {
	color: #032718;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
}

.producto_descripcion {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.producto_imagen {
	border: none;
}

.producto_apartado {
	color: #032718;
	font-weight: bold;
	text-transform: uppercase;
}

.producto_texto {
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 10px;
}

#producto a {
	/* border-bottom: 1px dashed #003320; */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#producto a:hover {
	border-bottom: 1px dashed #000000;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#ficha table {
	margin-top: 15px;
	margin-bottom: 15px;
}

html>body #alfabeto a { /*Non IE rule*/
	width: auto;
}

#alfabeto a.activo {
	background-color: #97be0d;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#alfabeto a:hover.activo {
	background-color: #ff9900;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

#alfabeto a {
	background-color: #cfdf99;
	border: none;
	color: #003320;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	width: 100%;
}

#alfabeto a:hover {
	background-color: #ff9900;
	border: none;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
}

html>body #componentes a { /*Non IE rule*/
	width: auto;
}

#componentes a.activo {
	background-color: #97be0d;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

#componentes a:hover.activo {
	background-color: #ff9900;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

#componentes a {
	background-color: #cfdf99;
	border: none;
	color: #003320;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	width: 100%;
}

#componentes a:hover {
	background-color: #ff9900;
	border: none;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

html>body #dietas a { /*Non IE rule*/
	width: auto;
}

#dietas a.activo {
	background-color: #97be0d;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

#dietas a:hover.activo {
	background-color: #ff9900;
	border: none;
	color: #003320;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

#dietas a {
	background-color: #cfdf99;
	border: none;
	color: #003320;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	width: 100%;
}

#dietas a:hover {
	background-color: #ff9900;
	border: none;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

#paginacion {
	font-size: 11px;
	padding: 3px;
	text-align: center;
}

/*
#paginacion {
	background-color: #003320;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}

#paginacion a {
	border-bottom: none;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#paginacion a:hover {
	border-bottom: none;
	color: #cfdf99;
	font-size: 11px;
	text-decoration: none;
}
*/

a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}

sup {
	font-size: 0.75em;
	line-height: 0.5em;
}

