body{
	margin: 0px;
	font-family: 'century gothic', Helvetica;
	background-color: white;
}
h1{
	color: #666;
	border-bottom: 1px solid #ccc;
}
#header {
	position:relative;
	width: 100%; 
	background-repeat: no-repeat; 
	background-position: right; 
	background-image:url('header_catalogo.jpg'); 
	height:70px;
	background-color: white;
}
#header #logo {
	width:140px;
	float:left;
}
#header a{
	position:absolute;
	bottom:0px;
	right:0px;
	color: white;
}
input{
	width: 80%;
}

#tabla td{
	padding: 10px;
}

input[type=submit]{
	background-color: #ff7b00;
	color: white;
	text-transform: uppercase;
	border: none;
	padding: 5px 10px;
}
input[type=submit]:hover{
	background-color: #666;
}
