div.titulo {
	font: bold 25px Geneva;
	text-align: left;
	color: #c7bc55;
	letter-spacing: 3px;
}
div.twitter_div{

	text-shadow: 0px 0px;

	max-height: 50px;

	font-size: 16px;

	font-family: fantasy;

	top: 580px;

	position: absolute;

	left: 50px;

}

div.email {
	text-decoration: none;
	text-shadow: 0px 0px;
	color: #c7bc55;
	font-size: 14px;
	text-align: left;
	text-indent: 70px;
	letter-spacing: 5px;
}

div.nomdomini {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 100px;
	text-align: center;
}

div.botons {
	margin-left: 130px;
	color: #c7bc55;
	font-size: 20px;
	text-align: right;
	letter-spacing: 5px;
}
body { 
	background-color: #fffb90; 
	padding: 20px; 
	font-size: 0.85em; 
	font-family: georgia, serif;
}
.btn { 
	display: block; 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	float: left; 
	color: #fff; 
	text-decoration: none; 
	cursor: pointer; 
}
.btn * { 
	font-style: normal; 
	background-image: url(btn2.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
}
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px;  
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
}
.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}
.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}
.btn span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
.btn.blue { margin-top: 4px; background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

p { clear: both; padding-bottom: 2em; }
form { margin-top: 2em; }
form p .btn { margin-right: 1em; }
textarea { margin: 1em 0;}
a { text-decoration: none; color: #c7bc55;}
