@charset "UTF-8";
	
* { outline: none; }
body, html{
		height: 100%;
        width: 100%;
    	margin: 0;
		font-family: "DINLig", minimal, sans-serif;
		font-size: 14px;
		
}

 #full-screen-background-image {
        z-index: -999;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
    }
	header {
			width: 100%;
			position: fixed;	
			}
		#menu {
			width: 100%;
			height:50px;
			padding-top:20px;
			background-color: #FFF; 
		}
		.caja-menu{margin: 0 auto; width: 1020px;}
			
			.caja-menu ul {
				width: 610px;
				height:40px;
				float: left;
				
			}
				#menu li {
					list-style: none;
					float: left;
					margin: -4px 0px 18px 30px;
					color: #80e0bb;
				}
				
				#menu li:first-child {
					margin-left: 0px !important;
				}
					#menu li a {
						text-align: center;
						text-decoration: none;
						color: #80e0bb;
						font-size: 14px;
					}
						#menu li a:hover {
							text-align: center;
							text-decoration: none;
							font-size: 14px ;
							color:#919090;
						}
			.face {
				float: right;
				width:300px; 
				height:50px;
				text-align: right;
				margin: 0.55em 0 0em 0;
			}
#ll{
	width: 100%;
	background-color: #ffffff;
}
	#ll .ll_{
		width: 300px;
		height: 145px;
		margin: 0 auto;
		text-align: center;
	}
		#ll .ll_ img {
			margin-top: 10px;
			width: 224px;
			height: 100px;
		}
#llo{
	width: 100%;
	background-color: #ffffff;
}	
	#llo .llo_{
		width: 350px;
		height: 255px;
		margin: 0 auto;
		text-align: center;
	}
	#llo .llo_ img {
			margin-top: 10px;
			width: 342px;
			height: 200px;
		}
#wrapper {
	padding-top: 174px;
	margin: 0px auto;
	width: 1020px;
	background-color: #FFF;
}

	.caja-portfolio {
				float: left;
				margin-left: 40px;
				margin-top: 40px;
				background-color: #FFF; 
			}

	.caja-interiors {
				float: left;
				margin-left: 68px;
				margin-top: 30px;
				
				
			}

		.bio {
			margin-left: 40px;
			margin-right: 40px;
			width: auto;
			height: auto;
			margin-top: 200px;
			}
		
		.bio2 {
			margin-left: auto;
			margin-right: auto;
			width: auto;
			height: auto;
			margin-top: 120px;
			}
		
		.bio3 {
		width:100% !important;
		margin:350px auto 0 auto;
		text-align: center;
		}
		
		p1 {
			font-size: 12px ;
			color: #666;
		}
			
		h2 {
			padding-top: 50px ;
			font-size: 14px ;
			 font-weight: bold;
		
			}
		
		p {
			padding-top: 10px;
			font-size: 12px ;
			 color: #666;
		}
		
		
		p2 {
			padding-top: 10px;
			font-size: 10px ;
			 color: #666;
		}

	#txt {
		width: 1020px;
		margin: 0 auto;
		padding-left: 40px;
		position: relative;
		bottom: 30px;
		color: #727171;	
		font-size: 13px;
		font-family: "DINLig", minimal, sans-serif;
	}
		#txt:hover{
		width: 1020px;
		margin: 0 auto;
		padding-left: 40px;
		position: relative;
		bottom: 32px;
		color: #727171;	
		font-size: 13px;
		font-family: "DINLig", minimal, sans-serif;
	}

		#txt a.btn {
			background-color: #fff;
			border: 0px;
			border-radius: 0px;
			
		}
		
		
		#footwrap {
   			 width:100% !important;
			clear: both;
   			margin: 50px auto 0 auto;
    		padding-bottom: 2em;
    		background: #80e0bb;
    		font-size: 10px;
    		line-height: 1.1em;
   		    color: #fff;
   		    text-align: center;
		}
		


.clear {clear: both; float: none;}
