@charset "utf-8";
/* CSS Document */
body{
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
}
#container{
	float: left;
	height: 400px;
	width: 100%;
	margin-top: 50px;
	background-image: url(../images/fondoForm.png);
	background-repeat: repeat-x;
}
#left{
	float: left;
	height: 400px;
	width: 25%;
}
#left #image{
	float: left;
	height: 200px;
	width: 150px;
	margin-top: 150px;
	margin-left: 10px;
}
#left #txt{
	float: left;
	height: 200px;
	width: 120px;
	margin-top: 150px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
#center{
	float: left;
	height: 300px;
	width: 50%;
	padding-top: 100px;
}
#center input.text{
	padding: 10px;
	float: left;
	height: 20px;
	width: 400px;
	margin: 10px;
	border: 1px dashed #B4B4B4;
	font-family: "Century Gothic", sans-serif;
}
#center input.text:hover{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#center input.but{
	margin: 10px;
	padding: 10px;
	float: left;
	height: 30px;
	width: 80px;
	background-color: #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	border: 1px dotted #333;
}
#center div{
	float: left;
	width: 100%;
}
#rigth{
	float: left;
	height: 300px;
	width: 25%;
	padding-top: 100px;
}
#result{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C00;
}