/** BANDO **/
#bando {
	margin-top: 8px;
	height: 120px;
}

/** SCROLLER **/
#marquee_replacement {
	margin-top: 8px;
}

/** CONTENER **/
/** CONTENER CENTER **/
#contener-center {
	position: relative;
	top: 0px;
	left: 210px;
	width: 720px;
	min-height: 720px;
	overflow: hidden;
	background: #fff;
	padding: 10px;
}

#contener-center table.blog {
	width: 720px;
}

#contener-center table.blog table {
	width: 720px;
}

#contener-center table.contentpaneopen {
	border: 0px;
	padding: 0px;
	width: 720px;
	border-spacing: 0px;
	margin-bottom: 15px;
}

#contener-center table.contentpaneopen td{
	border: 1px solid #e1e1e1;
	padding: 5px;
}

#contener-center table.contentpaneopen td.contentheading, div.componentheading {
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	padding-top: 5px;
	border: 0px;
	border-bottom: 1px solid #e1e1e1;
}

#contener-center div.title {
	width: 100%;
	background-color: #de7701;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	padding-top: 5px;
	margin-bottom: 15px;
}

#contener-center div.title span {
	margin-left: 5px;
}

a.pathway:link, a.pathway:visited {
	color: #fff;
	text-decoration: none;
}

a.pathway:hover {
	text-decoration: underline;
}

/** CONTENER LOGO **/
#contener-logo {
	border: 1px solid #e1e1e1;
	padding: 5px;
	width: 710px;
	text-align: center;
	margin-bottom: 15px;
}

#contener-logo img {
	border: 0px;
}

/** CONTENER FOOTER **/
#contener-footer {
	border: 1px solid #e1e1e1;
	padding: 5px;
	width: 710px;
	text-align: center;
	font-size: 10px;
}

#contener-footer a:link, #contener-footer a:visited {
	color: #000;
	text-decoration: none;
}

#contener-footer a:hover {
	color: #de7701;
}
