/* CSS Document */

.Corpo {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Imgs/Bg.jpg);
	background-repeat: repeat-x;
}.TextoTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.TextoCorpo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.linque {
	color:#000;
	padding:2px;
	text-decoration:underline;
	width: auto;
	text-transform: lowercase;
	border: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
a.linque:hover {
	color:#000;
	padding:2px;
	background-color:#ccc;
	width: auto;
	text-transform: lowercase;
	text-decoration:none;
	border: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;	
}
a.linque:active {
	color:#000;
	padding:2px;
	background-color:#ccc;
	width: auto;
	text-transform: lowercase;
	text-decoration:none;
	border: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;	
}
.Menu {
	border: 1px solid #000000;
	padding: 2px;
	margin: 5px;
}
.Rodape {
	background-color: #fff;
	border: 1px solid #000000;
	padding: 2px;
	margin: 5px;
}
a.Menu {
	color:#000;
	padding:2px;
	text-decoration:none;
	width: auto;
	text-transform: uppercase;
	border: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.Menu:hover {
	color:#000;
	padding:2px;
	width: 100%;
	text-transform: uppercase;
	
	border: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
}
a.Menu:active {
	color:#000;
	padding:2px;
		width: 100%;
	text-transform: uppercase;
	
	border: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
.TituloLaranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DD6C1C;
	letter-spacing: -1px;
}
.BordaSeparacao {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width:350px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.CorpoInterno {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
