@charset "utf-8";

* {
	margin: 0px;
	border: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
}
input {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 209px;
	height: 14px;
	font-size: 11px;
}
textarea {
	text-decoration: none;
	width: 209px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#invia {
	height: 20px;
}

.slide {
	position: relative;
	margin-bottom: 10px;
	height: 240px;
}
#iframe {
	text-decoration: none;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 500px;
	height: 325px;
	overflow: hidden;
}
#scroll {
	width: 213px;
}
.newstxt {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 14px;
}
.newstxt  a:link, .newstxt  a:visited, .newstxt  a:active {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
.newstxt   a:hover {
	color: #ff6600;
	text-decoration: underline;
}
.newstxt    span {
	font-weight: bold;
	text-transform: uppercase;
}
.tabsx {
	width: 210px;
	margin-right: 10px;
	float: left;
}
.tabcentro {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	float: left;
	width: 290px;
	line-height: 13px;
}
#download {
	text-align: right;
	width: 220px;
	position: relative;
	float: right;
	font-weight: bold;
}

