/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

#suscription {
	margin: 0;
	text-align: right;
}
#suscription img {
		margin-right: 10px;
		vertical-align: bottom;
}
#suscription input {
	width: 160px;
	font-weight: bold;

}
#frame {
	overflow: visible;
	height: 1350px;
}
#content {
	overflow: visible;
	height: 1200px;
}
#newsletter {
	position: relative;
	padding: 1px;
	width: 650px;
	border: 1px solid rgb(83, 83, 35);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: rgb(235, 235, 213);
	text-align: center;
	overflow: auto;
}

#message {
	display: none;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid black;
	background-color: rgb(235, 235, 213);
	padding: 8px;
	text-align: center;
}

