
body{
	background:#FFFFFF;
}

.bodyPromocion{
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:0xp;
	background-image:url(../imagenes/fondoPromociones.jpg);
}
.contenedorPrincipal{
	width:100%;
	background-color:#FFFFFF;
}

.seccionHomeRestaurante{
	width:100%;
	height:260px;
	background-color:#FFFFFF;
}

.enlaceRestaurante{
	margin-top:70px;
	margin-left:30px;
	width:600px;
	clear:left;
	float:left;
}

.imagenHomeRestaurante{
	margin-top:70px;
	width:130px;
	float:left;
}

.seccionHomeSeparacion{
	width:800px;
	height:87px;
	background-color:#FFFFFF;
	background-image:url(../imagenes/separacion.gif);
	clear:left;
	float:left;
}

.promociones{
	width:200px;
	height:87px;
	float:none;
	cursor:pointer;
}

.seccionHomeHotel{
	width:100%;
	height:260px;
	background-color:#000000;
	clear:left;
	float:left;
}

.imagenHomeHotel{
	margin-top:20px;
	margin-left:40px;
	widoth:200px;
	height:130px;
	clear:left;
	float:left;
}

.enlaceHotel{
	margin-top:40px;
	width:600px;
	float:left;
}

.cabeceraPromocion{
	width:400px;
	height:100px;
	clear:left;
	float:left;
}

.contenedorPromocion{
	position:relative;
	height:300px;

}

.tituloPromocion{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
	width:395px;
	height:30px;
	clear:left;
	float:left;
}

.detallePromocion{
	width:395px;
	height:240px;
	z-index:1;
	clear:left;
	overflow:auto
}

.textoPromocion{
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:12px;
	text-align:justify;
	clear:left;
	float:left;
	margin-left:2px;
	margin-right:2px;
	width:340px;
}

.paginacionPromocion{
	font-family:"Trebuchet MS";
	color:#000033;
	font-size:14px;
	text-align:center;
	clear:left;
	float:left;
	margin-left:3px;
	margin-right:3px;
	width:390px;
}

A.paginadorPromociones{
	color:#FFCC00;
	font-weight:bold;	
	font-size:12px;
	cursor:pointer;
	text-decoration:none;	
}
		A.paginadorPromociones:link{
			color:#FFCC00;
			font-weight:bold;	
			font-size:12px;
			cursor:pointer;
			text-decoration:none;
		}
		
		A.paginadorPromociones:visited{
			color:#FFCC00;
			font-weight:bold;
			font-size:12px;	
			cursor:pointer;
			text-decoration:none;
		}
		A.paginadorPromociones:hover{
			color:#CC6600;
			font-weight:bold;	
			font-size:12px;
			cursor:pointer;
			text-decoration:none;
		}
		A.paginadorPromociones:active{
			color:#FFCC00;
			font-weight:bold;	
			cursor:pointer;
			text-decoration:none;
		}
		
.piePromocion{
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#999999;
	font-weight:bold;
	text-align:center;
	width:390px;
	clear:left;
	float:left;
}

BUTTON {
	font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
	font-size:x-small;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:capitalize;
	background-color:#663300;
	border-width:2px;
	border-color:#660000;
	border-style:groove;
	cursor:pointer;
	display:block;
}
