* { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin-top:20px;
}
#wrapper_home { 
 margin: 0 auto; 
 width: 955px; 
 height: 600px;
 padding:0;
}
#wrapper { 
 margin: 0 auto; 
 width: 955px; 
 height: 600px;
 background-image:url(../imgs/interior_bkgr.jpg);
 background-repeat:no-repeat;
 padding-top:6px;
 padding-left:27px;
}

#menu {
 width: 153px; 
 float:left;
 margin-top:30px;
 margin-left:0;
}
#menu img{
 
 border:0;
}
#menu p{
 padding-bottom:6px;
  padding-top:6px;
  padding-left:20px;
}
#menuselectedmarca {
padding-left:0px;
padding-right:10px;
padding-top:10px;
float:left;
}
#menuselected {
float:left;
width:130px;
border-bottom:solid 1px;
border-bottom-color:#FFFFFF;
border-top:solid 1px;
border-top-color:#FFFFFF;

}
#menuselected p{
  padding-left:0px;
}
#content { 
 width: 672px; 
 height: 520px;
 float:left;
 padding-top:32px;
 padding-left:35px;
 margin-left:45px;
}
#thumb { 
 width: 105px; 
 height: 105px;
 background-image:url(../imgs/thumb_bkgr.gif);
 background-repeat:no-repeat;
 float:left;
 margin-right:29px;
 margin-bottom:22px;
}
#thumb-txt {
width:56px;
float:left;
}
#thumb-bts {
float:right;
}
#thumb-bts2 {
float:right;
}
#zoom-foto {}
#zoom-cerrar { float:right;}
#zoom-footer { background-color:#961b76; height:18px; clear:both;}
#zoom-descargar {float:right;}

#thumb-bts a:hover {
	position: relative;
}

#thumb-bts a span {
	display: none;
}

#thumb-bts a:hover span {
	display: block;
   	position: absolute; top: -32px; left: 0;
	margin-left:-16px;
	width:63px; height:30px;
	background-image:url(../imgs/descargar_o.gif);
}
#thumb-bts2 a:hover {
	position: relative;
}

#thumb-bts2 a span {
	display: none;
}

#thumb-bts2 a:hover span {
	display: block;
   	position: absolute; top: -32px; left: 0;
	margin-left:-10px;
	width:48px; height:30px;
	background-image:url(../imgs/ampliar_o.gif);
}

#paginador{
 clear:both;
 width:200px;
 margin-left:455px;
}
