

.Noticias input {
	width:300px;
	font-size: 11px;
	height:17px;
	background-color: #ccc;
	color: #586780;
	font-weight: bold;
	border: none;
	cursor: hand;
}

input:hover {
	background-color: #999;
	color: #fff;
	cursor: hand;
}



label {
	font-size: 12px;
	display:block;
	padding:10px 0 0 0;
	color:#FFCC66;
}

.Noticias input.submit {
	margin:10px 0 0 0;
	display:block;
	width: 120px;
	background-color: #ccc;
	color: #586780;
	font-weight: bold;
	border: none;
	cursor: hand;
}

.Noticias input.submit:hover {
	background-color: #999;
	color: #fff;
	cursor: hand;
}