@charset "utf-8";
/* CSS Document */
textarea{
	width:99%;
	background-color: #E6E6E6;
	border: none;
	
}
body {
	margin:0;
	padding:0;
	font-family: Helvetica, sans-serif
}
#container {
	margin:0 auto 0 auto;
	width:1024px;
	height:675px;
	background-color:red;
}
#main {
	background-image: url(imagenes/julio-insumos_01.jpg);
	height:276px;
	background-repeat:no-repeat;
}
#bottom {
	background-image:url(imagenes/julio-insumos_02.jpg);
	height:399px;
	background-repeat:no-repeat;
}
#link {
	width:193px;
	height:51px;
	float:left;
	margin-left:80px;
	margin-top:195px;
	background-image:url(imagenes/btn1.png);
	background-repeat:no-repeat;
}
#link:hover {
	background-image:url(imagenes/btn_2.png);
}
#formulario{
	
	text-align:right;
	color: #666;
	font-weight:bold;
	padding-left:330px;
	padding-top:20px;
}
#consulta{
padding-bottom:60px;
}
input[type="text"] {
	background-color: #E6E6E6;
	border: none;
}

#boton {
	width: 106px;
	height: 27px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(imagenes/boton1.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float:right;
}
#boton:hover {
	background: transparent url(imagenes/boton2.png) no-repeat center top;
}
