* {
  padding:0;
	margin:0;
}

body {
	font-family: 'Lato', sans-serif;
  text-align:center; 
	font-size: 12px; 
}

a {
  text-decoration: none;
	color: #000;
}

#content {
  width: 924px;
	margin:auto;
	text-align:left;
}

#header {
  float:left;
	margin-top: 20px;
	margin-bottom: 56px;
}

#header ul {
  list-style:none;
}
 
#header ul li {
	float: left;
}

#header ul li a {

}

#header ul li a.active {
  color: #808080;
}

#menuLeft {
  float: left;
	width: 324px;
	margin-top: 65px;
}

#logo {
  float: left;
	width: 276px;
	text-align:center;
}

#menuRight {
  float: right;
	width: 324px;
	margin-top: 65px;
}

#menuLeft .left {
	width: 76px;
}

#menuLeft .center {
	width: 138px
}

#menuRight .right {
	width: 110px;
	text-align: right;
}

#menuRight .center {
	text-align:right;
	width: 140px
}

#main {
  clear:both;
}

#footer {
	clear:both;
  color: #808080;
	text-align: center;
	font-size: 10px;
	margin-top: 40px;
}

/*************************************** proyectos anteriores **************************************/

.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer; 
		width: 91px;
		margin-right: 1px;
		text-align:center;  
    float: left;   
} 

.timeline {
  width: 924px;
	color: #666666;
	padding: 0;
}

.timeline .linea {
  border-bottom: thin solid #666;
	width: 250px;
}

/**************************************** galeria **************************************************/
.galeria .cincopordos {
  float:left;
	width: 575px;
	
}
.galeria img {
  float:left;
	width: 111px;
	height: 115px;
	margin:2px;
}

.galeria .horiz2 {
  width: 226px;  
}

.galeria .trespordos {
  float:left;
	width: 345px;
}

.galeria .vert2 {
  height: 234px;
}


/************************************proyectos nuevos *******************************************************/
.proyectosNuevos tr td {
  vertical-align:baseline;
	padding-right: 20px;
}

.centradoProyectosNuevos {
  width: 780px;
	margin: 40px auto 30px auto;
	height: 306px;
}

.slideProyectosNuevos {
  float:left;
	width: 550px;
}

.menuProyectosNuevos {
  float: right;
	width: 200px;
	font-size: 14px;
	margin-left: 30px;
}

.menuProyectosNuevos ul {
  list-style: none;
}

.menuProyectosNuevos ul li {
  line-height: 25px;
}

.menuProyectosNuevos ul li a.active {
    color: #808080;
}

.slideProyectosNuevos .nivo-controlNav {
	position:absolute;
	z-index: 210;
	margin-top: -20px;
	margin-left: 450px;
}