/* GENERAL RULES */
body {
	margin: 0;
	color: #8B845C;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 26px 1em 3px;
	font-size: 70%;
	line-height: 1.3em;
}

.p.smallTxt {
	margin: 0 4px 1em 3px;
	font-size: 70%;
	line-height: 1.3em;
}

p.error {
	color: #FF0000;
	font-style: italic;
}

h2, h3 {
	margin: 0 26px .4em 3px;
	line-height: 1.3em;
}

h2, h4 {
	font-size: 75%;
}

h3 {
	font-size: 70%;
}

h4 {
	margin: 0 26px .4em 0;
	line-height: 1.3em;
	/*color: #8C645C;*/
}

a,a:active,a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration: none;
}

ul {
	line-height: 1.6em;
	font-size: 76%;
	list-style: square url(images/bullet.gif);
	margin: 0 14px 1.6em 16px;
}

li {
	margin-bottom: 0.1em;
}

input, select, textarea {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C5B3AD;
}

/* tables */
td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

td.contentHome {
	padding: 36px 0 36px 36px;
}

td.content {
	padding: 26px 0 6px 26px;
}

td.colLeft {
	border-right: 1px solid #3B9973;
}

td.colBotLeft {
	border-right: 1px solid #668191;
}

td.colMid {
	background: #83C5A7;
}

td.colRight {
	background: #E5DA9C;
	width: 100%;
}

td.nav {
	padding: 23px 0 48px 26px;
	background: #4E8AAE;
	border-right: 1px solid #668191;
	color: #ffffff;
}


td.nav p {
	margin: 0;
	color: #ffffff;
}

table.contact, table.principals {
	margin-left: 3px;
}

table.contact tr td {
	vertical-align: middle;
	padding: 0 4px 6px 0;
	}

table.contact tr td p, table.principals tr td p {
	margin: 0 4px 0 0;
	line-height: 1.3em;
}

table.principals tr td {
	padding: 0 8px 8px 3px;
	}

td.copyright {
	padding: 16px 0 10px 26px;
}

/* IMAGES */
img {
	border: 0;
}