.body {
	background-color: #808080;
}
.Titulos {
	font-family: Verdana;
	font-size: 20px;
	text-transform: uppercase;
	color: #DDDDDD;
	font-style: italic;
	font-weight: bold;
}
.SubTitulos {
	font-family: Verdana;
	font-size: 18px;
	text-transform: capitalize;
	color: #DDDDDD;
	font-style: italic;
	font-weight: bold;
}
.TituloDesc {

	font-family: Verdana;
	font-size: 14px;
	text-transform: none;
	color: #DDDDDD;
	font-style: normal;
	font-weight: bold;
}
.Descripcion {


	font-family: Verdana;
	font-size: 12px;
	text-transform: none;
	color: #2A1F00;
	font-style: normal;
	font-weight: bold;
}
.text {
	font-family: Verdana;
	font-size: 10px;
	text-transform: none;
	color: #2A1F00;
	font-style: normal;
	font-weight: normal;
	width: 350px;
	float: left;
	border: 1px solid #66ff66;
}
.lebel {
	font-family: Verdana;
	font-size: 12px;
	color: #CDCDCF;
	font-weight: bold;

}
.btn {

	font-family: Verdana;
	font-size: 10px;
	text-transform: none;
	color: #2A1F00;
	font-style: normal;
	font-weight: normal;
	width: 100px;
	float: none;
	border: 1px solid #66ff66;
}
.Area {
	font-family: Verdana;
	font-size: 10px;
	text-transform: none;
	color: #2A1F00;
	font-style: normal;
	font-weight: normal;
	width: 510px;
	float: left;
	border: 1px solid #66ff66;
	height: 100px;
}
