*{
	margin: 0;
	padding: 0;
}

.todo {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background: #666 url(../images/background.gif) repeat-x;
}

a {
	font-weight:bold;
	text-decoration: none;	
}


a:visited {
	font-weight:bold;	
	text-decoration: none;	
}

a:hover {
	font-weight:bold;	
	text-decoration: underline;	
}

#general {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	/*background: url("../banners/bgcabecera.jpg") no-repeat;*/
}


#cabecera {
	height: 200px;
	background-image: url("../images/logo.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
	background-repeat: no-repeat;
}

#buscador {

	position:absolute;
	top: 125px;
	margin-left: 20px;
	padding-left: 0px;
	font-size: 12px;
	font-weight: bold;	
	color: #FFF;	
	text-shadow: 0.1em 0.1em 0.1em #666;		
}

#identificacion {
	position:absolute;
	margin-left: 220px;
	padding-left: 0px;
	padding-top: 10px;	
	font-size: 22px;
	font-weight: bold;	
	color: #333;
}	

#attcliente {
	position:absolute;
	margin-left: 165px;
	padding-left: 55px;
	padding-top: 75px;	
	font-size: 11px;
	font-weight: bold;	
	color: #666;
	
	text-align:left;
		
	width:422px;
	height:200px;	
	overflow:visible;
	/*background-image: url("../banners/attcliente.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='banners/attcliente.png');
	background-repeat: no-repeat;*/
}

#pestanas {
	position:absolute;
	z-index:9;
	width:760px;
}

ul#tabs {
	position:absolute;
	top: 115px;
	margin-left: 221px;
	padding:0;
	height: 35px;
	z-index: 1;
}

ul#tabs li {
	float:left;
	height: 35px;
	padding-left: 10px;
	list-style: none;
	margin-right: 1px;
	background: url(../images/tabs.png) left -70px;
}

ul#tabs li.actual {
	height: 35px;
	background: url(../images/tabs.png) left -105px;
}

ul#tabs li a {
	display: block;
	/* hack para ie6 */
	.display: inline-block;
	/* fin del hack */
	height: 35px;
	line-height: 35px;
	padding-right: 10px;
	outline: 0px none;
	font-size: 12px;
	font-weight: bold;	
	color: #FFF;	
	text-decoration: none;
	background: url(../images/tabs.png) right 0px;
	text-shadow: 0.1em 0.1em 0.1em #666;
}

ul#tabs li.actual a {
	height: 35px;
	font-size: 12px;
	font-weight: bold;	
	color: #666;
	line-height: 35px;
	background: url(../images/tabs.png) right -35px;
	cursor: default;	
	text-shadow: 0.1em 0.1em 0.1em #CCC;	
}

#menu {
	position:absolute;
	z-index:10;
	width: 190px;	
	visibility: hidden;	
	background: #FFF url(../images/bgmenu.gif) bottom repeat-x;
	border-bottom: 4px solid #A9B3C4;
	border-left: 1px solid #CCC;
	border-right: 1px solid #EEE;
}

.menu_columna{
	width: 190px;
	float: left;
}

.F p {	
	padding: 10px 10px 2px 10px;
}

.S p {
	padding: 2px 10px 2px 20px;
}

.S p.one {
	text-indent: 100px;
}

.tab_enlaceF {
	color: #009999;
	text-decoration:none
}

a.tab_enlaceF {
	color: #009999;
	text-decoration:none
}

a.tab_enlaceF:hover {
	color: #F58028;
	text-decoration:none
}

.tab_enlaceS {
	color: #666;
	text-decoration:none
}

a.tab_enlaceS {
	color: #666;
	text-decoration:none
}

a.tab_enlaceS:hover {
	color: #F58028;
	text-decoration:none
}

#contenido{
	clear:both;
	width: 850px;
	background-color: #FFF;	

}

#izquierda {
	width: 220px;
	float: left;
}


#centro {
	width: 540px;
	float: left;
}	

#derecha {
	width: 220px;
	float: left;
	text-align: right;
}

#proceso_compra {
	width: 760px;
	float: left;
	text-align: right;
}

.error {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	border: 1px dotted #F00;

	margin: 0px;
	text-align:center;
}

.bloque{
	padding: 20px 20px 0px 20px;
	margin: 0;
	width: 180px;
	text-align:left;
} 

.bloque2{
	padding: 20px 0px 20px 0px;
	margin: 0;
	width: 540px;
	text-align:left;
} 

.titular{
	padding: 2px 10px 3px 10px;
	margin-bottom:10px;
    background-color: #099;	
	font-size: 11px;
	font-weight: bold;	
	color: #FFF;	
}	

#banners {
	padding: 20px 0px 0px 0px;
}

.finalizador {
	clear: both;
	margin:0px; 
	padding: 0px;
}

#pie {
	clear: both;
	position:relative;
	margin-top:15px;
	padding: 10px 0px 10px 0px;
	width:100%;

	background-color: #666;	
	text-align:center;
	color: #FFF;
}

.nombre1 {
	border-top:1px dotted #CFCFCF;
	border-bottom:1px dotted #CFCFCF;
	background-color: #EFEFEF;	
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
}

.subtitulo {
	font-size:14px;
	font-weight:bold;
}

.precio1 {
	font-size:18px;
	font-weight:bold;
	color:#EB5F01;
}

.precio2 {
	font-size:22px;
	font-weight:bold;
	color:#EB5F01;
}

.porsolo2 {
	font-size:12px;
	font-weight:bold;
	color:#EB5F01;
	text-align:right;
	padding: 5px 0px 0px 0px;;
}


.inputtext {
	width: 140px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #EFEFEF;
	border: 1px solid #666;	
	padding:2px 5px 2px 5px;
}

.selecttext {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #EFEFEF;
	border: 1px solid #666;	
	padding:2px 5px 2px 5px;
}

.textareatext {
	width: 140px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #EFEFEF;
	border: 1px solid #666;	
	padding:2px 5px 2px 5px;
}


.buscar {
	width: 140px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #EFEFEF;
	border: 2px solid #FFF;	
	padding:1px 5px 1px 5px;
}

.boton2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666;
	border: 2px solid #FFF;
	width:auto;
}

.go {
	width: 20px;
	height: 20px;	
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #A9B3C4;
	border: 2px solid #FFF;
	padding:0px 0px 10px 0px;
}


#minicarrito td {
	padding: 0px 0px 3px 0px;
}

#minicarrito_boton {
	width: 180px;
	height:59px;
	background: #FFF url(../images/carrito.gif) bottom no-repeat;
	cursor:hand;
}

#minicarrito_boton:hover {
	background: #FFF url(../images/carritoON.gif) bottom no-repeat;
}

#seguridad {
	text-align:center;
}

#topventas li {
	padding:0px 0px 10px 0px;
	margin-left: 20px;
}	

.oferta {
	width:175px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CFCFCF;
}

.bullet_destacado {
	position:absolute;
	z-index: 5;
	width: 75px;
	height: 17px;
	background-image: url("../images/bullet_destacado.png") !important;	
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bullet_destacado.png'); 	
}

.bullet_novedad {
	position:absolute;
	margin-left:100px;
	z-index: 5;
	width: 75px;
	height: 75px;
	background-image: url("../images/bullet_novedad.png") !important;	
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bullet_novedad.png'); 	
}


.bullet_oferta {
	position:absolute;
	margin-left:100px;
	z-index: 5;
	width: 75px;
	height: 75px;
	background-image: url("../images/bullet_oferta.png") !important;	
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bullet_oferta.png'); 	
}


.specs_overlay {
	position:absolute;
	visibility: hidden;	
	z-index: 6;
	width: 175px;
	height: 175px;
	background: #FFFFFF;
	opacity:0.85;	
	filter: alpha(opacity=85);
	cursor: hand;	
}

.specs_text {
	position:absolute;
	visibility: hidden;	
	text-align: left;
	z-index: 7;
	width: 175px;
	height: 175px;
	overflow: hidden;
	cursor: hand;
}

.specs_text ul {
	list-style: square;
	margin: 30px 10px 30px 30px;
	
}


.bullet_novedad_producto {
	position:absolute;
	margin-left:185px;
	z-index: 5;
	width: 75px;
	height: 75px;
	background-image: url("../images/bullet_novedad.png") !important;	
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bullet_novedad.png'); 	
}

.bullet_oferta_producto {
	position:absolute;
	margin-left:185px;
	z-index: 5;
	width: 75px;
	height: 75px;
	background-image: url("../images/bullet_oferta.png") !important;	
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bullet_oferta.png'); 	
}

#breadcrumbs {
	margin:20px 0px 20px 0px;
	padding: 2px 10px 3px 10px;	
	background-color: #EFEFEF;
	text-align:left;
	color:#666;
	clear:both;
} 

a.breadcrumb_enlace {
	color: #666;
}

a.breadcrumb_enlace:hover {
	color: #666;
	test-decoration: underline;
}

#grid {
	background: url(../images/grid.gif) repeat-y;
	margin:0px;
	padding:0px;
}	

#paginacion {
	margin:20px 0px 20px 0px;
	padding: 2px 10px 3px 10px;	
	background-color: #EFEFEF;
	text-align:center;
	clear:both;
}

#paginacion_anterior {
	float:left;
}

#paginacion_siguiente {
	float:right;
}

.item {

	float:left;
	width:180px;
	text-align:center;
	padding: 10px 0px 10px 0px;
	z-index:2;
}

#item_ficha {
	margin:0px;
	padding:0px;
}	

#item_img {
	float:left;
	width:260px;
}

#item_info {
	float:right;
	width:260px;
}


.item_nombre {
	font-size:18px;
	font-weight:bold;
	border-bottom: 1px solid #A9B3C4;	
	padding: 0px 0px 10px 0px;	
}

.item_disponibilidad {
	clear:both;
	padding: 2px 10px 3px 10px;	
	background-color: #EFEFEF;
	border-bottom: 1px solid #A9B3C4;	
	text-align:right;
	color:#666666;
}

.item_resumen {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;	
	font-size:12px;
}

.item_resumen ul li {
	list-style: square;
	margin-left:20px;
}

.item_reffab {
	color:#666;
}

.precio3 {
	font-size:24px;
	font-weight:bold;
	color:#EB5F01;
}

.item_porsolo3 {
	font-size:14px;
	font-weight:bold;
	color:#EB5F01;	
	text-align:right;
	padding: 10px 0px 0px 0px;	
}

.item_bloquecompra {
	clear:both;
}

.item_impuestos_envio {
	text-align:right;
}


.item_carrito {
	position:relative;
	width: 65px;
	height:65px;
	float:right;
	background: #FFF url(../images/item_carrito.gif) bottom no-repeat;
	cursor:hand;
}

.item_carrito:hover {
	background: #FFF url(../images/item_carritoON.gif) bottom no-repeat;
}

.item_minicarrito {
	position:relative;
	width: 40px;
	height:40px;
	float:right;
	background: #FFF url(../images/item_minicarrito.gif) bottom no-repeat;
	cursor:hand;
}

.item_minicarrito:hover {
	background: #FFF url(../images/item_minicarritoON.gif) bottom no-repeat;
}

.item_miniinfo {
	position:relative;
	width: 40px;
	height:40px;
	float:right;
	background: #FFF url(../images/item_info.gif) bottom no-repeat;
	cursor:hand;
}

.item_miniinfo:hover {
	background: #FFF url(../images/item_infoON.gif) bottom no-repeat;
}

#item_pestanas {
	clear:both;
	height:22px;
	width:540px;
	background: url(../images/bgminitabs.gif) repeat-x;
}

ul#minitabs li {
	float:left;
	height: 22px;
	padding-left: 5px;
	list-style: none;
	margin-left: 5px;
	background: url(../images/minitabs.gif) left -44px;
}

ul#minitabs li a {
	display: block;
	/* hack para ie6 */
	.display: inline-block;
	/* fin del hack */
	height: 22px;
	line-height: 22px;
	padding-right: 5px;
	outline: 0px none;
	font-size: 11px;
	font-weight: normal;	
	color: #666;	
	text-decoration: none;
	background: url(../images/minitabs.gif) right 0px;
}


ul#minitabs li a:hover {
	text-decoration: underline;
}

ul#minitabs li.actual2 {
	height: 22px;
	background: url(../images/minitabs.gif) left -66px;
}



ul#minitabs li.actual2 a {
	height: 22px;
	font-size: 11px;
	font-weight: normal;	
	color: #666;
	line-height: 22px;
	background: url(../images/minitabs.gif) right -22px;
	cursor: default;	
}

ul#minitabs li.actual2 a:hover {
	text-decoration: none;
}

.item_minitabs_descripcion {
	clear:both;
	padding:10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CFCFCF;	
}

.item_minitabs_descripcion ul li {
	margin-left: 30px;
}


.negro {
	font-size: 11px;
	color: #000;	
	text-decoration: none;
}


a.negro {
	color:#000;
	text-decoration: none;
}

a.negro:visited {
	color:#000;
	text-decoration: none;
}

a.negro:hover {
	color:#000;
	text-decoration: underline;
}

.gris {
	color: #666;
}


a.gris {
	color:#666;
	text-decoration: none;
}

a.gris:visited {
	color:#666;
	text-decoration: none;
}

a.gris:hover {
	color:#666;
	text-decoration: underline;
}

.ofertas {
	width:175px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #CFCFCF;
}

.ofertas_foto {
	float:right;
}

.ofertas_porsolo {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#EB5F01;	
}

#carrito {
	padding: 0px 20px 0px 0px;
	margin: 0;
	text-align:left;
}

table#carrito_tabla th {
	padding: 2px 10px 3px 10px;
    background-color: #A9B3C4;	
	font-size: 11px;
	font-weight: bold;	
	color: #FFF;	
}	

table#carrito_tabla td {
	border-bottom:1px dotted #CFCFCF;
	padding: 2px 10px 3px 10px;
}	

.carrito_del {
	text-align:center;
	width:50px;	
}

.carrito_img {
	text-align:center;
	width:120px;
}

.carrito_qty {
	text-align:center;
	width:65px;		
}

.carrito_ite {
	text-align:left;
	padding-left:10px;
	width:280px;

}

.carrito_eur {
	text-align:right;
	padding-right:10px;
	width:100px;	
}

.carrito_sub {
	text-align:right;
	padding-right:10px;
	font-size:14px;	
	font-weight:bold;	
	width:145px;		
}

.carrito_txtdes {
	text-align:right;
	font-size:11px;	

}

.carrito_eurdes {
	text-align:right;
	padding-right:10px;
	font-size:14px;	
	font-weight:bold;
	color:#F00;

}

.carrito_txtsub {
	text-align:right;
	font-size:14px;	
	font-weight:bold;	
	background: #666;
	color:#FFF;
}

.carrito_eursub {
	text-align:right;
	padding-right:10px;
	font-size:14px;	
	font-weight:bold;	
	background: #666;	
	color:#FFF;	
}

.carrito_txttot {
	text-align:right;
	font-size:24px;	
	font-weight:bold;	
	color:#666;	
	background: #EFEFEF;		
}

.carrito_eurtot {
	text-align:right;
	padding-right:10px;
	font-size:24px;	
	font-weight:bold;
	color:#666;	
	background: #EFEFEF;		
}

#carrito_actualizar {
	width: 168px;
	float:right;
	height:59px;
	background: #FFF url(../images/actualizarcesta.gif) bottom no-repeat;
	text-align:center;
	cursor:hand;
}

#carrito_actualizar:hover {
	background: #FFF url(../images/actualizarcestaON.gif) bottom no-repeat;
}

#carrito_boton {
	width: 168px;
	float:right;
	height:59px;
	background: #FFF url(../images/finalizarcompra.gif) bottom no-repeat;
	text-align:center;
	cursor:hand;
}

#carrito_boton:hover {
	background: #FFF url(../images/finalizarcompraON.gif) bottom no-repeat;
}

#lightbox_contenido {
	clear:both;
	width: 850px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;

}

#lightbox_head {
	clear:both;
	width: 100%px;
	margin-bottom: 10px;
	padding: 3px;
	margin-top: 10px;
	background: #EEE;
	font-size: 20px;
	color: #000;
	font-weight:bold;	
	border-top: 2px solid #009999;
	border-bottom: 2px solid #EEE;
}

#lightbox_breadcrumbs {
	text-align:left;
	font-size: 11px;
	font-weight: normal;
	color:#666;
	clear:both;
} 

a.lightbox_breadcrumb_enlace {
	color: #666;
}

a.lightbox_breadcrumb_enlace:hover {
	color: #666;
	test-decoration: underline;
}

#lightbox_grupo {
	width: 880px;
	background: url(../images/bgdatos.gif) repeat-y;	
}

.lightbox_grupo_head {
	background: #CCC;
	padding: 1px 1px 1px 5px;
}

#lightbox_izq {
	width: 420px;
	float: left;
}

#lightbox_der {
	width: 420px;
	float: right;
}

#lightbox_cen {
	clear: both;
	width: 880px;
	margin-bottom: 20px;
}

table#lightbox_carrito th {
	padding:3px;
  background-color: #EFEFEF;	
	font-size: 11px;
	color: #666;	
	font-weight: normal;
}	

table#lightbox_carrito td {
	border-bottom:1px dotted #CFCFCF;
	padding: 3px;
}	

.lightbox_direccion {
	margin: 3px 20px 20px 25px;
}

.i_text_minismall {
	width: 75px;
	border: 1px solid #666;
	font-size: 11px;
	color: #000;
	padding: 2px;
	font-weight:bold;
	background: #EFEFEF;
}

.i_text_small {
	width: 100px;
	border: 1px solid #666;
	font-size: 11px;
	color: #000;
	padding: 2px;
	font-weight:bold;
	background: #EFEFEF;
}

.i_text_medium {
	width: 250px;
	border: 1px solid #666;
	font-size: 11px;
	color: #000;
	padding: 2px;
	font-weight:bold;
	background: #EFEFEF;
}

.i_text_large {
	width: 450px;
	border: 1px solid #666;
	font-size: 11px;
	color: #000;
	padding: 2px;
	font-weight:bold;
	background: #EFEFEF;
}

select {
	border: 1px solid #666;
	font-size: 11px;
	color: #000;
	padding: 2px;
	font-weight:bold;
	background: #EFEFEF;
}

.i_textarea {
	width: 850px;
	height: 25px;
	border: 1px solid #666;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 2px;
	font-weight:bold;
	background: #EFEFEF;
}




#pagar_boton {

	width: 168px;
	height:59px;
	background: #FFF url(../images/pagar.gif) bottom no-repeat;
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	cursor:hand;
}

#pagar_boton:hover {
	background: #FFF url(../images/pagarON.gif) bottom no-repeat;
}

#imprimir_boton {
	width: 168px;
	height:59px;
	background: #FFF url(../images/imprimir.gif) bottom no-repeat;
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	cursor:hand;
}

#imprimir_boton:hover {
	background: #FFF url(../images/imprimirON.gif) bottom no-repeat;
}

#continuarcompra_boton {
	width: 168px;
	height:59px;
	background: #FFF url(../images/continuarcompra.gif) bottom no-repeat;
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	cursor:hand;
}

#continuarcompra_boton:hover {
	background: #FFF url(../images/continuarcompraON.gif) bottom no-repeat;
}

#datos_boton {
	width: 168px;
	height:59px;
	background: #FFF url(../images/continuar.gif) bottom no-repeat;
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	cursor:hand;
}

#datos_boton:hover {
	background: #FFF url(../images/continuarON.gif) bottom no-repeat;
}

#datos_boton_confirmar {
	width: 168px;
	height:59px;
	background: #FFF url(../images/confirmar.gif) bottom no-repeat;
	margin: 0px auto; /* centrar con firefox */
	text-align:center; /* centra las capas con internet explorer */
	cursor:hand;
}

#datos_boton_confirmar:hover {
	background: #FFF url(../images/confirmarON.gif) bottom no-repeat;
}


#overlay {
	visibility:hidden;
	display:none;
	position:absolute;
	top:0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: #CFCFCF;
	opacity:0.75;
}

#media {
	visibility:hidden;
	position:absolute;
	display:none;
	left: 50%;
	top:50%;
	z-index: 10;
	width: 560px;
	height: 400px;
	margin-left:-280px;
	margin-top: -227px;	
	background-color: #fff;
	border:1px dotted #CCC;
	padding: 15px;
}

#cerrar_overlay {
	visibility:hidden;
	display:none;
	position:absolute;	
	width: 29px;
	height: 29px;			
	left: 50%;
	margin-left: -274px;
	top:50%;
	margin-top: -240px;
	z-index: 11;
	background: url(../images/bg_cerrar_overlay.png);
	cursor: hand;
}

*:first-child+html body #overlay {
	filter: alpha(opacity=50);
} 

* html #overlay {
	filter: alpha(opacity=50);
}


#lightbox {
	visibility:hidden;
	display:none;
	position:absolute;
	top:0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: #CFCFCF;
	opacity:0.75;
}

#media2 {
	visibility:hidden;
	position:absolute;
	display:none;
	left: 50%;
	top:50%;
	z-index: 10;
	width: 900px;
	height: 520px;
	margin-left:-465px;
	margin-top: -255px;	
	background-color: #fff;
	border:1px solid #666;
	padding: 15px;	

}

#cerrar_lightbox {
	visibility:hidden;
	display:none;
	position:absolute;	
	width: 77px;
	height: 29px;			
	left: 50%;
	margin-left: -455px;
	top:50%;
	margin-top: -268px;
	z-index: 11;
	background: url(../images/bg_cerrar_lightbox.png);
	cursor: hand;
}

*:first-child+html body #lightbox {
	filter: alpha(opacity=50);
} 

* html #lightbox {
	filter: alpha(opacity=50);
}
