@charset "utf-8";
/* CSS Document */

html, body {
	background:url(img/bg.jpg) left bottom no-repeat;
	margin:0;
	padding:0px;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#main {
	height:100%;
	 min-height:100%;
	}
#logo {
	width:250px;
	height:160px;
	float:left;
	margin-top:30px;
	}
	
#logo a {
	display:block;
	background:url(img/logo-link.png) top;
	width:250px;
	height:160px;
}

#logo a:hover {
	background:url(img/logo-link.png) bottom;
}

#content {
	float:left;
	width:auto;
	height:auto;
	border-left:solid 1px #CCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
.titulo {
	display:block;
	font-size:26px;
	color:#603783;
	font-weight:bold;
	margin-bottom:10px;
	}
.txt-1 {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#603783;
	margin-top:12px;
	}
	
.txt-2 {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin:10px 0;
	}
	
.txt-2 a {
		text-decoration:none;
		color:#000;
	}
.txt-2 a:hover {
		text-decoration:underline;
		color:#000;
	}
	
.txt-3 {
	display:block;
	font-size:12px;
	color:#000;
	}
.txt-4 {
	display:block;
	font-size:11px;
	font-weight:bold;
	}
	

.txt-4 a {
	text-decoration:none;
	color:#603783;
	margin:10px 0;
}

.txt-4 a:hover {
	text-decoration:underline;
}
	
#div-space {margin-bottom:14px; margin-top:14px;}