* {
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../_img/_textura.jpg);
	background-repeat: repeat;
	background-position: left top;
}
h1 {
	text-indent: -9999px;
}
h2 {
	text-indent: -9999px;
}
p {
	padding: 10px 0px 5px 0px;
	font-size: 12px;
}
#content {
	height: 520px;
	width: 720px;
	margin-top: -260px;
	margin-left: -360px;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
}
#content .pelicula {
	position: absolute;
}
#form {
	height: 540px;
	width: 340px;
	text-align: left;
	color: #623600;
	background-color: #FFF;
	border: 1px solid #623600;
	margin: 10px;
}
.hotelname {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	background-color: #623600;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #623600;
	text-align: center;
	margin-bottom: 10px;
	padding: 7px;
}
#form .etiqueta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #975300;
	padding: 5px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 180px;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height: 75px;
	width: 300px;
}
.btn {
	background-color: #FFF;
	background-image: url(../_img/sendBtn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	width: 137px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
}
.apartado {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #623600;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #623600;
}
.separador {
	height: 10px;
	font-size: 5px;
}
#etiquetaOferta {
	height: 188px;
	width: 297px;
	position: absolute;
	left: 0px;
	top: 0px;
}