

/* ////////////////////////////////////////////// */
/*                     Bars                       */
/* ////////////////////////////////////////////// */
.notice,
.notice_entrance {
	background-color: lightyellow;
	border-color: gold;
	border-width: 1px;
	border-style: solid;

	color: navy;
	font-family: Times New Roman, sans-serif;
	line-height: 1.2;
	letter-spacing: 1.0px;

	padding: 10px;
}
.notice {
	position: relative; left: 0px; 
	width: 775px;
}
.notice_entrance {
	position: relative; left: 0px; 
	width: 750px;
}

.info_table {
	position: relative; left: 20px;
}

.bar_header_entrance,
.bar_header{
	width: 800px;
	height: 20px;
	background-color: navy;
	padding-top: 2px;
	padding-bottom: 0px;

	/* font-family: Times New Roman, sans-serif; */
	text-align: right;
	font-size: 80%;
	color: white;
	letter-spacing: 0.1px;
}
.bar_header_entrance {
	width: 550px;
	height: 0px;
}
.bar_header {
	width: 800px;
	height: 20px;
}


.bar_btn_entrance,
.bar_btn{
	position: relative; left: 0px; 
	background-color: #c0c6c9;
	padding-top: 2px;
	padding-bottom: 0px;
}
.bar_btn_entrance {
	width: 780px;
	height: 20px;
}
.bar_btn {
	width: 800px;
	height: 20px;
}

a.inicio:visited,
a.inicio:hover,
a.inicio:link {
	font: bold 11px Arial, Verdana;
	color: white;
}
a.inicio:hover {
	color: gold;
}
br{
	letter-spacing: 0px;
}
