body {
	background : #000000 url(images/main_bg.jpg) no-repeat;
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	font-family: Georgia, Times New Roman, Times, serif;
}

img[align="middle"] {
	vertical-align: middle;
}

img {
	border-width: 0;
}

a:link {
	color: #aa0101;
	text-decoration: none;
}

a:visited {
	color: #630101;
	text-decoration: none;
}

a:hover {
	color: #ee0202;
	text-decoration: underline;
}

/*<group=Formularios>*/

#content input, #content select, #content textarea {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}

input[type="submit"], input[type="button"] {
	border-width: 1px;
	border-style: outset;
	padding: 3px;
	cursor: hand;
	cursor: pointer;	
}

input[type="submit"] {
	background-color: #000000;
	color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	border-top-color: #66ff66;
	border-right-color: #008040;
	border-bottom-color: #008000;
	border-left-color: #66ff66;
}

input[type="button"], input[type="reset"] {
	background-color: #b3b3b3;
	color: #666666;
	border-top-color: #b3b3b3;
	border-left-color: #b3b3b3;
	border-right-color: #666666;
	border-bottom-color: #4c4c4c;
	border-style: solid;
	border-width: 1px;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #a60101;
	color: #ffffff;
	border-color: #ff6666;
}

input[type="text"],input[type="password"], select, textarea {
	background-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	border-color: #cccccc;
}

input[type="text"]:focus,input[type="password"]:focus, select:focus, textarea:focus {
	background-color: #89c4bd;
	color: #003600;
	border-style: inset;
	border-width: 1px;
	border-color: #79afa9;
}

input.trans_input:hover {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #ff0000;
}

input.trans_input:focus {
	background: #ed3a4a;
	border: 1px solid transparent;
	color: #ffffff;
}

input.trans_input {
	color: #003600;
	background: transparent;
	text-align: left;
	border: 1px solid transparent;
}
	
/*</group>*/

#body {
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	width: 880px;
}

#info {
	float: left;
	width: 100px;
	text-align: center;
}

#content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 13px;
	width: 760px;
	background-color: #ffffff;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#menu {
	width: 780px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	overflow: hidden;
	height: 50px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#menu b {
	font-size: 13px;
	font-variant: small-caps;
	margin: 0;
	font-weight: bold;
}

#menu select {
	color: #2d322f;
	background-color: #b0c3a6;
	border-width: 1px;
	border-color: #8d9f87;
	border-style: solid;
	font-size: 11px;
	line-height: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	padding-top: 1px;
	padding-bottom: 1px;
}

#menu optgroup {
	color: #000000;
	font-size: 12px;
	line-height: 13px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-indent: 2px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

#menu optgroup option {
	color: #2d322f;
	font-size: 11px;
	line-height: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: normal;
}

#content h1 {
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	text-indent: 10px;
	padding-bottom: 0;
	color: #005657;
}

#content h2 {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbcbc;
}

#content h3 {
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
	text-indent: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#content p {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0;
	margin-top: 0;
}

#content thead th {
	text-align: left;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #b0c4b8;
	font-weight: bold;
	color: #545b54;
	border-top-color: #535c55;
	border-top-style: solid;
	border-bottom-color: #535c55;
	border-bottom-style: solid;
	font-size: 12px;
}

#footer {
	width: 760px;
	height: 100px;
	background-color: #f4f6e1;
	color: #809189;
	font-size: 11px;
	line-height: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-left: 140px;
}

.messages {
	background-color: #e6e6e6;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color: #000000;
	text-align: left;
}

.oks {
	text-align: left;
	color: #438b01;
}

.warnings {
	text-align: left;
	color: #c96500;
}

.errors {
	text-align: left;
	color: #ff0000;
}

.errata {
	color: #800000;
}

tbody.list td {
	border-bottom-width: 1px;
	border-bottom-color: #d9e1d6;
	border-bottom-style: solid;
}

tbody.list tr:hover {
	border-bottom-width: 1px;
	border-bottom-color: #b2b9af;
	border-bottom-style: solid;
	background-color: #b5dcbb;
}

.table_label {
	text-align: right;
	color: #6b7771;
}

.column_user_have {
	background-color: #e5eed6;
}
