﻿/*
 * Casanova Gandía v1.0.0.0
 *
 * Fecha: 09/09/2013
 * Autor: AF
 * Descripción: Estilos comunes a toda la aplicación
 */
@import url("http://fast.fonts.net/t/1.css?apiType=css&amp;projectid=47f8b293-a60e-45ec-b278-cc95aeff991a");
@font-face{
font-family:"Trade Gothic W01 Bold 2";
src:url("Fonts/bb3aa0a7-2585-4e89-ad82-658fd561751ad41d.eot?#iefix");
src:url("Fonts/bb3aa0a7-2585-4e89-ad82-658fd561751ad41d.eot?#iefix") format("eot"),url("Fonts/1454a71d-cdbb-429c-8092-122f4493e0c7.woff") format("woff"),url("Fonts/d5ea405c-2180-4ff0-bd51-3e19fb280be4.ttf") format("truetype"),url("Fonts/70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9.svg#70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9") format("svg");
}
@font-face{
font-family:"Trade Gothic W01 Light";
src:url("Fonts/1d699af3-0e50-4c4b-a343-42d071e85714d41d.eot?#iefix");
src:url("Fonts/1d699af3-0e50-4c4b-a343-42d071e85714d41d.eot?#iefix") format("eot"),url("Fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff") format("woff"),url("Fonts/8e50278c-45cd-4808-b774-24767d958f17.ttf") format("truetype"),url("Fonts/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de") format("svg");
}
body
{
    margin: 0px;
    padding: 0px;
    font-family:'Trade Gothic W01 Light';
    font-size: 13px;
    color: #706E6E;
	width:100%;
	line-height:18px;
	background-color:#ebebeb;
}

h1
{
    font-family:'Trade Gothic W01 Bold 2';
    font-size: 20px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-weight:normal;
    text-transform:uppercase;
}
.titulo h1
{
    font-size: 16px;
}
h2
{
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding:7px 0px;
    text-transform:uppercase;
    cursor:pointer;
}
.noh2
{
    font-family:'Trade Gothic W01 Light'!important;
    font-size: 13px!important;
    color: #706E6E!important;
	line-height:18px!important;
    clear:none!important;
    font-weight:normal!important;
    margin-bottom:0px!important;
    padding-bottom:0px!important;
}

a
{
    color:#706E6E;
    text-decoration:none;
}

img
{
	border:0px;
}

SELECT {
font-size : 11px;
height: 26px;
margin: 5px 0;
}
.selectR
{
    width:275px;
}

INPUT {
	font-size : 11px;
	border:solid 1px #c9cacc;
	height:16px;
	color:#575453;
}
textarea {
	font-size : 11px;
	border:solid 1px #c9cacc;
}
strong,.bold
{
    font-family:'Trade Gothic W01 Bold 2';
    font-weight:normal;
}
.minp p {
    /*padding-bottom:0px;*/
    margin-bottom:5px;
    margin-top:0px;
}

/*
 * Centrado de páginas
 */
.centeredPage
{
	position: relative;
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
.centeredlogin
{
	position: relative;
	width: 400px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#logo
{
    width:162px;
    float:left;
	padding-top:10px;
	/*padding-left:30px;*/
}

#header
{
	left:0px;
	top:0px;
	position:fixed;
	/*position:absolute;*/
	z-index:1;
	width:100%;
	height:80px;
    font-family:'Trade Gothic W01 Light';
    font-size: 14px;
    text-transform:uppercase;
    background-color:#fff;
}
#header .bg
{
	width:100%;
	height:80px;
}

/*
 * Pie
 */
#footer
{
    font-size: 14px;
	position:relative;
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:#e30412;
	color:#fff;
	float:left;
}
#footer a
{
    color:#fff;
}
#footer .legal
{
    text-align:center;
    position:relative;
    height:30px;
	width: 906px;
	margin: 0px auto;
}
#footer #footermenu
{
    float:left;
    width:710px;
    margin-bottom:18px;
    padding:40px 0px 30px 230px;
    position:relative;
    background-color:#e30412;
}
#footer .col
{
    width:140px;
    float:left;
    margin-left:20px;
}
#footer .titular
{
    margin-bottom:5px;
    font-family:'Trade Gothic W01 Bold 2';
}
#footer ul
{
    list-style:none;
    padding:0px 0px;
    margin:0px 0px;
}
#footer .logofooter
{
    position:absolute;
    left:50px;
    top:20px;
    z-index:1;
}

/* menú Pestañas */
#tmenuContent
{
	position:absolute;
	right:0px!important;
	z-index:2;
	color:#000;
	top:30px;
	width:650px;
}
#tmenuContent a
{
    color:#000;
}
#tmenuContent .txt
{
    padding:0px 25px 0px 25px;
}
#tmenuContent ul
{
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
}
#tmenuContent ul li
{
    display:inline;
    float:right;
    position:relative;
    margin:0px 0px 0px 0px;
    padding:6px 0px 6px 0px;
	text-align:center;
	background-color:#dcda00;
	border-left:solid 1px #fff;
}
#tmenuContent ul li ul {
	display: none;
    margin:0px 0px 0px 0px;
    padding:10px 15px 10px 15px;
    background-color:#c4c4c4;
    /*filter: alpha(opacity=90);
    opacity: 0.9;*/
}
.pico
{
    background-image:url(../../gifs/pico-menu.png);
    background-repeat:no-repeat;
    background-position: 0px 0px;
    width:30px;
    height:15px;
    position:absolute;
    top:-25px;
    left:25px;
    display:block;
}
#tmenuContent ul li ul li {
	display: list-item;
	float: left;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	height:auto;
	border:none;
	background-color:#c4c4c4;
	width:50%;
}
#tmenuContent ul li ul li a
{
    display:list-item;
    padding: 0px 5px 0px 5px;
}
#tmenuContent .novisible
{
	display:none!important;
}
#tmenuContent .visible
{
	display:block;
}
#tmenuContent #submenu4
{
    position:absolute;
    z-index:2;
    left:0px;
    width:250px;
    top:50px;
}
#tmenuContent #submenu5
{
    position:absolute;
    z-index:2;
    left:0px;
    width:250px;
    top:50px;
}
#tmenuContent #submenu6
{
    position:absolute;
    z-index:2;
    left:0px;
    width:200px;
    top:50px;
}

#submenu
{
    padding:15px 15px 10px 15px;
}
#submenu a
{
    color:#ffffff;
    text-decoration:none;
}
#submenu a:hover
{
    color:#ebebeb;
}
#tmenuContent .item
{
    margin-bottom:10px;
}

#tmenuContent .submenu a:hover
{
    color:#ebebeb;
}
#tmenuContent .break
{
    clear:left;
    float:left;
    border-top:solid 5px transparent;
}
/* metamenú */
#mtmenuContent
{
    position:absolute;
    right:0px;
    top:0px;
    font-size:14px;
    font-family:'Trade Gothic W01 Light';
    font-weight:normal;
    /*background-color:#1C1C1A;*/
}
#mtmenuContent #ulmeta
{
    display:inline-block;
    position:relative;
    margin:0px 0px;
    padding:0px 0px;
    text-transform:uppercase;
    color:#9B9B9A;
    list-style:none;
}
#mtmenuContent #ulmeta li
{
    float:right;
    text-align:center;
    padding:0px 15px 0px 12px;
    margin:0px 0px;
    border-left:solid 1px #fff;
}
#mtmenuContent #ulmeta .item
{
    padding: 5px 0px;
    float:left;
}
#mtmenuContent #ulmeta a
{
    font-weight:normal;
    text-decoration:none;
    color:#9B9B9A;
}
#mtmenuContent .ayuda
{
    background:url('../../gifs/iconos16.png') 0 0;
    width:15px;
    float:left;
    height:14px;
    margin-right:5px;
    margin-top:6px;
}
#mtmenuContent .mis-favoritos
{
    background:url('../../gifs/iconos16.png') -15px 0;
    width:16px;
    float:left;
    height:14px;
    margin-right:5px;
    margin-top:6px;
}
#mtmenuContent .mi-compra
{
    background:url('../../gifs/iconos16.png') -31px 0;
    width:19px;
    float:left;
    height:14px;
    margin-right:5px;
    margin-top:6px;
}
#mtmenuContent .meta
{
    background-color:#c4c4c4;
}
#mtmenuContent .meta a
{
    color:#000!important;
}
/* Idiomas */
#langs
{
    background-color: #000;
    color:#a5a5a5;
    float:left;
/*    margin-right:5px;*/
    padding: 5px 5px;
    position:relative;
    text-transform:lowercase;
    width:90px;/*width:55px;*/
    z-index:5;
    cursor:pointer;
}
#langs_def
{
    position:relative;
    margin:0px 0px;
    top: -1px;
}
#langs_earth
{
    display:inline-block;
    width:15px;
    height:15px;
    margin-right:5px;
    background-image:url(../../gifs/bolamundo.png);
    vertical-align:middle;
}
#langs_arrow
{
    position:absolute;
    top:40%;
    right:5px;
    width:6px;
    height:6px;
    background-image:url(../../gifs/flecha-langs.gif);
    vertical-align:middle;
}
#langs_list
{
    position:absolute;
    top:28px;
    left:0px;
    background-color:#a5a5a5;
    width:70%;
    padding:5% 25% 5% 10%;
    text-align:right;
}
#langs_list a
{
    color:#fff;
    display:block;
}
#langs.up #langs_list {
	display: none;
}

/* Menú izquierda */
#lmenu
{
    background-color:#ebebeb;
    width:180px;
    float:left;
    margin-right:0px;
    position:fixed;
    z-index:2;
}
#lmenu ul
{
    list-style:none;
    text-align:right;
    padding-right:20px;
    padding-left:0px;
}
#lmenu ul li
{
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
    position:relative;
}
#lmenu a
{
    text-decoration:underline;
}
#lmenu .selected
{
}

/* Estructura de la página */

/*
 *  Zona de contenido principal
 */

#mainPanel
{
    position: absolute;
    left:0;
    top:160px;
    width:100%;
    z-index:0;
}
#mainContent
{
    padding:0px 0px 0px 0px;
    float:left;
    width:100%;
}
#contentLeft
{
	width:500px;
	padding-right:20px;
	float:left;
}
#contentRight
{
	width:700px;
	float:left;
	padding-right:40px;
	margin-left:200px;
	padding-bottom:100px;
}
.contentRight
{
	width:700px;
	float:left;
	padding-right:40px;
}
#localizador
{
    width:860px;
    margin-bottom:20px;
    padding:2px 0px 2px 80px;
    font-size:11px;
    background-color:#ebebeb;
}
#localizador a
{
    color:#000;
    font-family:'Trade Gothic W01 Bold 2';
}
#localizador strong
{
    color:#000;
    font-family:'Trade Gothic W01 Bold 2';
    font-weight:normal;
}

/* Colores de fondo */
.error
{
	color:Red;
}


/* Filas y columnas */
.formRow
{
	clear: both;
    padding: 0px 0px 0px 0px;
    margin-bottom:10px;
    float:left;
    width:100%;
}
.formColLeft
{
	width: 200px;
	float:left;
	margin: 0px 5px 0px 0px;
}
.formCol
{
	width: auto;
	float:left;
	margin: 0px 5px 0px 0px;
}
.formCol2
{
	width: 50%;
	float:left;
	margin: 0px 0px 0px 0px;
}
.formCol3
{
	width: 30%;
	float:left;
	margin: 20px 15px 0px 0px;
}
.formCol4
{
	width: 400px;
	float:left;
	margin: 0px 15px 0px 0px;
}
.formbotones
{
	clear: both;
    padding: 0px 0px 0px 0px;
    float:left;
    width:100%;
}
.formbotones .boton
{
	padding:5px 30px 2px 30px;
	/*width:80px;*/
	height:20px;
	text-align:center;
	background-color:#e30412;
	text-transform:uppercase;
	border-bottom:solid 5px #c1030f;
	float:left;
}
.formbotones .boton:hover
{
    border-top:solid 1px #F4f4f4;
    border-bottom:solid 4px #c1030f;
}
.formbotones a
{
	text-decoration:none;
	color:#fff;
}
.legalInfo
{
	margin: 10px 10px 10px 0px;
	font-size:10px;
	line-height:normal;
	float:left;
}
.formError
{
	color:red;
	clear:both;
	float:left;
	width:100%;
}
.formErroralert
{
    color:red;
    margin-left:160px;
    clear:both;
    width:100%;
    float:left;
}
/* Alinear imágenes y textos */
.imgLeft
{
	float:left;
	margin-right:15px;
}
.imgRight
{
	float:right;
	margin-left:15px;
}
.alignCenter
{
	text-align:center!important;
}
.txtRight
{
	text-align:right;
	margin-right:10px;
}
.txtpeq
{
    font-weight:normal!important;
    font-size:90%;
}
.fleft
{
	float:left;
}
.fright
{
	float:right;
}
.w100
{
	width:100%;
}
.nounder a
{
    text-decoration:none!important;
}
.clear
{
    clear:both;
}
.clear2
{
    margin-bottom:20px;
    clear:both;
}
.clear3
{
    width:100%;
    background-color:#ebebeb;
    height:30px;
    float:left;
}

.h1left
{
    width:220px;
    float:left;
    margin-right:20px;
}
.mright{
    margin-right:20px!important;
}
.mleft{
    margin-left:240px!important;
}
.mleft2{
    margin-left:20px!important;
}
.mbottom0
{
    margin-bottom:0px!important;
}
.mbottom1
{
    margin-bottom:15px!important;
}
.mtop1
{
    margin-top:50px;
}
.novisible
{
	display:none!important;
}
.visible
{
	display:block;
}
/* Listas */
.nolist
{
	list-style:none;
}

/* Otros */
.lcase
{
    text-transform:none!important;
}
.hidden
{
    visibility:hidden;
}
.inputnoborder input
{
    border: none;
}
.lineagris
{
    border-top:solid 2px #ebebeb;
    width:100%;
    height:2px;
}
.titulo
{
    font-family:'Trade Gothic W01 Bold 2';
    font-size: 16px;
    color:#000000;
    padding: 5px 20px 5px 10px;
    height:20px;
    background-color:#c4c4c4;
    margin:0px 0px 0px 0px;
    text-transform:uppercase;
    border-bottom:solid 5px #fff;
    text-align:right;
}
.titulotrans
{
    font-family:'Trade Gothic W01 Bold 2';
    font-size: 16px;
    color:#000000;
    padding: 5px 20px 5px 10px;
    height:20px;
    background-color:#c4c4c4;
    margin:0px 0px 0px 0px;
    text-transform:uppercase;
    text-align:right;
    position:absolute;
    z-index:2;
    left:0;
    top:70px;
    background: rgb(220, 218, 0) transparent!important;
    background: rgba(220, 218, 0, 0.8)!important;
    background-color:#dcda00;
}
.titulotransbot
{
    bottom:10px!important;
    top:auto;
}
.oculto {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}
.bgcolor1
{
    background-color:#dcda00;
}
.bgcolor2
{
    background-color:#cd8cb2;
}
.bgcolor3
{
    background-color:#72d7b3;
}
.bgcolor4
{
    background-color:#dcda00;
}
.bgcolor5
{
    background-color:#000;
}
.bgcolor5 h1
{
    color:#fff;
}
.bgcolor5 .misfavoritos{
    background:url('../../gifs/iconos16.png') -15px 0;
    width:16px;
    float:left;
    height:14px;
    margin-top:2px;
    margin-left:5px;
}
.bgcolor6
{
    background-color:#d8d8d8;
}
.bgcolor7
{
    background-color:#fff;
}
.centeredPage .bgcolor7
{
    padding-bottom:20px;
}
.bgcolor8
{
    background-color:#ebebeb;
}
.bgcolor9
{
    background-color:#fbdadc;
}
.table {
    margin: 15px 0;
    width: 99%;
    font-size:90%;
}
.table caption {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
.table th {
    text-align: left;
    background-color:#d8d8d8;
    padding:8px 5px;
    color:#000;
}
.table .th {
    color: #024C3E;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.table td {
    border-bottom: 1px solid #DEDEDE;
    padding: 5px 10px 5px 2px;
}
.table strong
{
    color:#000;
}
.table tfoot td
{
    padding:30px 10px 20px 10px;
}
.table select
{
    padding:3px 3px;
    border:1px solid #DEDEDE;
}
.separa
{
    width:100%;
    border-bottom:solid 1px #d6d6d6;
    height:1px;
    margin:20px 0px 20px 0px;
}
.separa2
{
    width:100%;
    border-top:solid 1px #d6d6d6;
    height:1px;
    margin:10px 0px 10px 0px;
}

/* Productos */
.precio
{
    font-size:24px;
    color:#fff;
    border:solid 1px #fff;
    padding:10px 10px;
    display:inline-block;
    margin:0px 5px;
    font-family:'Trade Gothic W01 Bold 2';
}
.compra
{
    position:absolute;
    background:url('../../gifs/iconos32.png') 0 0;
    width:31px;
    height:31px;
    right:5px;
    top:5px;
}
.btnPresupuesto
{
    background-color:#00943f;
    color:#fff;
    border-radius: 5px;
    /*behavior: url(/App_ClientFiles/styles/pie/PIE.htc);*/
    width:200px;
    height:20px;
    text-transform:uppercase;
    margin:20px 0px;
    padding:10px 50px 10px 50px;
    font-size:14px;
    text-align:center;
}
.btnPresupuesto a
{
    color:#fff;
}
.btnPresupuesto .iconeuro
{
    background:url('../../gifs/iconos16.png') -81px 0;
    width:14px;
    height:14px;
    margin-right:10px;
    display:inline-block;
}
.btnGeneral
{
    background-color:#c4c4c4;
    color:#fff;
    border-radius: 5px;
    /*behavior: url(/App_ClientFiles/styles/pie/PIE.htc);*/
    text-transform:uppercase;
    margin:20px 0px;
    padding:10px 50px 10px 50px;
    font-size:14px;
    text-align:center;
}
.btnGeneral a
{
    color:#000!important;
}
.btnGeneral2
{
    background-color:#00943f;
    color:#000;
    border-radius: 5px;
    text-transform:uppercase;
    margin:20px 0px;
    padding:10px 50px 10px 50px;
    font-size:14px;
    text-align:center;
}
.btnGeneral2 a
{
    color:#fff!important;
}
.iconmenu
{
    background:url('../../gifs/iconos16.png') -50px 0;
    width:14px;
    height:14px;
    position:absolute;
    right:-20px;
    top:0px;
}
.descuento
{
    background-color:#fbdadc;
    padding:5px 10px 5px 5px;
    margin-bottom:10px;
    clear:both;
    float:left;
}
.descuento input
{
    margin-top:3px;
    display:block;
    float:left;
    margin-right:10px;
}

/* Ayuda */
.ayuda
{
    width:100%;
    float:left;
    margin-top:50px;
}
.ayuda .item
{
    float:left;
    width:100px;
    height:90px;
    margin-right:15px;
    padding:15px 10px;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);
    position:relative;
}
.ayuda .flecha
{
    background:url('../../gifs/iconos16.png') -64px 0;
    width:16px;
    height:14px;
    position:absolute;
    bottom:5px;
    right:15px;
    z-index:1;
}

/* Productos */
#product_slider {
    width : 700px;
	height: 418px;
	margin-bottom:20px;
}
#product_slider .nivoSlider{
    width:700px!important;
}
#product_sliderbig {
    width : 940px;
	height: 568px;
}
#product_sliderbig .nivoSlider{
    width:940px!important;
}
#ficha_slider {
    width : 600px;
	height: 435px;
	margin-bottom:20px;
}
#ficha_slider .nivoSlider{
    width:600px!important;
}
#ficha_slider2 {
    width : 600px;
	height: 435px;
	margin-bottom:20px;
}
#ficha_slider2 .central
{
    height:390px;
    margin-bottom:10px;
}
#ficha_slider2 .controlNav input
{
    height:64px;
    margin-right:5px;
}
/*
.flexslider .txt
{
    position:absolute;
    width:350px;
    bottom:30px;
    left:30px;
    color:#fff;
	font-size:3em;
	line-height:1.3em;
    background: rgb(227, 4, 18) transparent!important;
    background: rgba(227, 4, 18, 0.7)!important;
    background-color:#e30412;
}
.flexslider .txt p
{
    padding:10px 10px 20px 15px;
    margin:0 0;
}
.flexslider .txt a
{
    color:#fff;
}
*/

.destacados
{
    width:100%;
    float:left;
    clear: both;
    position: relative;
    margin-bottom:50px;
}
.destacados .titular
{
    background-color:#dcda00;
    margin: 20px 20px 0px 0px;
    padding: 5px 20px 5px 10px;
    float:left;
    width:150px;
    text-transform:uppercase;
    /*font-family:'Trade Gothic W01 Bold 2';
    height:20px;*/
    text-align:right;
    color: #000000;
    font-size: 14px;
}
.destacados .destacado {
	float: left;
	margin : 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width:220px;
	overflow:hidden;
	position:relative;
}
.destacados .imgdestacado
{
    height:165px;
    overflow:hidden;
}
.destacados .txt
{
    background-color:#8E8E8D;
    text-transform:uppercase;
    padding:5px 10px;
    margin-top:10px;
    color:#fff;
}
.destacados .txt a
{
    color:#fff;
}

.ficha .colL
{
    width:600px;
    padding:0px 20px 0px 20px;
    float:left;
}
.ficha .colR
{
    width:275px;
    float:left;
    background-color:#c4c4c4;
    padding:20px 10px 15px 15px;
    font-size:12px;
    line-height:14px;
}
.ficha .colR h1
{
    text-transform:none;
    font-size:12px;
    color: #000;
}
#imgcentral:hover
{
    cursor:pointer;
}
.selectedbox
{
    border:solid 1px #fff!important;
}
.btnComprar
{
    background-color:#00943f;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url(/App_ClientFiles/styles/pie/PIE.htc);*/
    width:160px;
    height:20px;
    text-transform:uppercase;
    float:left;
    margin:20px 0px;
    padding:10px 50px 5px 50px;
    font-size:14px;
    text-align:center;
}
.btnComprar a
{
    color:#fff;
}
.imgComprar
{
    background:url('../../gifs/iconos16.png') -31px 0;
    background-repeat:no-repeat;
    width:19px;
    height:14px;
    display:inline-block;
    margin-right:10px;
}
.imgEstancia
{
    position:absolute;left:0;top:22px;z-index:1;
}
.btnInteresa
{
    background-color:#e10512;
    color:#fff;
    border-radius: 5px;
    /*behavior: url(/App_ClientFiles/styles/pie/PIE.htc);*/
    width:160px;
    height:20px;
    text-transform:uppercase;
    float:left;
    margin:20px 0px;
    padding:10px 50px 5px 50px;
    font-size:14px;
    text-align:center;
}
.btnInteresa a
{
    color:#fff;
}
.imgInteresa
{
    background:url('../../gifs/iconos16.png') -15px 0;
    background-repeat:no-repeat;
    width:16px;
    height:14px;
    display:inline-block;
    margin-right:5px;
    }

#tabs h2
{
    float:left;
    border-left: solid 5px #fff;
    background-color:#d8d8d8;
    padding-left:5px;
    padding-right:5px;

}
#tabs #menu
{
    background-color:#ebebeb;
    float:left;
    width:100%;
}
#tabs #menu .selected
{
    background-color:#fff;
}
.tabcontent
{
    padding: 20px 40px;
    float:left;
}
.iconface
{
    background:url('../../gifs/iconos32.png') -218px 0;
    background-repeat:no-repeat;
    width:17px;
    height:27px;
    display:inline-block;
    margin-right:10px;
}
.icontwitter
{
    background:url('../../gifs/iconos32.png') -154px 0;
    background-repeat:no-repeat;
    width:27px;
    height:27px;
    display:inline-block;
    margin-right:10px;
}
.icongoogle
{
    background:url('../../gifs/iconos32.png') -184px 0;
    background-repeat:no-repeat;
    width:27px;
    height:27px;
    display:inline-block;
}
.iconpinterest
{
    background:url('../../gifs/iconos32.png') -243px 0;
    background-repeat:no-repeat;
    width:27px;
    height:27px;
    display:inline-block;
}
.iconcerrar
{
    width:30px;
    height:31px;
}
.iconbox
{
    height:30px!important;
    width:30px;
    padding-right: 5px;
}
.iconos
{
    background-color:#ebebeb;
    padding:16px 0px;
    text-transform:uppercase;
    font-size:12px;
    color:#666;
}
.iconos img
{
    margin-right:16px;
    display:block;
    float:left;
    margin-bottom:20px;
}
.iconos .item
{
    margin-left:20px;
    float:left;
}
.iconos .item2
{
    float:left;
    width:40%;
    margin-left:5%;
}
.iconos .first
{
    width:245px;
    border-right:solid 1px #d8d8d8;
    padding-right:10px;
}
.iconos .third
{
    width:200px;
    border-left:solid 1px #d8d8d8;
    padding-left:10px;
}
.iconos .border
{
    border-right:solid 1px #d8d8d8;
}

/* Mi pedido */
.divgrey
{
    float:left;
    width:100%;
    background-color:#ebebeb;
    margin:20px 0px;
    padding:10px 0px 10px 0px;
}
.pasos
{
    list-style:none;
    padding:0px 0px;
}
.pasos li
{
    display:inline-block;
    margin:0px 0px;
    padding:8px 20px;
    border:solid 1px #ccc;
}
.total
{
    border-top:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
    font-size:20px;
    line-height:24px;
    padding:10px 0px;
    margin:10px 0px;
}

/* Lightbox */
#bgblack {
display:none;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#000;
z-index:100;
}

.bgblackpromo
{
    z-index:16000002!important;
}
#tips {
display:none;
position:fixed;
top:50%;
left:50%;
width:570px;
height:300px;
background:#FFF;
z-index:200;
padding:40px 30px 40px 50px;
font-size:13px;
}
#tips .item
{
    padding:20px 10px;
    border-radius: 5px;
    behavior: url(pie/PIE.htc);
    font-size:16px;
    color:#000;
}
#tips .formCol3
{
    width:25%!important;
    height:90px;
    margin-right:0px;
}
#tips h1
{
    font-size:44px;
    text-transform:none;
    line-height:46px;
}
#tips a
{
    color:#000;
    display:inline!important;
}
#tips .iconclose
{
    position:absolute;
    right:10px;
    top:10px;
}
.tipsvscroll
{
    overflow-y: scroll;
}
.iconclose2
{
    position:absolute;
    right:10px;
    top:10px;
}

.tipspromo
{
    width:100%!important;
    height:100%!important;
    padding:0 0px!important;
    background-color:Transparent!important;   
    z-index:16000003!important;
}
.tipspromo .iconclose
{
    top:-16px!important;
}

/* Capa cookies */
.cookies
{
    position:fixed!important;
    z-index:99999998 !important;
    top:0;
    left:0;
    color:#555;
    vertical-align:baseline;
    height:80px;
    width:100%;
    border-bottom:solid 10px #ebebeb;
    background-color:#f7f7f7;
}
.cookies .txt
{
    width:730px;
    padding:5px 0px 0px 30px;
    float:left;
}
.cookies a
{
    color:#e30412;
    text-decoration:underline;
}
#btnclose
{
    width:100px;
    float:left;
    text-align:right;
    margin:20px 20px;
    text-decoration:underline;
    cursor:pointer;
    color:#e30412;
    position:relative;
    padding-right:40px;
    padding-top:5px;
}
#btnclose .iconclose
{
    background:url('../../gifs/iconos32.png') -122px 0;
    background-repeat:no-repeat;
    width:30px;
    height:31px;
    position:absolute;
    right:0px;
    top:0px;
}

/* ---------------- */
#tmenuContent ul li:hover {background-color: #CFCE45;}

@media only screen and (max-width: 1000px)
{
   #tmenuContent #submenu6
   {
    left:-80px;
   }
   #tmenuContent #submenu6 .pico
   {
    left:95px;
   }
}

/* Imprimir */
.tituloprint
{
 text-align : left; 
}
.tituloprint .misfavoritos
{
    margin-right : 15px;   
}
/* Mis Favoritos */
.imgComprarFav
{
    background:url('../../gifs/iconos16.png') -15px 0!important;
    width : 16px;
}    