/*css document www.matiasmancini.com.ar copyright 2010*/
@charset "utf-8";
p{
	margin: 0;
}

label{
	color: #0d85a5;	
}

#response{
	color: #F00;
	clear: both;
	margin: -10px 0 0 0px;;
	padding-bottom:8px;
	
	display: inline-block;
	zoom: 1;
	*display: inline;
	float:left;
}

#html5form {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	width: 400px;
	float:left;
}

#html5form input, #html5form textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 0 15px 0;
	border: 2px solid #0d85a5;
	padding: 3px;
	float:left;
}
#html5form #nombre{
	
	width: 300px;
	height: 17px;
	}
	
#html5form #telefono{
	
	width: 128px;
	height: 17px;
	margin-left:10px;
	}
	
#html5form #email{
	
	width: 450px;
	height: 17px;
	
}
#html5form #mensaje{
	
	width: 450px;
	height: 87px;
	
	overflow: auto;
}

#html5form #sitioweb{
width: 450px;
	height: 17px;

}	
	
#html5form input{
	height: 25px;
}

#nombre{
width:100px;

}
#html5form textarea{
	height: 80px;
	font-family: Kalinga;
	font-size: 1em;
}
#html5form .submit{
	width: auto;
	position:absolute;
	left: 400px; 
	top: 195px;
	height: auto;
	padding: 3px 5px;
	background-color: #fff;
	color: #0d85a5;
	font-weight: bold;
   
	display: inline-block;
	zoom: 1;
	*display: inline;
	float:left;
}
#html5form .submit:hover{
	color: #fff;
	background-color: #0d85a5;
}


fieldset{
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #666666;
	padding: 10px;
	height:240px;
	width:300px;*/
	border: 0; 
}
legend{
	/*color: #0d85a5;
	font-size: 1.1em;
	font-weight: normal;
	color: #0c7895;*/
	display:none;
}

.verif { display: none; }






