@import "fonts.css";
html, body { height: 100%; }
body {
	background:#FFF;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-size:14px;
	color:#1e212b;
}
.clr {
	clear:both;
}
.hide {
	display:none;
}
/* HEADER */
.mainTop {
    height:auto;
    margin:auto;
    padding:0;
    width:100%;
	clear:both;
	float:left;
	margin-bottom:20px;
}
.contenedorSite {
	width:960px;
	min-height:440px;
	height:100%;
	margin:auto;
}
.contenedorMenu {
	width:240px;
	height:340px;
	float:left;
}
.cajaLogo {
	background:url(../images/bg-black.png);
	height:340px;
	width:240px;
	float:left;
	/*z-index:2;*/
	position:relative;
}
#logoMenu {
	height:76px;
	width:240px;
	float:left;
	cursor:pointer;
	
}
#cajaMenu {
	/*background:url(../images/bg-black.png);*/
	height:264px;
	width:240px;
	float:left;
	/*margin-top:-340px;*/
	position:relative;
	z-index:0;
	top:-264px;
}
/* SERVICIOS */
.cajaServicios {
	background:url(../images/hola_servicios_bg.png);
	width:600px;
	height:440px;
	float:left;
	margin-left:110px;
	margin-top:60px;
	position:fixed;
	bottom:100px;
	right:100px;
}
.cajaServicios-Head {
	width:520px;
	height:85px;
}
.cajaServicios-Head span {
    color: #FFFFFF;
    float: left;
    font-family: 'BebasRegular';
    font-size: 52px;
    margin-top: 14px;
    width: 400px;
	margin-left:40px;
}
.cajaServicios-Bottom {
	width:600px;
	height:270px;
	float:left;
}
.btnNuestra {
	float: left;
    height: 40px;
    margin-left: 378px;
    margin-top: 45px;
    width: 222px;
}
.btnNuestra a{
	background:url(../images/btn_nuestraCuadra.png);
	width:222px;
	height:40px;
	float:left;
}
.filaServicio {
	width:600px;
	height:30px;
	float:left;
}
.filaServicio {
	width:600px;
	height:30px;
	float:left;
}
.filaServicioL a{
	width:600px;
	height:30px;
	float:left;
	cursor:pointer;
}
.filaServicioL a:hover{
	background:#000;
	width:600px;
	height:30px;
	float:left;
	cursor:pointer;
	color:#FFF;
}
.txtServicio {
	height:30px;
	line-height:30px;
	width:540px;
	float:left;
	font-size:14px;
	color:#F00;
	font-family: 'AvenirLTStd55RomanRegular';
}
.overServicio{
	background:#000;
	width:600px;
	height:30px;
	float:left;
}
.cuadroServicios {
	width:30px;
	height:30px;
	float:left;
}
.cuadroServicios a{
	width:30px;
	height:30px;
	float:left;
}
.masServicios {
	width:30px;
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
}
.textoServicios {
	height:30px;
	line-height:30px;
	width:540px;
	float:left;
	font-size:14px;
	color:#FFF;
	font-family: 'AvenirLTStd55RomanRegular';
}
/* NUESTRA CUADRA*/
.cajaNuestra {
	background:url(../images/hola_cuadra_bg.png);
	width:520px;
	float:left;
	margin-left:190px;
	margin-top:160px;
	position:fixed;
	bottom:100px;
	right:100px;
	height:380px;
}
.cajaNuestra-Head {
/*	background:url(../images/titulos_bg_520.png);*/
	width:520px;
	height:130px;
}
.cajaNuestra-Head span {
    color: #FFFFFF;
    float: left;
    font-family: 'BebasRegular';
    font-size: 52px;
    letter-spacing: 0;
    line-height: 58px;
    margin-left: 40px;
    margin-top: 14px;
    width: 400px;
}
.cajaNuestra-Bottom {
/*	background:url(../images/bg_blanco.png);*/
	width:520px;
	height:250px;
	float:left;
}
.cajaNuestra-Bottom span{
	color: #FFFFFF;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 40px;
    margin-top: 8px;
    width: 431px;
}
.btnServicios {
	width:222px;
	height:40px;
	margin-left:298px;
	margin-top:26px;
	float:left;
}
.btnServicios a{
	background:url(../images/btn_servicios.png);
	width:222px;
	height:40px;
	float:left;
}
/* HOME */
.cajaHola {
	bottom: 100px;
    float: left;
    height: 200px;
    margin-left: 310px;
    margin-top: 160px;
    position: fixed;
    right: 100px;
    width: 400px;
}
.cajaHola-Head {
	background:url(../images/titulos_bg_400.png);
	width:400px;
	height:100px;
}
.cajaHola-Head span {
    color: #FFFFFF;
    float: left;
    font-family: 'BebasRegular';
    font-size: 52px;
    letter-spacing: 3px;
    margin-top: 14px;
    text-align: center;
    width: 400px;
}
.cajaHola-Bottom {
	background:url(../images/bg_blanco.png);
	width:400px;
	height:100px;
	float:left;
}
.cajaHola-Bottom span{
	color: #505050;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 22px;
    margin-left: 23px;
    margin-top: 16px;
    width: 360px;
}
/* AL DIA */
.contenedorAldia {
	width:700px;
	float:left;
	min-height:600px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:100px;
}
.cajaAldia {
/*	background:url(../images/aldia_item_bg.png);*/
background:#000;
	width:220px;
	height:260px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.cajaFoto {
	width:200px;
	height:200px;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
}
.nombreFoto {
  color: #FFFFFF;
    font-family: 'AvenirLTStd55RomanItalic';
    font-size: 12px;
    height: 30px;
    margin-left: 15px;
    margin-top: 13px;
    overflow: hidden;
}
.btnFlirk {
	 float: left;
    height: 40px;
    margin-left: 100px;
    margin-top: -240px;
    width: 140px;
}
/* COLABORADORES */
.cajaColaboradores {
	width:400px;
	height:100px;
	float:left;
	margin-left:220px;
	margin-top:100px;
}
.cajaColaboradores-Head {
	background:url(../images/titulos_bg_490.png);
	width:490px;
	height:100px;
}
.cajaColaboradores-Head span {
    color: #FFFFFF;
    float: left;
    font-family: 'BebasRegular';
    font-size: 52px;
    margin-top: 21px;
    text-align: center;
    width: 490px;
}
.cajaColaboradores-Bottom {
	background:url(../images/bg_blanco.png);
	width:400px;
	height:140px;
	float:left;
}
.cajaColaboradores-Bottom span{
	color: #505050;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 22px;
    margin-left: 23px;
    margin-top: 16px;
    width: 360px;
}
.contenedorColaboradores {
	width:940px;
	float:left;
	min-height:600px;
	margin-left:10px;
	margin-top:45px;
	margin-bottom:100px;
}
.cajaColaborador {
	background:url(../images/colaboradores_item_bg.png);
	width:220px;
/*	height:270px;*/
	float:left;
	margin-right:20px;
}
.cajaCliente {
	width:200px;
	height:210px;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
}
.nombreColaborador {
  font-family: 'AvenirLTStd55RomanBold';
  color:#FFF;
  font-size:16px;
  margin-left:15px;
  width:205px;
  margin-top:15px;
}
.urlColaborador {
  font-family: 'AvenirLTStd55RomanItalic';
  color:#FFF;
  font-size:12px;
  margin-left:15px;
  width:205px;
  margin-top:5px;
}
.urlColaborador a{
  font-family: 'AvenirLTStd55RomanItalic';
  color:#FFF;
  font-size:12px;
  text-decoration:none;
}
.urlColaborador a:hover{
  font-family: 'AvenirLTStd55RomanItalic';
  color:#FFF;
  font-size:12px;
  text-decoration:underline;
}




/* MENU */
.menuNuestra {
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
	margin-left:24px;
}
.menuNuestra a{
	background:url(../images/menu_nuestra_cuadra.png);
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuNuestra a:hover{
	background:url(../images/menu_nuestra_cuadra.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
    z-index:0;
	position:relative;
}
.menuNuestra .current{
	background:url(../images/menu_nuestra_cuadra.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
    z-index:0;
	position:relative;
}
.menuProyectos {
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
	margin-left:24px;
}
.menuProyectos a{
	background:url(../images/menu_proyectos.png);
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuProyectos a:hover{
	background:url(../images/menu_proyectos.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuProyectos .current{
	background:url(../images/menu_proyectos.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuAldia {
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
	margin-left:24px;
}
.menuAldia a{
	background:url(../images/menu_aldia.png);
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuAldia a:hover{
	background:url(../images/menu_aldia.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuAldia .current{
	background:url(../images/menu_aldia.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuColaboradores {
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
	margin-left:24px;
}
.menuColaboradores a{
	background:url(../images/menu_colaboradores.png);
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuColaboradores a:hover{
	background:url(../images/menu_colaboradores.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.menuColaboradores .current{
	background:url(../images/menu_colaboradores.png) 0 -30px;
	width:140px;
	height:30px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedFA {
	width:20px;
	height:20px;
	float:left;
	z-index:0;
    margin-left: 10px;
    margin-top: 35px;
	position:relative;
}
.cajaRedFA a{
	background:url(../images/menu_flickr.png);
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedFA a:hover{
	background:url(../images/menu_flickr.png) 0 -20px;
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedV {
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
    margin-left: 10px;
    margin-top: 35px;
}
.cajaRedV a{
	background:url(../images/menu_vimeo.png);
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedV a:hover{
	background:url(../images/menu_vimeo.png) 0 -20px;
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedY {
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
    margin-left: 10px;
    margin-top: 35px;
}
.cajaRedY a{
	background:url(../images/menu_youtube.png);
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedY a:hover{
	background:url(../images/menu_youtube.png) 0 -20px;
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}

.cajaRedF {
	float: left;
    height: 20px;
    margin-left: 35px;
    margin-top: 35px;
    position: relative;
    width: 20px;
    z-index: 0;
}
.cajaRedF a{
	background:url(../images/menu_facebook.png);
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedF a:hover{
	background:url(../images/menu_facebook.png) 0 -20px;
	width:20px;
	height:20px;
	float:left;
	z-index:0;
	position:relative;
}
.cajaRedT {
	float: left;
    height: 20px;
    margin-left: 10px;
    margin-top: 35px;
    position: relative;
    width: 20px;
    z-index: 0;
}
.cajaRedT a{
	background:url(../images/menu_twitter.png);
	float: left;
    height: 20px;
    position: relative;
    width: 20px;
    z-index: 0;
}
.cajaRedT a:hover{
	background:url(../images/menu_twitter.png) 0 -20px;
	float: left;
    height: 20px;
    position: relative;
    width: 20px;
    z-index: 0;
}
.cajaTel {
	color: #FFFFFF;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 14px;
    margin-left: 36px;
    margin-top: 20px;
    width: 123px;
}
.imgUbica {
	background:url(../images/menu_location_icon.png);
	width:17px;
	height:25px;
	float:left;
	margin-top:12px;
}
.cajaEmail {
	color: #FFFFFF;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 12px;
    margin-left: 34px;
    width: 150px;
	margin-top:5px;
	letter-spacing:-0.4px;
}
.cajaEmail a{
	text-decoration:none;
	color: #FFFFFF;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 12px;
	letter-spacing:-0.4px;
}
.cajaEmail a:hover{
	text-decoration:underline;
}
/* PROYECTOD */
.mainTop-Proyectos {
	
    height:auto;
    margin:auto;
    padding:0;
    width:100%;
	clear:both;
	float:left;
	margin-bottom:20px;
}
.cajotaProyectos {
	display:block; 
	position:fixed; 
	left:0; 
	top:0; 
	overflow:hidden;
	z-index:-2; 
	height:100%; 
	width:100%; 
}
.cajaDerecha {
    float: left;
    height: 1055px;
    margin-left: 10px;
    width: 710px;
}
.cajaP1 {
	width:710px;
	height:300px;
	float:left;
	overflow:hidden;
}
.cajaP2 {
	width:470px;
	height:195px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}
.cajaP2Img {
	height: 195px;
    position: absolute;
    width: 470px;
    z-index: -1;
}
.pngS {
	height: 195px;
    position: absolute;
    width: 230px;
    z-index: 99;
	opacity:0;
	cursor:pointer;
}
.pngM {
	height: 195px;
    position: absolute;
    width: 470px;
    z-index: 99;
	opacity:0;
	cursor:pointer;
}
.pngB {
	height: 300px;
    position: absolute;
    width: 710px;
    z-index: 99;
	opacity:0;
	cursor:pointer;
}
.cajaP3 {
	width:230px;
	height:195px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	overflow:hidden;
}
.cajaP4 {
	width:230px;
	height:195px;
	float:left;
	background:#096;
	margin-top:10px;
	overflow:hidden;
}
.cajaP5 {
	width:470px;
	height:195px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
}
.cajaP6 {
	width:470px;
	height:195px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}
.cajaP7 {
	width:230px;
	height:195px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
}
.cajaP8 {
	background:#FFF;
	float: left;
    height: 30px;
    margin-left: 490px;
    width: 470px;
}
.cajaIzquierda {
	width:240px;
	height:815px;
	float:left;
}
.cajaCategorias {
	background:#FFF;
	float: left;
    height: 465px;
    margin-top: 10px;
    width: 240px;
}
.tituloCategorias {
	color: #333333;
    font-family: 'BebasRegular';
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-top: 10px;
	line-height:30px;
}
.separaCategorias {
	width:240px;
	height:10px;
	background:#333;
	margin-bottom:10px;
	float:left;
}
.cate01 {
	height:42px;
	width:240px;
	float:left;
}
.cate01 a{
	background:url(../images/proyectos_categorias_espacio_publico.png);
	height:42px;
	width:240px;
	float:left;
}
.cate01 a:hover{
	background:url(../images/proyectos_categorias_espacio_publico.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.cate01 .current{
	background:url(../images/proyectos_categorias_espacio_publico.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.cate02 {
	height:42px;
	width:240px;
	float:left;
}
.cate02 a{
	background:url(../images/proyectos_categorias_movilidad.png);
	height:42px;
	width:240px;
	float:left;
}
.cate02 a:hover{
	background:url(../images/proyectos_categorias_movilidad.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.cate02 .current{
	background:url(../images/proyectos_categorias_movilidad.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.cate03 {
	height:42px;
	width:240px;
	float:left;
}
.cate03 a{
	background:url(../images/proyectos_categorias_medio_ambiente.png);
	height:42px;
	width:240px;
	float:left;
}
.cate03 a:hover{
	background:url(../images/proyectos_categorias_medio_ambiente.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.cate03 .current{
	background:url(../images/proyectos_categorias_medio_ambiente.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.cate04 {
	height:42px;
	width:240px;
	float:left;
}
.cate04 {
	height:42px;
	width:240px;
	float:left;
}
.cate04 a{
	background:url(../images/proyectos_categorias_planeamiento_urbano.png);
	height:42px;
	width:240px;
	float:left;
}
.cate04 a:hover{
	background:url(../images/proyectos_categorias_planeamiento_urbano.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.cate04 .current{
	background:url(../images/proyectos_categorias_planeamiento_urbano.png) 0 -42px;
	height:42px;
	width:240px;
	float:left;
}
.textDerechos {
	 color: #000000;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 11px;
    margin-top: 220px;
    text-align: right;
    width: 240px;
}
.txtDesarrollado  {
	font-family: 'AvenirLTStd35LightRegular';
	font-size:10px;
	color:#e05f0e;
	float:left;
	line-height:30px;
	margin-left:320px;
}
.logoCointeractivo {
	width:60px;
	height:24px;
	float:left;
	margin-top:3px;
	margin-left:10px;
}
.logoCointeractivo a{
	width:60px;
	height:24px;
	float:left;
}
.right {
	float:right;
	text-align:right
}
.left {
	float:left;
	text-align:left;
}
.cajaEtiqueta1 {
	height:70px;
	float:right;
	text-align:right;
	margin-top:30px;
}
.cajaEtiqueta1 span {
	color:#FFF;
	font-size:24px;
	text-align:right;
	font-family: 'AvenirLTStd65MediumBold';
	line-height:70px;
	padding-left:20px;
	padding-right:170px;
}
.cajaEtiqueta2 {
	height:50px;
	margin-top:30px;
}
.cajaEtiqueta2 span {
	color:#FFF;
	font-size:24px;
	text-align:right;
	font-family: 'AvenirLTStd65MediumBold';
	line-height:50px;
	padding-left:20px;
}
.cajaEtiqueta3 {
	height:40px;
	margin-top:30px;
}
.cajaEtiqueta3 span {
	color:#FFF;
	font-size:18px;
	text-align:right;
	font-family: 'AvenirLTStd65MediumBold';
	line-height:40px;
	padding-left:20px;
}

.masInfo1 {
	width:47px;
	height:48px;
	float:right;
	margin-top:130px;
}
.masInfo1 a{
	background:url(../images/btnMasinfo1.png);
	width:47px;
	height:48px;
	float:right;
}
.masInfo2 {
	width:47px;
	height:38px;
	float:right;
	margin-top:60px;
}
.masInfo2 a{
	background:url(../images/btnMasinfo3.png);
	width:47px;
	height:38px;
	float:right;
}
.masInfo3 {
	width:47px;
	height:38px;
	float:left;
	margin-top:60px;
}
.masInfo3 a{
	background:url(../images/btnMasinfo3.png);
	width:47px;
	height:38px;
	float:left;
}
.headTwitter {
	background:url(../images/head_twitter.png);
	width:230px;
	height:45px;
	float:left;
}
.cajaT {
	width:230px;
	height:150px;
	float:left;
}
/* PROYECTO DETALLE */
.cajaProyecto {
	background:url(../images/hola_cuadra_bg.png);
	width:520px;
	float:left;
	margin-left:310px;
	margin-top:160px;
	position:fixed;
	bottom:100px;
	right:100px;
	min-height:380px;
	overflow:hidden;
}
.cajaProyecto-Head {
/*	background:url(../images/titulos_bg_520.png);
	width:400px;
	height:100px;
	overflow:hidden;*/
}
.cajaProyecto-Head {
    color: #FFFFFF;
    float: left;
    font-family: 'BebasRegular';
    font-size: 52px;
    margin-left: 25px;
    margin-top: 14px;
	line-height:60px;
}
.cajaProyecto-Bottom {
	/*background:url(../images/bg_blanco.png);*/
	width:520px;
	float:left;
}

.cajaProyecto-Bottom span{
    color: #FFF;
    float: left;
    font-family: 'AvenirLTStd55RomanRegular';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 30px;
    margin-top: 30px;
    width: 460px;
/*	height:200px;*/
	overflow:hidden;
}
.btnLink {
	background:url(../images/proyecto_link_icon.png);
	width:30px;
	height:30px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:20px;
}
.btnLink a{
	width:30px;
	height:30px;
	float:left;
}
.txtLink {
	float: left;
    margin-left: 12px;
    margin-top: 17px;
}
.txtLink a{
	float: left;
	color:#FFF;
	font-family: 'AvenirLTStd55RomanRegular';
	font-size:14px;
}
.btnDescargar {
	width:160px;
	height:30px;
	float:left;
	margin-left:31px;
	margin-top:30px;
}
.btnDescargar a{
	background:url(../images/proyecto_pdf_icon.png);
	width:160px;
	height:30px;
	float:left;
}
.cajitaServicios {
	min-width:200px;
	float:left;
	margin:10px;
}
.filaServicios {
	height:20px;
	line-height:20px;
	float:left;
	font-size:12px;
	color:#FFF;
	font-family: 'AvenirLTStd55RomanRegular';
}
.filaServicios span {
	margin-top:-1px;
	float:left;
	display:inline;
	margin-right:10px;
}
.cajaInput {
	float: left;
    height: 15px;
    margin-top: 15px;
    width: 180px;
}
.campoInput {
	border: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    width: 178px;
}