body {
	background-color: #1b1b1b;
	background-image:url('../img/bgTop.png');
	background-repeat:repeat-x;
	background-position: top;
	font-family: Georgia, Times, Arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #d5d5d5;
}

li{ margin-bottom: 10px;}

.motto {
	font-style: italic;
	font-size: 22px;
	text-align: left;
	margin-left: 10px;
	margin-top: 15px;
}


#header {
	margin:0px auto 0px auto;
	width: 1024px;
	height: 100px;
}

#logo {
	float: left;
	width: 224px;
	height: 100px;	
}

#headerMenu {
	float: right;
	width: 790px;
	height: 60px;
	text-align: right;
	font-size: 18px;
	padding-top:40px;
	padding-right:10px;	
}


#container {
	width: 1024px;
	margin:0px auto 0px auto;
}

#contTop {
	width: 1024px;
	height: 90px;
	margin:-10px auto 0px auto;
}

.contTopDev {
	background-image:url('../img/bgBoxTopDev.png');
}

.contTopAbout {
	background-image:url('../img/bgBoxTopAbout.png');
}

.contTopContact {
	background-image:url('../img/bgBoxTopContact.png');
}

.contWhite {
	width: 964px;
	background-color: white;
	background-image:url('../img/bgBox.png');
	background-repeat: no-repeat;
	background-position: bottom;
	float:left;
	padding: 30px;
	font-size: 16px;
	color: black;
	text-align: center;	
}

.contWhite a {
	color: black;
	font-style: italic;	
}

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 1024px;
	height: 400px;
	background-color: white;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 1024px;
}


#appsNavigation {
	width: 1024px;
	background-color: white;
	background-image:url('../img/bgSombra.png');
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	text-align: center;
}

#appsInfo {
	width: 624px;
	height: 12px;
	font-size: 12px;
	margin: -20px auto 30px auto;
	text-align: center;
}

.appIcon {
	padding: 15px;
	width: 60px;
	height: 60px;
	margin: 0px auto 0px auto;
	display: inline-block;
	background-image:url('../img/tabIconLow.png');
}


#social {
	float: left;
	width: 200px;
	text-align: center;
}

#latestNews {
	width: 750px;
	text-align: right;
	float: right;
	margin-right: 10px;
}

.camps{
	border: 1px solid #1b1b1b;
	padding: 3px;
	background-color: #ffffff;
	width: 400px;
	font-size: 12px;
	font-family: Georgia, Times new roman, tahoma, verdana, helvetica, arial, sans-serif;

}

.button{
	border: 1px solid #ffffff;
	background-color: #1b1b1b;
	color: #ffffff;
	font-size: 12px;
	font-family: Georgia, Times new roman, tahoma, verdana, helvetica, arial, sans-serif;
}

.black{
	font-weight: bold;
	color:#1b1b1b;
}

#smallLine {
	width: 100%;
	margin: 10px auto 0px auto;
	font-size: 10px;
	color: #1b1b1b;
	float: left;
	text-align: center;
}

#footer {
	width: 100%;
	border-top: 2px solid black;
	background-color: #666666;
	background-image:url('../img/bgDown.png');
	background-repeat:repeat-x;
	background-position: bottom;
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 40px;
	padding-bottom:5px;
	padding-top: 5px;
	float: left;
}