/* RESET CSS */

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);

  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}


/* COLUMNA IZQUIERDA*/

#wrapper-3 #main #gcc {
  position: relative;
  float: left;
  width:938px;
  height: auto;
  margin-left: 20px;
}


#wrapper-3 #main #gcc .principal1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  width: auto;
  border-style: none;
  margin-bottom: 5px;
}

#wrapper-3 #main #gcc .texto {
  clear: both;
  margin: 0px 0;
  padding-top: 0px;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

#wrapper-3 #main #gcc .texto2 {
  clear: both;
  margin: 0px 0;
  padding-top: 0px;
  font-size: 16px;
  color: red;
  margin-bottom: 20px;
}

#wrapper-3 #main #gcc p {
  clear: both;
  padding-top: 0px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 5px;
}
#wrapper-3 #main #gcc p.lead {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

#wrapper-3 #main #gcc .wrapper-form {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 140px;
}

#wrapper-3 #main #gcc .wrapper-form label{
  font-size: 14px;
}
/* COLUMNA IZQUIERDA-2-*/

/* Combo */
/*  29/05/2013
por el tema del ancho ... interfeiere con tienda.
div.select .customStyleSelectBox {
  width: 208px;
  background-position: 202px 5px;
}
div.select:hover .customStyleSelectBox {
  background-position: 202px -15px;
}*/
/* 29/05/2013 - para que no interfiera con tiendas */
#divComboGcc div.select .customStyleSelectBox {
    background-position: 202px 5px;
    width: 208px;
}

#divComboGcc div.select:hover .customStyleSelectBox {
  background-position: 202px -15px;
}
#wrapper-3 #main #gcc .mensaje {
  color: #999999;
  width: 525px;
  height: 200px;
  font-family: /*"HelveticaNeue",*/ Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  margin-right: 4px;
  padding: 3px 7px 4px 7px;
  margin-bottom: 10px;
  background-color: #EFEFEF;
  background-image: none;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 3px #333333;
  -webkit-box-shadow: inset 0 1px 3px #333333;
  -o-box-shadow: inset 0 1px 3px #333333;
  -ms-box-shadow: inset 0 1px 3px #333333;
  box-shadow: inset 0 1px 3px #333333;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

#wrapper-3 #main #gcc .msg {
  font-size: 15px;
  line-height: 45px;
  margin-left: 10px;
  color: #c00;
}

/* INPUT */
#wrapper-3 #main #tiendas input.input-text {
  width: 295px;
  height: 22px;
  margin-bottom: 10px;
}


/* Boton verde */
#wrapper-3 #main #gcc #bt-enviar {
  float: left;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}

#wrapper-3 #main #gcc .select {
/*  float: right;
  margin-top: -6px;
  width: 620px;
  z-index:1;*/
  float: left;
  margin-top: -6px;
  z-index: 1;
  position: relative;
}
.wrapper-form #dossier label.buscador-check.opciones
{display: block;
    float: left;
    margin-right: 15px;}
#wrapper-3 #main #gcc .botonformulario {   left: 0;}

#wrapper-3 #main #gcc .botonformulario{
position: absolute;
z-index: 10;
opacity: 0;
font-size: 14px;
height: 25px;
width: 221px;
}

.clearing-gcc {
clear: both;
margin-bottom: 10px;
}

#wrapper-3 #main #gcc a.blue{
  color:#0099cc;
  text-decoration: underline;

}

#wrapper-3 #main #gcc a.blue:hover{
  text-decoration: none;
}

#attCliente h1{font-size: 40px; font-weight: normal; width: auto; border-style: none; padding-bottom: 0px; letter-spacing: -1px;}
#wrapper-3 #main #atencion-al-cliente div.select select{left:0!important;}