@charset "utf-8";
/* CSS Document */

body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #fff;
  /*background:url(images/backgrounds/pearlestellesite.png) top center no-repeat;*/
}

body, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 14wpx;
  margin: 0;
  padding: 0;
  text-align: left;
  color:rgba(0,0,0,1.00);
}

.container {
  margin-left:  auto;
  margin-right:  auto;
  /*margin-top: 200px;*/
  max-width: 900px;
  height:auto;
  padding-right: 15px;
  padding-left: 15px;
}

.menu {
	width:730px;
	height:50px;
	margin:5px auto;
	margin-bottom: 30px;
	padding:0px 5px 0px 5px;
	background-color: #C6C6C6;
	}

.contact {
	width:600px;
	height:auto;
	margin:10px auto;
}

	
p.text_menu {
	padding:5px 25px;
	margin:10px;
	text-align: center;
	}

h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-align: left;
}

.lead {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
}

p {
  width:95%;
  height:auto;
  margin:10px auto;
  
}

a {
  color: #3282e6;
  text-decoration: none;
}
