@charset "utf-8";
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003300;
	height: inherit;
}

.boton {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #009966;
	border-color: #007952;
	width: inherit;
	white-space: nowrap;
}

.desplegable {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #00DF97;
	background-color: #002000;
	white-space: nowrap;
	display: compact;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.desplegable2 {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #002000;
	background-color: #DFFFF4;
	
}

.desplegable3 {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #002000;
	background-color: #66FF00;
	border-top-color: #00FF33;
	border-right-color: #00FF00;
	border-bottom-color: #00CC66;
	border-left-color: #00CC66;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-color: #33FF00;
	outline-color: #33CC33;
	outline-style: ridge;
	outline-width: thin;
	
}

.Estilo1 {color: #FFFFFF;
}
.Estilo2 {
	font-size: 14px;
	font-weight: bold;
	color: #009966;
}
.Estilo3 {color: #00DF97;
}
