/* Boxes */

.h1 {
	color: #BABABA;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #214466;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #214466;
}

.box {
	background: #214466;
	width: 300px;
	margin: auto;
	border: 1px solid #214466;
	
}

.box h1 {
	background: #214466  no-repeat left top;
	width: 256px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 20px;
	padding-left:20px;
}

.box div.bloco {
	background: #ffffff  repeat-y right top;
	width: 298px;
	margin-left: 1px;
	padding: 5px 0 5px 0;
}


/*.box div.base {
	background: #D3C8B2 url(images/canto-id.png) no-repeat right top;;
	width: 300px;
	margin: auto;
	height: 24px;
}
*/

.box div.base {
	background: #214466  no-repeat right top;
	width: 300px;
	margin: auto;
	height: 24px;
	
}

.box div.base div{
	background: #214466  no-repeat left top;
	width: 256px;
	font-size: 16px;
	font-weight: normal;
	height: 24px;
	padding-left:20px;
}


.box div.base div p{
	background: #214466  repeat-x left top;
	width: 256px;
	font-size: 16px;
	font-weight: normal;
	height: 24px;
	text-align: center;
	font-size: small;
	margin:0;
}


