/* CSS Document */

body{
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#666666;
	display:block;
	float:left;


}
#main_container{
	width:1001px;
	height:auto;
	margin:auto;
	padding:0px;
	background-color: #FFFFFF;
}

b{
font-weight:bold;
color:#CC0000;

}
select, input, button{
	margin:0px 2px 0px 2px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;

}

/* = = = = = = = LA CABECERA  = = = = = = = */
#bg_cabecera{
	margin:0px;
	padding:0px;
	height:120px;
	background-image:url(../images/bg_cabecera.jpg);
	background-position:left top;
	background-repeat:repeat-x;

}
#cabecera{
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
	height:120px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image: url(../images/cabecera.jpg);

}
#cabecera_inferior, #pie{

width:100%;
float:left;

background-color:#EEEEEE;

}
#cabecera_inferior{ 

	padding:10px;
	margin:0px;
	border-bottom:1px solid #CECECE;
}


/* = = = = = = = LOS ESTILOS DEL PIE  = = = = = = = */
#pie{ 

	padding:0px;
	margin:20px 0px 0px 0px;
	border-top:1px solid #CECECE; 
	height:150px;
	
	background-image:url(../images/bg_pie.gif);
	background-repeat:repeat-x;
	background-position:left top;

}
.bloque_pie{
	width:410px;
	display:block;
	float:left;
	margin: 0px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
	text-decoration:none;

}
.imgpie {
	vertical-align: middle;
}

.bloque_powered{
	width:280px;
	display:block;
	float:left;
	margin: 0px;
	padding: 10px 10px 10px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
	text-decoration:none;
	

}
.enlace_pie{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#993300;
	text-decoration:none;
	font-weight: bold;

}

.enlace_general{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#CC0000;
	text-decoration:none;

}
#vinculo {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
}
a.vinculo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a.vinculo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}



a.enlace_pie:hover{
	color:#333333;

}

/* = = = = = = = LOS ESTILOS DE LAS SOLAPAS SUPERIORES Y EL MENU  = = = = = = = */
#solapa_secciones{
	float:left;
	width:650px;
	padding:0px 0px 0px 0px;
	margin:57px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666666;
	
	
}


#solapa_secciones ul{

	list-style:none;

	float:left;
	
	padding:0px;
	margin:0px;
}


#solapa_secciones ul li{

	list-style:none;

	float:left;
	
	padding:0px 0px 0px 3px;
	margin:0px;
	background-image:url(../images/solapa_up_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#solapa_secciones  ul li a{
	float:left;	
	
	padding:8px 14px 0px 7px;
	margin:0px 0px 0px 3px;
	height:15px;
	
	background-image:url(../images/solapa_up_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#666666;
	
}

#solapa_secciones ul li:hover{
background-image:url(../images/solapa_up_left_hover.gif);
}
#solapa_secciones li:active {
	color: #000099;
	background-image: none;
}

#solapa_secciones ul li a:hover{
	background-image:url(../images/solapa_up_right_hover.gif);
	color:#FFFFFF;
	
}

#bg_menu{
	padding:0px;
	margin:0px;
	background-image:url(../images/menu_bg.gif);
	background-position:right top;
	background-repeat:repeat-x;
	background-color: #666;
	
}

#menu{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	
	
	
}

#menu ul{

	list-style:none;

	float:left;
	
	padding:0px;
	margin:0px;
}


#menu ul li{

	list-style:none;

	float:left;
	
	padding:0px 0px 0px 0px;
	margin:0px;
	
}

#menu  ul li a{
	float:left;	
	padding:6px 10px 4px 10px;
	margin:0px 0px 0px 0px;
	
	
	background-image:url(../images/menu_bg_gris.gif);
	background-position:right top;
	background-repeat:no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#333333;
	
}

#menu ul li a:hover{
	background-image:url(../images/menu_bg_red.gif);
	color:#FFFFFF;
	
}



/* SELECCIONADO */


#menu  ul li#menu_seleccionado a{
	color:#FFFFFF;
	background-image:url(../images/menu_bg_seleccionados.gif);
}

#menu  ul li#menu_seleccionado a:hover{
	background-image:url(../images/menu_bg_red.gif);
	
}

/* = = = = = = = = = = = = = BLOQUE DEL CUERPO DE CONTENIDOS = = = = = = = = = = = =  */

#cuerpo{
	width:1000px;
	display:block;
	float:left;
	margin:0px;
	padding:0px;

}
#col_izq{
	width:220px;
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;

}
#col_der{
	width:222px;
	display:block;
	float:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}
#col_dcha{
	width:530px;
	display:block;
	float:left;
	margin:0px;
	padding:0px 0px 10px 0px;
	
	}

/* ========= TODOS LOS BOTONES ========= */

.bloque_botones_derecha{ 
	
	width: 530px;
	float:left; 
	display:block;
	margin:10px 0px 0px 0px;
	padding:0px;
}
.boton_carrito, .boton_micuenta, .boton_ayuda, .boton_registrate, .boton_primero, .boton_anterior, .boton_siguiente, .boton_ultimo{

	height:17px;
	
	float:right;
	
	margin:5px 1px 3px 3px;
	padding:0px;
	
	background-position:left top;
	background-repeat:no-repeat;

}
.boton_confirmar { width:17px; background-image:url(../images/confirmar.gif); }
a.boton_confirmar:hover{ background-image:url(../images/botones/primero_hover.gif); }

.boton_primero { width:17px; background-image:url(../images/botones/primero.gif); }
a.boton_primero:hover{ background-image:url(../images/botones/primero_hover.gif); }

.boton_anterior { width:17px; background-image:url(../images/botones/anterior.gif); }
a.boton_anterior:hover{ background-image:url(../images/botones/anterior_hover.gif); }

.boton_siguiente { width:17px; background-image:url(../images/botones/siguiente.gif); }
a.boton_siguiente:hover{ background-image:url(../images/botones/siguiente_hover.gif); }

.boton_ultimo { width:17px; background-image:url(../images/botones/ultimo.gif); }
a.boton_ultimo:hover{ background-image:url(../images/botones/ultimo_hover.gif); }



.boton_carrito { width:60px; background-image:url(../images/botones/carrito.gif); }
a.boton_carrito:hover{ background-image:url(../images/botones/carrito_hover.gif); }

.boton_micuenta { width:72px; background-image:url(../images/botones/micuenta.gif); }
a.boton_micuenta:hover{ background-image:url(../images/botones/micuenta_hover.gif); }

.boton_ayuda { width:52px; background-image:url(../images/botones/ayuda.gif); }
a.boton_ayuda:hover{ background-image:url(../images/botones/ayuda_hover.gif); }

.boton_registrate { width:83px; background-image:url(../images/botones/registrate.gif); }
a.boton_registrate:hover{ background-image:url(../images/botones/registrate_hover.gif); }
#buscador{
	width:430px;
	
	display:block;
	float:left;
	
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	
	background-color:#E9E9E9;
	border:1px solid #FFFFFF;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;

}
.bloque_form{
	
	display:block;
	float:left;
	
	margin:2px 3px 0px 3px;
	padding:0px;
	
	}
.bloque_form_label{
	
	display:block;
	float:left;
	
	margin:5px 5px 0px 7px;
	padding:0px;
	
	}
.boton_buscar{

	height:17px;
	
	display:block;
	float:left;
	
	margin:2px 1px 3px 6px;
	padding:0px;
	
	background-position:left top;
	background-repeat:no-repeat;

}	
.boton_buscar {	width:60px; background-image:url(../images/botones/buscar.gif); }
a.boton_buscar:hover{ background-image:url(../images/botones/buscar_hover.gif); }


/* = = = = = = = = = = = = = BLOQUE DE LA IZQUIERDA = = = = = = = = = = = = = */
.cintillo_izquierda{
	float:left;
	display:block;
	width:203px;
	padding:3px 0px 3px 7px;
	margin:10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	background-image:url(../images/bg_cintillo_izda.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-variant: normal;
	text-transform: uppercase;
	
}
.bloque_der_imagen{
	float:left;
	display:block;
	width:209px;
	padding:0px;
	margin:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bloque_izquierda{
	float:left;
	display:block;
	width:209px;
	padding:0px;
	margin:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	
	
}
.bloque_login{
	float:left;
	display:block;
	width:209px;
	padding:0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #27AFDC;
	border-bottom-color: #27AFDC;
	border-left-color: #27AFDC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #27AFDC;
	background-color: #B9E4F4;
	
	
}

.bloque_izquierda_interior{

	width:190px;
	
	float:left;
	display:block;
	
	margin: 5px 0px 5px 10px;
	padding: 0px;	
		
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.imagen_izq_90, .texto_izq_90, .nombre_izq_90{

	float:left;
	margin:0px;	
	
}

.texto_izq_90, .nombre_izq_90{
	width:140px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	
}
.separa_izq_90{
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #999;
}
.imagen_izq_90{
	width:120px;
	padding:0px;
	height: 120px;
	
}
.texto_izq_90{
	font-size:11px;
	color:#666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: justify;
	}
.texto_contacto{
	font-size:11px;
	color:#666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.nombre_izq_90{ 
	font-size:14px;
	font-weight:bold;
	color:#CC0000;	
}

a.texto_izq_90:hover, a.nombre_izq_90:hover { color:#333333; }
.seccion_izq{
	float:left;
	width:202px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#EEEEEE;
	border-top:1px solid #FFFFFF;
	background-image:url(../images/bg_pie.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.seccion_izq2{
	float:left;
	width:198px;
	padding:4px 0px 3px 8px;
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cc0000;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#EEEEEE;
	border-top:1px solid #FFFFFF;
	background-position:left top;
	background-repeat:no-repeat;
	font-weight: bold;	
}
a.seccion_izq2:hover{
	color:#FFFFFF;
	background-color:#D7F5FF;
	font-weight: bold;
}
a.seccion_izq:hover{
	color:#333;
	background-color:#F2F2F2;
	background-image: url(../images/bg_pie_over.gif);
}
	
/* - - - - - -  ESTILOS DE LOS BLOQUES GENERALES DE PORTADA - - - - - -  */
.bloque_flash, .bloque_producto_grande{
	width:530px;
	display:block;
	float:left;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		
}
.bloque_nav_horizontal{
	width:530px;
	display:block;
	float:left;
	border:1px solid #EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
.bloque_nav_txt, .miga, .miga_final {
		
	background-position:left top;
	background-repeat:no-repeat;
	border-right:1px solid #DDDDDD;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;

}

.bloque_nav_txt{ 

	margin:5px 10px 0px 3px;
	padding:2px 10px 3px 0px;
	float:right; 
	}

.miga, .miga_final{ 

	margin:5px 5px 0px 3px;
	padding:2px 5px 3px 0px;
	float:left; 
	}
		
.miga_final{ font-weight:bold; color:#CC0000;}

a.miga:hover{ color:#333333; }
a.miga_final:hover{ color:#333333; }
	
	
.bloque_flash_730{

	width:730px;
	display:block;
	float:left;
	
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 43px;
	
	background-color:#EEEEEE;
	
	border:1px solid #CCCCCC;
	
	background-image:url(../images/bg_banner_730.gif);
	background-repeat:no-repeat;
	background-position:left top;

}
.bloque_flash_194{

	width:194px;

	float:left;
	
	margin:10px 0px 0px 0px;
	padding:18px 8px 8px 7px;
	
	background-color:#EEEEEE;
	
	border:1px solid #CCCCCC;
	
	background-image:url(../images/publi_up_right.gif);
	background-repeat:no-repeat;
	background-position:right top;

}
.bloque_cintillos_portada{
	width:529px;
	height:16px;
	display:block;
	float:left;
	background-image:url(../images/bg_cintillo.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border-left:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

/* - - - - - -  ESTILOS DE LOS BLOQUES DE PRODUCTO DE PORTADA - - - - - -  */
.bloque_productos_portada{
	width:780px;
	display:block;
	float:left;
	padding: 0px;
	border-right:1px solid #DDDDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
.bloque_producto_130{
	width:150px;
	float:left;
	display:block;
	margin: 0px;
	padding: 0px;
	border-left:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	height: 270px;

}
.bloque_producto_130_imagen{

	width:110px;

	display:block;
	float:left;
	
	margin: 0px;
	padding: 10px 9px 6px 10px;

}
.bloque_producto_130_nombre{
	width:140px;
	height:15px;
	float:left;
	border-bottom:1px dotted #EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:0px;
	color:#CC0000;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
a.bloque_producto_130_nombre:hover{
	border-bottom:1px dotted #333333;
	color:#333333;
	margin: 0px;
	float: left;
	}
.bloque_producto_130_texto{
	width:140px;
	display:block;
	float:left;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.bloque_producto_130_ver_mas{
	float:left;
	display:block;
	width:120px;
	background-image:url(../images/mas.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:16px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;

}

a.bloque_producto_130_ver_mas:hover{ 
	background-image:url(../images/mas_hover.gif); 
	
	}

/* - - - - - -  BLOQUE PRODUCTO 260 - - - - - -  */
.bloque_producto_260{

	width:250px;

	display:block;
	float:left;
	
	margin: 0px;
	padding: 0px;
	
	border-right:1px solid #CCCCCC;

}

/* - - - - - -  ESTILOS DE LOS DESPLEGABLES DE PRODUCTO - - - - - -  */
.desplegable_producto{

	display:block;
	float:left;

	width:164px;
	
	padding: 5px 5px 2px 25px;
	margin:0px 0px 0px 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:16px;
	text-decoration:none;
	
	background-image:url(../images/desp_flecha_gris.png);
	background-position:left top;
	background-repeat:no-repeat;
	
}

/* - - - - - -  ESTILOS DE LA MUESTRA DETALLADA DE PRODUCTO - - - - - -  */
.producto_imagen_grande{

	display:block;
	float:left;

	width:370px;
	
	padding: 0px;
	margin: 0px;
	
}
.producto_bloque, .producto_nombre, .producto_descripcion, .producto_detalles, .producto_pies, .producto_precio{

	display:block;
	float:left;

	width:310px;
	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}

.producto_bloque{
	
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.producto_descripcion, .producto_detalles, .producto_precio{
	border-bottom: 1px dotted #DDDDDD;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}

.producto_descripcion{
	
	color: #333333;
	
	font-size: 12px;
	line-height: 16px;
	
}

.producto_detalles{

	color: #666666;
	
	font-size: 11px;
	line-height: 14px;
	
}

.producto_pies{
	
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 20px 10px;
	
	font-size: 9px;
	color: #666666;
	line-height: 11px;
	
}
.producto_ind_txt, .producto_ind_num{
	display:block;
	float:left;

	margin:0px;
	padding:0px;

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	line-height: 18px;
	
}

.producto_ind_txt{
	width:150px;
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

.producto_ind_num{
	font-size: 16px;
	color: #666666;
	
}
bloque_textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	text-decoration: none;
}
bloque_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
ls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
.bloque_textos{
	width:700px;
	float:left;
	display:block;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:18px;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;

	}


.bloque_textos a{
	color:#BB0000;
	text-decoration:none;
	}

.bloque_textos a:hover{ 
	color:#333333; 
	}
	
	


.bloque_formulario{

	width:700px;

	float:left;
	display:block;
	
	margin: 3px 0px 2px 0px;
	padding: 3px 0px 4px 0px;
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:18px;
	
	text-decoration:none;
	border-bottom:1px solid #EEEEEE;

	}
	
	
.bloque_formulario input{
	width:200px;
	float:left;
	
	}
	
.bloque_formulario label{
	width:150px;
	float:left;
	font-weight:bold;
	
	}
	
.bloque_formulario .check{
	margin:3px 0px 0px 0px;
	padding:0px;
	width:30px;
	float:left;
	
	}


.bloque_formulario_enlace{

	float:right;
	display:block;
	
	margin: 1px 10px 0px 0px;
	padding: 0px 8px 0px 0px;
	
	border-right:1px dotted #DDDDDD;
	
	font-size:11px;
	
	}


.bloque_formulario_confirmar{

	width:77px;
	height:20px;
	
	float:right;
	display:block;
	
	background-image:url(../images/confirmar.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	margin: 2px 6px 3px 0px;
	padding: 0px;
	
	}
	
a.bloque_formulario_confirmar:hover{

	background-image:url(../images/confirmar_hover.gif);
	
	
	}
.texto_cabecera {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
}

#Services {
	background-image: url(../images/fondo.jpg);
	width:530px;
	display:block;
	float:left;
	padding:0px;
	height: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#WDder {
	float: left;
	overflow: auto;
	margin-bottom: 5px;
	width: 170px;
	height: 90px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 75px;
}

#WDder h1{
	float: left;
	font-size: 14px;
	padding: 0px;
	color: #993300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: 150px;
}

#WD {
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
	width: 190px;
	height: 90px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 65px;
}

#divinfo {
	width: 526px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	overflow: auto;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#divinfo .texto_info{
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	height: 87px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 65px;
	float: left;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-align: justify;
}
.spacer_interno{
	clear:none;
	font-size:0;
	line-height:4px;
	
}
.bloque_der{
	float:left;
	display:block;
	width:209px;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
}
img {
	border: none;
}
.imgportfolioweb {
	border: 1px solid #666666;
}


.Estilo2 {
	color: #993300;
	font-size: 14px;
	font-weight: bold;
}
li {
	list-style-type: none;
}
.header_tramites {
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 520px;
	color: #FFFFFF;
	background-image: url(../images/bg_cabecera.png);
	background-repeat:  repeat-x;
	height: 8px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.header_tramites2 {
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 517px;
	color: #FFFFFF;
	background-image: url(../images/bg_cabecera.png);
	background-repeat:  repeat-x;
	height: 8px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.seccion_tramites {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	overflow: auto;
	width: 529px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.seccion_banner {
	padding-bottom: 0px;
	overflow: auto;
	width: 750px;
	padding-top: 0px;
	background-image: url(../images/fondo_banner.jpg);
	background-repeat: repeat;
	height: 200px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.seccion_tramites2 {
	padding-bottom: 0px;
	overflow: auto;
	width: 750px;
	padding-top: 0px;
	background-image: url(../images/fondo_banner.jpg);
	background-repeat: repeat;
	height: 200px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.divcontenido {
	margin-right: 8px;
	margin-left: 8px;
}
.vinculo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
a.vinculo   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
a.vinculo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
	font-style: normal;
}
.imagesder {
	float: left;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
}
a {
	text-decoration: none;
}
.divportfolioweb {
	float: left;
	height: 120px;
	width: 155px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #666666;
	background-image: url(../images/bg_pie.gif);
}
.divportfolioweb_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #990000;
	height: 40px;
}
.divportfolioweb_detalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	width: 150px;
	height: 10px;
}


.hoverbox 
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	width: 155px;
	height: 180px;
}

.hoverbox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.hoverbox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.img_pais {
	margin-right: 3px;
	margin-left: 2px;
	margin-top: 1px;
}
.linkmap12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.linkmap12:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}



.linkmap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.linkmap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}.punteado {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
/*- Menu Tabs J--------------------------- */

    #tabsJ {
	float:left;
	width:50%;
	font-size:12px;
	line-height:normal;
	margin-top: 86px;
	font-family: Arial, Helvetica, sans-serif;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
#divlibros{
	width:253px;
	color:#878767;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	float: left;
	height: 230px;
	border: 1px solid #DDDDCA;
}
.titulo {
	color: #CA5100;
	font-family: "arial";
	font-size: 11px;
	font-weight: bolder;
	height: 40px;
}
.titulo a{
	color: #CA5100;
	font-family: arial;
	font-size: 12px;
	font-weight: bolder;
	
}
.alto_link {
	height: 30px;
}
.texto11_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
.tablita {
	background-color: #FDFDF7;
	border: 1px solid #CCCCB5;
	width: 520px;
}
.div_nove {
	background-image: url(images/fondo_titulos.jpg);
	width: 526px;
	height: 41px;
	background-repeat: no-repeat;
}
.texto_blanco_13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
}
.titulo_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #063;
}
.divprecio {
	background-image: url(../images/fondo_precio.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #D58000;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
}
.divpuntos {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	width: 526px;
}
.div_titulocoleccion {
	background-image: url(../images/title_coleccion.jpg);
	width: 533px;
	background-repeat: no-repeat;
	height: 52px;
	padding-top: 15px;
	padding-left: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #DF8600;
}
.verdana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

