/* -- ELEMENT STYLES -- */ /* -- FORM BOX STYLES -- */
table.frame_container {
	width: 100%;
	height: 100%;
}

table.frame_container a {
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	color: #951b1a;
	font-size: 75%;
	text-decoration: none;
}

td.container {
	
	background: url(../../images/common/line_body.jpg) repeat-y center;
	padding: 0px;
	
	height: 380px;
	vertical-align: top;
	
	width: 895px;
	
}

td.frame_path_activity {
	background-color: inherit;
	padding: 1px 0px 1px 6px;
	vertical-align: middle;
}

td.path_activity_visited {
	text-align: left;
	padding: 0 10px 10px 0px;
	margin: 0px;
	color: #7598c2;
	font-size: 0.7em;
	font-weight: bold;
	vertical-align: top;
}



table.modulos {
	height: 430px;
	width: 1000px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	/*	 url(../../images/modulos/bg_modulos3.jpg) no-repeat center;*/
}
table.modulos_box {
	height: 54px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff url(../../images/modulos/bg_bar.jpg) repeat-x top;
}

td.img-mod {
	padding-right: 0px;
	padding-top: 0px;
	vertical-align: top;
}
a {
	text-decoration: none;
}

td.img-mod a:hover {
	cursor: pointer;
}


