/* CSS Document */


p {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	clear:both;
}


img {
	border: 0;
}

table.contacts
{ width: 800px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }


td.contact {
	background-color: #fafafa;
	border-bottom-color: #6699CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-color: #6699cc;
	border-right-style: dotted;
	border-right-width: 1px;
	color: #404040;
	font-family: Verdana, sans-serif, Arial;
	font-size: .7em;
	font-weight: normal;
	max-width: 200px;
	min-width: 20px;
	padding: 2px;
	text-align: left;
	width: auto;
}

#logo{
	border: 0;
	width: 79;
	height: 79;
}

#include-nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#include-nav-menu li {
	float: left;
	margin: 0 0.15em;
}

#include-nav-menu li a {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 20em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

#include-nav-menu {
	width: auto
}

#messageblue{
	width: 500;
	left: 50;
	background-color: #dcdce9;
	
}

#titulo {
	font-weight: bold;
	font-size: 16px;
}


/* Image Gallery CSS */
div.img {
	margin: 2px;
	border: 1px #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align; center;
}

div.img img{
	display: inline;
	margin: 3px;
	border: 1px solid #ffffff;
}

div.img a:hover img{border: 1px #0000ff;}

div.desc {
	text-align: center;
	font-weight: normal;
	width: 120 px;
	margin: 20 px;
}



