body{
    width: 100%;
    height:100%;
    font-family: 'Conv_PalatinoLTStd-Light', sans-serif;
    font-weight:100;
    font-size:16px;
    color:#666;
    background-color: #eee;
    padding-top: 120px;
}
a{
    color:#999;
}
a:hover{
    color:#666;
}

#loading{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:white;
    z-index:999;
}
#loading img{
    position:absolute;
    left:50%;
    top:50%;
}


header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    background-image: url(../../img/tramado.jpg);
    z-index: 1;
    box-shadow: 0 0 20px rgb(124, 124, 124);
    z-index:9;
}
header #logo{
    margin: 20px;
}
header #collapse, header #collapse:before, header #collapse:after{
    position: absolute;
    content: '';
    display: block;
    width: 53px;
    height: 4px;
    top: 51px;
    right: 30px;
    background-color: black;
    cursor: pointer;
}
header #collapse:before{
    top: -13px;
    right: 0px;
}
header #collapse:after{
    top: 13px;
    right: 0px;
}

header nav{
    width: 100%;
}
header, header nav ul{
    display: block;
    float: left;
    width: 100%;
}
header nav ul{
    display: none;
}
header nav ul li a{
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
header nav ul li a:hover{
    background-color: #666;
    color: white;
    text-decoration: none;
}


section{
    padding: 10px 0;
}
section:nth-child(2n){
    background-color: #fff;
}


#projects ul{
    margin: 30px 0;
}
#projects ul li a{
    display: block;
    width:100%;
    padding:10px;
    text-align: center;
    border-bottom:#ccc solid 1px;
    text-transform: uppercase;
}
#projects ul li:first-child a{
    border-top:#ccc solid 1px;
}
#projects ul li a:hover, #projects ul li a.active{
    background-color: #ccc;
    color: white;
    text-decoration: none;
}

#projects .info{
    float: left;
    border-top:#ccc dashed 1px;
    padding: 40px 0 20px 0;
}
#projects .info:first-child{
    border: 0;
}
#projects .info p{
    padding-top: 10px;
}


#news li a{
    display: block;
    width: 100%;
    padding:20px 0;
    border-bottom: #ccc dashed 1px;
}
#news li a .title{
    font-size: 1.2em;
    font-weight: bold;
    color:#333;
}
#fullnew h1.title{
    font-size:1.5em !important;
}

#fullnew, #viewing{
    display: none;
}
#loading-project, #loading-news{
    opacity: 0;
}


#map{
    height: 300px;
    border: #999 solid 1px;
}


footer{
    font-size:0.8em;
    padding:40px 0;
}



.spacing{
    margin: 20px 0;
    clear: both;
}

#menu #collapse #icon,
#menu #collapse #icon:before,
#menu #collapse #icon:after,
#menu.opened #collapse #icon,
#menu.opened #collapse #icon:before,
#menu.opened #collapse #icon:after
{
	-webkit-transition: all 0.8s; /* For Safari 3.1 to 6.0 */
	transition: all 0.8s;
}

#projects #timeline a .bullet,
#projects #timeline a .reference,
#projects #timeline a .reference .title,
#projects #timeline a .reference .subtitle,
#projects #timeline a.active .bullet,
#projects #timeline a.active .reference,
#projects #timeline a.active .reference .title,
#projects #timeline a.active .reference .subtitle,
#news li a,
#news li a:hover
{
	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
	transition: all 0.5s;
}


.ui-loader{
	display:none;
}


input, button, textarea{
	width:100%;
	margin:10px 0;
	background-color:white;
	border:#ccc solid 1px;
	padding:5px;
}
input:focus, button:focus, textarea:focus{
	border:#999 solid 1px;
}
textarea{
	min-width:100%;
	max-width:100%;
	height: 81px;
	min-height: 81px;
	max-height: 81px;
}
button:hover{
	background-color:#428bca;
	color:white;
}

#form-message{
    color: white;
    display: none;
}
#form-message.red{
    background-color: red;
}
#form-message.green{
    background-color: green;
}
#form-message.black{
    color: black !important;
}
