﻿/* CSS Document */


body{
margin:0;
text-align:center;
font-family:verdana, Arial, serif;
font-size:11pt;
background-color:#1b1b68;

}

#preloader{
position:absolute;
left:48%;
margin-top:200px;
width:100px;
height:100px;
text-align:center;
z-index:1
}

#wrapper
{
	width: 950px;
	height:602px;
 	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-left:#fff 0px solid;
	border-right:#fff 0px solid;
	border-top:#fff 1px solid;
	border-bottom:#fff 0px solid;
	background-image:none;
	background-position:top left;
	background-repeat:no-repeat;
}



#left{
	float:left;
	width:293px;
	height:602px;
	background-image:url('img/bck/inicio/fondoIzda.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	border-left:#fff 0px solid;
}


#Navigation{
	float:left;
	text-align:center;
	padding:191px 0px 0px 11px;
}

#content{
	float:right;
	width:657px;
	height:602px;
	background-image: url('img/bck/inicio/fondoDcha.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#productos-promo{
	width: 657px;
	height: 550px;
	text-align:center;
}



/* AÑADIDO DE COLORS.CSS PARA QUE AFECTE A TODAS LA PÁGINAS  */

#ld-avisolegal a:hover{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	color:#b0b1e7;
	text-decoration:none;
}

#ld-avisolegal a:visited{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	color:#b0b1e7;
	text-decoration:none;
}

#ld-avisolegal a{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	color:#b0b1e7;
	text-decoration:none;
}

#ld-avisolegal{
	font-size:9px;
	font-weight:bold;
	text-align:right;
	color:#b0b1e7;
	text-decoration:none;
}

#ld-avisolegal a:hover{
 	text-decoration:underline;
}

