@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:80%;
	color:#333;
	background:#83C6ED;
	background:url(../_aux_images/bg.png)  repeat-x top left #83C6ED;
	
}
#Container
{
	width:970px;
	margin:auto auto auto auto;
	
}
#Top
{
	background:url(../_aux_images/background-top.png) no-repeat;
	height:47px;
	padding: 0px 30px 0px 0px;
	text-align:right;

}
#Center
{
	background:url(../_aux_images/background-center.png);
	padding:0px 10px 25px 10px;
}
#Bottom
{
	height:70px;
	background:url(../_aux_images/background-bottom.png) no-repeat;
	text-align:center;
	
}
.Tfn
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #332479;
}
.Foot 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	color:#FFF;
}
.Foot a{ text-decoration:none;color:#FFF;}
.Foot a:hover{ text-decoration:underline;}

#Menu
{
	height:45px;
	background:url(../_aux_images/bg-menu.png);
	color:#FFF;
	font-size:110%;
}
#Menu ul {padding:0px; margin:0px;}
#Menu li {
	list-style-type:none; 
	text-align:center; 
	background: url(../_aux_images/sep_menu.png) no-repeat right center; 
	float:left;
	height:45px;
	line-height:45px;
	padding:0px 39px 0px 39px;}
	
#Menu a {color:#FFF; text-decoration:none;}
#Menu a:hover {text-decoration:underline;}
	
#ContentHeader
{
	height:325px;
	background:url(../_aux_images/bg-header.png) no-repeat;
	overflow: hidden;
	padding: 0px 0px 0px 25px;
	
}
#Content
{
	padding:0px 25px 0px 25px;
	
}
#Gallery
{
	width:245px;
	float:left;
	border-right:1px dotted #00CCFF;
}
#Text
{
	float:right;
	width: 635px;
	
}
.Titulo
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 150%;
	color: #332479;
}
.Subtitulo
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #60BAC5;
}
#Logo
{
	width:245px;
	float:left;
	padding: 30px 0px 0px 0px;
	text-align:center;
	
}
#Header
{
	float:right;
	background:url(../_aux_images/bg_header.png) no-repeat;
	width: 649px;
	height: 274px;
	padding: 10px 0px 0px 11px;
	margin-top: 32px;
	
}
#pwb
{
	text-align:center; margin:auto; color:#666; margin-top:5px;
}
