* {
	padding: 0px;
	margin: 0px;
	
}

BODY {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(imgs/bg.png);
	background-position: left 174px;
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
A,
A:hover {
	text-decoration: none;
	color: #000;
}
h2 {
	font-size: .8em;
	color: #5fb3be;
}
h3 {
	font-size: .8em;
	color: #5D5D5D;
	font-weight: bold;
	margin-bottom: 5px;
}
#header{
	margin-bottom: 30px;
}
	#header #menu-top {
		height: 30px;
		background-image:url(imgs/bg-menu-top.png);
		background-repeat: repeat-x;
	}
		#menu-top UL{
			list-style-type: none;
			float: right;
			margin-right:140px !important;
			margin-right:65px;
			margin-top: 2px;
			font-size: .8em;
		}
			#menu-top UL LI{
				float: left;
				margin-right: 10px;
			}
	#header #title {
		background-image: url(imgs/bg-title.png);
		background-repeat: repeat-x;
		height: 144px;
	}
	
#footer {
	height: 50px;
	clear: both;
	background-image: url(imgs/footer-bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-top: 25px;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: -15px; /*IE7 mantenia un margen inferior*/
}
	#footer .columna {
		height: 50px;
	}
	#footer .centro { width: 60%; }
	#footer img {
		border: 0px;
		margin-right: 120px;
	}
	#footer p {
		margin: 0 auto;
		color: #0a568a;
		font-size: .8em;
		text-align: left;
		width: 700px;
	}
	#footer a,
	#footer a:hover {
		text-decoration: none;
		color: #0a568a;
	}
	
#layout{
	margin: 0 auto;
	position: relative;
	padding: 0px 0px 40px 0px;
	display: block;
	text-align: center;
	margin-left: 0px !important;
	margin-left: -7px;
	/*width: 97%;*/ /*IE6*/
	width: auto !important;
	min-width: 990px; /*Para que el buscador no se deforme etc. FF*/
	overflow: hidden;/*Por alguna razón 100% en IE7 se ensancha demasiado el #layout y crea scroll*/
	height: auto; /*Por alguna razón 100% en IE7 se ensancha demasiado el #layout y crea scroll*/
	
	
}
	* html body #layout {
		width: expression(document.documentElement.clientWidth < 1200) ? "955px" :  "100%" );
		
	}

	#layout #navigation,
	#layout #adverts {
		position: relative;
		z-index: 4;
	}
	#layout .layout-left,
	#layout .layout-right {
		width: 19px;
		height:287px;
		position: absolute;
		z-index: 3;
		bottom: 0px;
		background-repeat: no-repeat;
	}
	#layout .layout-left {
		background-image: url(imgs/layout-left.png);
		left:0px;
	}
	#layout .layout-right {
		background-image: url(imgs/layout-right.png);
		right: 0px;
	}
	#layout .layout-bottom {
		background-image: url(imgs/layout-bottom.png);
		background-repeat: repeat-x;
		width: 100% !important;
		width: 101%;
		height:26px;
		position: absolute;
		z-index: 3;
		bottom: 0px;
		left:0px;
	}
	#navigation, #content, #adverts {
		text-align: left;
	}
	#adverts {
		float: right;
		position: relative;
		right: 15px;
		top: 0px;

	}
		#adverts img {
			background-color: #FFF;
			border: 1px solid #77999a;
			padding: 2px;
			display: block;
			margin-bottom: 5px;
			
		}
	#navigation {
		width: 178px;
		/*position: absolute !important;
		left: 20px;
		top: 0px;*/
		position: static;
		float: left;
		margin-left: 20px;
		margin-right: -15px;
	}
		 .menu {
			background-color: transparent;
			font-size: .8em;
			width: 188px;
			margin-bottom: 20px;
		}
		.menu A,
		.menu A:hover {
			color: black;
			text-decoration: none;
		}
		.menu .top,
		.menu .bottom,
		#menu-promociones .top,
		#menu-promociones .bottom  {
			height: 11px;
			background-repeat: no-repeat;
			position: static;
		}
		.menu .top,
		#menu-promociones .top {
			background-image: url(imgs/menu-top.gif);
		}
		.menu .bottom,
		#menu-promociones .bottom {
			background-image: url(imgs/menu-bottom.gif);
			background-color: #FFF;
		}
		.menu H1 {
			color: #00a2b9;
			background-color: #d6f4fe;
			font-size: 1.5em;
			padding: 8px;
			margin-top: -4px;
		}
		.menu UL {
			list-style-type: none;
			background-color: #d6f4fe;
			text-align: center;
			font-size: 1em;
		}
			.menu UL LI {
				/*margin-top: -5px;*/
				padding-left: 25px;
				/*height: 10px;*/
				padding: 7px 0px 7px 25px;
				background-color: #d6f4fe;
				display: block;
				text-align: left;
			}
				
			.menu UL LI A,
			.menu UL LI A:hover{
				color: #333333;
			}
			.menu UL LI.hover A,
			.menu UL LI.hover A:hover{
				color: #b5bf04;
			}
				
			.menu UL LI.hover {
				background-image: url(imgs/menu-hover.gif);
				background-repeat: no-repeat;
				background-position: left 3px;
				color: #b5bf04;
				padding-top: 8px;
				/*height: 8px !important;*/
			}
			/** html body .menu UL LI.hover {
				height: 40px;
				padding-bottom: 8px;
				
			}*/
			
		#menu-promociones {
			background-color: transparent;
			font-size: .8em;
			width: 188px;
			margin: 14px 10px 20px 20px;
			text-align:center;
		}
			#menu-promociones UL {
				padding: 0px 30px;
				display: block;
				overflow: hidden;
				list-style-type: none;
			}
			#menu-promociones UL,
			#menu-promociones H1 {
				background: #d6f4fe none !important;
			}
				#menu-promociones UL LI{
					margin: 0px;
					padding:0px;
					display: block;
					text-align: center;
					padding: 10px 0px;
					height: auto;
				}
					#menu-promociones UL LI IMG {
						border: 0px;
						width: 120px;
						margin-top: 5px;
						margin-bottom: 8px;
						display: block;
						margin-left: 0px;
					}
						
					#menu-promociones H1.caption-promociones {
						font-size: 1.2em;
						color: #00a2b9;
						padding: 0px;
						margin: 0px;
						padding-left: 20px;
						height: auto;
						margin-top: 0px !important;
						margin-top: -5px;
					}
					#menu-promociones UL LI H2 {
						font-size: 1em;
						color: #00a2b9;
						margin-top: 0px;
						
						text-align: left;
					}
					#menu-promociones UL LI STRONG,
					#menu-promociones UL LI H3 {
						font-size: 1em;
						color: #8f9092;
						margin-bottom: 0px;
						text-align: left;
						margin-left: -8px;
					}
					#menu-promociones UL LI STRONG {
						margin: 0px;
						padding: 0px;
						display:  block; /*Para que no le afecte el text-align: center*/
					}
			
			
	#content {
		/*min-height: 500px;*/
		margin: 0px 0px 0px 0px;
		padding: 0px 10px;
		/*border-left:208px solid transparent;
		border-right:150px solid transparent;*/
		padding-left:225px;
		padding-right:160px;
		width: auto !important;
		width: auto; /*Antes en auto*/
		position: relative;
	}
	
	* html body #content {
		/*min-height: 500px;*/
		margin: 0px 0px 0px 0px;
		padding: 0px 0px;
		/*border-left: 193px solid transparent;*/
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
		width: 92%;
	}
		#content .advert {
			border: 1px solid #F5F5F5;
			background-color: #FFF;
			padding: 3px;
			margin: 0 auto;
			text-align: center;
			
		}
		#content H1 {
			background-image: url(imgs/h1-bg.png);
			background-repeat: no-repeat;
			width: auto;
			
			color: #00A2B9;
			font-size: 1.2em;
			padding-top: 20px;
			padding-bottom: 5px;
			padding-left: 5px;
			margin: 10px 0px;
			display: block;
			text-align: left;
			height: 25px;
			
			
		}
		#content .buscador {
			border: 1px solid #d6d6d6;
			position: relative;
			height: 89px;
		}
			#content .buscador .corner-left,
			#content .buscador .corner-right {
				position: absolute;
				height: 12px;
				width: 10px;
				bottom: -1px !important;
				bottom: -6px;
			}
			#content .buscador .corner-left {
				left: -1px;
				background-image: url(imgs/corner-left.png);
				background-repeat: no-repeat;
			}
			#content .buscador .corner-right {
				right: -1px !important;
				right: -2px;
				background-image: url(imgs/corner-right.png);
				background-repeat: no-repeat;
			}
		#content .buscador-bottom {
			background-image: url(imgs/bg-buscador.png);
			background-position: center top;
			background-repeat: repeat-x;
			border: 0px solid #d6d6d6;
			border-width: 0px 0px 1px 0px;
			border-bottom: 1px solid #d6d6d6;
			padding-top: 0px;
			height: 32px;
			width: 95%;
			margin: 0 auto; /*FF*/
		}
			#content .buscador-bottom .left,
			#content .buscador-bottom .right {
				height: 33px;
				width: 11px;
				margin-bottom: -1px;
				position: relative; /*Superponer*/
				
			}
			#content .buscador-bottom .left {
				background-image: url(imgs/buscador-border-left.png);
				float: left;
				margin-left: -1px;	

			}
			#content .buscador-bottom .right {
				background-image: url(imgs/buscador-border-right.png);
				background-color: #FFF;
				float: right;
				margin-right: -1px;
			}
			#content .buscador-bottom INPUT{
				float: right;
			}


			
		.box{
			border: 1px solid #d6d6d6;
			border-width: 0px 1px;
			/*min-height: 270px;*/
			position: relative;
			background-image: url(imgs/box-border-bottom.gif);
			background-position: bottom;
			background-repeat: repeat-x;
			background-color: #FFF;
			padding: 30px 25px;
			width: auto;
			display: block;
		}
			
			.box-body {
				clear: both;
				clear: none !important;
			}
			
			.box-body a,
			.box-body a:hover{
				color:#00A2B9;
				text-decoration: none;
			}
			
			.box .corner-tl,
			.box .corner-tr,
			.box .corner-bl,
			.box .corner-br,
			.box .corner-border-bottom {
				width: 12px;
				height: 24px;
				position: absolute;
				background-repeat: no-repeat;
				padding: 0px;
				margin: 0px;
			}
				.box .corner-tr,
				.box .corner-br {
					width: 100px;
					background-position: right;
				}
				.box .corner-tl {
					background-image: url(imgs/box-corner-tl.gif);
					background-repeat: repeat-x;
					left: -1px;
					top: -1px;
					width: 150%;		
				}
				* html body .box .corner-tl.promocions {
					width: 112%;
				}
				.box .corner-tr {
					background-image: url(imgs/box-corner-tr.gif);
					background-color:#FFF;
					right: -2px;
					top: -1px;
					position: absolute;
				}
				.box .corner-bl {
					background-image: url(imgs/box-corner-bl.gif);
					bottom: -1px;
					left: -1px;
					width: 100px;
				}
					
				.box .corner-br {
					background-image: url(imgs/box-corner-br.gif);
					bottom: -1px;
					right: -2px;
				}
					* html body .box .corner-bl,
					* html body .box .corner-br { /*Se sube un pelin la imagen de fondo*/
						bottom: -2px;
					}
				.box P {
					font-size: 12px;
					font-weight: normal;
					width: auto;
				}
				
			.box-azul {
				background-image: url(imgs/box-azul-bg.png);
				background-repeat: repeat-x;
				background-position: center top;
				background-color: #d3f0f8;
				position: relative;
				padding: 20px 20px 20px 25px;
				height: auto;
				margin-top: 20px; /* Le sumamos el margen para que, junto con .box, se vea las cajas alineadas*/
			}
			.box-azul .corner-tr,
			.box-azul .corner-tl,
			.box-azul .corner-br,
			.box-azul .corner-bl {
				position: absolute;
				background-repeat: no-repeat;
			}
	
				.box-azul .corner-tl {
					background-image: url(imgs/box-azul-left.png);
					left: 0px;
					top: 0px;
					width: 31px;
					height: 410px;
					margin-right: 31px;
				}
				.box-azul .corner-tl P {
					width:400px;
					margin-left:35px;
				}

				.box-azul .corner-tr {
					background-image: url(imgs/box-azul-right.png);
					right: -8px;
					top: 0px;
					width: 31px;
					height: 410px;
				}
				.box-azul .corner-bl,
				.box-azul .corner-br{					
					bottom: 0px !important;
					bottom: -1px;
					width: 14px;
					height: 15px;
				}
				.box-azul .corner-bl {
					background-image: url(imgs/box-azul-corner-bl.png);
					background-repeat: repeat-x;
					left: 0px;
				}
				.box-azul .corner-br {
					background-image: url(imgs/box-azul-corner-br.png);		
					right: 0px;
				}
			/*.box-azul {
				background-image: url(imgs/box-azul-bg.png);
				background-repeat: repeat-x;
				background-position: center top;
				background-color: #FFF;
				position: relative;
				padding: 35px;
				min-height: 415px;
			}
			.box-azul .border-left,
			.box-azul .border-right {
				width: 31px;
				height: 410px;
				position: absolute;
				background-repeat: no-repeat;
			}
			.box-azul .border-left {
				background-image: url(imgs/box-azul-left.png);
				top: 0px;
				left: 0px;
			}
			.box-azul .border-right {
				background-image: url(imgs/box-azul-right.png);
				top: 0px;
				right: -10px;
			}
			.box-azul .box-bottom {
				position: absolute;
				bottom:0px;
				width: 100%;
			}
				.box-azul .box-bottom .corner-left,
				.box-azul .box-bottom .corner-right {
					width: 25px;
					height: 24px;
				}
				.box-azul .box-bottom .corner-left {
					float: left;
					background-image: url(imgs/box-azul-br.png);
				}
				.box-azul .box-bottom .corner-left {
					float: left;
					background-image: url(imgs/box-azul-bl.png);
				}*/
			
			.box-yellow {
				background-image: url(imgs/box-yellow-bg.png);
				background-repeat: repeat-x;
				background-position: center top;
				background-color: #FFF;
				position: relative;
				padding: 35px;
				min-height: 415px;
				
				margin-top: 20px; /* Le sumamos el margen para que, junto con .box, se vea las cajas alineadas*/
			}
				.box-yellow H1 {
					background-image: none !important;
					font-size: 1.2em !important;
					color: #5D5D5D !important;
					padding:0px !important;
				}
				.box-yellow P {
					text-align: justify;
				}
				TABLE.results {
					border: 0px;
					width: 100%;
					margin-top: 10px;
				}
				TABLE.results CAPTION {
					color: #358d99;
					padding: 10px 0px;
					text-decoration: underline;
					font-size: 1em;
					width: 100%;
					text-align: left;
					font-weight: bold;
				}
				TABLE.results THEAD TH {
					color: #C1C495;
				}
				 TABLE.results THEAD TH a{
					color: #C1C495;
					text-decoration:none;
					font-size:14px;
				}
				 TABLE.results THEAD TH a:hover{
					color: #C1C495;
					text-decoration:underline;
					font-size:14px;

				}
				
				
				TABLE.results TBODY TR {}
					TABLE.results TBODY TR.hover {
						background-color: #ececd4;
					}
					
				
				TABLE.results TBODY TD {
					color: #333;
					padding: 3px 0px !important;
					padding: 0px;
					font-size: .8em;
					font-weight:normal;
				}
					.TABLE.results TBODY TD.lupa {
						background-color: #fffffd;
						text-align: right;
					}
				TABLE.results IMG {
					border: 0px;
				}
				
				.box-yellow .border-left,
				.box-yellow .border-right {
					width: 31px;
					height: 410px;
					position: absolute;
					background-repeat: no-repeat;
				}
				.box-yellow .border-left {
					background-image: url(imgs/box-yellow-border-left.png);
					top: 0px;
					left: 0px;
				}
				.box-yellow .border-right {
				background-image: url(imgs/box-yellow-border-right.png);
					top: 0px;
					right: 0px;
				}
		.wrapper-portada {
			position: relative;
			padding: 0px 20px !important;
			padding: 0px 45px;
			margin: 0px -10px;
		}
		.wrapper-promociones {
			width: auto;
			display: block;
			overflow: hidden;
			margin-right: 210px;
		}
		* html body .wrapper-promociones {
			width: auto;
			display: block;
			margin-right: 0px;
		}
		.wrapper-promociones .wrapper {
			width: 99%;
			overflow: hidden;
		}
.menu-usuario {
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
}
	.menu-usuario img {
		margin-right: 5px;
	}
A.ira {
	outline: none;
	border: 0px;
}
	.ira.dotted-arrow {
		background-image: url(imgs/dotted-arrow.png);
		background-position: right center;
		background-repeat: no-repeat;
		width: 108px;
		margin-right: 20px;
		height: 9px;
		display:block;
		border: 0px;
		clear: both;
	}
.fixed-top {
	position: absolute;
	top: 30px;
	right: 0px;
	float: none !important;
}
.outline-none {
	width: 100%;;
	overflow: hidden;
}

#img-promocio {
	margin-right: -10px !important;
	margin-right: -5px;
}

TABLE TD.promociones {
	color:#5F5F5F;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
}
	* html TABLE TD.promociones {
		padding-top: 5px;
	}
TABLE CAPTION.promociones {
	font-size: .8em;
	text-align: left;
	font-weight: bold;
	color: #5F5F5F;
	
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #5f5f5f;
}

BR.clear {
	clear: both;
}
P {
	margin: 10px 0px;
	font-size: .9em;
	color: #5F5F5F;
	width: auto;
	text-align: left;
}
	P.pequeno {
		font-size: .8em;
	}
	P.promociones {
		color:#5F5F5F;
		font-size: 12px;
		font-weight: normal;
		text-align: left;
	}
ADDRESS {
	font-size: .8em;
	color: #5F5F5F;
	margin-top: 30px;
	margin-left:30px;
}
.centro {
	margin: 0 auto;
	text-align: center;
}
.derecha {
	text-align: right ;
	float: right !important;
}
	.derecha.despejador {
		clear: both;
	}
.despejador {
	float: none;
	clear: both;
}

.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: ".";
        clear: both;
        height: 0;
 }
.clearfix {
        display: inline-block;
 }
/* start commented backslash hack \*/
* html .clearfix {
        height: 1%;
 }
.clearfix {
        display: block;
}

.tabla-comun {
	font-size: 1em;
}
	.tabla-comun caption {
		text-align: left;
		font-weight: bold;
		font-size: 1.1em;
		margin-bottom: 5px;
		color: #358D99;
	}
P.comentario {
	font-size: .8em;
	display: block;
	clear both;
	float: left;
	font-size: normal;
	margin : 0px;
}

.img-inline {
	float: left;
}
	* html body .img-inline {
		float:none;
	}
.esquerra-dades {
	margin-right:24px;
}
	
	* html body .esquerra-dades {
		margin-right:70px;	
	}
	*:first-child + html .esquerra-dades {
		margin-right:200px;
		
		padding:200px;
	}

DIV#promociones-layout {
	width: 100%;
	display: block;
	overflow: hidden;
}
		* html body DIV#promociones-layout {
			padding-right: 210px;
		}
		* html body DIV#promociones-layout.paddingless {
			padding-right: 0px;
		}

	DIV#promociones-layout .outline-none,
	DIV#promociones-layout #menu-promociones {
		float: left !important;
	}
	DIV#promociones-layout .promociones-centro {
		padding-right: 210px;
		display: block;
		overflow: hidden;
		width: auto;
	}
		DIV#promociones-layout .promociones-centro.paddingless {
			padding: 0px;
		}
	
		* html body DIV#promociones-layout .promociones-centro {
			padding-right: 400px;
			display: block;
			overflow: hidden;
		}
		
		DIV#promociones-layout .outline-none {
			/*width: 100%;*//*FF*/
			width: 100%;
			display: block;
			overflow: hidden;
		}
		DIV#promociones-layout #menu-promociones {
			margin-right: -230px;
		}

.textoresultado{
	font-size:13px;
}
.tituloresultado{
	font-size:15px;
}
.fondoresultado{
	font-size:13px;
}
	