@charset "iso-8859-1";
/* CSS Document */

/* IE6 css fixer v0.4: Wed, 01 Jul 2009 23:01:13 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html .paginador_catalogo,
* html .caja_contenedor,
* html .migas_pan,
* html .buscar {display:inline;}

/* convert min height values */
* html .productos {height:230px;}


/* convert min widths values */
* html .cajas {width:125px;}
* html .caja_contenedor {width:125px;}
* html .nombre {width:127px;}
* html .marca {width:127px;}
* html .variable {width:127px;}















.migas_buscar_contenedor {
	padding: 5px;
	height: 30px;
	width: 810px;
}
.productos {
	min-height: 230px;
	height: auto;
	width: 530px;
}
.paginador_catalogo {
	text-align: center;
	height: 30px;
	width: 540px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.paginador_texto, .paginador_texto a {
	
	font-size: 11px;
	color: #3fb830;
	text-decoration: none;
}

.paginador_texto a:hover{text-decoration:underline;}

.usuario_text {
	
	font-size: 11px;
	font-weight: normal;
	color: #3fb830;
	text-decoration: none;
	text-align: left;
}
.datos_detalles a{
	
	font-size: 11px;
	font-weight: normal;
	color: #3fb830;
	text-decoration: none;
	text-align: left;
}

.datos_detalles a:hover{text-decoration:underline;}
.cotizacion_detalles a{
	
	font-size: 11px;
	font-weight: normal;
	color: #3fb830;
	text-decoration: none;
}
.cotizacion_detalles a:hover{text-decoration:underline;}
.historial a{
	
	font-size: 11px;
	font-weight: normal;
	color: #3fb830;
	text-decoration: none;
}
.historial a:hover{text-decoration:underline;}
.cerrarsesion a{
	
	font-size: 11px;
	font-weight: normal;
	color: #3fb830;
	text-decoration: none;
}
.cerrarsesion a:hover{text-decoration:underline;}
.cajas {
	height: 90px;
	width: 125px;
	border: none;
	text-align: center;
	overflow: hidden;
}

.caja_contenedor {
	float: left;
	height: auto;
	width: 125px;
	min-width: 127px;
	margin-top: 15px;
	margin-right: 3px;
}

.datos{
	margin: 5px 0 0 0;
	width:127px;
	/*ESTA ALTURA DEBERA SER DE 30PX*/
	height:50px;
	text-align:center;
	
}

.nombre{
	width:127px;
	min-width: 127px;
	height:40px;
	
	}
	
.nombre_txt a{
	
	font-size: 11px;
	color: #3fb830;
	text-decoration: none;
	line-height: normal;
	font-weight:normal;
	
	
	
}
.nombre_txt a:hover{
	text-decoration: underline;
}
	
.marca{
	width:125px;
	min-width: 124px;
	height:20px;
	text-align:center;
	}	
.marca_txt {
	
	font-size: 11px;	color: #0f5e05;
	font-weight: normal;
	
	
}
.variable{
	width:127px;
	min-width: 127px;
	height:25px;
	text-align:center;
	}
.variable_txt{
	
	font-size: 11px;	color: #0f5e05;
}

.migas_pan {
	float: left;
	height: 30px;
	width: 480px;
	text-align: left;
	
	font-size: 11px;
	color: #3fb830;
	font-weight: normal;
	text-decoration:none;
}

.migas_pan a{	
	
	font-size: 11px;
	color: #3fb830;
	font-weight: normal;
	text-decoration:none;
}

.migas_pan a:hover{
	color: #DFA800;
	text-decoration:none;
}
.buscar {
	text-align: right;
	height: 30px;
	width: 310px;
	float: left;
}

.img_enviar {
	margin-top: 10px;
}
