@font-face {
    font-family: 'AirCutOneHundedandOne';
    src: url('aircut_onehundedandone-webfont.eot');
    src: url('aircut_onehundedandone-webfont.eot?#iefix') format('embedded-opentype'),
         url('aircut_onehundedandone-webfont.woff') format('woff'),
         url('aircut_onehundedandone-webfont.ttf') format('truetype'),
         url('aircut_onehundedandone-webfont.svg#AirCutOneHundedandOne') format('svg');
    font-weight: normal;
    font-style: normal;

}
a{
	border:none;
	text-decoration:none;
}
h1{
	font-family:'AirCutOneHundedandOne';
}
h2{
	font-size:15px;
	font-weight:bold;
	color:#000000;
}
html {
height: 100%;
}
body{
	background:url("../img/bg.jpg") no-repeat scroll center top #D5D5D5;
	position:relative;
	margin:0;
	padding:0;
	height:100%;
	Font-family:arial;
	color:#ffffff;
	font-size:12px;
}
address {
    float: left;
    text-align: center;
    width: 270px;
	position:absolute;
	left:0;
	bottom:0;
}
.L{
	float:left;
}
.R{
	float:right;
}
.barra {
    background: url("../img/bg-menu.png") repeat scroll 0 0 transparent;
    float: left;
    min-height:100%;
	height:auto;
    width: 270px;
	position:relative;
}
.logo {
    border: medium none;
    height: 92px;
    margin-left: 17px;
    margin-top: 55px;
    width: 230px;
}
.box {
    float: left;
    margin-left: 25px;
    margin-top: 30px;
    text-align: justify;
    width: 220px;
}
.box-in{
	width:220px;
	min-height:70px;
	float:left;
}
.social {
    bottom: 26px;
    float: left;
    left: 0;
    margin-top: 15px;
    padding: 0;
    position: absolute;
    width: 270px;
}
.social img{
	border:none;
}
.social li {
    float: left;
    list-style: none outside none;
    margin-left: 32px;
}
/* Portefolio */
.portfolio {
    float: right;
    margin-top: 20%;
    padding: 0;
    width: 630px;
}
.portfolio h2 {
    float: left;
    margin-right: 10px;
}
.portfolio p {
    color: #000000;
    font-size: 12px;
}
.portfolio a {
    color: #585858;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}
.portfolio li {
    background: url("../img/bg-img.png") no-repeat scroll center bottom transparent;
    height: 535px;
    list-style: none outside none;
    width: 630px;
	background-color:transparent;
}
.portfolio img {
	overflow: hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
}
.port {
    float: right;
    height: auto;
    margin-right: 10%;
    min-height: 100%;
    position: relative;
    width: 630px;
}
.next {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 10px;
}
.prev {
    bottom: 0;
    cursor: pointer;
    left: 50%;
    position: absolute;
}
