img, div { behavior: url(js/iepngfix.htc) }

a img {border: none;}

html {
		/*overflow: hidden;*/
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #000;
		width: 100%;
		height: 100%;
		background: #000 url(img/fondo.jpg);
	}
	
	.logo {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -490px;
		margin-top: -362px;		
	}
	
	.logo#left { z-index: 10; }
	.logo#right { z-index: 0; }
	
	#center {
		position: absolute;
		left: 50%;
		top:  50%;
	}
	#slider {
		position: absolute;
		width: 760px;
		height: 530px;
		left: -430px;
		top: -266px;
		overflow: hidden;
		background: #000;
		margin: 20px;
		border: 1px solid #000;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 530px;
		/*width: 500px;*/
		width: 700px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
		z-index: 1;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
		display: block;
		margin-bottom: 5px;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=60);
		opacity: 0.6;
	}
	#slider .text {
		position: absolute;
		top: 0px;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		left: 10px;
		width: 570px;
		/*border: 1px solid red;*/
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}

	.fondotitulo {
		position: absolute;
		width: 50px;
		top: 0px;
		left: 0px;
		text-align:center;
		background: #000;
		filter: alpha(opacity=30);
		opacity: 0.3;
		z-index: 200;
	}
	
	#fondotitulo1 {	height: 240px; }
	#fondotitulo2 {	height: 190px; }
	#fondotitulo3 {	height: 240px; }
	#fondotitulo4 {	height: 215px; }

	.titulo {
		position:absolute;
		width: 45px;
		padding-top: 5px;
		top 0px;
		left: 0px;
		z-index: 210;
		color: #FFFFFF;
		text-align:center;
	}
	
	.titulo h1 {
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 27px;
		line-height: 25px;
	}
	
	.contenido {
		position:absolute;
		padding: 8px;
		color: #000000;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 70%;
		font-weight:600;
		text-align: justify;
		z-index: 200;
		
		width: 400px;
		height: 390px;
		top: 25px;
		left: 190px;
		/*border: 1px solid red;*/
	}
	
	.contenido#filosofia {
	color: #FFF;
	/*font-size: 100%;*/
	}
	
	.contenido h2{
		font-size: 15px;
	}
	
	.contenido p, .contenido h2{
	background: url(img/fondoTexto.png);
	padding: 6px;
	}
	
	.contenido table {
	background: url(img/fondoTexto.png);
	}
	
	
	
	.contenido p p { background: none; }
	
	.contenido .navigation {
	 	width: 100%;
		padding: 5px;
		text-align:center;
	}
	
	.galeria {
		border: 1px solid black;
		width:241px;
		height:297px;
		margin: -5px auto 0 auto;
	}
	 
	
	
	a {
		line-height: 20px;
		color:#FFFFFF;
	}
	
	a:hover {
		font-weight:600;
	}
	
div#target {
width: 100%;
height: 100%;
background-color: #FFF;
}

#ofertas {
width: 400px;
height: 400px;
text-align:right;

position:absolute;
top: 0px;
right: 0px;
z-index: 10000;
visibility: hidden;
}

#reproductor, #footer {
position:absolute;
top:50%;
margin-top:290px;
left:50%;
margin-left: -410px;
}

#footer {
width: 470px;
margin-left: -120px;

font-family: verdana, arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
line-height: 9px;
text-align:right;
}

#footer a {
color: #F80;
line-height: 12px;
text-decoration:none;
}

#footer a:hover { font-weight:bold; text-decoration:underline;}


/* OFERTAS*/
#contenido{
height: 345px;
background: #FFFFFF;
color: #000;
font-family: verdana, arial, Helvetica, sans-serif;
padding: 10px;
}

#contenido2
{
height: 530px;
background: #FFFFFF;
}

#contenido h2 {
margin: 0;
text-align: center;
}

#contenido p {
padding: 10px;
font-size: 16px;
font-weight:bold;
}

#contenido p span {
font-size: 12px;
color: #CC6600;
}

#contenido p span#recorta {
display: none;
}

#contenido p span a{
color: #CC6600;
}

#contenido img {
margin-right: 15px;
}

