@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-image:url(images/fondoPag3.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.otroFondo{
	background-image:url(images/fondoIntro.png);
	background-repeat:repeat-x;
}
#centrar{
	width:847px;
/*	height:100%;*/
	min-height:740px;
	position:absolute;
	left:50%;
	margin-left:-424px;
	
	background-image:url(images/fondoIntroPrin.jpg);
	background-repeat:no-repeat;
	background-position:center top;
/*	top:0px;
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	background-color:#FFFFFF;
	border-bottom:solid #CCCCCC 1px;*/
}
#central{
	width:847px;
	min-height:440px;
	background-image:url(images/fondoDer.gif);
	background-repeat:repeat-y;
	background-position:right;

}
#barraIzq{
	vertical-align:top;
	width:211px;
	background-image:url(images/fondoIzq.gif);
	background-repeat:repeat-y;
	padding-left:25px;
	color:#000000;
}
#barraIzq a{
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(images/flechita.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#000000;
	margin-top:8px;
}
#barraIzq a:hover{
	color:#666666;
/*	font-style:italic;*/

}
#barraIzq2{
	background-image:url(images/barraFondo.gif);
}
#barraCen{
	width:611px;
	vertical-align:top;
	color:#666666;
	font-size:16px;
	font-weight:bold;
}
#barraCen td{
	vertical-align:top;
}
#barraCen div.lineas{
	padding:8px;
	font-size:11px;
}
#barraCen a{
	color:#CC0000;
	text-decoration:none;
}
#barraCenCont{
	width:611px;
	vertical-align:top;
	color:#666666;
	line-height:25px;
/*	text-align:justify;*/
	padding-right:20px;
}
#barraDer{
}
#busqueda{
	height:55px;
}
.destacados{
	color:#FFFFFF;
	padding:0px;
	width:186px;
	background-color:#2E2D32;
	float:left;
	margin:2px 14px 20px 0px;
}
.destacados img{
	margin-bottom:13px;
}
.title{
	font-weight:bold;
	padding:0px 10px 0px 10px;
	font-size:14px;
}
.conte{
	font-size:11px;
	padding:10px 10px 0px 10px;
}
.productos{
	color:#666666;
	padding-top:15px;
	width:275px;
	background-color:#F3F3F3;
	float:left;
	margin:2px 28px 20px 0px;
}
.productos img{
	margin-bottom:13px;
	float:left;
}
.izquierda{
	margin-left:70px;
}
#paginado{
	font-size:11px;
	color:#CC0000;
	text-align:center;
	word-spacing:10px;
}
h1{
	font-size:16px;
}
.derecha{
	float:right;
	margin-left:20px;
	
}
.gris{
	color:#666666;
}