/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #666;
	font: normal 1em/1.05em Tahoma, Geneva, Arial, sans-serif;
	background: #5F1F61 url(../images/bg_body.jpg) repeat fixed;
	cursor: default;
}
div {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
}
img {
	border: 0;
	display: block;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
p{
	font-size: 0.7em;
	padding: 3px 3px;
	margin: 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* --- Estructura GENERAL --- */
#contenedor_header{
	min-width: 100%;
	display: block;
	float: none;
	height: 144px;
	/*position:fixed;
	_position: absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	z-index:5;*/
	background: #FFF url(../images/bg_contheader.png) repeat-x center top;
	/*_background: url(../images/bg_contheader.gif) repeat-x center top;
	overflow: hidden;*/
}
	#header {
		width: 960px;
		height: 144px;
		padding: 0 10px;
		margin: 0 auto;
		float:none;
		background: url(../images/bg_header.jpg) no-repeat center top;
	}
#todo {
	float: none;
	min-height: 400px; height: auto !important; height: 400px;
	min-width: 100%;
	/*padding-top: 145px;*/
	display: block;
	background: #FFF;	
	position: absolute;
}
#contenedor {
	padding: 0 10px;	
	width: 960px;
	min-height: 400px; height: auto !important; height: 400px;
	margin: 0 auto;
	float: none;
}
#contenedor_footer{
	width: 100%;
	float: none;
	position: relative;
	clear: both;
	background: #5F1F61 url(../images/bg_footer.jpg) repeat-x top left;	
	display: block;
	min-height: 40px; height: auto !important; height: 40px;
}
/* --- Estructura HEADER --- */
#logo_header{
	width: 540px;
	height: 58px;
	padding: 29px 10px 10px 10px;
}
.error{
	color:#F00;

}
.login span{
	color:#658FAB;
}
.login a{
	color:#A6BECE;
}
.login a:hover{
	color:#658FAB;
}


/* --- Navegacion General --- */
#nav_general{
		width: 520px;
		height: 20px;
		text-align: left;
}
		#nav_general ul{
			width: 520px;
			height: 30px;
			margin: 0;
			padding: 0;
			color: #B922A7;			
			list-style: none;
			font-size: 0.75em;
			font-family: Tahoma, Geneva, Arial, sans-serif;
		}
		#nav_general ul li{
			padding: 0;
			margin: 0;
			display:inline;
		}
		#nav_general ul li a{
			height:20px;
			display:inline-block;
			padding: 4px 8px 0 8px;
			margin:0;
			color: #B922A7;
			position: relative;
		}
		#nav_general ul li a:hover, #nav_general ul li a.current{
			text-decoration:none;
			color: #E3A7DC;
		}
#nav_categorias{
		width: 960px;
		height: 24px;
		text-align: left;
}
		#nav_categorias ul{
			width: 880px;
			height: 24px;
			margin: 0;
			padding: 0 0 0 80px;		
			list-style: none;
			font-size: 0.7em;
			font-family: Tahoma, Geneva, Arial, sans-serif;
		}
		#nav_categorias ul li{
			padding: 0;
			margin: 0;
			display:inline;
			float:left;
		}
		#nav_categorias ul li a{
			height:24px;
			display:inline-block;
			padding: 4px 8px 0 8px;
			margin:0;
			color: #fff;
			position: relative;
			border-left: 1px solid #FFF;
			font-weight: bold;
		}
		#nav_categorias ul li a:hover, #nav_categorias ul li a.current{
			background: #FFF;
			text-decoration:none;
			color: #9BD24E;
		}
#nav_subcategorias{
		width: 170px;
		text-align: left;
		padding: 0 10px 0 0;
}
		#nav_subcategorias ul{
			width: 170px;
			margin: 0;
			padding: 0 0 5px;		
			list-style: none;
			font-size: 0.7em;
			font-family: Tahoma, Geneva, Arial, sans-serif;
		}
		#nav_subcategorias ul li{
			padding: 0;
			margin: 0;
		}
		#nav_subcategorias ul li a{
			min-height: 20px; height: auto !important; height: 20px;
			display:block;
			padding: 0 8px 0 8px;
			margin:0;
			position: relative;
			color: #808080;
		}
		#nav_subcategorias ul li a:hover, #nav_subcategorias ul li a.current{
			text-decoration:none;
			color: #7C2681;
		}
		#nav_subcategorias .menuSubCat {
			padding-bottom: 10px;
			background: url(../images/bg_subcat_bottom.jpg) repeat-x bottom left;
			border-left: 1px solid #F4F7F9;
			border-right: 1px solid #F4F7F9;
		}
		#nav_subcategorias .menuDest {
			padding-bottom: 10px;
			background: url(../images/bg_promo_bottom.jpg) repeat-x bottom left;
			border-left: 1px solid #EBF5CC;
			border-right: 1px solid #EBF5CC;
		}

#links {
	width: 700px;
	height: 25px;
	font-size: 0.75em;
}
	#links ul {
		float: right;
		display: inline;
		margin: 2px 4px 0 4px;
		padding: 0;
	}
		#links ul li {
			float: left;
			margin: 0;
			padding: 0 4px;
			color: #84A7B8;
			list-style: none;
			position: relative;
		}
			#links ul li a {
				color: #84A7B8;
				display: inline-block;
			}
			#links ul li a:hover {
				color: #B6CBD6;
				text-decoration: none;
			}

/* --- Estructura CONTENEDOR --- */
.col_home{
	width: 960px;
	min-height: 200px; height: auto !important; height: 200px;
	/*	
	padding: 25px 0 0 0;
	background:url(../images/img_index.jpg) no-repeat top left;
	*/
}
#col_index{
	width: 780px;
	min-height: 400px; height: auto !important; height: 400px;
	/*
	padding: 5px 0 0 0;
	background:url(../images/img_index.jpg) no-repeat top left;
	*/
}
#col_izquierda{
	width: 180px;
	padding: 5px 0 0 0;
}
#col_cuerpo{
	width: 780px;
	padding: 0 0 5px 0;
}
#main {
	width: 600px;
	min-height: 395px; height: auto !important; height: 395px;
	padding-top: 5px;
}
#main_doble {
	width: 780px;
	min-height: 395px; height: auto !important; height: 395px;
	padding-bottom: 5px;
}
#col_derecha{
	width: 180px;
	padding: 5px 0 0 0;
	background: url(../images/bg_col_derecha.jpg) repeat-y top left;
}
/* --- Estructura CUERPO --- */
.col_separador{
	width: 600px;
	height: 1px;
	padding: 0;
	margin:0;
	border-bottom: 1px solid #EAF0F3;
	line-height:0;
}
.col_separador_2{
	width: 100%;
	height: 1px;
	padding: 0;
	margin:5px 0;
	border-bottom: 1px solid #EAF0F3;
}
.col_0{
	width: 760px;
	padding: 0 10px;
}
.col_1{
	width: 160px;
	padding: 0 10px;
}
.col_2{
	width: 580px;
	padding: 0 10px;
}
/* --- Estructura Main Consulta --- */
#body_consulta{
	background: #FFF;
}
#main_consulta {
	width: 100%;
	padding-bottom: 5px;
	background: #FFF;
}
.col_consulta{
	width: 410px;
	padding: 0 10px;
}
#bloque_data_consulta{
	width: 410px;
	height: auto;
}
#bloque_data_consulta .bloque_texto{
	width:410px;
	min-height: 90px; height: auto !important; height: 90px;
	padding: 5px 0;
	font-size: 1.1em;
}
.bloque_ptitulo_consulta{
	width: 410px;
	min-height: 15px; height: auto !important; height: 15px;
	padding: 5px 0;
	color: #B922A7;
}
.bloque_consulta{
	width:410px;
	min-height: 90px; height: auto !important; height: 90px;
	padding: 5px 0;
	font-size: 1.1em;
	background:red;
}
/* --- Estructura Productos ---*/
.bloque_ptitulo{
	width: 100%;/*width: 580px;*/
	min-height: 15px; height: auto !important; height: 15px;
	padding: 5px 0;
	color: #B922A7;
}
#bloque_pfoto{
	width: 264px;
	height: auto;
	padding: 10px 8px;
	text-align: center;
}
#bloque_pdata{
	width: 280px;
	height: auto;
	padding: 10px 0 0 20px;
}
#bloque_pdata .bloque_ptitulo{
	width: 280px;
	min-height: 15px; height: auto !important; height: 15px;
	padding: 5px 0;
	font-size: 1.3em;
}
#bloque_pdata .bloque_ptitulo span{
	color: #7C2681;
}
#bloque_pdata .bloque_pdesc{
	width:280px;
	min-height: 65px; height: auto !important; height: 65px;
	padding: 5px 0;
	border-top: 1px solid #EAF0F3;
	font-size: 1.3em;
}
#bloque_pdata .bloque_pprecio{
	width: 280px;
	min-height: 15px; height: auto !important; height: 15px;
	padding: 5px 0;
	font-size: 1.3em;
	border-bottom: 1px solid #EAF0F3;
	color: #B922A7;
}
#bloque_pdata .bloque_pprecio span{
	color: #7C2681;
}
#bloque_data .bloque_texto{
	width:100%;/*width:580px;*/
	min-height: 90px; height: auto !important; height: 90px;
	padding: 5px 0;
	font-size: 1.1em;
}
#bloque_data .bloque_texto p.firma{
	text-align: right;
}
#bloque_data .bloque_texto p.firma span{
	font-size: 0.8em;
}
.bloque_pinfo{
	margin: 0;
	padding: 0;
	width: 280px;
	min-height: 10px; height: auto !important; height: 10px;
	font-size: 0.9em;
}
.bloque_pinfo p{
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #EAF0F3;
}
.bloque_pinfo p img{
	display: inline;
	vertical-align: text-bottom;
}
/* --- chicas --- */
.chicas {
	padding: 10px 4px;
	width: 106px;
	height: 127px;
	text-align: center;
}
#paginas {
	padding: 3px 0 0 0;
	width: 580px;
	min-height: 10px; height: auto !important; height: 10px;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #EAF0F3;
}
#paginas a {
	color: #666;
	margin: 1px 2px;
	padding: 2px
}
#paginas a:hover {
	color: #333;
	font-weight: bold;
}
/* --- CANASTO DERECHA --- */
#canasto_der{
	width: 180px;
	padding: 0 0 5px 0;
	cursor: default;
}
#tit_canasto_der{
	width:100%;
	height: 30px;
}
	#tit_canasto_der h3{
		padding: 5px 50px 0 10px;
		color: #84A7B8;
	}
	#tit_canasto_der h3, #tit_canasto_der img{
		float: left;
		display: block;
	}
	#tit_canasto_der a:hover{
		text-decoration: none;
		cursor: pointer;
	}
#top_canasto_der{
	width:179px;
	height:20px;
	margin-left:1px;
	display: inline;
	background:url(../images/bg_pedido_top.jpg) repeat-x top left;
}
#bottom_canasto_der{
	width:179px;
	height:20px;
	margin-left:1px;
	display: inline;
	background:url(../images/bg_pedido_bottom.jpg) repeat-x top left;
}
#main_canasto_der{
	width: 160px;
	padding: 0 10px;
	color: #84A7B8;
}
#main_canasto_der .ver{
	width:100%;
	padding: 4px 0 0 0;
	display:block;
	border-top: 4px double #EAF0F3;
	color: #95C000;
	font-weight: bold;
}
.producto_canasto_der{
	display: block;
	border-bottom: 1px solid #EAF0F3;
}
.pagina_canasto_der{
	display: block;
	text-align: center;
}
.pagina_canasto_der a{
	color: #84A7B8;
}
/* --- COMPRAR --- */
#bloque_pcomprar {
	padding: 5px 0 0 0;
	width: 280px;
	height: auto;
/*	background: url(../images/kebek_fondo_comprar.jpg) repeat-x; */
}
.comprar_titulo {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 10px; height: auto !important; height: 10px;
	color: #95C000;
	font-weight: bold;
	border-top: 1px dotted #95C000;
}
.comprar_texto {
	margin: 0 0 2px 0;
	padding: 5px 0;
	width: 100%;
	min-height: 10px; height: auto !important; height: 10px;
	font-size: 0.9em;
	border-bottom: 1px dotted #95C000;
}
.comprar_info {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 10px; height: auto !important; height: 10px;
	font-size: 0.9em;
	background: #95C000;
	color: #FFF;
}
.comprar_titulo p, .comprar_texto p, .comprar_info p {
	margin: 0;
	padding: 5px;
}
.comprar_info a, .comprar_info a:hover {
	color: #FFF;
	font-size:1.3em;
}
.agotado {
	background: url(../images/bg_sinstock.jpg) no-repeat right center;
}
.comprar_texto .destacado {
	color: #B922A7;
	text-transform: uppercase;
}
#bloque_pcomprar .agregar{
	vertical-align: bottom;
	cursor: pointer;
}
#bloque_pcomprar .cant{
	padding: 1px 3px;
	width: 70px;
	text-align: center;
	color: #666;
	font: normal 0.8em Tahoma, Geneva, Arial, sans-serif;
}
/* --- Contenido --*/
#bloque_data{
	width:100%;/*width: 580px;*/
	height: auto;
	padding: 10px 0 0 0;
}
#col_derecha.quienes_der{
	background: url(../images/img_lidia.jpg) no-repeat bottom left;
}
/* --- Estructura historial pedidos ---*/
#historial_pedidos{
	width: 100%;
}
#historial_pedidos hr{
	clear: both;
	border: 0 solid #CCC;
	border-top-width: 1px;
	height: 0;
}
/* --- Estructura Footer ---*/
#footer{
	width: 960px;
	min-height: 25px; height: auto !important; height: 25px;
	margin: 0 auto;
	padding: 0 10px;
	float: none;
	color: #FFF;
}
		#legales{
			width: 780px;
			min-height: 30px; height: auto !important; height: 30px;
			padding: 3px 10px 0 10px;
			margin: 0;
			font-size: 1em;
		}
		#legales a{
			color:#FFF;
		}
		#legales img{
			display:inline;
			vertical-align: middle;
		}
		#legales p{
			margin: 0;
			padding: 0;
		}
		#pd{
			width:160px;
			min-height: 25px; height: auto !important; height: 25px;
			padding:0x;
			margin:0;
			font-size:0.9em;
			color:#333;
		}
			#pd a{
				padding:2px 0 0 0;
				float:right;
			}

/* --- Novedad --- */
.pNovedad{
	width:160px;
	padding:0 10px;
	text-align: center;
}
	.pNovedad .pCodigo{
		color: #D221A6;
		font-size: .9em;
	}
	.pNovedad .pPrecio{
		color: #93BF00;
		font-size: 1.3em;
	}
	.pNovedad img {
		margin: 10px auto 5px;
	}
/*col_izquierda .pnovedad{
	width:160px;
	padding:0 0 0 10px;
}*/

/* --- Novedad --- */
.bloque_loc {
	padding: 5px;
	width: 280px;
	min-height: 100px; height: auto !important; height: 100px;
}
.locales {
	min-height: 330px; height: auto !important; height: 330px;
}
.imgModulo{
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

/*--- Estructuras de Textos ---*/
h1{
	width: auto;
	padding: 5px 0 5px 3px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #B4C1CB;
	font: normal 1.2em Tahoma, Geneva, Arial, sans-serif;
	color: #333;
}
h2{
	width: auto;
	padding: 5px 0 5px 3px;
	margin: 0 0 5px 0;
	border-bottom: 1.2px solid #B4C1CB;
	font: normal 1em Tahoma, Geneva, Arial, sans-serif;
	color: #333;
}
h3{
	width: auto;
	padding: 5px 0 0 3px;
	margin: 0 0 5px 0;
	font: normal 1em Tahoma, Geneva, Arial, sans-serif;
	color: #B922A7;
}
h4{
	width: auto;
	padding: 5px 0 0 3px;
	margin: 0 0 2px 0;
	font: normal 0.8em Tahoma, Geneva, Arial, sans-serif;
	color: #B922A7;
}
.tit_subcategorias{
	width: auto;
	padding: 5px 0 5px 8px;
	margin: 0 0 5px 0;
	border-bottom: 1.2px solid #EAF0F3;
	font: normal 0.8em Tahoma, Geneva, Arial, sans-serif;
	color: #999;
}

span.destacado{
	color: #95C000;
}
.lista{
	padding: 0;
	margin: 3px 0 3px 3px;
	list-style: none;
	font-size: 0.7em;
	font-weight: bold;
	color: #25A1E2;	
}
/* --- Buscar --- */
.id_buscar {
	display: none;
	width: 180px;
	min-height: 23px; height: auto !important; height: 23px;
	position: relative;
	padding: 5px 0;
	margin:0 0 10px 0;
	color: #FF8F00;
	background: #F4F7F9;
}
.id_buscar form{
	margin:0;
	padding:0;
}
.verBuscar {
	display: block;
}
#buscar {
	width: 114px;
	height: 15px;
	margin: 0 0 0 10px;
	display:inline;
	font: normal 0.8em Tahoma, Geneva, Arial, sans-serif;
	padding: 2px;
	color: #999;
	border: 1px solid #C6D5DF;
}
#sender {
	vertical-align: bottom;
	cursor: pointer;
}
/* --- CANASTO --- */
/*
#canasto {
	padding: 10px;
	width: 390px;
	min-height: 10px; height: auto !important; height: 10px;
}
*/
#canasto p {
	text-align: justify;
}
#canasto .grilla {
	font: normal 0.8em Tahoma, Geneva, Arial, sans-serif;
}
#canasto .grilla .superior {
	color: #B922A7;
}
#canasto .grilla td{
	padding: 3px 0;
	border-bottom: 1px solid #EAF0F3;
	text-align: left;
}
#canasto .grilla .cant {
	width: 25px;
	text-align: center;
	font: normal 0.8em Tahoma, Geneva, Arial, sans-serif;
}
#canasto .grilla .textoBoton {
	margin: 1px 0;
	padding: 1px 0;
	font: normal 0.7em Tahoma, Geneva, Arial, sans-serif;
}
#canasto a {
	color: #95C000;
	font-size: 0.8em;
}
#canasto a:hover {
	color: #95C000;
}
#canasto p.res_canasto{
	text-align:center;
	color: #B922A7;	
}
.trExtras {
	background: #f6f6f6;
}
	.trExtras a {
		display: inline-block;
	}
	.trExtras .tdTotal {
		background: #efefef;
	}
.trDesc span {
	font-size: .85em;
	color: #999;
}
.trDesc .btnBorrar {
	width: 18px;
	height: 18px;
	border: none;
	cursor: pointer;
	display: inline-block;
	background: url(../images/aEliminar.png) no-repeat;
}

/* --- FORMULARIO --- */
.form_contacto {
	margin: 0;
	padding: 10px 0;
	font: normal 0.7em/1em Tahoma, Geneva, Arial, sans-serif;
}
.form_contacto h2{
	margin:0;
	padding:0;
	color:#E60421;
	font: normal 1.2em/1.6em Tahoma, Geneva, Arial, sans-serif;
}

.form_contacto fieldset {
	float: left;
	border: 0;
	margin: 0;
	padding: 0 2%;
	width: 45%;
}
.form_contacto fieldset label {
	float: left;
	width: 100%;
	height: 18px;
	padding: 5px 0 0 0;
	background: none;
}
.form_contacto fieldset input, .form_contacto fieldset select {
	float: left;
	position: relative;
	width: 97%;
	margin: 3px 0;
	font: normal 1em/1em Tahoma, Geneva, Arial, sans-serif;
	border:1px solid #DEDEDE;
}

.form_contacto .full {
	float: left;	
	width: 92%;
	padding: 0 2% 8px 2%;
	margin: 0 2%;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background:#F3F3F3;
	
}
.form_contacto .full .check{
	float: left;
	border: 0;
	margin: 0;
	width: 6%;
	padding: 0 2%;
	
}
.form_contacto .full .subtitulo{
	padding:10px 0;
	font: normal 1em/1em Tahoma, Geneva, Arial, sans-serif;
}
.form_contacto .full label {
	float: left;
	width: auto;
	height: 15px;
	padding: 5px 10px 0 0;
}
.form_contacto .full_textarea {
	float: left;
	border: 0;
	margin: 0;
	width: 95%;
	padding: 0 2%;
	
}
.form_contacto #consulta {
	float: left;
	position: relative;
	width: 98%;
	margin: 3px 0;
	font: normal 1em/1em Tahoma, Geneva, Arial, sans-serif;
	border:1px solid #DEDEDE;
}
/*
.form_contacto .submit {
	float: left;
	width: 62px;
	font-size: 0.8em;
	margin: 10px 0 0 33%;
	border: none;
	cursor: pointer;
}
.form_contacto .borrar {
	float: left;
	width: 62px;
	font-size: 0.8em;
	margin: 10px 0 0 10px;
	border: none;
	cursor: pointer;
}
*/
.form_contacto .radio{
	padding: 10px 0 10px 180px;
	text-align: center;
}
.form_contacto .radio label, .form_contacto .radio input{
	width: 18%;
	text-align: center;
}
.form_contacto .checkbox label{
	width: 320px;
	text-align: center;
}
.form_contacto .checkbox input{
	width: 20px;
	text-align: center;
}

.form_contacto .submit {
	float: left;
	width: 62px;
	font-size: 0.8em;
	margin: 10px 0 0 35%;
	border: none;
	cursor: pointer;
	width: 70px;
	height: 20px;
	background: url(../images/btn_enviar.jpg) no-repeat;
}
.form_contacto .reset {
	float: left;
	width: 62px;
	font-size: 0.8em;
	margin: 10px 0 0 10px;
	border: none;
	cursor: pointer;
	width: 70px;
	height: 20px;
	background: url(../images/btn_borrar.jpg) no-repeat;
}

/*--- Mapa del sitio ---*/
#sitemap ul{
	margin: 0;
	padding: 0 0 5px;		
	list-style: none;
	font-size: 0.7em;
	font-family: Tahoma, Geneva, Arial, sans-serif;
}
#sitemap ul li{
	padding: 0;
	margin: 0;
}
#sitemap ul li a{
	height:20px;
	display:block;
	padding: 0 8px 0 8px;
	margin:0;
	position: relative;
	color: #808080;
}
#sitemap ul li a:hover, #sitemap ul li a.current{
	text-decoration:none;
	color: #7C2681;
}
#sitemap ul li.subitem{
	padding-left: 20px;
	margin: 0;
}

/*--- HOME ---*/
.tit_home {
	padding: 0 10px 5px 10px;
	width: 940px;
	color: #F00;
}
	.tit_home h1 {
		width: auto;
		padding: 0 0 5px 3px;
		margin: 0 0 5px 0;
		border-bottom: 1px solid #C4D5DD;
		font: normal 0.9em Tahoma, Geneva, Arial, sans-serif;
		color: #92B2C0;
	}
	.tit_home a {
		color: #92B2C0;
	}
	.tit_home a:hover {
		color: #C4D5DD;
		text-decoration: none;
	}
.promo_home {
	margin: 0 0 5px 0;
	padding: 5px 9px 5px 10px;
	width: 220px;
	height: 130px;
	border-right: 1px dotted #C4D5DD;
}
	.promo_home .pFoto{
		width: 110px;
		height: 128px;
	}
	.promo_home .pData{
		padding-left: 10px;
		width: 100px;
		height: 78px;
	}
		.promo_home .pCodigo{
			color: #D221A6;
			font-size: .9em;
		}
	.promo_home .pComprar{
		padding-left: 10px;
		width: 100px;
		height: 50px;
	}
		.promo_home .pComprar img {
			margin-top: 8px;
		}
		.promo_home .pPrecio{
			color: #93BF00;
			font-size: 1.3em;
		}
.no_border {
	border-right: none;
}
/* --- Carrousell Home --- */
#carousel{
	visibility:hidden;
}
#carousel ul {
	list-style: none;
	width: 4800px;
	margin: 0;
	padding: 0;
	/*position: relative;*/
}
#carousel li {
	display: inline;
	float: left;
} 
/* --- Pedidos Express --- */
.express {
	width: 760px;
}
.express .listado {
	width: 98%;
}
.express .separar td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
.express .title {
	color: #7C2681;
	font-size: .7em;
}
.express .codigo {
	color: #B922A7;
	font-size: .7em;
}
.express .desc {
	color: #666;
	font-size: .6em;
}
.express .precio {
	color: #B922A7;
	font-size: .7em;
	font-weight: bold;
}
.express .cant {
	width: 30px;
	color: #666;
	font-size: .7em;
	text-align: center;
}
.express p a {
	color: #7C2681;
}
.express p a:hover {
	color: #B922A7;
}
.mensaje_error {
	color: #F00;
	text-align: center;
}
