﻿@import url(http://fonts.googleapis.com/css?family=Bad+Script|Roboto:400,300,500,700);
html,
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #677777;
	line-height: 150%;
	text-align: center;
	background: url('sfondo_costasoft.jpg') no-repeat fixed center top;
	background-size: 100% 100%;
	margin:0;
	padding:0;
}
a {
	color: #677777;
}
a:visited {
	color: #677777;
}
a:active {
	color: #677777;
}
a:hover {
	color: #677777;
}
img {
	border-width: 0px;
}
.logo{
width: 100%;
max-width:310px;
margin: 40px 0px 0px 0px;
}
.cs{
width: 100%;
max-width:256px;
}
.frase {
	padding: 10px;
	background: white;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.10);
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	color:#444444;
	margin:0;
}


