@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #3e3e3c;
	background-image: url(images/background_home.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #3e3e3c;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3e3e3c;
}
a:hover {
	text-decoration: underline;
	color: #3e3e3c;
}
a:active {
	text-decoration: none;
	color: #3e3e3c;
}
.box {
	width: 482px;
	height: 143px;
	border: 4px solid #5b5b5b;
}
.box_letter {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3e3e3c;
}
.box_l_search {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
	color: #3e3e3c;
}
.box_l_list {
	font-family: Tahoma;
	font-size: 11px;
	color: #3e3e3c;
}
.box_search {
	width: 349px;
	height: 36px;
	border: 1px solid #5b5b5b;
}
.box_list {
	width: 199px;
	height: 19px;
	border: 1px solid #5b5b5b;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.box_welcome {
	width: 309px;
	height: 34px;
	border: 1px solid #cdcdcd;
	background-color: #EEEEEE;
}
.table_home {
	border: 1px solid #aab6c2;
}
.table_coldir {
	border: 1px solid #aab6c2;
	background-color: #efefef;
}
.border_banner {
	border: 1px solid #161616;
}
.form_campo {
	background-color:#FBFBFB; 
	border:solid 1px #333333;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
}