@charset "utf-8";
/* CSS Document */

.titulo
{
	font-size:12px;
	font-weight:bolder;
	color: #88674b;
}

td
{
	color: #88674b;
}

select
{
	background-color: #dfdfc0;
	font-weight:bold;
	color: #88674b;
}

textarea
{
	background-color: #dfdfc0;
	color: #88674b;
}

input[type=text]
{
	background-color: #dfdfc0;
    color: #88674b;
	font-weight:bold;
    padding-left: 10px;
    text-decoration: none;
}

input[type=reset]
{
	background-color: #69644f;
    color: #fff;
	text-align:center;
	font-weight:bold;
    text-decoration: none;
}

input[type=submit]
{
	background-color: #808547;
    color: #fff;
	text-align:center;
	font-weight:bold;
    text-decoration: none;
}
