@CHARSET "UTF-8";

/* decriar */
.oferta_box {
	margin-top: 10px;
	margin-left: 3px;
	display: block;
	float: left;
	padding: 7px 10px;
	width: 231px;
	height: 145px;
	color: #fff;
	background: url(../imagenes/recortes/fundo_oferta.gif);
}

.oferta_box h2 {
	color: #fff;
}

.oferta_box h3 {
	color: #000;
}

.oferta_box p {
	padding-top: 5px;
}

.oferta_box img {
	float: right;
	border: 4px solid white;
	margin-left: 2px;
}

.oferta_box_preco {
	color: #000;
	font-weight: bold;
}

.oferta_box_abuttom {
	color: #fff;
	padding: 3px;
	background: #6b803a;
	text-decoration: none;
}

.oferta_box_abuttom:HOVER {
	text-decoration: underline;
}

/* Area di scorrimento */
.galeria1 {
	width: 512px;
	height: 119px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	margin-top: 4px;
	clear: both;
	border-left: 2px solid #51452B;
	border-right: 2px solid #51452B;
	
}

.galeria1 img {
	height: 83px;
	width: 123px;
	margin: 0px;
	border: 0px;
	clear: both;
}

.pelicula {
	height: 100px;
	width: 123px;
	background: url(../imagenes/recortes/pelicula1.jpg) no-repeat;
	padding-top: 19px;
	padding-left: 3px;
	padding-right: 1px;
	margin: 0px;
	border: 0px;
}

#galeria2 {
	width: 513px;
	height: 100px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear: both;
}

#galeria2 img {
	height: 100px;
	margin: 0px;
	border: 0px;
	clear: both;
}

#login_box_box {
	padding: 10px;
	padding-top: 15px;
}

#login_box {
	color: #fff;
	background-color: #666D39;
	padding: 1px;
	width: 200px;
}

#login_box h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#login_box label {
	float: left;
	width: 47px;
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
}

#login_box ul li {
	padding-top: 3px;
}

#login_box_form {
	color: #666D39;
	background-color: #D9C07E;
	padding: 5px;
}

#login_box input[type=text],#login_box input[type=select],#login_box input[type=password] {

	width: 130px;	
	
}
	

#login_box input[type=text],#login_box input[type=select],#login_box input[type=textarea],#login_box input[type=password]
	{
	color: #333333;
	border: solid 1px #666D39;
	vertical-align: middle;
}

#login_box input[type=button],#login_box input[type=submit],#login_box input[type=reset], .button
	{
	padding: 0px 1px 0px 1px;
	border: solid 0px #666D39;
	background: #666D39;
	color: #fff;
}

#logotipo {

	margin-left: 10px;
	margin-top: 15px;
	width: 200px;

	text-align: center;
	
	background: #F9DF9D;
	border: 1px solid #666D39;;
}

#logotipo_t {

	font-size: 15px;
	font-family: arial;
	
	color: #666D39;
	text-align: center;
	
}

.realce {
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background-color: #666D39;
	color: #fff; 
}

#botones_detalhe{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	padding: 0px;
}
	
#botones_detalhe span{
	background: #666D39;
	padding: 3px;
	text-align:center;
	font-weight: bold;
	margin: 0px;
}

#botones_detalhe a{
	color:#ffffff;
}
#botones_detalhe li{
	display: inline;
	padding: 0px;
	margin: 1px;
	padding-right: 5px;
	
}

#indiqueBox{
	border:none;
}

#indiqueBox label{
	float:left;
	font-weight:bold;
	padding-right:2px;
	text-align:right;
	width:160px;
	color:#666D39;
}

#indiqueBox input[type="text"] {
	border:1px solid #666D39;
	color:#333333;
	vertical-align:middle;
}
#indiqueBox p{
	margin:5px;
}

.hotelesaviso h2, .hotelesaviso p, .hotelesaviso ul {

	padding-bottom: 10px;
}

.hotelesaviso ul {
	
	line-height: 1.5em;
	list-style: circle;
	list-style-type: circle;
   list-style-position: inside;	
}

.hotelesaviso li {

	padding-left: 10px;
		
}

.listaVisados {

	background: white; 
	padding: 10px;
	
}

.listaVisados dl {

	padding-top: 10px;

}

.listaVisados dl dt {

	font-weight: bold;

}