@charset "UTF-8";
/* CSS Document */


.clear{
  clear: both;
}
 
body{
  background:url(../imgs/body_bg.png) repeat-x;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 9pt;
  color: #000;
}
 
a{
  color: #000;
  font-weight: lighter;
}



/*===========*/
/*=Maquetaciýn */
/*===========*/
 
#contenedor{
    width: 985px;
    margin: 0px auto 0 auto;
}
 
#header{
    height: 157px;
	
}
 
 
#principal{
    height: 500px;
}
    #contenido{
        /* width: 645px; Esto es sin posisionar los textos y contenidos, en realidad tiene un margin-left de 73px*/
        width: 985px;
        float: left;
    }

 
#footer{
    /* height: 98px; Hay que restarle los 40px del padding top que le agregamos*/
    height: 58px;
}

/*===========*/
/*=Header*/
/*===========*/

h1.logo{
  background: url(../imgs/logo.png) no-repeat;
  width:197px;
  height:157px;
  float: left;
  margin-left:0px;
}
 
h1.logo a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

#nav_top{
  float:right;
  width: 280px;
  height: 19px;
  margin-top:70px;
  text-align: center;

}

#nav_top li{
  display: block;
  float: left;
  list-style: none;
  margin-right: 20px;
  padding-right: 20px;
  height: 35px;
  text-decoration: none;
  text-transform:uppercase;
  font-size: 8pt;
  
}

#nav_top li:last-child{
 background: none;
}

#nav_top li a{
  font-size: 1.2em;
  text-decoration: none;
}

#nav_top li a:hover,a:active{
  color: #0C3;
}



#contenido{
  margin-top: 0px;
}
 
h2.titulo{
  font-size: 1.4em;
  margin-bottom: 25px;
}
 
.desc{
  width: 480px;
  line-height: 1.1em;
  font-size: 1.1em;
}

.menu_contenido{
  width: 985px;
  position: relative;
}
 
.nav2{
  display: block;
  width: 985px;
  height: 197px;
}
 
.nav2 li{
  display: block;
  float: left;
  list-style: none;
}
 
.nav2 li a{
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
    display: block;
  width: 100%;
  height: 100%;

    
}


.nav2 li a:hover{
  color: #000;
  text-decoration: none;
  font-size: 1.2em;
  background-color:#fff ;
  height:197px;
  opacity: 0.9;

  
}

.identity{
  display: block;
  height: 197px;
  width: 197px;
  padding-top: 0px;
  background: url(../imgs/invermadrid.jpg) no-repeat;
}
 
.web{
  display: block;
  height: 197px;
  width: 197px;
  padding-top: 0px;
  background: url(../imgs/iconportfolio.jpg) no-repeat;
}
 
.iw{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-08.jpg) no-repeat;
}
 .bikeandrun{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-03.jpg) no-repeat;
}

.residenz{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-04.jpg) no-repeat;
}

.almond{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-05.jpg) no-repeat;
}

.gg{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/invermadrid-07.png) no-repeat;
}

.rekla{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-07.jpg) no-repeat;
}
.inmotion{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-09.jpg) no-repeat;
}
.idbaby{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-10.jpg) no-repeat;
}
.markilleros{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/invermadrid-11.jpg) no-repeat;
}
.rjnissi{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-12.jpg) no-repeat;
}

.mapatour{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-13.jpg) no-repeat;
}

.doggy{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-14.jpg) no-repeat;
}

.bc{
  display: block;
  height: 197px;
  width: 197px;
  background: url(../imgs/iconportfolio-15.jpg) no-repeat;
}



.identity a{
  padding-left: 0px;
  
}
 
.web a{
  padding-left: 0px;
}
 
.iw a{
  padding-left: 0px;
}

.preview{
  margin-top: 45px;
}
 

 
h3{
  margin-bottom: 15px;
  font-size: 1.3em;
}

#footer{
  padding-top: 120px;
  /* Esto afecta la sección Maquetación, está comentado.*/
  color:#CCC;
  font-weight:100;
}
 
.copyright{
  font-style:italic;
  text-align:center;
}
 
.autor{
    text-align:center;
	padding-top:5px;

}

