/* CSS Document */

.menu{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#000000;
	background-image:url('imges/off.gif');
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 10px;
	text-decoration:none;
}
.menu:hover{
	color:#034A03;
	background-image:url('imges/on.gif');
}
.txt{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#000000;
}
.tit{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#339967;
	font-weight: bold;
}
.20{
	padding-left:25px;
	}
.enlaces{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#034A03;
	text-decoration:none;
	font-weight:bold;
}
.enlaces:hover{
	color:#034A03;
	text-decoration:underline;
}
input { 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	weight: 9px; 
	color: #000000;
	background-color: #B9B9B9; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.inputbtn { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	weight: bold; 
	color: #000000;
	background-color: #29905E;
	border: #000000;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
select {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	weight: 9px; 
	color: #000000;
	background-color: #B9B9B9; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
textarea {
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	weight: 9px; 
	color: #000000;
	background-color: #B9B9B9; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.ft{
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}
