/* CSS Document */
*
{
	font-family: "Trebuchet MS";
}

body
{
	background: #166BBB;
	margin: 0;
	font-family: "Trebuchet MS";
	color: #FFF;
	font-size: 12px;
	height: 100%;
	overflow-y: auto;
}

p
{
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 7px;
}

h2
{
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top:14px;
	margin-bottom:14px;

}

h3
{
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
	margin-top:14px;
	margin-bottom:14px;
}

#casa
{
	background: #166BBB url(../img/fondoCasa.jpg) bottom left no-repeat;
	width: 344px;
	height: 650px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#level0
{
	position: absolute;
	top: 0px;
	left: 20px;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 125px;
}

#contenido
{
	position: absolute;
	top: 0px;
	left: 318px;
	background: url(../img/fondoContenido.png) repeat-y;
	width: 427px;
	padding-left: 9px;
	padding-right: 9px;
	overflow: hidden;
	min-height: 716px;

}

#destacado
{
	background: url(../img/fondoContDer.png) repeat-y;
	width: 194px;
	position: fixed;
	left: 778px;
	top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	cursor:pointer;
}

#destacado h2
{
	margin-bottom: 0px;
	margin-top: 14px;
}

#destacado h3
{
	margin-top: 0px;
	margin-bottom: 12px;
}

#destacado img
{
	border: 1px solid #000;
	margin-bottom: 10px;
}

#destacado_footer
{
	position: absolute;
	bottom: 0px;
	right: 8px;
	background: #d08f0a;
	width: 206px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	border-bottom: 3px solid #115392;
	font-weight: bolder;
}

#whatWeDo
{
	margin-top: 60px;
	overflow: hidden;
}

#whatWeDo div
{
	background: #d08f0a;
	border-left: 1px solid #ffeb8e;
	border-right: 1px solid #926200;
	padding: 15px;
	overflow: hidden;
}

#whatWeDo div h4
{
	float: left;
	width: 115px;
	padding-right: 15px;
	margin: 0;
	font-size: 12px;
}

#whatWeDo div h4 span
{
	font-weight: lighter;
	line-height: 12px;
	font-size: 11px;
}
.project
{
	
	margin-top: 11px;
	overflow: hidden;
	width:400px;
	padding-left:14px;
	cursor: pointer;
}
.project_text
{
	width:200px;
	float:left;
	
}
.project_img
{
	width:180px;
	float:left;
	padding-right:8px;
	
}
.project_img img
{
	border: 1px solid #000;
}

.myproject
{
	
	margin-top: 11px;
	overflow: hidden;
	width:400px;
	padding-left:14px;

}


div.pad
{
	padding-left: 10px;
	padding-right: 10px;
}

#firma
{
	position: relative;
	padding: 2px;
	border-top: 1px solid #ffeb8e;
	font-size: 10px;
}

#firma a:link,
#firma a:visited,
#firma a:hover
{
	color: #fff;
	text-decoration: none;
	
}

#firma span
{
	position: absolute;
	right: 3px;
}

#galeria
{
	width: 400px;
	padding-left: 13px;
	padding-top: 30px;
	padding-bottom: 30px;
	float:left;
}
#galeria img
{
	/*border: 1px solid #000;*/
	border:none;
	margin-right:5px;
	
}

.title_project
{
	font-weight:bolder;
	font-size:12px;
}
.text_project
{
	font-size:11px;
}

.description
{
	width:373px;
	text-align: justify;
}

.link
{
	width: 400px;
	clear:both;
}

.link a:link, a:visited, a:hover
{
	color: #373837;
	text-decoration: none;
}
.link img
{
	float: left;
	border: 1px solid #000;
	margin-right:5px;
	
}

.input
{
	width: 406px;
	font-family: "Trebuchet MS";
	
}
textarea
{
	height: 125px;
	width: 406px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}



