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

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008a4a;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.search {
	FONT: 12px Tahoma, Verdana, sans-serif;
	WIDTH: 100px;
	HEIGHT: 15px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #990000;
	border-left-color: #993366;
	background-color: #FFF9F9;
}

.buttonwhite {
	FONT-SIZE: 9px;
	MARGIN: 0px;
	font-weight: bold;
	COLOR: #660000;
	FONT-FAMILY: Tahoma, Verdana, "Sans Serif";
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #C8BF8C;
	padding: 5px;
	height: 24px;
	border-top-color: #ECE9D8;
	border-right-color: #C8BF8C;
	border-left-color: #FFFFFF;
	border-right-style: outset;
	border-right-width: 1px;
}
