/* CSS Document */
#container {
	background-image: url(../_images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

#clubbaggio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #454545;
	background-image: url(../_images/club.jpg);
	background-repeat: no-repeat;
	border: none;
	margin: 0;
	float: right;
	height: 117px;
	width: 99px;
	padding-top: 5px;
	padding-right: 15px !important;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 15px !important;
	padding-left: 13px;
}

#clubbaggio h3 {
	font-family: Impact;
	font-size: 14px;
	color: #7D7D7D;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0;
	margin-bottom: 7px;
}

#clubbaggio input.texto {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100%;
}

#clubbaggio input.submit {
	background : url(../_images/bt_ingresar.gif) left top no-repeat;
	background-image: url(../_images/bt_ingresar.gif);
	margin-top: 3px;
	width: 74px;
}