.txt-menu-princip {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #BCD665;
	text-decoration: none;
}
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txt-lin-SUBmenu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt-lin-SUBmenu:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #BCD665;
	text-decoration: none;
}
.txt-lin-SUBmenu:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.pie {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.titulos {
	font-family: Tahoma;
	font-size: 12px;
	color: #9FC424;
	font-weight: bold;
}
.txt-lin-VERDE2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #4F731A;
	text-decoration: none;
}
.txt-lin-VERDE2:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.txt-lin-VERDE2:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4F731A;
	text-decoration: none;
}
.titul-home {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.txt-lin-VERDE {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #9DC421;
	text-decoration: none;
}
.txt-lin-VERDE:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.txt-lin-VERDE:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #9DC421;
	text-decoration: none;
}
.txttitul {
	font-family: Tahoma;
	font-size: 12px;
	color: #9FC424;
	font-weight: bold;
}

.button{
	padding:0px 0px 0px 0px;
	border:1px solid #999999;
	background:#cecfd6;
	background-image:url(./media/fondo_boton.gif);
	background-repeat:repeat-x;
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color:#18719c;
	cursor:pointer;
}
.button:mousedown{
	padding:2px 2px 2px 2px;
	border:1px solid #999999;
	background:#fff;
	background-image:url(./media/fondo_boton.gif);
	background-repeat:repeat-x;
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color:#18719c;
	cursor:hand;
}
