/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Variables
:: Shared Styles
:: Index
:: Empresa
:: Productos
:: Telas
:: Blancos Sublimables
:: Contacto
*/
/* -----------------------------------------
   Variables
----------------------------------------- */
#dom {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.mt30 {
  margin-top: 33px;
}
html {
  background: url(../images/bg.jpg) repeat #f1fcfe;
}
body {
  background: url(../images/fondoIndex.png) no-repeat center top;
  font-family: Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004a80;
  text-shadow: 2px 2px 0px #2a465f;
  letter-spacing: 0px;
}
header {
  height: 70px;
  background: url(../images/fondoMenu.png) no-repeat center top;
}
header #logo {
  margin: 13px 0 0 0;
}
header #logo img {
  margin-left: 40px;
}
header nav {
  margin: 7px 0 0 0;
}
header nav li {
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  height: 20px;
  line-height: 20px;
}
header nav li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav li a:hover {
  text-decoration: underline;
  color: #196177;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav li a:visited {
  color: #2ba6cb;
}
header #idioma {
  position: relative;
  top: 5px;
  float: right;
  right: 15px;
}
header #idioma a {
  float: left;
  margin-right: 8px;
}
.seleccionado:before {
  content: url(../images/leftArrow.png);
  margin-right: 5px;
}
.seleccionado:after {
  content: url(../images/rightArrow.png);
  margin-left: 5px;
}
#titulos {
  height: 160px;
}
#titulos h1 {
  color: #fba103;
  text-align: right;
  letter-spacing: -1px;
  margin-bottom: -10px;
}
#titulos h3 {
  text-shadow: 1px 1px 0px #2a465f;
  text-align: right;
  color: white;
  letter-spacing: -1px;
}
#contBG {
  background: #f1fcfe;
  border-top: 1px solid #8396a0;
  padding: 30px 0 0 0;
}
#quote {
  margin-top: 50px;
  margin-bottom: -33px;
}
footer {
  background: url(../images/footerBG.jpg) repeat-x center top #2ba6cb;
  height: 250px;
  display: block;
  color: white;
}
footer #logoFooter img {
  margin-top: 50px;
}
footer #contFooter {
  padding-top: 50px;
}
footer h5,
footer li,
footer a {
  color: white;
}
footer h5 {
  margin-bottom: 0px;
  font-weight: bold;
}
footer li {
  line-height: 18px;
}
footer a,
footer a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer .ftpImg {
  margin-left: 60px;
}
#copyright {
  background: #002d4d;
  color: white;
  font-size: 9px;
  text-align: center;
}
#copyright p {
  width: 960px;
  margin: 0 auto;
  font-size: 10px;
  padding: 10px 0;
}
#formfeedback h3 {
  text-shadow: none;
  color: white;
}
/* -----------------------------------------
   Index
----------------------------------------- */
#contIndex .columns {
  margin-bottom: 20px;
}
#contIndex #notepad {
  background: url(../images/notepad.png) no-repeat;
  background-position-y: 70px;
  background-position: 0 70px;
}
#contIndex #notepad ul {
  margin-top: 108px;
  line-height: 20px;
  margin-left: 20px;
}
@-moz-document url-prefix() {
  #notepad {
    background: url(../images/notepad.png) no-repeat;
    background-position: 0 70px;
  }
}
#footerIndex {
  background: url(../images/footerBG.jpg) repeat-x center top #2ba6cb;
  height: 299px;
  display: block;
  z-index: -1;
  margin-top: -100px;
  padding-top: 100px;
}
#sublimacion {
  margin-top: 18px;
}
/* -----------------------------------------
   Empresa
----------------------------------------- */
#historia {
  margin-bottom: 30px;
}
#mision {
  width: 220px;
  float: left;
  margin-right: 20px;
}
#vision {
  width: 220px;
  float: left;
}
#historia p,
#mision p,
#vision p {
  text-align: justify;
}
/* -----------------------------------------
   Zona deportiva
----------------------------------------- */
#slider {
  margin: -10px 0 -50px 0;
}
#footerDeportiva {
  z-index: 999;
}
/* -----------------------------------------
   Productos
----------------------------------------- */
#anuncios {
  margin: 0 0 30px 0;
}
#anuncios img {
  margin-top: -50px;
}
#anuncios h4 {
  text-shadow: none;
}
.seleccione {
  margin-top: -40px;
  margin-bottom: 10px;
  margin-left: -70px;
}
li.filter {
  list-style: none;
  float: left;
  margin: 0px 10px 10px 0px;
  padding: 5px 8px;
  cursor: pointer;
  background: #00AEEF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
li.filter:hover {
  background: #0089bc;
}
/* -----------------------------------------
   Sublimaci�n
----------------------------------------- */
.motivo p {
  text-align: justify;
}
/* -----------------------------------------
   telas
----------------------------------------- */
.tela img {
  padding: 10px 10px 30px 10px;
  background: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.51);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.tela img:hover {
  box-shadow: 0px 0px 3px black;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.tela p {
  position: relative;
  bottom: 32px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #2ba6cb;
}
/* -----------------------------------------
   Contacto
----------------------------------------- */
#informacion {
  background: url(../images/info.png) no-repeat center top;
  padding: 30px 0 0 40px;
  height: 330px;
  margin-bottom: 40px;
}
#mapa {
  height: 330px;
  background: url(../images/mapa.png) no-repeat center top;
}
#mapa iframe {
  margin-top: 15px;
  margin-left: 30px;
}
#formulario span {
  color: red;
}
#formulario h5,
#formulario h6 {
  text-shadow: none;
  color: white;
  text-align: center;
}
input:required:invalid,
input:focus:invalid {
  background-image: url(../images/invalid.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: rgba(255, 0, 0, 0.1);
}
#comments:required:invalid,
textarea:focus:invalid {
  background-color: rgba(255, 0, 0, 0.1);
}
input:required:valid {
  background-image: url(../images/valid.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: rgba(150, 255, 0, 0.2);
}
#comments:required:valid {
  background-color: rgba(150, 255, 0, 0.2);
}
#tel span {
  font-size: 14px;
  color: grey;
  margin-left: 20px;
}
#upload {
  background: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  padding: 15px;
  width: 440px;
  margin-top: 18px;
  margin-bottom: 10px;
  margin-left: 15px;
}
#upload span {
  font-size: 12px;
  color: grey;
}
