/* Maquetación de la estructura
 * 
 */

html{
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:.7em;
	color:#5f5f5f;
	height:100%;
	background-color:#a6ce39;
}

/*Contenedor de todas las capas*/

div.contenedor {
	position:relative;
	width:1024px;
	height:auto;
	margin:auto;
}

/*cabecera con forma redondeada, logo, estrella y sombra*/

div.cabecera-1 {
	position:relative;
	width:100%;
	height:163px;
	background: url('../Imagen/Maqueta/header_bg.jpg') transparent no-repeat 0px 0px;
	z-index:1;
}

div.banderas {
	position: absolute;
	top:150px;
	left:933px;
	width:81px;
	height:30px;
	background: url('../Imagen/Maqueta/banderasIdiomas.jpg') transparent no-repeat 0px 0px;
}


/*
 * Menu idiomas
 */

div.banderas a {
	position:absolute;
	top:7px;
	width:19px;
	height:16px;
}

div.banderas a.espanol { left:5px; }
div.banderas a.english { left:30px; }
div.banderas a.francais { left:53px; }


div.banderas a:hover {
	text-decoration: none;	
}
/* Estilos carrito de compra */

div.contenedor_carrito {
	position: absolute;
	z-index: 99;
	top: 150px;
	left: 733px;
	width: 197px;
	height: 46px;
	background: url('../Imagen/Maqueta/boton_carrito.jpg') no-repeat top left;
}

div.titulo_carrito {
	position: absolute;
	top: 12px;
	width:196px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	
}

div.titulo_carrito a:hover{
	color: #ffffff;
	text-decoration: none;
}

div.carritoDesplegado {
	position: absolute;
	top: 0px;
	left: 0px;
	width:196px;

}

div.contenedor_contenido_carrito {
	padding-top:68px;
	padding-bottom:50px;
}

div.topContenedorCarrito {
	width:866px;
	height: 19px;
	margin-left:80px;
	background: url(../Imagen/Maqueta/carrito/carrito_top.jpg) no-repeat top left;
}

div.bottomContenedorCarrito {
	width:866px;
	height: 19px;
	margin-left:80px;
	background: url(../Imagen/Maqueta/carrito/carrito_bottom.jpg) no-repeat top left;
}

div.middleContenedorCarrito {
	width:806px;

	margin-left:80px;
	padding: 30px;
	padding-top:30px;
	padding-bottom:30px;
	background: url(../Imagen/Maqueta/carrito/carrito_bg.jpg) repeat-y top left;
}

div.contingutCarrito {
	position:relative;
}

div.contingutCarrito table.tablaListado {
	font-size: 10pt;
}

div.contingutCarrito table.tablaListado tr {
	border-bottom:2px dashed #999999;
}

div.contingutCarrito table.tablaListado tr td {
	padding-top: 10px;
	padding-bottom: 10px;	
}

div.linksCarrito{
	position:relative;
	margin-top: 20px;
	font-size:1.4em;
	height: 30px;
}

div.linksCarrito a.linkCarrito {

	position: absolute;
	display: block;
	top: 0px;

	width: 394px;
	height: 34px;
	background: url('../Imagen/Maqueta/comprar/boton_seguir_comprando_bg.jpg') transparent no-repeat 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top:12px;
	
	cursor: pointer;
}

div.linksCarrito a.linkCarrito:hover { text-decoration: none; background: url('../Imagen/Maqueta/comprar/boton_seguir_comprando_bg.jpg') transparent no-repeat 0px -46px;}

div.linksCarrito a.linkCarritoFinalizar {
	right: 0px;
}

div.linksCarrito a.linkCarritoVolver {
	left: 0px;
}

div.totalCarrito{
	position:relative;
	height:20px;
	margin-right:24px;
	margin-top: 24px;
	font-size:12pt;
	font-weight:bolder;
	vertical-align:text-bottom;
}

div.carrito ul{
	margin:0;
	padding:5px 0 15px 0;
	margin-left:5px;
	list-style-type: none;
	border-style:none;	
	background:0px 3px no-repeat;
}

div.carrito table.tablaCarritoMiniatura {
	padding:0;
	margin:0;
}
div.carrito table.tablaCarritoMiniatura td {
	padding:0;
	margin:0;
	padding-bottom:12px;
}

div.carrito table.tablaCarritoMiniatura td.categoria {
	padding:0;
	margin:0;
	padding-top:2px;
	font-style:italic;
	width:185px;
}

div.carrito table.tablaCarritoMiniatura a.linkArticulo {
	margin:0;
	padding:2px 0 0px 0;
	margin-left:5px;
	list-style-type: none;
	border-style:none;	
	background:0px 3px no-repeat;
	color:#5f5f5f;
	font-size:7pt;
	display:block;
	height:25px;
	padding-left:30px;
	display:block;
	vertical-align:middle;
	background-position: center left;
}

div.carrito table.tablaCarritoMiniatura a.linkArticulo:hover {
	cursor:pointer;
}	

div.carrito table.tablaCarritoMiniatura a.linkArticulo label{
	margin-top:5px;
	display:block;
	vertical-align:middle;
}

div.carrito table.tablaCarritoMiniatura td.linkEditarEliminar {
	margin:0;
	padding:0;
	padding-top:2px;
	vertical-align:middle;
	margin-left:1em;
	width:15px;
}

div.carrito ul li{ padding:0 0 0 30px; margin-left:1em;}
div.carrito ul li.titulo{margin-left:0;}
div.carrito p{
	margin:0;
	text-align:center;
	padding:0 0 7px 0;
}
div.carrito hr{
	border:0;
	height:1px;
	color:#d6d6d6;
	background-color:#d6d6d6;
}
div.carrito p a{
	font-weight:bold;
	color:#009900;
}
div.carrito p a:hover{
	text-decoration:underline;	
}

/* Estilos del menu principal
 * 
 */

div.menu {
	position:absolute;
	width:auto;
	height:98px;
	top:0px;
	right:0px;
	z-index:3;
	_right:0px;
	overflow: hidden;
}

div.menu ul.menuUl{
	margin:0;
	padding:0;
}

div.menu ul.menuUl li{
	display:block;
	float:left;
	list-style:none;
}


div.menu ul.menuUl li a{
	display:block;
	float:left;
	text-decoration:none;
	text-transform: lowercase;
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding-top: 52px;
	overflow: hidden;
}

div.menu ul.menuUl li a:hover {
	font-weight: bold;
}


div.menu ul.menuUl li a.etiquetas{
	width:120px;
	height:98px;
	background: url('../Imagen/Maqueta/button_label.jpg') transparent no-repeat 0px 0px;
	padding-left: 5px;
}

div.menu ul.menuUl li a.etiquetas:hover{
	background: url('../Imagen/Maqueta/button_label.jpg') transparent no-repeat 0px -98px;
}

div.menu ul.menuUl li a.etiquetas:active{
	background: url('../Imagen/Maqueta/button_label.jpg') transparent no-repeat 0px -196px;
}


div.menu ul.menuUl li a.comprar{
	width:120px;
	height:98px;
	background: url('../Imagen/Maqueta/button_buy.jpg') transparent no-repeat 0px 0px;
	margin-right: 12px;
}

div.menu ul.menuUl li a.comprar:hover{
	background: url('../Imagen/Maqueta/button_buy.jpg') transparent no-repeat 0px -98px;
}

div.menu ul.menuUl li a.comprar:active{
	background: url('../Imagen/Maqueta/button_buy.jpg') transparent no-repeat 0px -196px;
}


div.menu ul.menuUl li a.precios{
	width:120px;
	height:98px;
	background: url('../Imagen/Maqueta/button_price.jpg') transparent no-repeat 0px 0px;
	margin-right: 0px;
}

div.menu ul.menuUl li a.precios:hover{
	background: url('../Imagen/Maqueta/button_price.jpg') transparent no-repeat 0px -98px;
}

div.menu ul.menuUl li a.precios:active{
	background: url('../Imagen/Maqueta/button_price.jpg') transparent no-repeat 0px -196px;
}


div.menu ul.menuUl li a.aplicaciones{
	width:120px;
	height:98px;
	background: url('../Imagen/Maqueta/button_aplicattions.jpg') transparent no-repeat 0px 0px;
	margin-right: 23px;
}

div.menu ul.menuUl li a.aplicaciones:hover{
	background: url('../Imagen/Maqueta/button_aplicattions.jpg') transparent no-repeat 0px -98px;
}

div.menu ul.menuUl li a.aplicaciones:active{
	background: url('../Imagen/Maqueta/button_aplicattions.jpg') transparent no-repeat 0px -196px;
}


div.menu ul.menuUl li a.contacto{
	width:120px;
	height:98px;
	background: url('../Imagen/Maqueta/button_contact.jpg') transparent no-repeat 0px 0px;
	margin-right: 59px;
}

div.menu ul.menuUl li a.contacto:hover{
	background: url('../Imagen/Maqueta/button_contact.jpg') transparent no-repeat 0px -98px;
}

div.menu ul.menuUl li a.contacto:active{
	background: url('../Imagen/Maqueta/button_contact.jpg') transparent no-repeat 0px -196px;
}



/* Pie de pagina */

div.piePagina {
	position: relative;
	width: 100%;
	height: 350px;
	padding-bottom: 40px;
	background: url('../Imagen/Maqueta/footer_bg.jpg') no-repeat top left #63511f;
}

div.tituloPiePagina {
	position:absolute;
	top:84px;
	left:62px;
	
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

div.piePaginaCol1 {
	position: absolute;
	width: 200px;
	top: 140px;
	left: 40px;
}

div.piePaginaCol2 {
	position: absolute;
	width: 200px;
	top: 140px;
	left: 360px;
}

div.piePaginaCol3 {
	position: absolute;
	width: 200px;
	top: 140px;
	left: 700px;
}

div.piePagina a {
	color: #ffffff;
	display: block;
	margin-top: 10px;
}

div.piePagina a:hover {
	color: #19d30d;
	text-decoration: underline;
}

div.piePaginaLineaPunteada {
	position: absolute;
	left: 8px;
	bottom: 20px;
	width: 1008px;
	border-top: 1px dashed #ffffff;
}

/*la parte de contenido de texto*/

div.include{
	position:relative;
	width:920px;
	height:auto;
	padding:10px 30px;
	/*background: url('../Imagen/Maqueta/bordersLaterales.gif') transparent repeat-y -16px 0px;*/
	z-index:1;
	
	background:#CCCCCC;
	margin-left:18px;
	margin-top:58px;
	padding:0 30px;
	width:885px;
	
}


div.contenedor_central {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	background: url('../Imagen/Maqueta/body_bg.jpg') transparent repeat-y 0px 0px;
}

div.titulo_seccion {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 253px;
	height: 45px;
	padding-top: 10px;
	
	background: url('../Imagen/Maqueta/etiqueta_roja.jpg') transparent no-repeat 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}


div.etiquetas_contenedor_pasos {
	position: relative;

	padding-top: 58px;
	margin-left: 73px;	
	
	background:transparent url(../Imagen/Maqueta/portada/portada_bg.jpg) no-repeat 0 58px;
	
	width:866px;
	height:459px;
}

a.enlacePortadaComprarEtiquetas {
	display: block;
	position: absolute;
	
	left:0;
	top:26px;
	
	height:275px;
	width:866px;
}

a.enlacePortadaComprarEtiquetas:hover {
	text-decoration: none;
}

div.etiquetas_titulo_pasos {

	padding-top:25px;
	
	text-align:center;
	text-transform:uppercase;

	color:#67AFD6;
	font-size:34px;
	font-weight:bold;
}

div.etiquetas_descripcion {
	padding-top: 2px;
        padding-left: 20px;
        padding-right: 20px;
	
	color:#000000;
	font-size:12px;
}

div.etiquetas_pasos {
	position: relative;
	
	width:861px;	
	height:289px;

	margin-top:10px;
}

div.etiquetas_pasos .paso1 {
	position: absolute;
	top: 46px;
	left: 28px;
	font-size: 24px;
	font-weight: bold;

	color:#DE7C7D;
}

div.etiquetas_pasos .paso2 {
	position: absolute;
	top: 94px;
	left: 28px;
	font-size: 12px;
	color:#000000;
}

div.etiquetas_pasos .paso3 {
	position: absolute;
	top: 94px;
	left: 608px;
	font-size: 12px;
	color:#000000;
}

div.etiquetas_pasos .paso1bottom {
	position: absolute;
	width: 177px;
	top: 263px;
	left: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

div.etiquetas_pasos .paso2bottom {
	position: absolute;
	width: 177px;
	top: 263px;
	left: 340px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

div.etiquetas_pasos .paso3bottom {
	position: absolute;
	width: 177px;
	top: 263px;
	left: 665px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}


div.precios_contenedor {
	position: relative;
	width: 891px;
	height: 572px;
	top: 58px;
	margin-left: 70px;
	padding-left:40px;
	padding-top:33px;
	background: url('../Imagen/Maqueta/precios/fondo_cuadro.jpg') top left transparent no-repeat;	
}

div.tablaPrecios {
	position: absolute;
	top: 79px;
	left: 40px;
	width: 804px;
}

div.tablaPrecios table {
	font-size: 13px;
	color: #818080;
}

div.tablaPrecios table thead tr th {
	text-align: center;
	height: 40px;
	color: #ffffff;
}


div.tablaPrecios table tbody tr th {
	text-align: center;
}

div.tablaPrecios table tbody tr td {
	width: 150px;
	height: 25px;
	text-align: center;
}

div.precios_bloque2 {
	position:absolute;
	top:225px;
	left:40px;
	width:809px;
}



div.aplicaciones_contenedor {
	position: relative;
	width: 810px;
	height: 572px;
	top: 58px;
	margin-left: 70px;
	padding-left:40px;
	padding-right: 40px;
	padding-top:30px;
	background: url('../Imagen/Maqueta/aplicaciones/fondo_cuadro.jpg') top left transparent no-repeat;	
}

div.aplicaciones_bloque1_titulo {
	position: absolute;
	width: 800px;
	text-align: center;
	top: 80px;
	left: 42px;
	font-size: 16px;
	font-weight: bold;
}

div.aplicaciones_bloque1_paso {
	position: absolute;
	width: 154px;
	top: 185px;
	text-align: center;
}

div.aplicaciones_bloque1_paso1 { left: 56px;  width:125px;}
div.aplicaciones_bloque1_paso2 { left: 210px; width:190px; }
div.aplicaciones_bloque1_paso3 { left: 462px; }
div.aplicaciones_bloque1_paso4 { left: 680px; }

div.aplicaciones_bloque2_titulo {
	position: absolute;
	width: 360px;
	text-align: center;
	top: 282px;
	left: 42px;
	font-size: 16px;
	font-weight: bold;
}

div.aplicaciones_bloque2_paso {
	position: absolute;
	width: 154px;
	top: 400px;
	text-align: center;
}

div.aplicaciones_bloque2_paso1 { left: 56px;  width:125px;}
div.aplicaciones_bloque2_paso2 { left: 230px; }


div.aplicaciones_bloque3 {
	position: absolute;
	width: 380px;
	top: 276px;
	left: 432px;
}


div.contacto_contenedor {
	position: relative;
	padding-top: 58px;
	margin-left: 55px;
}

table.tabla input.inputSiguienteContacto {
	width: 93px;
	height: 57px;
	margin-left: 233px;
	background: url('../Imagen/Maqueta/boton_form_bg.jpg') top left transparent no-repeat;
	border: 0px none;
	color: #ffffff;
}

table.tabla input.inputSiguienteContacto:hover {
	background-position: bottom left;
}







/* formulario de editar y comprar etiqueta */

div.mensajeCarrito {
	position: absolute;
	top: -23px;
	left: 254px;
}

div.mensajeCarrito p {
	width:396px;
	padding: 2px 8px;
	background: #F1DC21;
	color: #000000;
	text-align:center;
	font-weight: bold;	
}

div.comprar_contenedor {
	position: relative;
	width: 903px;
	height: 572px;
	top: 58px;
	margin-left: 58px;
	
	background: url('../Imagen/Maqueta/comprar/fondo_cuadro.jpg') top left transparent no-repeat;	
}

div.comprar_contenedor div.titulo {
	font-weight: bold;
	font-size: 14px;
}

div.comprar_contenedor_izquierda {
	position:relative;
	width:367px;
	height:345px;
	top:10px;
	left:15px;
	color:#FFFFFF;
}

div.contenedorPrevisualizacion {
	position: absolute;
	top: 5px;
	left: 0px;
}

div.contenedorPrevisualizacion div.info {
	width: 367px;
}

div.contenedorMedidas {
	position:absolute;
	top:115px;
	height:64px;
}

div.contenedorTipoEtiqueta {
	position:absolute;
	top:183px;
	height:64px;
}

div.contenedorCantidad {
	position: absolute;
	top:247px;
}

div.contenedorColoresCinta {
	position: absolute;
	top: 308px;
	left: 0px;
	width: 399px;
}


div.comprar_contenedor_derecha {
	position:absolute;
	width:435px;
	height:345px;
	top:10px;
	left:449px;
	color:#FFFFFF;
}

div.contenedorTexto {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 65px;
}

div.contenedorTextoSuperior { top: 0px; }
div.contenedorTextoInferior { top: 40px; }
 

div.tituloContenedorTexto {
	position: absolute;
	top: 5px;
	left: 0px;
	font-weight: bold;
	color: #ffffff;
}

div.contenedorCajaTexto {
	position: absolute;
	top: 0px;
	left: 60px;
}

div.contenedorTipoLetra {
	position: absolute;
	top: 76px;
	left: 0px;
}

div.contenedorColoresLetra {
	position: absolute;
	top: 76px;
	left: 100px;
}

div.contenedorTamanoLetra {
	position: absolute;
	top: 30px;
	left: 300px;
}

div.contenedorIconos {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 429px;
	padding-top: 20px;
	border-top:1px dashed #FFFFFF;
}

div.contenedorIconos ul {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

div.contenedorIconos ul li {
	margin: 0px;
	margin-top: 2px;
}

div.contenedorIconos a.botonCargarImagenPersonalizada {
	position: relative;
	float: left;
	bottom:-5px;
	left:12px;
	padding:5px;
	border:1px solid #BB0500;
	background: url(../Imagen/Maqueta/boton_rojo_bg.jpg) top left repeat-x;
	color:#FFFFFF;
	text-align:center;
}

div.contenedorIconos a.botonCargarImagenPersonalizada:hover {
	border:1px solid #000000;
	background: url(../Imagen/Maqueta/boton_negro_bg.jpg) top left repeat-x;
	
	text-decoration: none;
}

a.boton_comprar_seguir {
	position: absolute;
	top: 380px;
	left: 0px;
	width: 394px;
	height: 34px;
	background: url('../Imagen/Maqueta/comprar/boton_seguir_comprando_bg.jpg') transparent no-repeat 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top:12px;
	
	cursor: pointer;
}

a.boton_comprar_seguir:hover { text-decoration: none; background: url('../Imagen/Maqueta/comprar/boton_seguir_comprando_bg.jpg') transparent no-repeat 0px -46px;}


a.boton_recortar_seguir {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 120px;
	height: 24px;
	background: url('../Imagen/Maqueta/comprar/boton_seguir_comprando_bg.jpg') transparent no-repeat 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-top:12px;	
	cursor: pointer;
}

a.boton_recortar_seguir:hover { text-decoration: none; background: url('../Imagen/Maqueta/comprar/boton_seguir_comprando_bg.jpg') transparent no-repeat 0px -46px;}



a.boton_comprar_finalizar {
	position: absolute;
	top: 380px;
	left: 442px;
	width: 442px;
	height: 34px;
	background: url('../Imagen/Maqueta/comprar/boton_finalizar_bg.jpg') transparent no-repeat 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top:12px;
	
	cursor: pointer;
}

a.boton_comprar_finalizar:hover { text-decoration: none; background: url('../Imagen/Maqueta/comprar/boton_finalizar_bg.jpg') transparent no-repeat 0px -46px;}

div.contenedorErrors {
	position: absolute;
	top: 186px;
	left: 0px;
}

a.boton_recortar_imagen {
	position: relative;
	top: 5px;
	left: 0px;
}

a.boton_crear_icono {
	position: relative;
	top: 5px;
	left: 0px;
}

a.boton_rojo {
	display:block;
	padding:7px;
	border:1px solid #BB0500;
	background: url(../Imagen/Maqueta/boton_rojo_bg.jpg) top left repeat-x;
	color:#FFFFFF;
	text-align:center;
}

a.boton_rojo:hover {
	border:1px solid #000000;
	background: url(../Imagen/Maqueta/boton_negro_bg.jpg) top left repeat-x;
	text-decoration: none;
}

a.boton_naranja {
	display:block;
	padding:7px;
	border:1px solid #d2801b;
	background: url(../Imagen/Maqueta/boton_naranja_bg.jpg) top left repeat-x;
	color:#FFFFFF;
	text-align:center;
}


a.boton_naranja:hover {
	border:1px solid #000000;
	background: url(../Imagen/Maqueta/boton_negro_bg.jpg) top left repeat-x;
	text-decoration: none;
}


div.contenedorRecortarImagen {
	position: relative;
	padding-top: 50px;
}



/*parte izquierda del contenido de include, ideal para texto*/
div.texto-1 {
	position:relative;
	width:69%;
	height:auto;
}

/*parte derecha del contenido de include, ideal para foto*/
div.texto-2{
	position:absolute;
	width:31%;
	height:auto;
	top:0px;
	right:15px;
}

/* Estilos extra sobre el contenido de pagina e imagen
 * dos redefiniciones para estetica general de la página
 */
div.texto-2 img{

}

div.texto-1 h1,div.texto-2 h1{
	font-size:14px;
	font-weight:bold;
	margin:10px 0px;
	color:#63a306;
}

/*Parte del dibujo central de la cabecera, si hay que cambiar el motivo, cambiar la imagen*/

div.graffiti{
	position:absolute;
	top:0px;
	width:99%;
	height:62px;
	top:37px;
	left:0%;
	/*background: url('../Imagen/Maqueta/graffiti.gif') transparent no-repeat 0px 0px;*/
	z-index:2;
}
div.fondoTituloSeccion{
	position:relative;
	top:-19px;
	left:-14px;
	width:949px;
	height:43px;
	z-index:2;
	/*background:url('../Imagen/Maqueta/titulos.jpg') transparent no-repeat;*/

}

.linkPortada{
	width:450px;
	display:block;
	height:80px;
	text-decoration:none;
	margin-top:-35px;
}

.linkPortada:hover{
	text-decoration:none;
}

.miniTextoInferior{
	width:980px;
	height:auto;
	/*background: url('../Imagen/Maqueta/bordersLaterales.gif') transparent repeat-y -16px 0px;*/
	text-align:center;
}

.borderInferior{
	width:994px;
	height:21px;
	/*background:url('../Imagen/Maqueta/bordersInferiores.gif') transparent no-repeat -7px 0px;*/
}


/********************
* Formulario comprar
*********************/

.formularioComprar{
	position:relative;
	width:48%;
	_width:45%;
	height:auto;
	float:left;
	margin:1%;
}

.formularioComprar fieldset{
	border:1px solid #2b7ce6;
	display:block;
	height:65px;
	text-align:center;
	background:url('../Imagen/Maqueta/degradado-fondo-formulario.png') #ffffff repeat-x bottom left;
}

.comprar-colorCinta fieldset{
	height:85px;
}

.comprar-colorLetra fieldset{
	height:85px;
}

fieldset.cantidad,fieldset.tipoLetra{
	height:80px;
	#height:90px;
}

fieldset.icono{
	height:150px;
	#height:170px;
	_width:94%;
	background:url('../Imagen/Maqueta/degradado-fondo-formulario.png') #ffffff repeat-x bottom left;
}

.tablaFormularioComprar{
	text-align:left;
	margin-left:5%;
}

span.spanFormularioComprar{
	display:block;
	width:60%;
	margin-left:10%;
	text-align:left;
	margin-top:1%;
}

.comprar-previsualizar{
	width:280px;
	height:110px;
	padding:5px;
	margin-top:67px;
	margin-left:5px;
	text-align:center;
	border:1px solid #2b7ce6;
	background:url('../Imagen/Maqueta/degradado-fondo-formulario.png') #ffffff repeat-x bottom left;
	_margin-left:0px;
}

.comprar-previsualizar input{
	position:relative;
	top:140px;
	left:70px;
	width:100px;
	border:1px solid;
}

.comprar-previsualizar .botonComprar{
	top:10px;
	left:0px;
}

.comprar-previsualizar .botonAnadir{
	top:10px;
	left:0px;
}

.comprar-consejos{
	width:280px;
	height:auto;
	padding:5px;
	margin-top:5px;
	margin-left:5px;
	_margin-left:0px;
	text-align:center;
	border:1px solid #2b7ce6;
	background:url('../Imagen/Maqueta/degradado-fondo-formulario.png') #ffffff repeat-x bottom left;
	z-index:5;
}

.comprar-carrito{
	width:280px;
	height:auto;
	padding:5px;
	margin-top:5px;
	margin-left:5px;
	_margin-left:0px;
	text-align:center;
	border:1px solid #2b7ce6;
	background-color:#ffffff;
	z-index:5;
}

.cabecera-divs-compra{
	display:block;width:100%;text-align:center;background-color:#B7D2F5;color:#ffffff;padding:5px;margin-left:-5px;margin-top:-5px;font-weight:bold;
}

.datosEnvio_contenedor {
	position:relative;
	min-height:718px;
	padding-top:58px;
}

* html .datosEnvio_contenedor {
	height: 718px;
}

.datosEnvio_contenedor form {
	position:absolute;
	top:58px;
	left:55px;
}

.contenedorMostrarCarritoEnvio {
	position:relative;
	width: 335px;
	margin-left:608px;	
	
	background: #FFFFFF;
	
	border-left:1px solid #BFBFBF;
	border-top:1px solid #BFBFBF;
	padding:10px;
}

.contenedorMostrarCarritoEnvio table.tablaListado {
	font-size: 8pt;
}

.contenedorMostrarCarritoEnvio table.tablaListado td.linkArticulo {
	border-bottom: 1px dashed #BFBFBF;
}

.infoFlotanteTipoEtiqueta {
	position: absolute;
	border: 1px solid #c7a003;
	background: #FDD93D;
    padding: 5px;
    position: absolute;
    top: -40px;
	left: 268px;
    width: 150px;
	
	color: #000000;
}

.infoFlotanteTipoEtiqueta img {
	width: 150px;
}
