* {
	margin: 0;
	padding: 0
}
html { height: 100% }
body {
	text-align: center;
    font-family: georgia, times, serif;
	font-size: small;
	color: #646464;
	height: 100%;
	background: #fdfcf8 url("img/fundo.jpg") repeat-x
}
img { border: 0 }

#tudo {
	width: 980px;
	margin: 0 auto
}
#logo {
	width: 330px;
	height: 50px;
	float: left;
	margin: 23px 0 50px 0;
	background: url("img/logo.png") no-repeat
}
#tecnologias {
	width: 200px;
	height: 50px;
	margin-top: 25px;
	float: right;
	background: url("img/tecnologias.png") no-repeat
}
#conteudo {
	clear: both;
	text-align: left
}
#welcome, #portfolio { float: left }
#welcome { 
	width: 505px;
	margin-right: 55px;
	text-align: right
}
h1, h2, h3, #welcome p {
	color: #0096ff;
	font-size: 4em;
	padding: 10px;
	font-style: italic;
	font-weight: normal;
}
h1, #welcome p {
	padding: 0;
	line-height: 1.35em;
	text-shadow: #fafafa 2px 1px 1px
}
h1 span { color: #ff8000 }
h2 { 
	font-size: 1.5em;
	margin: 20px 0;
	text-align: center;
	color: #808080
}
h3 { 
	font-size: 1em;
	text-indent: 25px;
	font-style: normal;
	color: #646464
}
h4 { 
	font-size: 1.2em;
	color: #aaaaff
}
#slide {
	width: 400px;
	padding: 10px;
	background: url("img/slideBg.png") repeat;
	margin: 0 auto
}
#slide li { 
	list-style: none;
	width: 400px;
	height: 310px;
	float: left
}
.foto { 
	height: 266px;
	float: left
}
.foto img { 
	width: 398px;
	border: 1px #fafafa solid
}
.site { 
	background: url("img/fotoDesc.png") repeat;
	width: 318px;
	border: 1px #f0f0f0 solid;
	font-family: Trebuchet MS, Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	height: 33px;
	padding: 5px 40px;
	text-align: center;
	float: left
}
.site a { 
	text-decoration: none;
	color: #ddddff
}
.site a:hover { color: #ffbb80 }
#rodape {
	margin: 15px 0;
	float: left;
	width: 100%;
	clear: both;
	color: #999;
	line-height: 2em;
	font-size: 0.8em
}
#rodape a { 
	color: #50a0be;
	border-bottom: 1px #55a5c3 dotted;
	text-decoration: none
}
#rodape li:hover a { 
	color: #e6783c;
	border-color: #eb7d41
}
#rodape ul { 
	margin: 0 auto;
	list-style: none
}
#rodape li {
	float: left;
	margin-right: 40px
}
#rodape #right { float: right }
#right li {
	line-height: 16px;
	vertical-align: middle;
	height: 16px;
	padding-left: 20px;
	background: 0 0 no-repeat
}
#right li#email { background-image: url("img/mail.png") }
#right li#twitter { background-image: url("img/twitter.gif") }
#right li#facebook { background-image: url("img/facebook.gif") }
#right li:hover { background-position: 0 -16px }
/**
 *  Horizontal Buttons
 */
 
.jcarousel-next-horizontal, .jcarousel-prev-horizontal {
    position: absolute;
    top: 273px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("img/next-horizontal.png") no-repeat 0 0;
}

 .jcarousel-prev-horizontal{
    right: 0;
    left: 5px;
    background: transparent url("img/prev-horizontal.png") no-repeat 0 0;
}

.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active, .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


