/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	color: #595959;
	font-size:0.7em;
}
img{
border: 0px;
}


#header{
	background: #000;
	height: 100px; 
	border-bottom:1px solid #ccc;
}

#logo{
	background: #000;
	height: 60px; 
	border-bottom:1px solid #ccc;
}

.logo_cont{
	width:764px;
	margin:auto;
}

/************** NAV **************/
#nav{
	border-bottom:1px solid #ccc;
	background: #262626;
	height: 40px;
	
}
.nav_cont{
	text-align:center;
	width:764px;
	margin:auto;
}

/********** MAIN *******************/
#supracontenedor{
	height:100%;
}

#contenedor{
	margin:auto; width:760px;
}

#izquierda{
	width:95px; float:left; padding-top:5px; height:338px;
}



#centro{
	width:550px; float:left; padding-top:5px; text-align:center;
}

	#description{
		width:495px; background:#262626; color:#FFFFFF; margin:auto; height:84px;
		background-image:url(../images/recuadro.gif);
	}
	
	#pagination a{
		font:Arial, Helvetica, sans-serif; color:#999999; font-size: 12px; text-decoration:none;
	}
	
	

#derecha{
	width:92px; float:left; padding-top:5px; height:338px;
}

#back {
position:absolute; top: 100px; color:#FFFFFF; font-weight:bold;
}
#forward {
position:absolute; top: 100px; color:#FFFFFF; font-weight:bold;
}

#back a{
 color:#FFFFFF;
}
#forward a{
 color:#FFFFFF;
}

.product_foto{
	width:100px; /*background-color:#990000; */text-align:center; margin-top:20px;
}

#footer{
	width:100%;
	background: #000;
	height: 100px; 
	border-top:1px solid  #808080;
	border-bottom:1px solid  #808080;
	text-align:center;
}

.padear{
	padding:10px;
}