* {
	margin:0px;
	padding:0px;
	border:0px;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
}
body {
	background-color: #008583;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
}
h1, h2, h3 {
	font-size:75px;
	color:#bfbfbf;
	text-align:right;
}
a {
	color:#333;
	text-decoration:underline;
}

a:active, a:focus{ outline: 0; }


a:hover {
	color:#666;
}
#wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 575px;
    margin-top: -287px;
    width: 950px;
    margin-left: -475px;
}
#nav {
	width:950px;
	height:75px;
	position:absolute;
	top:75px;
	right:0px;
}
#boton1, #boton2, #boton3 {
	height:76px;
	display:block;
	position:absolute;
	top:0px;
}
#logo {
	width:300px;
	height:100px;
	left:50px;
	position:absolute;
	background-image:url(logo.png);
}
#content {
	width:850px;
	height:250px;
	position:absolute;
	top:175px;
	left:50px;
}
.portfolioprev {
	position:absolute;
	width:30px;
	height:250px;
	left:0px;
	top:0px;
}
.portfolionext {
	position:absolute;
	width:30px;
	height:250px;
	right:0px;
	top:0px;
}
#carousel {
	position:absolute;
	left:30px;
	overflow:hidden;
	width:790px;
	height:260px;
	top:0px;
}
#carousel .belt {
	position: absolute;
	left:0;
	top:0;
	margin:0px;
}
#carousel .panel {
	width:240px;
	height:240px;
	float:left;
	overflow:hidden;
	padding:15px;
	background-color:none;
	background:url(/foto.png) top left no-repeat;
}
.panel-text {
	padding-top:5px;
}
.contacto {
	width:200px;
	height:100px;
	right:0px;
	position:absolute;
	background-image:url(contacto.png);
}
#footer {
	width:500px;
	height:75px;
	position:absolute;
	bottom:60px;
	right:100px;
}
#globalset{
	height:100px;
	left:50%;
	margin-left:-150px;
	margin-top:-50px;
	position:absolute;
	top:50%;
	width:300px;
	background-image:url(logo.png);
	text-align:center;
}
#globalset a {
	color:#FFF;
}
#globalset a:hover {
	color:#000;
}
