*{
	padding: 0;
	margin: 0;
}
body{
	background: #354064 url(../images/background.jpg) fixed repeat-x top;
	padding: 0;
	margin: 0;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 9pt;
}

a{
	color: #323c5d;
	text-decoration: none;
	
}

a:visited{
	color: #24536a;
}

a img{
	border: none;
}

img{
	behavior: url(/iepngfix.htc);
}
h1{
	font-size: 1.95em;
	font-weight: normal;
	border-bottom: 2px solid #3ac2f0;
	margin-bottom: 2px;
}

h2{
	margin-top: 2px;
	font-size: 1em;
	font-weight: normal;
}
div{
	margin: 0;
}

#wrapper{
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo_bg.png) left bottom no-repeat;
	padding: 0;
	margin: 0;
	z-index: -1;
	behavior: url(/iepngfix.htc);
}

#content-wrapper{
	margin: 10% auto;
	width: 401px;
}
#header{
	background: url(../images/header.png) no-repeat left top;
	height: 71px;
	width: 100%;
	overflow: hidden;
/* 	margin-bottom: -16px; */
	position: relative;
	z-index: 2;
	behavior: url(/iepngfix.htc);
}

#header > img{
	margin: 5px;
	float: left;
}

#content{
	width: 388px;
	margin: 0 auto;
	background: url(../images/contbg.png) repeat-y center;
	color: #1F1F1F;
	z-index: -1;
	margin-top: -12px;
	behavior: url(/iepngfix.htc);
}

#content > div{
	padding: 15px 5px;
}

#content ul li{
	list-style: none;
	padding: 8px;
	border-bottom: 1px solid #667abe;
	border-top: 1px solid #000000;
}

#about br, #twitter_div br, #experiments br{
	line-height: 2em;
}

#twitter-link{
	display: block;
	text-align: right;
	border-top: 1px solid #000000;
	padding: 8px;
}
#footer{
	width: 100%;
	background: url(../images/footer.png) no-repeat left bottom;
	height: 45px;
	text-align: center;
	overflow: hidden;
/* 	margin-top: -5px; */
	z-index: 2;
	behavior: url(/iepngfix.htc);
}

#footer p{
	width: 100%;
	padding-top: 1em;
}

.nombre{
	float: left;
	margin: 5px;
	margin-top: 4px;
	width: 200px;
}

.botones{
	float: right;
	margin: 5px;
	margin-right: 15px;
}

.botones a{
	width: 32px;

	float: left;
	text-align: center;
}

.botones br, .cl{
	clear:both;
}

.left{
	float: left;
}

.right{
	float: right;
}

#about p.right{
	width: 78%;
}

#about p.left{
	width: 18%;
	text-align: right;
	padding-right: 15px;
}

#contact div.left{
	width: 46%;
}

#contact div.left img{
	vertical-align: middle;
}

#contact > div.left br{
	line-height: 2em;
}

#contact div.right{
	width: 52%;
	border-left: 2px solid #3ac2f0;
	padding-left: 5px;
}

#contact form{
	margin: 15px auto;
}

#contact label{
	width: 100%;
}
#contact input, #contact textarea{
	display: block;
	width: 85%;
	margin: 2px auto;
}


#experiments div.left{
	width: 55%;

	border-right: 2px solid #3ac2f0;
	padding-right: 5px;
}

#experiments div.right{
	width: 43%;
}

#experiments div p{
	margin: 5px;
}

p.header{
	font-weight: bold;
	color: white;
	font-size: 2em;
	border-bottom: 2px solid #3ac2f0;
	padding-left: 18px;
	margin-bottom: 17px;
}

.success{
	background: #88dc88;
	color: green;
	text-align: center;
	border: 2px solid;
}

.error{
	background: #dc4045;
	color: #ad0311;
	text-align: center;
	border: 2px solid;
}

				
#recaptcha_widget_div{
	margin-left: -150px;
}
