html, body {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------------------- */
/* Containers -------------------------------------------- */
/* ------------------------------------------------------- */
#container {
	position: relative;
	width: 704px;
	margin: 80px auto;
	z-index: 1;
}
#containerLeft {
	float: left;
	width: 180px;
	background-color: #ffffff;
	border: 1px dotted #cccccc;
	margin-right: 20px;
}
#containerRight {
	float: left;
	width: 500px;
	background-color: #ffffff;
	border: 1px dotted #cccccc;
}
#wrapperLeft {
	padding: 8px;
}
#wrapperRight {
	padding: 8px;
}
#containerFooter {
	font-size: 9px;
	clear: both;
	width: 700px;
	height: 120px;
	text-align: center;
}
#containerCrumb {
	color: #cccccc;
	height: 15px;
	padding-left: 20px;
	background: url('../images/icon_home.png') no-repeat top left;
	margin-bottom: 8px;
}
#containerCrumb a, #containerCrumb a:link, #containerCrumb a:visited, #containerCrumb a:active {
	color: #cccccc;
	text-decoration: none;
}
#preview {
	width: 390px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	top: 0px;
	left: -150px;
	position: absolute;
	z-index: 2;
	display: none;
}
#preview .header {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #2a428c;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
}
#preview .content {
	color: #333333;
	font-size: 10px;
	padding: 2px;
	clear: both;
	height: 300px;
	overflow: auto;
}
#preview .close {
	float: right;
	text-align: right;
}
/* ------------------------------------------------------- */
/* Headers ----------------------------------------------- */
/* ------------------------------------------------------- */
a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #2a428c;
}
h2 {
	color: #2a428c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
h3 {
	color: #2a428c;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
}
form {
	margin: 0px;
}
table {
	width: 100%;
	border: 0px;
}
.table_list {
	width: 100%;
	border: 1px dotted #cccccc;
}
/* ------------------------------------------------------- */
/* Form -------------------------------------------------- */
/* ------------------------------------------------------- */
.containerForm label {
	float: left;
	width: 75px;
	text-align: right;
	margin-right: 15px;
}
.containerForm input {
	width: 140px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm select {
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .error {
	border: 1px dotted #ff3300;
}
.containerForm .ubb {
	width: auto;
}
.containerForm textarea {
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .item {
	margin-bottom: 10px;
	clear: both;
}
/* ------------------------------------------------------- */
/* Fotos ------------------------------------------------- */
/* ------------------------------------------------------- */
#containerFotos {
	clear: both;
}
#containerFotos .image {
	float: left;
	padding: 2px;
	width: 116px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
	margin: 0px 8px 8px 0px;
}
/* ------------------------------------------------------- */
/* Other ------------------------------------------------- */
/* ------------------------------------------------------- */
.img_right {
	float: right;
	margin-bottom: 8px;
}
.img_left {
	float: left;
}
.box_select {
	float: right;
	text-align: right;
}
.box_right {
	width: 180px;
	float: right;
	text-align: center;
}
.collapse {
	color: #2a428c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
.top {
	clear: both;
	float: right;
}

