@charset "UTF-8";
.lineaTop {
	background-color: #00648C;
	height: 5px;
}

.bg_btOff {
	background-image: url(images/submenu.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00648c;
	text-decoration: none;
	text-align: left;
	/*padding-left: 5px;*/
}

.title2center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00648c;
	text-decoration: none;
	text-align: center;
	/*padding-left: 5px;*/
}

.notice {
	height: 60px;
	background: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #00648C;
	padding: 6px 6px 0 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #00648C;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}


