
#texto_seccion{
	float:left;
	clear:both;
	width:95%;
	height:auto;
	font-size:28px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
#texto_seccion .seccion{
	float:left;
	width:auto;
}
#texto_seccion .subseccion{
	float:right;
}
#texto_seccion .barra_verde{
	float:left;
	clear:both;
	width:100%;
	background:url(../imagenes/barra-verde.jpg) no-repeat 0px -15px;
/*	height:12px;*/
}
#pagina{
	float:left;
	clear:both;
	width:95%;
	margin-top:40px;
}
#pagina .carro{
	width:100%;
	float:left;
	clear:both;
}
#pagina .carro .col{
	width:auto;
	float:left;
}
#pagina .carro .col_der{
	width:auto;
	float:right;
}
#pagina .resumen{
	width:100%;
	float:left;
	clear:both;
}
#menu{
	float:left;
	clear:both;
	width:180px;
/*	border:#FF00FF 1px solid;*/
}
#menu a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#menu a:hover{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#menu .linea_menu{
	float:left;
	clear:both;
	width:80%;
	height:25px;
	background:#41342b url(../imagenes/flechita.gif) 5px 6px no-repeat;
	cursor:pointer;
/*	margin-bottom:3px;*/
}
#menu .linea_menu p{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-left:15px;
	cursor:pointer;
}
#menu .linea_menu_over{
	float:left;
	clear:both;
	width:80%;
	height:25px;
	background:#64686c url(../imagenes/flechita.gif) 5px 6px no-repeat;
	cursor:pointer;
}
#menu .linea_menu_over p{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-left:15px;
	cursor:pointer;
}
#listado{
	float:left;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:13px;
	color:#757575;
/*	border:#FF00FF 1px solid; */
}
#tabla_busqueda{
	float:left;
	clear:both;
	width:250px;
/*	border:#FF00FF 1px solid; */
}

#listado .linea_foto{
	float:left;
	clear:both;
	border-bottom:#CCCCCC 1px dotted;
	width:700px;
	height:202px;
}

#listado .bottom{
	display:table-cell;
	text-align:center;
	vertical-align:bottom;
}
* html .bottom {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 200px; 
    left:0px;
}
#listado .textos{
	float:left;
	width:498px;
}
#listado .imagen{
	float:left;
	width:200px;
	height:200px;
	position:relative;
	display:table;
/*	border:#000000 1px solid; */
}
#listado img{
	border:#000000 1px solid;
}
#listado .nombre{
	float:left;
	width:250px;
	height:200px;	
	position:relative;
	display:table;
/*	background-color:#FF0000;*/
}
#listado .precios{
	float:left;
	width:150px;
	height:202px;
	position:relative;
	display:table;
}
#listado .precios .bloque_precios{
	float:left;
	width:148px;
	height:60px;
	text-align:left;
}
#listado .borrar{
	float:left;
	width:60px;
	height:200px;
	position:relative;
	display:table;
}

#listado .borrar p{
	font-family:Arial, Helvetica, sans-serif;
	display:table-cell;
	text-align:center;
	vertical-align:bottom;
}
.resumen{
	background-color:#40332c;
	width:100%;
	height:25px;
	margin-top:30px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.resumen input{
	border:#FFFFFF 1px dotted;
	background-color:#40332C;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	margin-top:4px;
}
.resumen input:hover{
	border:#FFFFFF 1px dotted;
	background-color:#86766e;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	margin-top:4px;
}
#listado .boton_busqueda{
	float:left;
	width:80px;
	height:20px;
	background:#41342b;
	border:#000000 0px solid;
	margin-top:2px;
	color:#DDDDDD;
	font-size:11px;
	margin-left:4px;
	cursor:pointer;
}
#listado .boton_busqueda_over{
	float:left;
	width:25px;
	height:20px;
	background:#64686c;
	margin-top:2px;
	color:#DDDDDD;
	font-size:11px;
	margin-left:4px;
	cursor:pointer;
}
#listado .boton_busqueda p{
	margin-top:3px;
	text-align:center;
}
#listado .boton_busqueda_over p{
	margin-top:3px;
	text-align:center;
}