/* IRURENA INDUSTRIAS QUÍMICAS - Área clientes */

/*------ Login ------*/
.login{
	width:34em;
}

.agradecimiento{
	width:28em;
}

/*------ Menu Área clientes ------*/
.menu_usuario{
	float:right;
}

.menu_usuario li{
	display:inline;
}

.menu_usuario a{
	display:block;
	float:left;
	background-color:#999;
	color:#fff;
	text-decoration:none;
	padding:.6em .6em .6em 2.8em;
	margin-left:.3em;
}

.bullet_usuario{
	background:url(../img/area_clientes/bullet_usuario.gif) no-repeat .6em .5em;
}

.bullet_usuario span{
	text-decoration:underline;
}

.bullet_cerrar{
	background:url(../img/area_clientes/bullet_cerrar.gif) no-repeat .6em .5em;
}

#contenido_izquierda{
	width:25em;
	float:left;
}

/*------ Búsqueda de producto ------*/
.busqueda_producto{
	margin-top:3em;
	width:25em;
	background:#eaeaea;
	padding:1.5em;
}

.busqueda_producto h2{
	margin-top:0;
}

.busqueda_producto .formulario{
	width:24.5em;
	margin-top:1em;
}

.busqueda_producto label{
	width:23.5em;
	float:right;
	text-align:left;
}

.busqueda_producto input{
	width:23em;
	background:#fff;
}

.busqueda_producto .boton{
	width:auto;
}

#listados_completos{
	margin-top:1em;
	background:#E1E1E1;
	padding:1.5em;
	width:25em;
	line-height:2em;
}

/*------ Listados completos ------*/
#listados_completos li{
	background:url(../img/all/bullet_flecha_gris.gif) no-repeat left .6em;
	padding-left:1.4em;
}

.resultado_tabla{
	float:right;
	margin-top:1.5em;
	width:40em;
}

/*------ Tabla ------*/
.tabla{
	margin-top:1.5em;
	clear:both;
	float:left;
}

.tabla th{
	background:#666;
	color:#fff;
	padding:1em .5em;
}

.tabla th a{
	color:#fff;
}

.tabla th .activo{
	background:url(../img/bg_th_activo.gif) #666 no-repeat;
}

.tabla td{
	padding:.8em .5em;
}

.tabla .impar{
	background-color:#fff;
}

.tabla .par{
	background-color:#EAEAEA;
}

#producto{
	width:10em;
}

/*------ Datos personales ------*/
.datos_personales{
	background:#3d3d3d;
	color:#fff;
	padding:2em;
}

.datos_personales h1{
	color:#fff;
	border-bottom-color:#fff;
	margin:0;
}

.datos_personales ul{
	margin-top:2em;
}

.datos_personales ul li{
	background:url(../img/all/bullet_flecha_gris.gif) no-repeat left .2em;
	padding-left:1.4em;
	margin-top:1em;
}

/*--------Paginación------------*/
.navigation {
    clear:both;
	float:left;
}
.navthis {
   
}
a.nav {
   padding: 0.2em 0.3em;
   text-decoration: none; 
}
a.nav:hover {
    
} 