input.cuadro_buscador {
	background:transparent url(../imagenes/search.png) no-repeat scroll 4px center;
	border:1px solid #CCCCCC;
	padding:3px 3px 3px 20px;
	color:#666666;
}
#novedades{
	float:left;
	clear:both;
	width:95%;
	border:#CCCCCC 1px solid;
}
#novedades .titulo{
	float:left;
	clear:both;
	width:auto;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:3px;
	font-weight:bold;
}
#novedades .deslizante{
	float:left;
	clear:both;
	width:100%;
	height:100px;
}
#novedades img{
	margin-left:35px;
	cursor:pointer;
}
#nombre_seccion{
	float:left;
	clear:both;
	width:700px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
}
#buscadores{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
#busca_palabras{
	float:left;
	width:auto;
}
#buscadores .titulo{
	float:left;
	clear:both;
	color:#999999;
	font-size:11px;
	font-weight:bold;
}
#buscadores .cuadro_busqueda{
	float:left;
	clear:both;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
}
#busca_cats{
	float:left;
	width:auto;
	margin-left:30px;
}
.texto_resultado{
	float:left;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:60px;
	width:700px;
}
.boton_busqueda{
	float:left;
	width:25px;
	height:20px;
	background:#41342b;
	margin-top:2px;
	color:#DDDDDD;
	font-size:11px;
	margin-left:4px;
	cursor:pointer;
}
.boton_busqueda_over{
	float:left;
	width:25px;
	height:20px;
	background:#64686c;
	margin-top:2px;
	color:#DDDDDD;
	font-size:11px;
	margin-left:4px;
	cursor:pointer;
}
.boton_busqueda p{
	margin-top:3px;
	text-align:center;
}
.boton_busqueda_over p{
	margin-top:3px;
	text-align:center;
}
#resultados{
	float:left;
	clear:both;
	width:950px;
/*	margin-left:150px;*/
	height:auto;
	margin-top:20px;
}
#resultados .linea_busquedas{
	float:left;
	clear:both;
	width:100%;
}
#resultados .bloque_foto{
	display:table;
	float:left;
	height:230px;
	position:relative;
	margin-left:10px;
	margin-top:5px;
	width:200px;
}
#resultados .bloque_foto .bottom{
	display:table-cell;
	text-align:center;
	vertical-align:bottom;
}
* html .bottom {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 200px; 
    left:0px;
}
#resultados img{
	border:#000000 1px solid;
}
#resultados .bloque_foto .pie_foto{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	clear:both;
	margin-top:5px;
	width:185px;
}
#resultados .bloque_foto .carrito{
	background:url(../imagenes/carrito.jpg) no-repeat;
	width:15px;
	height:14px;
	float:right;
	cursor:pointer;
	margin-top:5px;
	vertical-align:bottom;
	position:relative;
}
#paginador{
	width:100%;
	clear:both;
	float:left;
	margin-top:30px;
	margin-bottom:40px;
	color:#999999;
	font-size:12px;
}
#paginador #atras{
	float:left;
	cursor:pointer;
	font-weight:bold;
	margin-right:7px;
}
#paginador .pagina{
	float:left;
	width:17px;
	height:17px;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
#paginador .pagina_sel{
	float:left;
	width:17px;
	height:17px;
	background-color:#40332c;
	font-weight:bold;
	text-align:center;
}
#paginador #siguiente{
	float:left;
	cursor:pointer;
	font-weight:bold;
	margin-left:15px;
}
.img_marquee{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
}
.img_marquee_over{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.nube{
	width:150px;
	float:left;
	clear:both;
}
.nube a{
	color:#000000;
	text-decoration:none;
}
.nube a:hover{
	color:#000000;
	text-decoration:underline;
}
