/* CSS Document */

.text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
}
.borderBot{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	color:#669900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.titulo{
color:#669900;
text-align:center;
}
.recuadro{
	border: 1px dashed #999999;
}