@charset "utf-8";
/* CSS Document */
body{
	font-family:Helvetica, Arial, sans-serif;
	/*background: repeating-linear-gradient(45deg, white, white 5px, #8b0 5px, #8b0 10px);
	/*background: -ms-repeating-linear-gradient(60deg, white, white 35px, #8b0 35px, #8b0 70px);
	background: -o-repeating-linear-gradient(60deg, white, white 35px, #8b0 35px, #8b0 70px);
	background: -moz-repeating-linear-gradient(60deg, white, white 35px, #8b0 35px, #8b0 70px);*/
/*	moz-, -ms-, -o-, -webkit-*/
background: linear-gradient(45deg, white 25%,
    #DDD 25%, #DDD 50%, 
    white 50%, white 75%, 
    #DDD 75%);
background-size:30px 30px;
}
#wrapper{
	display:block;
	position:absolute;

}
#top{
	display:block;
	width:100%;
	float:none;
	}
#bottom{
	width:100%;
	float:right;
}
#foto{
	float:left;
	
}

#contact{
	float:right;
	text-align:right;
}

#contact a{
	color:#330000;
	text-decoration:none;
}
#contact a:hover{
	color:#900;
	text-decoration:underline;
}

.social{
	float:left;
}

.social a{
	border: none;
	}
a{
border:none;
}

img{
border:none;
}

.tel{
float: right;
}