.inputButtonLogin {
	background: transparent url(/img/button/login.gif) no-repeat top left;
	width: 182px;
	height: 42px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: 500px;
}
.inputButtonLogin:hover {
	background: transparent url(/img/button/loginOver.gif) no-repeat top left;
}
.uneteRed10 {
	width: 282px;
	height: 111px;
	background: transparent url(/img/button/uneteared10.png) no-repeat top left;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	line-height: 500px;
}
.uneteRed10:hover {
	background-image: url(/img/button/uneteared10Over.png);
}
.verVideo img:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	moz-opacity: 0.7;
}
.inputText {
	background: transparent url(/img/background/input.png) no-repeat top left;
	font-size: 0.9em;
	width: 170px;
	height: 18px;
	padding: 5px;
}
.inputEntrar {
	background: transparent url(/img/button/entrar.png) no-repeat top left;
	width: 153px;
	height: 35px;
	overflow: hidden;
	display: block;
	text-indent: 300px;
	cursor: pointer;
}
.inputEntrar:hover {
	background-image: url(/img/button/entrarOver.png);
}
.irared10 {
	background: transparent url(/img/button/irAred10.png) no-repeat top left;
	width: 252px;
	height: 52px;
	margin: 50px auto;
	line-height: 200px;
	overflow: hidden;
}
.irared10:hover {
	background-image: url(/img/button/irAred10Over.png);
}
.select {
	position: absolute;
	width: 147px;
	height: 25px;
	padding: 3px 28px 0 5px;
	color: #333;
	text-align: center;
	font: 12px/21px arial,sans-serif;
	background: url(/img/background/select.png) no-repeat;
	overflow: hidden;
}
.checkbox {
	width: 17px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url(/img/background/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
