/* * * NO MODIFICAR: RESET DE ESTILOS QUE DIFIEREN ENTRE NAVEGADORES. NO TOCAR! * * */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td { padding: 0;	margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-weight: normal; font-style: normal; }
ol,ul { padding-left: 20px; margin-top: 5px; margin-bottom: 5px; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
/* ^ fin de reset ^ */



/*	=GLOBAL
	Estilos "globales" - selectores afectan a tags */
/* obligamos al body a ocupar toda la ventana */
html, body {
    height: 100%;
}
body {
	color: #585858;
	font-size: 11px;
    font-weight: normal;
    font-family: "Trebuchet MS",Tahoma, Arial, Verdana, sans-serif;
    text-align: center;
	background: #000;
}
/* enlaces */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #666;
	text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
}
img {
	vertical-align: middle;
}
h1 {font-size: 2em}
h2 {font-size: 1.66em}
h3, h3 a {font-size: 1.33em}
h4 {font-size: 0.75em}
h5 {font-size: 0.5em}
h6 {font-size: 0.25em}
/* por defecto eliminamos los balazos de las listas */
ul {
	list-style:none;
}
button {
    border: 1px solid #666;
    border-left-color: #999;
    border-top-color: #999;
    border-color: rgba(100,100,100,0.5);
	line-height: 22px;
	padding: 0px;
    background-color: #585858;
	background-image: url(images/boton.png);
    background-position: left center;
    background-repeat: repeat-x;
	cursor: pointer;
    color: #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
	button img {
		vertical-align: bottom;
	}
    button:hover {
        color: #fff;
        -moz-box-shadow: 0 1px 8px rgba(255,255,128,0.9);
        -webkit-box-shadow: 0 1px 8px rgba(255,255,128,0.9);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
    }
    button:active {
        border-style: inset;
        -moz-box-shadow: 0 1px 10px rgba(255,255,128,0.9);
        -webkit-box-shadow: 0 1px 10px rgba(255,255,128,0.9);

        -webkit-transform: scale(0.95);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transform: scale(0.95);
        -moz-transition: all 0.2s ease-in-out;
    }
    button[disabled] {
        cursor: default;
    }
        button[disabled]:hover {
            text-decoration: line-through;
        }
hr, div.hr {
    display: block;
    border: none;
	border-bottom: 1px dotted #999;
}
strong,b {
    font-weight: bold;
}
input,textarea {
    padding: 2px 0px 0px 2px;
    background: #ffffff url(images/textbg.png);
    border: 1px solid #808080;
}
/* ESTILOS PARA EL EDITOR TINY MCE en panel */
body.mceContentBody {
	text-align: left;
	background: #fff;
	background-image: none;
	padding: 5px;
}
/* VENTANA POPUP (de momento solo imprimir pedido) */
body#ventana {
	padding: 10px;
	text-align: left;
	background: #fff;
}

/*	TEXTOS comunes */
.CABECERA_PARRAFO {
	font-size: 1.8em;
	color: #999;
}

.TEXTO_PARRAFO {
	font-size: 1em;
	/*margin-left: 20px;*/
	margin-bottom: 20px;
	text-align: justify;
    line-height: 1.4em;
}

.CABECERA_VERDE {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #7DB713;
	text-transform: none;
}

/* este elemento se posicionará correctamente despues de elementos flotantes; asi una caja contenedora los abarcará correctamente */
.floatbreaker { display: block; clear: both }

/* elimina estilos para radiobuttons y checkboxes - de todos modos se le debe asignar la clase RADIO_CHECKBOX a un input
    tipo radio o checkbox, porque IE6 no pilla lo de input[type=...] */
input.RADIO_CHECKBOX, input[type=radio], input[type=checkbox] {
	border: none !important;
	background: none !important;
    width: auto !important;
    vertical-align: middle;
}

/*
 * A elementos con clase="foco" se les asignará la siguiente clase al recibir el foco del cursor
 */
.enfocado {
	background: #FFFFC0 url(images/textbg_foco.png) !important;
}

body.font_size_small {
    font-size: 9px;
}
body.font_size_normal {
    /* deberai de ser igual que el body */
    font-size: 11px;
}
body.font_size_large {
    font-size: 14px;
}


/*	=DISTRIBUCION
	distribucion/layout general */
.MARCO {
    margin-left: auto;
    margin-right: auto;
}
    .MARCO th {
        background-position: left top;
        background-repeat: repeat;
    }
    .MARCO th.celda1, .MARCO th.celda2, .MARCO th.celda3, .MARCO th.celda7, .MARCO th.celda8, .MARCO th.celda9 {
        height: 30px;
    }
    .MARCO th.celda1, .MARCO th.celda3, .MARCO th.celda4, .MARCO th.celda6, .MARCO th.celda7, .MARCO th.celda9 {
        width: 30px;
    }
    .MARCO th.celda1, .MARCO th.celda2, .MARCO th.celda3, .MARCO th.celda7, .MARCO th.celda8, .MARCO th.celda9 {
        background-image: url(images/marco/marco_v.png);
    }
    .MARCO th.celda4, .MARCO th.celda6 {
        background-image: url(images/marco/marco_h.png);
    }
    .MARCO th.celda1 {
        background-position: 0px -60px;
    }
    .MARCO th.celda2 {
        background-position: 0px 0px;
    }
    .MARCO th.celda3 {
        background-position: 0px -120px;
    }
    .MARCO th.celda4 {
        background-position: 0px 0px;
    }
    .MARCO th.celda6 {
        background-position: -30px 0px;
    }
    .MARCO th.celda7 {
        background-position: 0px -90px;
    }
    .MARCO th.celda8 {
        background-position: 0px -30px;
    }
    .MARCO th.celda9 {
        background-position: 0px -150px;
    }
.TABLA_FONDO {
	background-color: #fff;
	width: 748px;
}
	.TABLA_FONDO .espaciador_vertical {
		height: 10px;
	}
	.TABLA_FONDO .espaciador_horizontal {
		width: 10px; /* este es para que el espacio resultante del contenedor "contenido" sea divisible por 4 (puzzle) */
		border-right: 1px dotted #ccc;
	}
    .TABLA_FONDO .espaciador_horizontal2 {
        width: 10px;
    }
/*	=CABECERA */
.BANNER {
    display: block;
	height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
    .BANNER img {
        vertical-align: top;
    }
.CABECERA2 {
    width: 100%;
}
    .CABECERA2 .logotipo {
        text-align: left;
        float: left;
        padding-bottom: 20px;
        padding-top: 10px;
        padding-left: 10px;
    }
        /* contiene enlaces rapidos como "enviar a amigo", los botones de los idiomas, y el fomrulario de búsqueda */
        .CABECERA2 .HERRAMIENTAS {
            margin-left: auto;
            padding-top: 10px;
            text-align: right;
            padding-right: 10px;
            font-size: 11px;
        }
            .CABECERA2 .HERRAMIENTAS .herramienta {
                padding: 0 5px;
            }
                .CABECERA2 .HERRAMIENTAS .herramienta img {
                    vertical-align: middle;
                }
            .CABECERA2 .HERRAMIENTAS .IDIOMA_BOTON {
                display: inline;
            }
            .CABECERA2 .HERRAMIENTAS .IDIOMA_BOTON form {
                display: inline;
            }
                .CABECERA2 .HERRAMIENTAS .IDIOMA_BOTON form div {
                    display: inline;
                }
                    .CABECERA2 .HERRAMIENTAS .IDIOMA_BOTON form div button {
                        display: inline;
                        background: transparent;
                        border: 0px none;
                        cursor: pointer;
                        padding: 0px;
                    }
                        .CABECERA2 .HERRAMIENTAS .IDIOMA_BOTON form div button img {
                            border: 1px solid transparent;
                        }
                        .CABECERA2 .HERRAMIENTAS .IDIOMA_BOTON form div button img.activo, .CABECERA2 .HERRAMIENTAS .IDIOMA_BOTON form div button:hover img {
                            border-color: #666;
                        }
        .CABECERA2 .HERRAMIENTAS .BUSCADOR {
            margin-top: 15px;
            margin-right: 5px;
            vertical-align: top;
        }
            .CABECERA2 .HERRAMIENTAS .BUSCADOR div {
                text-align: right;
            }
                .CABECERA2 .HERRAMIENTAS .BUSCADOR div img {
                    vertical-align: top;
                    padding-top: 2px;
                }
        /* pestañas, o enlaces a secciones con órden mayor que 0 */
        /* la celda que alberga el enlace */


        .CABECERA2 .taponRIGHT {
display: block;
float:left;
width: 9px;
height: 31px;
background-image: url(images/tabs_right.png);
background-position: 0px 0px;
}

        .CABECERA2 .taponLEFT {
display: block;
float:left;
width: 9px;
height: 31px;
background-image: url(images/tabs_left.png);
background-position: 0px 0px;
}

    .CABECERA2 .PESTANAS {
	/* width: 650px; */
	height: 31px;
	background-color: #E5E5E5;
	text-align: left;
	color: #fff;
	padding: 0px 5px;
        }
            .CABECERA2 .PESTANAS .PESTANA {
                line-height: 25px;
                font-size: 1.2em;
                color: #A9C8Df;
                text-align: center;
            }
            .CABECERA2 .PESTANAS a.PESTANA {
                padding: 0 5px;
                font-family: Arial,Helvetica,sans-serif;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
            }
                .CABECERA2 .PESTANAS a.PESTANA:hover,.CABECERA2 .PESTANAS a.PESTANA.activa {
                    color: #fff;
                }
            .CABECERA2 .PESTANAS span.PESTANA {
            }


/* desplegable ENVIARAMIGO */
#enviaramigo {
    /*height: 50px;
    margin: 5px 0;
    padding: 5px;
    padding-top: 8px;*/
    text-align: left;
    background-color: #fff;
}
    #enviaramigo form {
        padding: 10px;
        border: 1px solid #999;
        border-bottom: none;
    }
    #enviaramigo th {
        padding: 0 5px;
    }
    #enviaramigo #enviaramigoRespuesta {
        padding: 10px;
        border: 1px solid #999;
        height: 100%;
        text-align: center;
        line-height: 50px;
        background-position: center;
        background-repeat: no-repeat;
    }
/*	=CUERPO
	tanto el panel lateral como "contenido" estan dentro de ESTA tabla: */
.CUERPO {
	width: 100%;
}
/*	=PANEL
	panel lateral */
.PANEL {
    width: 175px;
	vertical-align: top;
}
    /* este div rodea el panel lateral, y evita su desbordamiento */
    .PANEL .helper {
        width: 175px;
        overflow: hidden;
    }
    .PANEL .capsula {
        text-align: left;
    }
        .PANEL .capsula .caja {
            border: 1px solid #bbb;
        }
		.PANEL .capsula .titulo {
			padding: 2px;
			font-weight: bold;
			font-size: 1.5em;
            padding-left: 10px;
            padding-top: 3px;
            background: #fff url(images/capsula_fondo.png) center top repeat-x;
		}
            .PANEL .capsula .titulo img {
                vertical-align: top;
                padding-top: 2px;
            }
		.PANEL .capsula .contenido {
			padding-left: 5px;
		}
        .PANEL .capsula ul {
            list-style-image: none;
            margin-left: 0px;
            padding-left: 0px;
        }
            .PANEL .capsula ul li, .PANEL .capsula div ul li.raiz {
                padding-left: 10px;
                background-image: url('images/iconos/lista_raiz.png');
                background-position: left 6px;
                background-repeat: no-repeat;
            }
                .PANEL .capsula ul li li, .PANEL .capsula ul.aspas li{
                    padding-left: 12px;
                    background-image: url('images/iconos/lista_aspa.png');
                    background-position: left 4px;
                }

/*	=CONTENIDO	*/
.CONTENIDO {
	height: 100%;
	text-align: left;
	vertical-align: top;
}
	.CONTENIDO .ruta {
		margin-left: 18px;
		margin-bottom: 20px;
		padding: 2px;
		color: #75B4FF;
		font-weight: bold;
	}
		.CONTENIDO .ruta img {
            /* posicion de las flechas de la ruta */
			margin-bottom: 2px;
		}
	.CONTENIDO .contenido_real {
		padding: 0px 0px 20px 0px;
	}
/*	=GALERIA	*/

.GALERIA {
    margin-bottom: 20px;
}
    .GALERIA .THUMBNAIL_CONTAINER {
        width: 100%;
        padding: 0px 5px 5px 5px;
    }
        .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL {
            text-align: center;
            vertical-align: top;
            border: none;
        }
        .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a {
            margin: 10px auto;
            display: block;
            width: 100px;
            padding: 5px;
            cursor: pointer;
        }
        .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a:hover {
            border: 1px solid #aaa;
            padding: 4px;
        }
            .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span.FOTO {
                display: block;
                width: 100px;
                height: 100px;
                line-height: 100px;
                text-align: center;
                vertical-align: middle;
            }
                .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span.FOTO img {
                    vertical-align: middle;
                }
            .GALERIA .THUMBNAIL_CONTAINER .THUMBNAIL a span {
                display: block;
                font-weight: bold;
                padding-bottom: 5px;
            }
/*	=NOTICIAS	*/
.NOTICIAS {
	margin-bottom: 20px;
}
	.NOTICIAS table {
		width: 100%;
	}
	.NOTICIAS .titulo {
		font-size: 1.8em;
	}
	.NOTICIAS .desc {
		text-align: justify;
		padding-right: 10px;
	}
	.NOTICIAS .fecha {
        display: block;
		font-weight: bold;
		color: #808080;
		padding-right: 10px;
	}
	.NOTICIAS .foto {
		vertical-align: middle;
        text-align: center;
        width: 120px;
	}
.NOTICIA {
	width: 100%;
}
	.NOTICIA .titulo {
		font-size: 1.8em;
	}
	.NOTICIA .desc {
		text-align: justify;
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.NOTICIA .fecha {
        text-align: right;
		font-weight: bold;
		color: #808080;
		padding-right: 10px;
	}
	.NOTICIA .volver a{
		display: block;
		padding: 5px 10px;
	}
		.NOTICIA .volver:hover a{
			background: #ffffff;
			padding: 4px 9px;
			border: 1px solid #aaa;
		}
/* los enlaces a los feeds */
.RSS {
	width: 100%;
}
	.RSS .celda {
		background: transparent;
		border: none;
		padding: 10px;
	}
	.RSS .celda .ENLACE {
		width: 100%;
		height: 100%;
		margin: 1px;
	}
		.RSS .celda .ENLACE .icono{
			margin: 1px;
			padding: 10px;
		}


/*	=MENSAJES
	mensajes de error, informacion o dialogo (aceptar/cancelar) */
.MENSAJE {
	width: 100%;
}
	.MENSAJE .icono {
		vertical-align: top;
		text-align: center;
        float: left;
		padding: 20px;
	}
	.MENSAJE .desc {
        padding: 20px;
        padding-left: 80px;
		text-align: justify;
		font-size: 1.4em;
	}
	.MENSAJE .botones {
		padding-left: 100px;
	}
    .MENSAJE .formulario {
    }
        .MENSAJE .formulario label{
            font-size: 1.1em;
            margin-right: 10px;
        }
        .MENSAJE .formulario input {
            margin: 5px 0;
            width: 200px;
        }
/*	=PIE
	footer */
.PIE {
	padding: 0px 5px;
	border-top: 1px dotted #999;
}
	.PIE table {
		width: 100%;
	}
	.PIE img {
		vertical-align: bottom;
	}
/*	=CONTACTO	*/
.CONTACTO {
	width: 100%;
	padding: 40px;
}
	.CONTACTO table.contacto_tabla {
		width: 90%;
	}
    /* mensaje de error */
	.CONTACTO .mensaje {
		border: 1px solid #808080;
		background: #ffffff;
		padding: 10px;
		width: 80%;
		margin-bottom: 20px;
	}
    /* mensaje de informacion sobre envio correcto */
	.CONTACTO .info {
		text-align: left;
	}
    /* etiqueta de campo */
	.CONTACTO .etiqueta {
		width: 50px;
		text-align: right;
		padding-right: 10px;
		cursor: pointer;
	}
		.CONTACTO .etiqueta label{
			cursor: pointer;
		}
    /* campo de entrada */
	.CONTACTO .entrada {
		text-align: left;
		padding: 5px;
	}
    /* para seleccion de metodo de contacto preferido */
	.CONTACTO .radio {
		text-align: left;
	}
		.CONTACTO .radio .etiqueta{
			text-align: left;
			width: 99%;
			margin-bottom: 5px;
		}
		.CONTACTO .radio .entrada {
			width: 1%;
		}
		.CONTACTO .radio .entrada input {
			margin: 2px 5px;
			cursor: pointer;
		}
    /* textarea */
	.CONTACTO .entrada_texto {
		text-align: left;
		padding: 5px;
	}
		.CONTACTO .entrada_texto textarea {
			padding: 2px 0px 0px 2px;
			background: #ffffff url(images/textbg.png);
			border: 1px solid #808080;
		}
	.CONTACTO .captcha div {
		border: 1px solid #808080;
		background: #ffffff;
		padding: 5px;
		margin-bottom: 5px;
	}
	.CONTACTO .captcha_boton button {
		margin: 2px 5px 5px 5px;

	}
	.CONTACTO .enviar {
		margin-left: 20px;
	}
form .error_msg {
    display: block;
    background-color: #c00;
    color: #fff;
    width: 435px;
    padding: 5px 10px;
    border: 1px solid #F68520;
    margin-top: 2px;
}
/*	=PAGINACION
	de productos de tienda, fichas de inmobiliaria, habitaciones de hotel u otros */
.PAGINACION {
	font-size: 1.2em;
	height: 23px;
	margin: 10px 0px;
}
	.PAGINACION .etiqueta {
		width: auto;
		cursor: default;
	}
	.PAGINACION .pagina {
		cursor: pointer;
	}
	.PAGINACION .activo {
		cursor: default;
        text-decoration: underline;
	}
	.PAGINACION .activo, .PAGINACION .etiqueta, .PAGINACION .pagina {
		display: block;
		float: left;
		height: 15px;
		border: 1px solid #808080;
		background: #ffffff;
		padding: 3px;
		margin: 4px;
	}
	.PAGINACION .activo, .PAGINACION .pagina {
		width: 15px;
		text-align: center;
		vertical-align: middle;
	}
	.PAGINACION .pagina:hover {
		background: #ddd;
		color: #000;
		width: 21px;
		height: 21px;
		margin: 1px;
		font-size: 1.3em;
	}

/* =BUSQUEDA */
.RESULTADOS {
}
	.RESULTADOS .foto {
		height: 50px;
		width: 50px;
		margin: 10px;
		margin-top: 1px;
		border: 1px solid #bbb;
		float: left;
		background-repeat: no-repeat;
		background-position: center;
	}
	.RESULTADOS .descripcion {
		height: 80px;
		padding-top: 5px;
	}
	.RESULTADOS .destacado {
		background: #FFFF80;
		color: #000;
		font-weight: bold;
	}

/* =ACCESO - login y registro */
.ACCESO {
	width: 100%;
}
    /* bloque registrarse/identificarse */
	.ACCESO td.half {
		width: 45%;
		padding-left: 10px;
		vertical-align: top;
	}
	.ACCESO td.separador_bloques {
		width: 10px;
		border-right: 1px solid #666;
	}
	.ACCESO div.titulo {
		font-size: 1.5em;
	}
        /* login / registro */
		.ACCESO .LOGIN {
			width: 100%;
            height: 100%;
		}
            .ACCESO .formCell {
                vertical-align: bottom;
            }
			.ACCESO .LOGIN td {
				vertical-align: bottom;
			}

				.ACCESO .LOGIN td input, .ACCESO .LOGIN td select, .ACCESO .LOGIN td textarea {
					margin: 5px;
					width: 150px;
				}
			.ACCESO .LOGIN .boton {
				text-align: right;
                vertical-align: bottom;
			}
			.ACCESO .LOGIN thead {
				min-height: 10px;
			}
			.ACCESO .LOGIN .select_load {
				display: block;
				background-repeat: no-repeat;
				background-position: center;
				background-image: url(images/flechas_animadas.gif);
				height: 30px;
				width: 150px;
			}
			.ACCESO .LOGIN .etiqueta {
				text-align: right;
				font-size: 1.2em;
				padding-top: 5px;
				width: 180px;
                vertical-align: top;
			}
            /* planta y puerta: estan en la misma linea */
			.ACCESO .LOGIN .entrada_especial {
				text-align: left;
				font-size: 1.2em;
				width: 180px;
			}
            /* linea horizontal que clasifica los campos del formulario */
			.ACCESO .LOGIN .sep {
				height: 3px;
				border-top: 1px solid #aaa;
			}
			.ACCESO .LOGIN .error_msg {
				display: block;
				color: #c00;
				font-weight: bold;
				border: 1px dotted #c00;
				padding: 2px;
                padding-left: 22px;
                background: #fff url(images/iconos_cabecera/up_error.png) 2px 2px no-repeat;
			}
			.ACCESO .LOGIN label {
				font-size: 1.2em;
				cursor: pointer;
			}
			.ACCESO .LOGIN .esconder {
			}
			.ACCESO .LOGIN .checkbox {
				border: none;
				width: auto;
			}
			.ACCESO .LOGIN #mas_datos {
				line-height: 20px;
				padding-left: 5px;
				cursor: pointer;
				font-size: 1.2em;
				font-weight: bold;
			}
			.ACCESO .LOGIN #mas_datos:hover {
				text-decoration: underline;
			}
			.ACCESO .LOGIN #mas_datos #mas_datos_signo{
				font-size: 1.2em;
			}
    /* enlace a recuperar contraseña */
	.ACCESO .RECUPERAR div {
		margin: 10px;
	}
	.ACCESO .RECUPERAR button {
		margin-left: 30px;
	}


/* menú del panel de usuario (perfil, pedidos y cesta) */
.PANEL_USUARIO li {
	font-size: 2em;
    padding-bottom: 10px;
}


.sitemap {
    list-style: disc;
    font-size: 1.25em;
}
    .sitemap ul {
        font-size: 0.75em;
        list-style: circle;
        font-weight: bold;
    }
        .sitemap ul ul { /* subsub */
            font-size: 1em;
        }


/* puzzle/banners de portada */
.PUZZLE {
    position: relative;
    margin-bottom: 20px;
    margin-top: 4px;
}

    .PUZZLE .DIV {
        position: absolute;
        text-align: center;
    }
        .PUZZLE .DIV img {
            vertical-align: middle;
        }

/* Salida debug */
.LOGGER {
    text-align: left;
    background-color: #000;
    color: #C0FFC0;
}
    .LOGGER .linea{
        text-align: left;
        font-family: monospace;
    }
    .LOGGER td, .LOGGER th {
        vertical-align: top;
        border-top: 1px dotted #00cc00;
    }
    .LOGGER a {
        color: #fff;
    }


.FAQ {
}
    .FAQ ul {
        list-style-image: url(images/faq_li.png);
        font-size: 1.5em;
        font-weight: bold;
    }
        .FAQ ul li {
            padding-bottom: 2px;
        }

.ERROR_404 {
    padding: 20px;
}
    .ERROR_404 p {
        padding-left: 40px;
    }
    .ERROR_404 .num_404 {
        text-align: right;
        font-size: 15em;
        font-weight: bold;
        color: #ddd;
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    }
/*    =CATALOGO    */
.CETAGORIAS_LISTA {
    width: 100%;
    padding: 1px;
    border: 1px solid #808080;
    margin-top: 10px;
}
.CATEGORIAS_LISTA {
}
    .CATEGORIAS_LISTA a {
        display: block;
        /*height: 32px;*/
        border: 1px solid #808080;
        margin-bottom: 10px;
        padding: 5px;
        font-size: 2em;
        /*line-height: 32px;*/
    }
        .CATEGORIAS_LISTA a .ir {
            display: block;
            float: right;
            margin: 2px 10px;
            font-weight: bold;
        }
    .CATEGORIAS_LISTA a .desc {
        color: #666;
        font-size: 0.5em;
        display: block;
        padding-left: 40px;
        margin-top: -6px;
    }

.CATALOGO_MOD {
    /*font-size: 1.2em;*/
}
    .CATALOGO_MOD, .CATALOGO_MOD ul {
        margin-left: 15px;
    }
    .CATALOGO_MOD ul {
        margin-left: 0px;
    }
    .CATALOGO_MOD li {
        padding-left: 0;
    }
    .CATALOGO_MOD a {
        font-weight: bold;
        /*color: #84AD05;*/
    }
    .CATALOGO_MOD a:hover {
        text-decoration: underline;
    }
        .CATALOGO_MOD ul a {
            font-weight: normal;
        }
.PRODUCTOS {
}
    .PRODUCTOS .PRODUCTO_CAJA {
        width: 275px;
        min-height: 215px;
        float: left;
    }
        .PRODUCTOS .PRODUCTO_CAJA a {
            display: block;
            margin: 5px;
            background-color: #ffffff;
            border: 1px solid #bbb;
            cursor: pointer;
            min-height: 207px;
        }
        .PRODUCTOS .PRODUCTO_CAJA a:hover {
            color: #000000;
        }
            .PRODUCTOS .PRODUCTO_CAJA a:hover .titulo, .PRODUCTOS .PRODUCTO_CAJA.animation .titulo {
                background-color: #CCECFF;
            }
        .PRODUCTOS .PRODUCTO_CAJA a .titulo {
            display: block;
            font-weight: bold;
            padding: 2px 5px;
            /*height: 25px;*/
            margin-bottom: 10px;
            border-bottom: 1px solid #bbb;
        }
            .PRODUCTOS .PRODUCTO_CAJA a .titulo strong {
                font-size: 1.5em;
            }
            .PRODUCTOS .PRODUCTO_CAJA a .anyadir {
                display: block;
                float: right;
                width: auto;
                font-weight: normal;
                text-align: right;
                margin: 1px;
                cursor: pointer;
                padding: 2px;
                margin-bottom: 33px;
            }
            .PRODUCTOS .PRODUCTO_CAJA a .anyadir:hover {
                margin: 0;
                margin-bottom: 32px;
                border: 1px solid #bbb;
                background-color: #fff;
            }
            .PRODUCTOS .PRODUCTO_CAJA a .anyadir.agotado:hover {
                margin: 1px;
                border: none;
                background-color: inherit;
                cursor: default;
            }
        .PRODUCTOS .PRODUCTO_CAJA a .FOTO {
            display: block;
            height: 100px;
            width: 100px;
            line-height: 100px;
            vertical-align: middle;
            text-align: center;
            float: left;
            margin: 3px;
        }
        .PRODUCTOS .PRODUCTO_CAJA a cite {
            display: block;
            height: 100px;
            overflow: hidden;
            margin-left: 5px;
            padding-left: 5px;
        }
        .PRODUCTOS .PRODUCTO_CAJA a .precios {
            display: block;
            height: 32px;
            font-weight: bold;
            padding : 2px 5px;
            clear: both;
        }
            .PRODUCTOS .PRODUCTO_CAJA a .precios del { /* precio antiguo tachado */
                text-decoration: line-through;
                font-size: 1.2em;
                float: left;
                padding-top: 8px;
            }
            .PRODUCTOS .PRODUCTO_CAJA a .precios .precio {
                display: block;
                float: right;
                font-size: 1.5em;
                text-align: right;
                color: #c00;
                min-height: 32px;
                line-height: 32px;
            }
                .PRODUCTOS .PRODUCTO_CAJA a .precios .precio .precio_sin_descuento {
                    text-decoration: line-through;
                    font-weight: normal;
                    color: #000;
                }
            .PRODUCTOS .PRODUCTO_CAJA a .precios .euro {
                font-family: Arial,sans-serif;
            }
            .PRODUCTOS .PRODUCTO_CAJA a .descuento {
                display: block;
                min-height: 32px;
                padding : 2px 5px;
                border-top: 1px solid #ddd;
                text-align: left;
                vertical-align: middle;
            }
                .PRODUCTOS .PRODUCTO_CAJA a .descuento .precio {
                    display: block;
                    width: 80px;
                    float: right;
                    font-size: 1.5em;
                    color: #c00;
                    font-weight: bold;
                    padding-top: 5px;
                }
                .PRODUCTOS .PRODUCTO_CAJA a .descuento .tipo_cliente {
                    /*display: table-cell;
                    vertical-align: middle;*/
                }
                    .PRODUCTOS .PRODUCTO_CAJA a .descuento .tipo_cliente span {
                        display: block;
                        width: 100px;
                        float: left;
                        margin-left: 5px;
                    }
                    .PRODUCTOS .PRODUCTO_CAJA a .descuento .tipo_cliente img {
                        display: block;
                        width: 32px;
                        height: 32px;
                        margin: 0;
                        padding: 0;
                        float: left;
                    }

/* ficha de producto */
.PRODUCTO {
}
    .PRODUCTO .titulo {
        font-size: 2em;
        color: #808080;
        font-weight: bold;
        margin: 5px 0px;
    }
    .PRODUCTO .foto_principal {
        border: 1px solid #999;
    }
    .PRODUCTO .foto_principal, .PRODUCTO .foto_principal table {
            margin-left: auto;
            margin-right: auto;
            width: 500px;
            height: 400px;
    }
        .PRODUCTO .foto_principal td {
            background: #ffffff url(images/loading.gif) center no-repeat;
            text-align: center;
        }
    .PRODUCTO .TIRA_FOTOS {
        width: 500px;
        height: 110px;
        padding: 0;
        overflow: hidden;
        /*border: 1px solid #888;*/
        margin-left: 25px;
        margin-bottom: 10px;
        margin-top: 2px;
    }
        .PRODUCTO .TIRA_FOTOS table.tabla_tira {
            /*width: 100%;*/
        }
        .PRODUCTO .TIRA_FOTOS #ventana_tira {
            width: 450px;
            height: 110px;
            overflow: auto;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }
            .PRODUCTO .TIRA_FOTOS #ventana_tira #rollo {
                position: absolute;
                height: 110px;
                width: 100%;
            }
                  .PRODUCTO .TIRA_FOTOS #ventana_tira #rollo td, .FICHA #rollo td {
                      vertical-align: middle;
                      text-align: center;
                      /*width: 110px;*/
                      height: 110px;
                      line-height: 110px;
                      padding: 2px;
                }
                  .PRODUCTO .TIRA_FOTOS #ventana_tira #rollo td, .FICHA #rollo td a {
                      padding-top: 0;
                      margin-left: auto;
                      margin-right: auto;
                      text-align: center;
                }
                      .PRODUCTO .TIRA_FOTOS td .thumbnail, .FICHA td .thumbnail{
                          display: block;
                          width: 100px;
                          height: 100px;
                          line-height: 100px;
                          margin-top: 0;
                          padding: 2px;
                          border: 1px solid #888;
                          cursor: pointer;
                          vertical-align: middle;
                    }
                          .PRODUCTO .TIRA_FOTOS td .thumbnail:hover, .FICHA td .thumbnail:hover{
                              /*background-color: #999;*/
                              border-color: #333;
                        }
    /* rollo simple, sin scroll, para cuando hay menos de 6 fotos */
    .PRODUCTO #rollo {
        margin-left: auto;
        margin-right: auto;
    }
    .PRODUCTO .TIRA_FOTOS .boton {
        width: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #E0E0E0;
        cursor: w-resize;
    }
    .PRODUCTO .TIRA_FOTOS .boton:hover {
        background-color: #CCECFF;
    }
        .PRODUCTO .TIRA_FOTOS #b_iz {
            background-image: url(images/flechas/menorque.png);
        }
        .PRODUCTO .TIRA_FOTOS #b_de {
            background-image: url(images/flechas/mayorque.png);
        }
            .PRODUCTO .TIRA_FOTOS #b_iz:hover {
                background-image: url(images/flechas/menorque2.png);
            }
            .PRODUCTO .TIRA_FOTOS #b_de:hover {
                background-image: url(images/flechas/mayorque2.png);
            }

    .PRODUCTO .ref {
        font-weight: bold;
    }
    .PRODUCTO .desc {
        text-align: justify;
        margin: 15px 0px 15px 0px;
    }
    .PRODUCTO .precio {
        font-weight: bold;
    }
    .PRODUCTO .precio td.precio_antiguo {
        font-size: 1.3em;
    }
        .PRODUCTO .precio td.precio_antiguo .valor{
            text-decoration: line-through;
        }
    .PRODUCTO .precio td.precio_real {
        font-size: 1.5em;
        color: #c00;
    }
    .PRODUCTO .iva {
        font-style: italic;
    }
    .PRODUCTO .BLOQUE_OPERACIONES {
        padding: 20px;
    }

    .PRODUCTO .BLOQUE_OPCIONES {
        margin: 15px 0;
    }
        .PRODUCTO .BLOQUE_OPCIONES .bloque {
            padding: 4px 20px 4px 0;
            border-bottom: 1px dotted #999;
        }
        .PRODUCTO .BLOQUE_OPCIONES div.color {
            width: 18px;
            height: 18px;
            float: left;
            background-color: #aaa;
            background-image: url(images/blanco_300x1.png);
            background-position: left center;
            background-repeat: repeat-y;
            margin: 1px;
        }
        .PRODUCTO .BLOQUE_OPCIONES select {
            display: block;
            background-color: #fff;
            border: 1px solid #999;
            height: 18px;
            font-size: 0.9em;
            padding-top: 0px;
            min-width: 100px;
            margin: 1px 0;
        }
        .PRODUCTO .BLOQUE_OPCIONES option.color{
            background-color: #ccc;
            background-image: url(images/blanco_300x1.png);
            background-position: left center;
            background-repeat: repeat-y;
            padding-left: 17px;
        }
        .PRODUCTO .BLOQUE_OPCIONES option.color:hover{
            background-image: url(images/gris_300x1.png);
            background-color: green;
        }
        .PRODUCTO .BLOQUE_OPCIONES option.color:active{
            background-image: url(images/gris_300x1.png);
            background-color: blue;
        }
/* efecto de añadir al carro */
div.zoom {
    border: 1px solid #333;
}
/*    =CESTA    modulo lateral    */
.CESTA_MODULO {
}
    .CESTA_MODULO titulo {
    }
    .CESTA_MODULO .contenido {
        display: table-cell;
        /*height: 30px;*/
    }
    .CESTA_MODULO .ir {
    }
    .CESTA_MODULO #pestana_cesta_holder {
        position: relative;
    }
        .CESTA_MODULO #pestana_cesta_holder #pestana_cesta {
            position: absolute;
            z-index: -1;
            width: 100px;
            height: 100px;
            margin: 5px;
        }
    /* seccion cesta */
.CESTA {
    width: 100%;
    font-size: 1.2em;
}
    .CESTA .fila:hover {
        background: #ffffff;
    }
    .CESTA > tbody > tr > td, .CESTA > tfoot > tr > td, .CESTA > thead > tr > td {
        border: 1px solid #ccc;
        padding: 5px;
    }
    .CESTA .cabeceras {
        font-size: 1.2em;
    }
    .CESTA .cantidad {
        /* celda */
        text-align: center;
    }
        .CESTA .cantidad .entrada {
            /* el input */
            text-align: center;
        }
    .CESTA .producto {
        width: 100%;
    }
        .CESTA .producto td {
            border: none;
        }
        .CESTA .producto .foto {
            width: 110px;
        }
            .CESTA .producto .foto a {
                display: block;
                width: 100px;
                height: 100px;
                margin: 1px;
            }
            .CESTA .producto .foto a:hover {
                margin: 0px;
                border: 1px solid #808080;
            }
        .CESTA .producto .titulo {
            font-size: 1.4em;
            text-align: left;
        }
        .CESTA .producto .opciones {
            width: 100%;
            font-size: 0.8em;
        }
        .CESTA .producto .opciones option.color{
        }
        .CESTA .producto .opciones desrip{
            width: 100%;
        }
    .CESTA .precio {
        color: #cc0000;
        text-align: right;
        font-size: 1.1em;
        vertical-align: bottom;
    }
        .CESTA .precio .precio_cliente {
            font-size: 0.8em;
            display: block;
            color: #000;
            text-align: left;
        }
            .CESTA .precio .precio_cliente img {
                display: block;
                float: left;
            }
    .CESTA .col_precio {
        width: 120px;
    }
    .CESTA .eliminar {
        text-align: center;
    }
    .CESTA .actualizar {
        padding: 0px;
    }
    .CESTA .total, .CESTA .subtotal, .CESTA .iva {
        text-align: right;
        font-weight: bold;
        font-size: 1.1em;
        color: #cc0000;
        padding-bottom: 3px;
    }
    .CESTA .total {
        font-size: 1.4em;
    }
    .CESTA .iva {
        font-size: 0.8em;
    }
    .operaciones {
        width: 100%;
        margin-top: 10px;
    }
        .operaciones td {
            /*width: 25%;*/
            text-align: left;
        }
    .formulario {
    }
        .formulario .entrada {
            text-align: left;
            width: 66%;
        }
        .formulario .etiqueta {
            text-align: right;
            padding: 10px;
        }
        .formulario .entrada td label{
            /* el selector solo afecta los */
            margin-bottom: 5px;
        }
        .formulario button {
            margin-left: 50px;
        }
    .CESTA .ayuda {
        border: none;
        margin: 0;
        padding: 0;
    }
    .CESTA .ayuda a {
        margin: 10px;
        display: block;
        padding: 5px 10px;
    }
        .CESTA .ayuda:hover a{
            background: #ffffff;
            padding: 4px 9px;
            border: 1px solid #aaa;
        }
    .CESTA .ENVIO_PAGO {
        margin-top: 10px;
    }
        .CESTA .ENVIO_PAGO label {
            cursor: pointer;
        }
        .CESTA .ENVIO_PAGO input {
            cursor: pointer;
            width: auto;
            height: auto;
            margin: 5px;
        }
.CHECKOUT {
    width: 100%;
    font-size: 1.2em;
    margin: 10px auto;
}
    .CHECKOUT > tbody > tr > td, .CHECKOUT > tfoot > tr > td, .CHECKOUT > thead > tr > td {
        border: 1px solid #ccc;
        padding: 5px;
    }
    .CHECKOUT  > thead {
        font-weight: bold;
    }
    .CHECKOUT  > thead label.etiqueta {
        cursor: pointer;
    }
    .CHECKOUT  > thead label.etiqueta:hover {
        color: #000;
    }
        .CHECKOUT  > thead label.etiqueta input {
            margin: 0;
        }
    .CHECKOUT .error_msg {
        display: block;
        color: #c00;
        font-weight: bold;
        border: 1px dotted #c00;
        padding: 2px;
    }
    .CHECKOUT .DATOS_ENVIO td {
        padding: 5px;
    }
.PEDIDO {
    font-size: 14px;
}
    .PEDIDO fieldset {
        border: 1px solid #ccc;
        padding: 10px;
    }
        /*.PEDIDO fieldset > * {
            margin: 10px;
        }*/
        .PEDIDO fieldset legend {
            margin: 10px 10px 0px 10px;
            font-size: 1.2em;
            font-weight: bold;
            border: 1px solid #ccc;
        }
        .PEDIDO fieldset table {
            margin-top: 5px;
            width: 100%;
        }
            .PEDIDO fieldset table td {
                vertical-align: top;
            }
        .PEDIDO fieldset.productos {
            padding: 0;
        }
            .PEDIDO fieldset.productos td, .PEDIDO fieldset.productos th {
                border: 1px solid #ccc;
                padding: 2px;
            }
                .PEDIDO fieldset.productos td.noRightBorder, .PEDIDO fieldset.productos th.noRightBorder {
                    border-right: none;
                }
                .PEDIDO fieldset.productos tr.noBottomBorder td {
                    border-bottom: none;
                }
                .PEDIDO fieldset.productos .opciones {
                }
                    .PEDIDO fieldset.productos .opciones td{
                        border: none;
                    }
                .PEDIDO fieldset.productos td.precio {
                    color: #c00;
                    font-weight: bold;
                }





/* LAS TIRAS NEGRAS SUPERIOR E INFERIOR CON SUS BLOQUES */


.tiraSUPERIOR {
    width: 985px;
	margin:0 auto;
	color:#999999;
    position: relative;
    z-index: 10000;
}


.tiraSUPERIOR_blq1 {

	float:left;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color:#999999;
	width: 600px;
	text-align: left;
	padding-top: 4px;
	padding-left: 16px;
	}

.tiraSUPERIOR_blq1 a{
	color:#999999;
	text-decoration:none;
	}
.tiraSUPERIOR_blq1 a:hover{
	color:#fff;
	text-decoration:none;
	}


.tiraSUPERIOR_blq2 {
	float:right;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#ffffff;
	width: 270px;
	margin-right: 23px;
	text-align: right;
	padding-top: 5px;
	}

.tiraSUPERIOR_blq2 a{
	color:#999999;
	text-decoration:none;
	}
.tiraSUPERIOR_blq2 a:hover{
	color:#fff;
	text-decoration:none;
	}




.fondoNEGRO {
	background-color:#000000;
	height: 20px;
}

.fondoNEGRO_pie {
	background-color:#000000;
	width: 100%;
	border-top: 4px solid #383737;
}

.tiraINFERIOR{
	margin:0 auto;
	width: 985px;
	padding: 20px 0;
	}
/* primer bloque del pie */
.bloqueinferior1 {
	float:left;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#fff;
	width: 164px;
	text-align: left;
	padding-bottom: 4px;
	padding-left: 15px;
	border-right: 1px solid #666666;
	}
.bloqueinferior1 a{
	color:#fff;
	text-decoration:none;
	}
.bloqueinferior1 a:hover{
	color:#999;
	text-decoration:none;
	}

.bloqueinferior1 ul{
	list-style-type:none;
	padding-left: 0px;
}

.bloqueinferior1 li {
	background:transparent url(images/flecha_roja.gif) no-repeat scroll 0 3px;
	padding: 0 0 4px 15px;
}

/* el segundo bloque del pie */
.bloqueinferior2 {
	float:left;
	border-right:1px solid #666666;
	color:#FFFFFF;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-top: 0px;
	padding-bottom:4px;
	padding-left: 15px;
	text-align:left;
	width:197px;
	line-height: 2;
	}
    .bloqueinferior2 a{
        color:#fff;
        text-decoration:none;
        position: relative;
        display: block;
        width: 26px;
        height: 24px;
        float: left;
    }
        .bloqueinferior2 a img {
            position: absolute;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
        }
    .bloqueinferior2 a:hover{
        color:#999;
        text-decoration:none;
    }
        .bloqueinferior2 a:hover img{
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
        }

/* el TERCER bloque del pie */
.bloqueinferior3 {
	float:left;
	color:#FFFFFF;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-top: 0px;
	padding-bottom:4px;
	padding-left: 17px;
	text-align:left;
	width:410px;
	line-height: 2;
	border-right:1px solid #666666;
	}
.bloqueinferior3 a{
	color:#fff;
	text-decoration:none;
	}
.bloqueinferior3 a:hover{
	color:#999;
	text-decoration:none;
	}

/* el CUARTO bloque del pie */
.bloqueinferior4 {
	float:left;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#fff;
	width: 150px;
	text-align: left;
	padding-bottom: 4px;
	padding-left: 10px;
	}
.bloqueinferior4 a{
	color:#fff;
	text-decoration:none;
	}
.bloqueinferior4 a:hover{
	color:#999;
	text-decoration:none;
	}

.bloqueinferior4 ul{
	list-style-type:none;
	font-size: 11px;
	padding-left: 0px;
}

.bloqueinferior4 li {
	/* background:transparent url(images/flecha_roja.gif) no-repeat scroll 0 3px; */
	padding: 0 0 6px 2px;
}


/* CABECERA VERDE PARA EL HEADER */

.fondoVERDE {
	background-color:#9BCE17;
	width: 100%;
	height: 150px;
}

.cabeceraTOTAL {
	margin:0 auto;
	width: 985px;
	}

.cabeceraLOGO {
	float:left;
	display:block;
	margin:18px auto;
	width: 985px;
}

.cabeceraLOGO .logotipo {
	text-align: left;
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	width: 375px;
}

.cabeceraLOGO .textologo{
	float:left;
	display:block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 7px;
/*	padding-top: -10px; */
}

.cabeceraLOGO .cajaclientes {
        float: right;
        padding-bottom: 0px;
        padding-top: 18px;
}

/* CAJA DE 902 Y PRESUPUESTO */

.presupuesto902 {
	float:right;
	display:block;
	background-image: url(images/902box.png);
	background-repeat:no-repeat;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	width: 224px;
	height: 22px;
	text-align: left;
	padding-top: 0px;
	padding-left: 8px;
	}

.presupuesto902 a{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	text-decoration:none;
	color:#ffffff;
	text-align: left;
	font-weight: bold;
	}
.presupuesto902 a:hover{
	text-decoration:none;
	color:#999999;
		}


/* MENU DE LA CABECERA E IDIOMAS */

.MENU_PEQ {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #EAF9C1;
}
.MENU_PEQ a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.MENU_PEQ a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

/* MENU PRINCIPAL DESPLEGABLE */

.fondo_GRISMENU {
	background-color:#333333;
	width: 100%;
	height: 54px;
}



/* PESTAÑAS DEL MENU */

.PESTANAS {
    display: block;
/*    height: 40px; */
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    padding-top: 5px;
    list-style: none;
    text-align: left;
    font-size: 0.9em;
}
.PESTANAS li {
    position: relative;
    display: inline;
    cursor: default;
    z-index: 80;
	float:left;
}

.PESTANAS li .TOP {

	display: block;
    text-align: center;
    text-decoration: none;
    text-transform:none;
    color: #fff;
    padding: 0px 5px;
    font-size: 1.5em;
	height: 25px;
    width: 150px;
	margin-left: 10px;
    padding: 10px 2px 5px 2px;

	background-image:url(images/boton_MENU.png);
	background-repeat: no-repeat;
	background-position:center;

}
.PESTANAS li ul {
    display: block;
	margin-top:20px;
	margin-left:19px;
	float: left;
    font-size: 1.2em;
    position: absolute;
    left: 0px;
 	 top: 0px;
    width: 200px;
    padding: 0;
    padding-top: 40px;
    background-image: url(images/burbuja.png);
    background-repeat: no-repeat;
    background-position: 0 20px;
    z-index: 80;
    visibility: hidden;
}
.PESTANAS li.RIGHTMOST ul {
    left: -50px;
    background-image: url(images/burbuja_inversa.png);
}
/*.PESTANAS li a ul {
    visibility: hidden;
}*/
/* .PESTANAS li ul li {
    margin-bottom: 0;
    padding-bottom: 0;
} */
.PESTANAS li ul li img{
    display: block;
	float:left;
    width: 30px;
    height: 30px;
    /*padding-top: 5px;*/
    margin: -5px 5px 5px 5px;
}

.PESTANAS li ul li a {
    display: block;
    color: #fff;
    width: 195px;
    height: 30px;
    padding-top: 10px;
    padding-left: 5px;
    background-image: url(images/burbuja.png);
    background-repeat: repeat-y;
    background-position: center bottom;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-weight:normal;
    text-decoration: none;
    text-transform:none;
    color: #fff;
    font-size: 1.2em;
    text-align: left;
    padding-bottom: 0;
}
.PESTANAS li ul li a:hover {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: url(images/cinta.png);
    background-repeat: repeat-y;
}
.PESTANAS li ul li .CIERRE {
    display: block;
    width: 200px;
    height: 12px;
    padding: 0;
    margin-top: 0;
    background-image: url(images/burbuja.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.PESTANAS li:hover ul {
    visibility: visible;
}


/* WebKit animation */
.PESTANAS li ul {
    opacity: 0.0;
    -webkit-transform: scale(0.5) rotate(-5deg) translateY(-50px);
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 22px 0px;
    -moz-transform: scale(0.5) rotate(-5deg) translateY(-50px);
    -moz-transition: all 0.2s ease-in-out;
    -moz-transform-origin: 22px 0px;
}
.PESTANAS li:hover ul {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg) translateY(0px);
    -moz-transform: scale(1) rotate(0deg) translateY(0px);
}

/* Fix IE. Hide from IE Mac \*/
* html .PESTANAS li { float: left; }
* html .PESTANAS li a { height: 1%; }
/* End */



/* CUERPO CENTRAL */

.CUERPOCENTRAL_TOP{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
    overflow: hidden;
	background-image:url(images/cuerpo/FONDO_CUERPO_01.png);
	background-repeat: no-repeat;
	}

.CUERPOCENTRAL_BODY {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/FONDO_CUERPO_02.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOT{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/FONDO_CUERPO_03.png);
	background-repeat: no-repeat;
	}

/* FIN CUERPO CENTRAL*/



/* CUERPO CENTRAL CONTENIDO lateral verde*/

.CUERPOCENTRAL_TOPgreen{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01g.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODYgreen {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02g.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOTgreen{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03g.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

/* FIN CUERPO CENTRAL CONTENIDO */



/* CUERPO CENTRAL CONTENIDO lateral violaceo*/

.CUERPOCENTRAL_TOPviolet{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01v.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODYviolet {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02v.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOTviolet {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03v.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}


/* CUERPO CENTRAL CONTENIDO lateral  VERDE FOLIOSERVER*/


.CUERPOCENTRAL_TOP_fs{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01_fs.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODY_fs {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02_fs.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOT_fs {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03_fs.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}


/* FIN CUERPO CENTRAL CONTENIDO */


/* CUERPO CENTRAL CONTENIDO lateral marron tiendas*/

.CUERPOCENTRAL_TOPbrown {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01m.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODYbrown {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02m.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOTbrown{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03m.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

/* FIN CUERPO CENTRAL CONTENIDO lateral marron tiendas */



/* CUERPO CENTRAL CONTENIDO lateral turquesa */

.CUERPOCENTRAL_TOPturque{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01turque.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODYturque {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02turque.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOTturque{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03turque.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

/* CUERPO CENTRAL CONTENIDO lateral AZUL*/

.CUERPOCENTRAL_TOPblue{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01blue.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODYblue {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02blue.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOTblue {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03blue.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}



/* CUERPO CENTRAL CONTENIDO lateral TARONGA*/

.CUERPOCENTRAL_TOPtaronga{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01taronga.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODYtaronga {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02taronga.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOTtaronga {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03taronga.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}
	
	

/* CUERPO CENTRAL CONTENIDO lateral GREEN2*/

.CUERPOCENTRAL_TOPgreen2 {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01green2.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODYgreen2 {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02green2.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOTgreen2 {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03green2.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}


/* CUERPO CENTRAL CONTENIDO lateral NARANJA FUERTE*/

.CUERPOCENTRAL_TOP_naranja {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01_naranja.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODY_naranja {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02_naranja.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOT_naranja {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03_naranja.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}
	
/* CUERPO CENTRAL CONTENIDO lateral FOLIOGENIA*/

.CUERPOCENTRAL_TOP_genia {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01_genia.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODY_genia{
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02_genia.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOT_genia {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03_genia.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}


/* CUERPO CENTRAL CONTENIDO lateral ROSA*/

.CUERPOCENTRAL_TOP_rosa{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01_rosa.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODY_rosa {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02_rosa.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOT_rosa {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03_rosa.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}
	

/* CUERPO CENTRAL CONTENIDO lateral TURQUESA GEST*/

.CUERPOCENTRAL_TOP_turquesa{
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01_turquesa.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODY_turquesa {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02_turquesa.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOT_turquesa {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03_turquesa.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}
	

/* CUERPO CENTRAL CONTENIDO lateral CELESTE*/

.CUERPOCENTRAL_TOP_celeste {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 12px;
	background-image:url(images/cuerpo/CUERPO_01_celeste.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}

.CUERPOCENTRAL_BODY_celeste {
	display: block;
	margin:0 auto;
	width: 985px;
	background-image:url(images/cuerpo/CUERPO_02_celeste.png);
	background-repeat: repeat-y;
	}

.CUERPOCENTRAL_FOOT_celeste {
	display: block;
	margin:0 auto;
	width: 985px;
	height: 13px;
	background-image:url(images/cuerpo/CUERPO_03_celeste.png);
	background-repeat: no-repeat;
    overflow: hidden;
	}



/* PORTADA divs para contenidos*/

.box_LATERAL_PORTADA_ABRAZO {
	margin: 8px auto;
	display: block;
	float:left;
	width:230px;
}


.box_hosting_portada1 {
	display: block;
	float:left;
	width:220px;
	height: 222px;
	background-repeat: no-repeat;
	background-position: center;
    padding-left:28px;
	}
	
.box_hosting_portada2 {
	display: block;
	float:left;
	width:220px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
    padding-left:28px;
	}

.box_hosting_portada1 .titulo{
color:#FFFFFF;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:14px;
padding-bottom:4px;
padding-left:22px;
text-align:left;
}

.box_hosting_portada1 .lectura{
color:#666666;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
margin-top:42px;
padding-bottom:4px;
padding-left:4px;
text-align:left;
}


/* EMPIEZA PORTADA CENTRAL */

.abrazoGORDO {
	margin:0 auto;
	display: block;
	float:right;
	width:730px;
}

/* CON FOTO A LA IZQUIERDA */
.abrazoGORDO .bloque1 {
	border-bottom: 1px solid #666666;
	display:block;
	float:left;
	margin: 0 0 14px 0;
	padding-bottom: 20px;
	/*padding: 0 10px 20px 10px;*/ 
	width:700px;
}

.abrazoGORDO .bloque1 .cajaALARGADA {
	margin:0 auto;
	display: block;
	float:left;
	margin: 10px 0 0 0;
	width:700px;
}

.abrazoGORDO .bloque1 .cajaALARGADA .titulos {
	color:#333333;
	float:left;
	font-size:40px;
	font-weight:bold;
	margin-bottom:8px;
	text-align:left;
}

.abrazoGORDO .bloque1 .cajaALARGADA .titulos a{
	color:#333333;
	text-align:left;
}

.abrazoGORDO .bloque1 .cajaALARGADA .titulos a:hover{
	color:#999999;
	text-align:left;
}

/* .abrazoGORDO .bloque1 img{
	float: right;
	padding: 5px 0 0 0;
}  */

.abrazoGORDO .bloque1 .cajaTEXTOS_TODOS {
	margin:0 auto;
	display: block;
	float:left;
	width:390px;
}

.abrazoGORDO .bloque1 .cajaALARGADA .subtitulos {
	text-align:left;
	font-size:28px;
	font-weight:normal;
	margin-top: 0px;
	width:390px;
	float:left;
}

.abrazoGORDO .bloque1 .cajaALARGADA .introlecturas {
	margin-top: 15px;
	color:#333333;
	text-align: justify;
	font-size:13px;
	margin-bottom: 15px;
	width:390px;
	float:left;
}
.BOTONTON {
	text-align: left;
	float:left;
	}
.BOTONTON a{
	background-image:url(images/boton_MENU_w.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:1.5em;
	height:25px;
	margin-left:10px;
	padding:10px 2px 5px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	width:150px;
}

.BOTONTON a:hover{
	color:#ccc;
} 

.IMAGEN_PRESENT {
float:left;
padding-left:25px;
}

/* finde centro portada */

.box_hosting_portada1 .vermasBN {
color:#FFFFFF;
display:block;
font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:18px;
margin:0 0 0 18px;
padding:0 0 4px;
text-align:left;
width:110px;
}

.box_hosting_portada1 .vermasBN a{
background-image:url(images/icons_web/vermas_BN.png);
background-position:14px 13px;
background-repeat:no-repeat;
color:#fff;
display:block;
font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:18px;
margin:0 0 0 0;
padding:13px 0 14px 43px;
text-align:left;
width:100px;
}

.box_hosting_portada1 .vermasBN a:hover{
	color:#ccc;
	text-decoration: underline;
}


/* CUERPO divs para contenidos*/

.feaures_abrazo{
margin: 0 auto;
float:left;
width: 300px;
}

.contenidos_abrazo{
	float:left;
	margin:10px 0 10px 18px;
	width:645px;
}


.featuresTITULO {
	display: block;
	color:#333333;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:20px;
	text-align:left;
	margin: 20px 0 30px 25px;
}

.featuresLISTA {
border-bottom:1px solid #666666;
color:#666666;
display:block;
font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
margin:0 23px 0 23px;
padding:5px 0 2px;
text-align:left;

}

.featuresLISTA a{
background-image:url(images/icons_web/plus.png);
background-position:4px 0;
background-repeat:no-repeat;
color:#666666;
display:block;
font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
margin:0 0 0 0;
padding:11px 0 14px 46px;
text-align:left;
width:210px;
}

.featuresLISTA a:hover{
	color:#000000;
	text-decoration: underline;
}


.featuresLISTA img{
	margin: 5px 10px 5px 5px;
}

.feaures_abrazo .DEMOboton, .feaures_abrazo .pastillaPDF {
	background-image:url(images/etiquetaDEMO.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#999999;
	display:block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	height:80px;
	margin-top: 50px;
	margin-left: 20px;
	padding: 10px 20px 0 100px;
	text-align:justify;
	width:130px;
}

.feaures_abrazo .pastillaPDF {
	background-image:url(images/etiquetaPDF.png);
	margin-top: 20px;
}



/* MENU DEL CONTENIDO INTERIOR */


.menuINTERIOR_GRUPO {
	/* width: 650px; */
	height: 31px;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align: left;
margin:0 auto;
padding: 10px;
        }

.taponLEFT {
display: block;
float:left;
width: 7px;
height: 31px;
background-image: url(images/tabs_left.png);
background-position: 0px 0px;
margin-left: 5px;
padding:0px;
}

.taponRIGHT {
display: block;
float:left;
width: 6px;
height: 31px;
background-image: url(images/tabs_right.png);
background-position: 0px 0px;
margin-left: 0px;
padding:0px;
}

.taponTROZO {
display: block;
float:left;
width: 9px;
height: 31px;
background-color: #E5E5E5;
padding:0px;
}

.menuINTERIOR_boton {
background-color:#E5E5E5;
color:#CCCCCC;
float:left;
height:15px;
padding:8px 4px 8px 4px;
}

.menuINTERIOR_boton a{
	color: #333333;
}

.menuINTERIOR_boton a:hover{
color:#000000;
text-decoration: underline;
}

/* CABECERA CONTENIDOS cuerpo del contenido */

.cabecera_contenidos_int {
	display:block;
	font-family: verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 17px;
	width: 595px;
}
.cabecera_contenidos_int table {
    float: none; /* ??? ni p. idea... */
}
    .cabecera_contenidos_int .textoLEER2 a:hover {
        text-decoration: underline;
    }
.cabecera_contenidos_int .titulos {
	color:#333333;
	font-size:30px;
	padding-top: 5px;
}

.cabecera_contenidos_int .titulos img {
	float: right;
}

.cabecera_contenidos_int .subtitulos {
	color:#F06000;
	font-size:12px;
	font-weight:bold;
	margin-top: 10px;
line-height:17px;	
}

.cabecera_contenidos_int .introlecturas {
	margin-top: 15px;
	color:#333333;
	text-align: justify;
	font-size:11px;
}


.cabecera_contenidos_int .chapaPRECIO {
	display:block;
	/*float:right;*/
	margin: 0 auto;
	width: 305px;
	height: 85px;
	background-image:url(images/chapaprecio_bg.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}

.cabecera_contenidos_int .bloquecitosLEFT {
	display:block;
	float:left;
	margin: 35px 13px 0 13px;
	width:244px;
/*	height: 100px; */
}

.cabecera_contenidos_int .bloquecitosRIGHT {
	display:block;
	float:left;
	margin: 35px 13px 0 13px;
	width:244px;
/*	height: 100px; */
}

.cabecera_contenidos_int .bloquecitosLARGOS {
	display:block;
	float:left;
	margin: 35px 13px 0 13px;
	width:585px;
/*	height: 100px; */
}

.cabecera_contenidos_int .ICONO_big_1 {
	display:block;
	float:left;
	margin: 0 15px auto;
	width: 48px;
	height: 48px;
}

.cabecera_contenidos_int .fotoPEQ {
	display:block;
	float:left;
	margin: 0 auto;
	width: 32px;
	height: 40px;
}

/* ESTOS ESTILOS SON SOLO PARA LA PERSONALIZACION */

.cabecera_contenidos_int .bloquecitosLEFT_CUSTOM {
	display:block;
	float:left;
	margin:35px 0px 0 15px;
	width:275px;
/*	height: 100px; */
}

.cabecera_contenidos_int .bloquecitosRIGHT_CUSTOM {
	display:block;
	float:left;
	margin:35px 0 0 15px;
	width:275px;
/*	height: 100px; */
}

.cabecera_contenidos_int .fotoPEQ_CUSTOM {
	display:block;
	float:left;
	margin: 0 auto;
	width: 48px;
	height: 48px;
}

/* --------------------------------*/


.cabecera_contenidos_int .textoPEQ_grupo {
	display:block;
	float:left;
	width: 200px;
	margin: 0 0 0 10px;
}

.cabecera_contenidos_int .horizontal_grupo {
	display:block;
	float:left;
	width: 490px;
	margin: 0 0 0 10px;
}

.cabecera_contenidos_int .horizontal_grupo li{
	display:block;
	width: 480px;
	background-image:url(images/flecha_verde.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	margin-bottom:9px;
	padding-left:16px;

}


.cabecera_contenidos_int .textoPEQ_cabeza {
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	font-weight: bold;
	color:#000000;
	margin-bottom: 5px;
	}

.cabecera_contenidos_int .textoPEQ_cabeza a{
	font-weight: bold;
}

.cabecera_contenidos_int .textoPEQ_cabeza a:hover{
	color:#666666;
}

.cabecera_contenidos_int .textoPEQ_leer {
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-align: justify;
}

.cabecera_contenidos_int .textoPEQ_cabeza_HORIZONTAL {
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	font-weight: bold;
	color:#000000;
	margin-bottom: 5px;
	font-size: 15px;
	margin-left:4px;
	}


/* CAJAS DEL CUERPO DE TEXTO */

.cabecera_contenidos_intBOX {
	display:block;
	float:left;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	text-align: left;
	padding:25px 0 15px 0;
	margin-bottom: 10px;
	margin-left: 17px;
/*  border-bottom: 1px solid #333333;  */
	width: 595px;
        }

.cabecera_contenidos_intBOX .grupitoLEFT {
display:block;
float:left;
font-family:Tahoma,Arial,Helvetica,sans-serif;
padding-bottom:4px;
padding-left:15px;
width:270px;
margin-bottom: 20px;
}

.cabecera_contenidos_intBOX .grupitoRIGHT {
display:block;
float:left;
font-family:Tahoma,Arial,Helvetica,sans-serif;
padding-bottom:20px;
padding-left:15px;
margin-left: 20px;
width:270px;
}

.cabecera_contenidos_intBOX .tituloBOXES {
display:block;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-weight:bold;
color:#000;
font-size:14px;
text-align:left;
margin-bottom: 5px;
}

.cabecera_contenidos_intBOX .explicacion {
display:block;
float:left;
font-family:Tahoma,Arial,Helvetica,sans-serif;
color:#333333;
font-size:11px;
text-align:justify;
}


/* EMPIEZAN LA CAJAS DE PLANES DE HOSTING */
.hosting_caja {
	display:block;
	float:left;
	width: 270px;
	height: 270px;
	/*	background-image: url(images/BOX_HOSTING_INTERIOR.jpg); */
	background-repeat:no-repeat;
	background-position: 0 0;
	margin: 10px;
	padding: 10px;
    overflow: hidden;
}

.hosting_caja .titulo {
	display:block;
	float:left;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 24px;
	padding: 14px 10px 10px 10px;
	margin-left: 16px;
	width: 216px;
	border-bottom: 1px solid #333333;

}
.hosting_caja .texto {
	display:block;
	float:left;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align: justify;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	margin-left: 16px;
	width: 216px;
}

.hosting_caja .botonesGRUPO {
	display:block;
	float:left;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align: left;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	margin-left: 16px;
	margin-top: 107px;
	width: 225px;
}

.hosting_caja .botonesGRUPO_buy {
	display:block;
	float:left;
	background-image: url(images/backet_add.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align: left;
	font-size: 12px;
	padding: 10px 5px 10px 35px;
	margin-left: 0;
/*	width: 100px; */
}

.hosting_caja .botonesGRUPO_buy a{
	color:#FFFFFF;
	text-decoration:none;
}


.hosting_caja .botonesGRUPO_buy a:hover{
	color:#000;
	text-decoration: underline;
}


.hosting_caja .botonesGRUPO_see {
	display:block;
	float:left;
	background-image: url(images/icons_web/plus.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	text-align: left;
	font-size: 12px;
	padding: 10px 5px 10px 35px;
	margin-left: 25px;
	width: 55px;
}

.hosting_caja .botonesGRUPO_see a{
	color:#FFFFFF;
	text-decoration:none;
}


.hosting_caja .botonesGRUPO_see a:hover{
	color:#000;
	text-decoration: underline;
}

/* TERMINAN LA CAJAS DE PLANES DE HOSTING */


.FONDO_FORM_DOMINIOS {
	display: block;
	margin: 0px 0 15px 5px;
	width: 416px;
	height: 125px;
	background-image: url(images/BOX_FONDO-DOMINIOS.jpg);
	background-repeat:no-repeat;
	background-position: 0 0 ;
	text-align: center;
	padding: 100px 0 0 234px;
}

.titulosTABLAPRECIOSDOMINIOS {
	display:block;
	float:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 20px 0 0px 0;
}

.introlecturasDOMINIOS {
color:#333333;
font-size:11px;
margin-top:5px;
margin-bottom: 15px;
text-align:justify;
}

.bordeTABLAh {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
    width: 98%;
    margin: 0 auto;
    text-align: center;
}
    .bordeTABLAh td {
        text-align: center;
    }
    .bordeTABLAh .asterisko {
        color: #666;
        position: absolute; /* asi "flota", es decir, no descentra el contenido */
        padding-left: 4px;
    }
    .bordeTABLAh .columnas {
    }

.bordeCELDAh {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	height:25px;
	padding-left: 10px;
	vertical-align:middle;
	text-decoration: none;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

/* CSS QUE VIENEN DE LA VERSION ANTERIOR */

.textoLEER2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.textoLEER2 a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.textoLEER2 a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.textoLEER3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.textoLEER3 a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.textoLEER3 a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: justify;
}



	/* FIN DE CSS QUE VIENEN DE LA VERSION ANTERIOR */

.bloqueTABLAplanes {
	display:block;
	width: 645px;
	margin: 15px auto;
}

.bloqueTABLAplanes img{
	padding: 2px 5px 5px 0px;
	vertical-align:	text-top;
}



.botonCONTRATAR_hosting {
	display:block;
	float:left;
	width: 85px;
	height:24px;
	background-image: url(images/BOTON_CONTRATAR.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#fff;
	text-align: left;
	font-size: 12px;
	margin:16px 0;
	padding:6px 0 0 11px;
}

.botonCONTRATAR_hosting a{
	color:#fff;
	text-decoration:none;
}


.botonCONTRATAR_hosting a:hover{
	color:#fff;
	text-decoration: underline;
}

/* BOTON CONTRATAR SERVIDORES DEDICADOS */

.cabeceraCONTRATAR_dedicado {
	float:left;
/*	background-image:url(images/plastilla_dedicado1.png); */
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	width:575px;
	height:57px;
	margin:0 0;
	padding:16px 0 0 20px;
	text-align:left;

}

.cabeceraCONTRATAR_dedicado .titulos {
font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:20px;
color:#FFFFFF;
padding:0 0 0 3px;
}

.cabeceraCONTRATAR_dedicado a {
display: block;
float:right;
margin: -40px auto;
}

/* TABLAS ANTERIORES */
.textoLEER2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 15px;
}

.textoLEER2 a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.textoLEER2 a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.CABECERA_VERDE {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 17px;
	font-weight: bold;
/*	color: #7DB713; */
	text-transform: none;
}

.boton_contratar_pack {
	display:block;
	float:left;
	height:93px;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#fff;
	text-align: left;
	font-size: 10px;
	margin:0px 20px 30px 10px;
	padding:4px 0 0 0px;
	width: 260px;
}

.boton_contratar_pack a{
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:#666666;
	text-align: left;
	font-size: 10px;
	text-decoration: none;
}

.boton_contratar_pack a:hover{
	text-decoration: underline;
	color:#000000;
}

/* LISTADO DE PRESTACIONES */

.LISTADO_FEATURES {
	display:block;
	float:left;
	font-family:verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	margin:10px auto;
	text-align:justify;
	width:550px;
}

.LISTADO_FEATURES ul li {
	background-image:url(images/icon_OK.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding:0 0 20px 20px;
}

.LISTADO_FEATURES ol, ul {
margin-bottom:5px;
margin-top:5px;
padding-left:4px;
}
.LISTADO_FEATURES ul li.heading {
    background-image: none;
    padding-left: 0;
    padding-bottom: 0;
}








/*estilos del ACORDION dejalos siempre al final*/
/*estilos del ACORDION dejalos siempre al final*/
/*estilos del ACORDION dejalos siempre al final*/
/*estilos del ACORDION dejalos siempre al final*/
#wrapper {
    width: 620px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#wrapper h2 {
    margin: 20px 0 14px;
    padding: 0;
}

#slider {
    width: 607px;
    margin: 0 auto;
    position: relative;
}

.scroll {
/*    height: 250px; */
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: right;
/*    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom; */
}

.scrollContainer div.panel {
    padding: 10px;
 /*   height: 210px; */
    width: 570px;
}

#shade {
/*    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0; */
    height: 50px;
}

#wrapper ul.navigation {
    list-style: none;
    margin: 0;
/*	border-bottom:1px solid #999999; */
    padding-bottom: 10px;
}

#wrapper ul.navigation li {
    display: inline;
    margin-right: 3px;
}

#wrapper ul.navigation a {
	color:#ffffff;
	/*	padding-left:10px; */
	text-decoration:none;
	border: 1px solid #666666;
	padding: 5px;
	background-color: #9BCE17;/*	background-image:url(images/flecha_verde.gif);
	background-position: 0 4px;
	background-repeat:no-repeat;	*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;/*    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);*/ /* esto es para la sombra */
}

#wrapper ul.navigation a:hover {
/*	background-image:url(images/flecha_roja.gif); */

	color:#fff;
    background-color: #000;
/*    -moz-box-shadow: 0 1px 12px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 1px 12px rgba(0,0,0,0.8); sombra
    -webkit-transition: all 0.2s ease-in-out; trasnicion */
}

#wrapper ul.navigation a.selected {
    background-color: #000;
	color:#fff;
/*	background-image:url(images/flecha_roja.gif); */
}

#wrapper ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


.FONDO_GRIS {
    padding: 16px 0;
    background: #E5E5E5;
}


#carousel-wrapper {
    width: 600px;
    /*height: 500px;*/
    overflow: hidden;
}
#carousel-content {
    width: 10000px;
}
#carousel-content .slide {
    float: left;
    width: 600px;
    /*height: 500px;*/
}

#clientes_login {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 40px;
    z-index: 1000;
    width: 200px;
    height: 150px;
}


.login_pestana {
    width: 250px;
    height: 36px;
    position: absolute;
    right: 10px;
    z-index: 10000;
    background-image: url(images/902boxbig.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
    .login_pestana #login_clientes, .login_pestana #login_webmail {
        position: absolute;
        /*width: 112px;*/
        text-align: center;
        font-family:Tahoma,Arial,Helvetica,sans-serif;
        font-size: 11px;
        font-weight: normal;
        padding: 6px;
    }
    .login_pestana #login_clientes {
        left: 17px;
		margin-top:4px;
    }
    .login_pestana #login_webmail {
        right: 23px;
		margin-top:4px;
    }
    .login_pestana a {
        color: #fff;
    }



.burbuja {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 200px;
    padding: 0;
    padding-top: 20px;
    background-image: url(images/burbuja_inversa.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 180;
    margin: 0;
}

.burbuja li {
    display: block;
    color: #fff;
    width: 160px;
    overflow: hidden;
    padding: 0px 20px 1px 20px;
    background-image: url(images/burbuja_inversa.png);
    background-repeat: repeat-y;
    background-position: -200px 0;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-weight:normal;
    text-decoration: none;
    text-transform:none;
    color: #fff;
    text-align: left;
}
    .burbuja li form input {
        width: 160px;
    }
    .burbuja li form button {
        display: block;
        margin-left: auto;
        margin-top: 5px;
    }
    .burbuja li form {
        margin: 0;
    }
    .burbuja li fieldset {
        margin: 0;
    }
.burbuja li.cierre {
    display: block;
    padding-top: 12px;
    margin-top: 0;
    background-image: url(images/burbuja_inversa.png);
    background-repeat: no-repeat;
    background-position: -400px 0;
}
.burbuja h3 {
    text-transform: uppercase;
}
    .burbuja h3 img {
        vertical-align: baseline;
    }


.FORM_WEB_2PUNTOCERO {
}
    .FORM_WEB_2PUNTOCERO fieldset {
        margin: 10px 0px;
        border: 1px solid #aaa;
        padding: 10px;
        background: #eee url(images/fieldset.png) left top repeat;
    }
    .FORM_WEB_2PUNTOCERO label {
        display: block;
        color: #222;
        font-size: 1.1em;
        margin: 5px 0;
    }
        .FORM_WEB_2PUNTOCERO_tit {
        display: block;
        font-weight: bold;
        font-size: 1.3em;
        color:#FF3300;
        padding-top:15px;
        padding-bottom: 4px;
        border-bottom:1px solid #666666;
        margin-bottom:15px;
    }

        .FORM_WEB_2PUNTOCERO_titBIG {
        display: block;
        font-weight: bold;
        font-size: 1.6em !important;
        color:#FF3300;
        padding-top:15px;
        padding-bottom: 4px;
        border-bottom:1px solid #666666;
        margin-bottom:5px;
    }

        .FORM_WEB_2PUNTOCERO label.radio {
            cursor: pointer;
            padding: 4px;
        }
    .FORM_WEB_2PUNTOCERO input, .FORM_WEB_2PUNTOCERO textarea {
        width: 450px;
        height: 28px;
        font-size: 20px;
        padding-top: 4px;
        padding-left: 5px;
        color: #333;
        font-family: "Trebuchet MS";
        border-color: #9BCE17;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .FORM_WEB_2PUNTOCERO input:focus, .FORM_WEB_2PUNTOCERO textarea:focus {
        -moz-box-shadow: 0 0 18px rgba(255,255,128,0.9);
        -webkit-box-shadow: 0 0 18px rgba(255,255,128,0.9);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    .FORM_WEB_2PUNTOCERO textarea {
        height: 80px;
        width: 450px;
        font-size: 12px;
    }
    .FORM_WEB_2PUNTOCERO input[type=file] {
        width: auto;
        height: auto;
        font-size: 11px;
        padding-top: inherit;
    }
    .FORM_WEB_2PUNTOCERO input[disabled], .FORM_WEB_2PUNTOCERO textarea[disabled] {
        background-color: #ddd;
        background-image: none;
    }
    .FORM_WEB_2PUNTOCERO .radiolabel {
        cursor: pointer;
        margin: 6px 0;
    }
        .FORM_WEB_2PUNTOCERO .radiolabel input {
            margin-right: 3px;
            height: 16px;
        }
    .FORM_WEB_2PUNTOCERO fieldset.notopmargin {
        margin-top: 0;
    }
    .FORM_WEB_2PUNTOCERO fieldset button[type=submit] {
        display: block;
        margin-left: auto;
    }
    .FORM_WEB_2PUNTOCERO select, .defaultSkin table.mceLayout {
        border: 1px solid #F68520 !important;
    }
    .captcha {
        margin-bottom: 2px;
        width: 182px;
    }
        .captcha .marco {
            width: 180px;
            height: 72px;
            border: 1px solid #999;
            background: #fff;
            text-align: center;
        }
        .captcha button {
            display: block;
            width: 150px;
            margin: 6px 0 0 2px;
            height: 32px;
        }
        .captcha input {
            display: block;
            width: 60px;
            margin: 6px 6px 0 0;
        }

.tut_error {
    margin: 20px auto;
}

.FORM_WEB_2PUNTOCERO fieldset.detailed {
}
    .FORM_WEB_2PUNTOCERO fieldset.detailed label {
        font-size: 1.1em;
        font-weight: bold;
    }
    .FORM_WEB_2PUNTOCERO fieldset.detailed p {
        margin-bottom: 5px;
        background: rgba(255,255,255,0.75);
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: 0 0 5px rgba(255,255,255,0.9);
        -webkit-box-shadow: 0 0px 5px rgba(255,255,255,0.9);
    }
/* esquinas redondas: primer y ultimo fieldset dentro de .FORM_WEB_2PUNTOCERO */
    .FORM_WEB_2PUNTOCERO fieldset:first-of-type {
        -moz-border-radius-topright: 15px;
        -moz-border-radius-topleft: 15px;
        -webkit-border-radius-topright: 15px;
        -webkit-border-radius-topleft: 15px;
        border-radius-topright: 15px;
        border-radius-topleft: 15px;
    }
    .FORM_WEB_2PUNTOCERO fieldset:last-of-type {
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-radius-bottomright: 15px;
        -webkit-border-radius-bottomleft: 15px;
        border-radius-bottomright: 15px;
        border-radius-bottomleft: 15px;
    }

/* HACEMOS CSS PARA LISTA PRECIOS SIMILAR A PRESUPUESTO */


.LISTA_PRECIOS_2PUNTOCERO {
}
    .LISTA_PRECIOS_2PUNTOCERO fieldset {
        margin: 10px 0px;
        border: 1px solid #aaa;
        padding: 10px 5px 10px 5px;
        background: #eee url(images/fieldset.png) left top repeat;

    }
    .LISTA_PRECIOS_2PUNTOCERO label {
        display: block;
        color: #222;
        font-size: 1.1em;
        margin: 5px 0;
    }
        .LISTA_PRECIOS_2PUNTOCERO_tit {
        display: block;
        font-weight: bold;
        font-size: 1.3em;
        color:#FF3300;
        padding-top:15px;
        padding-bottom: 4px;
        border-bottom:1px solid #666666;
        margin-bottom:15px;
    }

        .LISTA_PRECIOS_2PUNTOCERO_titBIG {
        display: block;
        font-weight: bold;
        font-size: 1.6em !important;
        color:#FF3300;
        padding-top:15px;
        padding-bottom: 4px;
        border-bottom:1px solid #666666;
        margin-bottom:5px;
    }

    .FORM_WEB_2PUNTOCERO fieldset.notopmargin {
        margin-top: 0;
    }

    .FORM_WEB_2PUNTOCERO select, .defaultSkin table.mceLayout {
        border: 1px solid #F68520 !important;
    }



.FORM_WEB_2PUNTOCERO fieldset.detailed {
}
    .FORM_WEB_2PUNTOCERO fieldset.detailed label {
        font-size: 1.1em;
        font-weight: bold;
    }
    .FORM_WEB_2PUNTOCERO fieldset.detailed p {
        margin-bottom: 5px;
        background: rgba(255,255,255,0.75);
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: 0 0 5px rgba(255,255,255,0.9);
        -webkit-box-shadow: 0 0px 5px rgba(255,255,255,0.9);
    }
/* esquinas redondas: primer y ultimo fieldset dentro de .FORM_WEB_2PUNTOCERO */
    .FORM_WEB_2PUNTOCERO fieldset:first-of-type {
        -moz-border-radius-topright: 15px;
        -moz-border-radius-topleft: 15px;
        -webkit-border-radius-topright: 15px;
        -webkit-border-radius-topleft: 15px;
        border-radius-topright: 15px;
        border-radius-topleft: 15px;
    }
    .FORM_WEB_2PUNTOCERO fieldset:last-of-type {
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        -webkit-border-radius-bottomright: 15px;
        -webkit-border-radius-bottomleft: 15px;
        border-radius-bottomright: 15px;
        border-radius-bottomleft: 15px;
    }


/* FIN DE CSS PARA LISTA PRECIOS SIMILAR A PRESUPUESTO */






.demo {
	width: 192px;
	float: left;
	margin: 20px 2px;
}
	.demo .ref {
		height: 28px;
	}
	.demo .thumbnail {
		display: block;
		padding-left: 15px;
	}