body {
	margin-top: 0px;
	margin-left: 0px;
	background-color:#000000
}
.top {
	background-image: url(img/top.jpg);
	float: left;
	height: 164px;
	width: 1024px;
}
.pie {
	background-image: url(img/pie.jpg);
	float: left;
	height: 120px;
	width: 1024px;
}
.contenido {
	background-image: url(img/contenido.jpg);
	float: left;
	height: 484px;
	width: 1024px;
}
.contenedor {
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.Estilo1 {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 20px;
}
.Estilo4 {font-family: "Trebuchet MS"; color: #000000; font-size: 16px; }

input{
-moz-border-radius: 3px;
background-color: rgb(255, 255, 255);
border : 1px solid #cccccc;
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size : 14px;
padding-left : 5px;
padding-right : 5px;
}

input:focus {
-moz-border-radius: 3px;
background-color: #FF9900 ;
border:1px solid #FF3300 ;
font-family : Arial, Verdana, Helvetica, sans-serif;
font-size : 14px;
padding-left : 5px;
padding-right : 5px;
}