@charset "utf-8";
/* CSS Document */

html {
	overflow: hidden;
}
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica;
}
#container {
	width: 6000px;
	height: 1780px;
}
a.linkmano {
	cursor:pointer;
	color:#837f40;
}
a.linkmano:hover {
	cursor:pointer;
	color:#259fed;
}

/** POSICIONADO DE PAGINA **/

.ubicando {
	position: absolute;
	width: 2000px;
	height: 890px;
}
	#graphic {
		top: 0px;
		left: 0px;
		background:url(../images/fondo01.jpg) no-repeat top left;
	}
	#website {
		top: 0px;
		left: 2000px;
		background:url(../images/fondo02.jpg) no-repeat top left;
	}
	#illustration {
		top: 0px;
		left: 4000px;
		background:url(../images/fondo03.jpg) no-repeat top left;
	}
	#home {
		top: 890px;
		left: 0px;
		background:url(../images/fondo04.jpg) no-repeat top left;
	}
	#servicies {
		top: 890px;
		left: 2000px;
		background:url(../images/fondo05.jpg) no-repeat top left;
	}
	#contact {
		top: 890px;
		left: 4000px;
		background:url(../images/fondo06.jpg) no-repeat top left;
	}
	#cont01, #cont02, #cont03, #cont04, #cont05, #cont06 {
		width:820px;
		height:607px;
	}
	

.cab { height:72px; }
.cue { height:456px; background-color:#FFF; }
.pie { height:37px; background-color:#FFF; text-align:center; }
.redes { height:42px; text-align:right; }
.margcont01 {
	padding:37px 0px 0px 41px;
	font-size:12px;
}
.margcont04 {
	padding:37px 310px 0px 41px;
	font-size:12px;
	font-family:Tahoma;
	color:#848484;
	line-height:24px;
	text-align:justify;
}
.margcont05 {
	padding:130px 260px 0px 41px;
	font-size:12px;
	font-family:Tahoma;
	color:#848484;
	line-height:24px;
	text-align:justify;
}
.margcont06 {
	padding:144px 120px 0px 64px;
	font-size:12px;
	font-family:Tahoma;
	color:#848484;
	line-height:24px;
	text-align:justify;
}
.margcont06 #contleft {
	width:170px;
	float:left;
}
.margcont06 #contright {
	width:390px;
	float:right;
}
.works {
	float:left;
	margin:0px 22px 22px 0px;
	background-color:#e6e6e6;
	width:130px;
	height:100px;
}

.txtcampo01 {
	width:313px;
	border:#ccc 1px solid;
}
.txtcampo02 {
	width:313px;
	height:75px;
	border:#ccc 1px solid;
}
.botcampo01 {
	float:right;
	width:55px;
	height:23px;
	background-color:#47c6ef;
	color:#FFF;
	text-align:center;
	border:none;
}
.botcampo01 a {
	text-decoration:none;
	color:#FFF;
	width:55px;
	height:23px;
	display:block;
}

