/* General */

	* {
		padding: 0;
		margin: 0;
		font-family: Arial, sans-serif;
		}
		
	.no_border{
		border:0;
		border-style: none;
		}
	.clear{
		clear:both;
		}
		
/* Containers */

	body{
		background-color: #DCEDF4;
		margin: 0 auto;
		padding: 0;
		color: #444;
		width: 1000px;
		}
	#whitepage{
		width: 1000px;
		position:relative;
		}
	.wphome{	
		top: 270px;
		}
	.wpinternal{
		top: 120px;
		}
	#pageheading{
		background:url(images/bgtip.png) no-repeat;
		height:150px;
		z-index:1;
		padding-left:85px;
		position: static;
		}
	#content{
		background: url(images/bg.png) center repeat-y;
		padding: 30px 0 0 85px;
		min-height: 260px;
		}
	#threecols{
		margin-top: 30px;
		}
	.column{
		float: left;
		width: 235px;
		margin-right: 43px;

		}	
	#footer {
		margin: 0 auto;
		width: 1000px; 
		height: 65px;
		background: url(images/footer.png);
		background-repeat: no-repeat;
		text-align: center;
		position:static;
		}
		
/* Header */	

	#top{
		background-image: url(images/top.png);
		background-repeat:repeat-x;
		height: 300px;
		position: absolute;
		left: 0;
		right: 0;
		top:0;
		}
	#header{
		position: absolute;
		width: 1000px;
		margin: 12px auto 0;
	}
	#logo{
		margin-left: 55px;
		width: 186px;
		height: 73px;
		float:left;
	}
	#tagline{
		color:#0099FF;
		font-size: 18px;
		margin: 13px 75px 0 ;
		float:right;
	}
	#nav{
		position:absolute;
		margin: 53px auto;
		padding-left:240px;
		text-align:center;
		font-size: 16px;
		}
	#nav ul{
		margin: 0 0 0 0;
		padding: 0;		
		list-style-image:none;
		}	
	#nav li{
		display:inline;
		padding:0 35px 0 35px;
		border-right: 1px #000 solid;
		}
	#nav li.first{
		border-left: 1px #000 solid;
		}
	#nav a{
		color:#fff;
		}
	#nav a.first:hover, .first{
		color:#41A0E0;
		}
	#nav a.second:hover, .second{
		color:#02A082;
		}
	#nav a.third:hover, .third{
		color:#32B44A;
		}
	#nav a.fourth:hover, .fourth{
		color:#92B73E;
		}
	#nav a.fifth:hover, .fifth{
		color:#E1D120;
		}
	#nav img, .icon {
		margin-right:5px;
		border:none;
		}
	#hpgraph{
		width: 870px;
 		height: 230px;
		top: 73px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url(images/hpgraph.png);
		padding-right:10px;
		position:relative;
		z-index:3;
		}
	.headingpic{
		position: relative;
		bottom: 23px;
		left: 5px;
		z-index:3;
		}

/* Headings */

	h1{
		color:#23445A;
		font-size:28px;
		font-weight:bold;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #2D84C6;
		width:100%;
		max-width: 800px;
		line-height: 1;
		}
	.wphome h1{
		font-size: 22px;
	
		}
	h2 {
		font-size: 18px;
		color: #2D84C6;
		}
	.column h2 {
		margin: 0px;
		}
	h3 {
		font-size: 16px;
		color: #888;
		font-weight:normal;
		}
	h4{
		font-size: 14px;
		color: #777;
		font-weight:normal;
		}
	#section{
		font-size: 16px;
		font-weight:bold;
		}
	
/* Ps */

	p {
		margin-top: 15px;
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		font-size:14px;
		line-height:1.4;
		max-width: 800px;
		}
	.bhead{
		margin-top: 15px;
		font-size:18px;
		line-height:1.2;
		width: 770px;
		color:#777;
		}
	.wdtitle, .nwtitle{
		padding-top: 35px;
		}
	.nwtitle, .nwtitle p{
		width: 600px;
		float: left;	
		}
	.column p{
		margin: 5px 0 1em 0;
		}
	.member p{
		font-size: 11px;
		margin: 5px 0 0 0;
		}
	#footer p{
		font-size:10px;
		padding-top:50px;
		margin:0 auto;
		}
	.bold{
		font-weight:bold;
		}
	.italic{
		font-style:italic;
		}
	.lighter{
		color:#888;
		}
	.mid{
		color: #444;}
	.dark{
		color:#111;
		}
	.blue{
		color: #23445A;
		}
	.XL{
		font-size:16px;
		}
	.L{
		font-size:14px
		}
	.small{
		font-size:11px;
		}
	.note{
		color:#999;
		font-size: 12px;
		font-style:italic;
		}
	.intro{
		width:600px;
		
		}

/* Links */
	
	a{
		color:#2D84C6;
	}
	a:hover{
		color:#5DC5F9;
		}

/* About */
	#members, #works{
		list-style:none;
		margin: 0;
		padding:0;
		}
	#members h2{
		font-size: 24px;
		}
	 #members li{
	 	clear: both;
		padding: 35px 0 0 35px;
		}
	.imgcontainer{
		width:140px;
		overflow:visible;
		margin: 0 18px 0 20px;
		float: left;
		position:relative;
		right: 54px;
		bottom: 10px;
		}
	.memberpic{
		}
	.desc{
		width: 550px;
		float: left;
		font-size: 12px;
		}
	.desc p{
		margin:0.2em 0 0.5em 0;
		font-size: 13px;
		}
	.memberlink{
		margin: 1em 0 0 20px;
		}
	.memberlink a{
		color:#1F597A;
		}
	.memberlink a:hover{
		color:#5DC5F9;
		}
	.worktn img{
		border:0;
		border-style: none;
		}

/* Portolio */

	#works p, #works h2, #work h4{
		line-height:1.2em;
		}
	.even, .uneven{
		clear:both;
		background: #EFEFEF;
		margin: 50px 0 0 0;
		width: 720px;
		min-height:100px;
		padding: 15px 30px;
		}
	.uneven{
		border-bottom: 10px #025E8E solid;
		}
	.even{
		border-bottom: 10px #92B73E solid;
		}
	.even h2, .even p, .even h4{
		padding-right: 210px;
		}
	.uneven h2, .uneven p, .uneven h4{
		padding-left: 220px;
		}
	#works h2{
		font-size:20px;
		color:#23445A;
		}
	#works h4, #works p{
		margin: 5px 0;
		}
	.worktn{
		position: relative;
		overflow:visible;
		width: 0px;
		}
	.worktn a{
		margin: 0;
		padding: 0;
		}
	.uneven .worktn{
		float: left;
		right: 55px;
		bottom: 30px;
		}
	.even .worktn{
		float: right;
		right: 215px;
		bottom: 28px;
		}
	.actions{
		font-size:11px;
		}

		
/* Contact */

	fieldset {
		border:1px solid #BBB;
		background-color:#F8F8F8;
		color:#003399;
		padding:1em;
		width:500px;
		margin:40px 0 0 0;
		float: left;
		}
	#fauxfieldset{
		border:1px solid #BBB;
		background-color:#F9F9F9;
		width:500px;
		margin:40px 0 0 0;
		float: left;
		min-height: 230px;
		}
	form label {
		font-size: 12px;
		color:#003399;
		display: block;
		margin-left: 1px;
		font-weight:bold;
		}
	.field{
		margin: 0 0 1em 0;
		background-image: url('images/shadow.png');
		background-repeat:no-repeat;
		background-position: 1px bottom;
		padding-bottom: 12px;
		}
	#cont p {
		color:#999;
		font-size:12px; 
		margin:1em  190px 0 8px;
		float:left;
		}
	#nombre, #mail{
		width: 20em;
		}
	#consulta{
		font-size: 12px;
		}
	#submit{
		margin-top:8px;
		padding:2px 5px;
		float: left;
		}
	#thanks
		{
		color:#2D84C6;
		font-weight:bold;
		font-size: 18px;
		margin: 25px 0 10px 10px;
		}
	.thanksP{
		margin-left: 10px;
		color:#222;
		}

	#footer a{
		font-size:10px;
		}
	address{
		margin: 45px 0 0 20px;
		float: left;
		font: 12px normal Arial, Helvetica, sans-serif;
		border: 1px solid #bbb;
		padding: 10px;
		}
	address p{
		font: 12px normal Arial, Helvetica, sans-serif;
		margin: 0.6em 0;
		color:#666;
		line-height: 1.3em;
		}
	#map{
		margin: 20px 0 0 20px;
		border: 1px solid #bbb;
		}
	#maplink{
		font-size: 10px;
		margin-right: 80px;
		width: 200px;
		float:right;
		}
