@charset "utf-8";
/*  Commons  */
/*  */

*{
	margin:0;
	padding:0;
}
a{
	outline: none;
	text-decoration: none;
	color: #83929F;
}
a:hover{
	color: #677785;
}
img{
	border: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
}
body#experimentos #sidebar li{
	font-size: 100%;
}
h1{
	position: absolute;
	top: 61px;
	left: 0;
	font-size: 1%; /* IE */
	}
h1 a{ 
	display: block;
	text-indent: -9000px;
	background: url(../image/logo.gif) no-repeat;
	width: 124px;
	height: 15px;
	cursor: pointer; /* IE */
}
h1#v2 a{
	background: url(../image/logov2.gif) no-repeat;
}

h2{
	margin: 0 0 10px 0;
}
h3{
	margin: 0 0 10px 0;
}
h4{
	font-style: italic;
	font-weight: normal;
}
ul{
	list-style: none;
}
p{
	margin-bottom: .5em;
}
p em{
	display: block;
	padding: 15px 0 0 0;
	font-style: normal;
}
form{
	width: 345px;
	border-left: 1px solid #333;
}
fieldset{
	border: 1px solid #ccc;
	padding: 0 20px;
	border: 0;
}
legend{
	display: none;
}
label{
	display: block;
	clear: both;
	margin: 10px 0 4px 0;
}
input{
	float: left;
	border: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 2px;
	width: 300px;
	font-family: Arial, sans-serif;
	font-size: 120%;
}
textarea{
	width: 300px;
	height: 100px;
	margin: 0 0 10px 0;
	padding: 2px;
	overflow: auto;
	border: 1px solid #333; 
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 120%;
}
button{
	background: #fff;
	border:0;
	float: right;
}