body {
	background: #001739 url('../images/bodyBG.png') top center repeat-x;
	color: #1D71AF;
	font-family: georgia, verdana, helvetica;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#adh { position: absolute; top:-300px; }

#mainContener {
	width: 1200px;
	margin: 0px auto;
	text-align: justify;
	padding: 0px 0px 20px 0px;
}



#headerTable {
	width: 1200px;
	margin: 0px;
	padding: 0px;
}

#headerTable .logo {
	width: 562px;
	height: 191px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

#headerTable .links {
	width: 562px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: bottom;
}

#headerTable .links img {
	margin: 0px 15px 0px 0px;
}

#headerTable td.menu {
	color: #0F558C;
	width: 638px;
	height: 241px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	background: url('../images/menuBG.png') bottom left no-repeat;
}

#headerTable td.menu table.menu {
	width: 607px;
	height: 208px;
	margin: 32px 0px 0px 0px;
}

#headerTable td.menu table.menu td {
	text-align: left;
	vertical-align: top;
}


#headerTable td.menu ul {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	font-size: 24px;
	line-height: 1.5em;
	list-style: url('../images/menu_li.png');
	list-style-position: inside;
}

#headerTable td.menu ul li {
	display: block;
	float: left;
	width: 295px;
}

#headerTable td.menu ul li a {
	color: inherit;
	text-decoration: none;
}

#headerTable td.menu ul li a:hover {
	color: #3A80B5;
	text-decoration: underline;
}



h2.photoList {
	margin: 20px 0px 5px 0px;
	font-size: 24px;
	color: #063967;
}

ul.photoList {
	margin: 0px;
	padding: 0px;
	width: 1200px;
	list-style: 0px;
}

ul.photoList li {
	display: block;
	float: left;
	width: 300px;
	height: 300px;
}



div.panorama {
	text-align: center;
	margin: 20px 0px 0px 0px;
}


div.white_error {
	margin: 50px;
	text-align: center;
	background-color: #fff;
	padding: 30px;
}



a img { border: 0px; }

img.odautora { margin:20px 0 0 0;border:1px solid #0F558C; }

.txtC		{ text-align: center; }
.txtR		{ text-align: right; }
.txtL		{ text-align: left; }
.txtJ 		{ text-align: justify; }
.bold       { font-weight: bold; }

.floatLeft	{ float: left; }
.floatRight	{ float: right; }
.clear		{ clear: both; }

.hidden		{ display: none; }
.indent50   { text-indent: 50px; }
.outline0   { outline: none; }
.light      { color: #3A80B5 !important; }


.corners5 {
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; 
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	border-radius: 5px; 
}

.corners10 {
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; 
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; 
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	border-radius: 10px; 
}

.corners15 {
	-moz-border-radius-topleft: 15px; -webkit-border-top-left-radius: 15px; 
	-moz-border-radius-topright: 15px; -webkit-border-top-right-radius: 15px; 
	-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px; 
	-moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px;
	border-radius: 15px; 
}

