* {
	margin: 0;
}
a:focus{ outline: none; }
html, body {
	font-family:'Arial',Verdana,Helvetica,sans-serif;
	height: 90%;
}
.wrapper{
	min-height: 90%;
	height: auto !important;
	height: 90%;
	margin: 0 auto -120px;
}
#container{
	width: 900px;
	margin: 0 auto;
}
#intro{
	display:block;
	width: 652px;
	border-left: 2px solid #f9f9f9;
	padding: 0px 0px 0px 30px;
	margin: 100px 0px 40px 0px;
	float: left;
}
h1 {
	padding:0px;
	margin: -18px 0px 18px -4px;
	font-size: 62px;
	color: #E0E0E0;	
}
p{
	font-weight: normal;
	line-height: 21px;
	font-size: 16px;
	color: #BFBFBF;
}
p .adjust{
	letter-spacing: -0.5px;
}
.highlighted{
	color: #000;
	font-size: 17px;
	font-weight:bold;
	margin: 2px 0px;
}
.divider{
	display: block;
	width: 640px;
	height: 3px;
	border: none;
	margin: 10px 0px;
	background-image:url(../imgs/hr.gif);
}
.t img{
	border: none;
}
.t{
	display: block;
	width: 642px;
	border-bottom: 2px solid #f9f9f9;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
.logo{
	display: block;
	float: left;
	width: 161px;
	margin: 100px 30px 0px 0px;
	border: 0px;
}
#spacer_100 {
	clear:both;
	height:100px;
}
#contact_form {
	clear:both;
	display:none;
	height:200px;
	margin-bottom:40px;
}
#contact_form a {
	text-decoration: none;
	color: #000;
}
#el_form {
	clear:both;
	background: #E0E0E0 url(../imgs/triangulo.gif) top right no-repeat;
	height:146px;
	margin-top:4px;
	padding:10px;
	line-height: 30px;
}
#el_form label {
	font-size:12px;
	text-align:right;
	width:130px;
	margin-right:10px;
	display:block;
	float:left;
}
#el_form input {
	font-size: 12px;
	height: 16px;
	border: 0px none;
	width:200px;
}
#mensaje_box {
	float:right;
	margin-right: 40px;
}
div.form_box {
	width: 360px;
}
#el_form textarea {
	font-family: 'Arial', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	border: 0px none;
	width:340px;
	margin-top:6px;
	height:110px;
}
#el_form input.enviar {
	background-color:#000000;
	clear:both;
	color:#FFFFFF;
	float:right;
	font-weight:bold;
	height:22px;
	width:170px;
	margin-right: 40px;
}
#ok_message {
	text-align:center;
	display:none;
	background:#E0E0E0 url(../imgs/triangulo.gif) no-repeat scroll right top;
	padding: 20px 20px 24px;
}
#footer{
	height: 30px;
	font-size: 12px;
	text-align:center;
	color: #BFBFBF;
	clear: both;
}
#footer a.contacto {
	color:#000;
}
#footer a {
	text-decoration: none;
	color: #BFBFBF;
}
#footer a:hover{
	text-decoration: none;
	color: #BFBFBF;
}
#footer a.contacto {
	outline:none;
	text-decoration: none;
	color:#000;
}
#footer a.contacto:hover {
	outline:none;
	text-decoration: none;
	color:#000;
}
#footer .text{
	display: block;
	float: left;
	width: 810px;
	height: 25px;
	line-height: 25px;
}
#footer .twitter{
	display: inline-block;
	float: right;
	width: 90px;
	height: 25px;	
}
#footer .twitter a{
	display: block;
	width: 86px;
	height: 20px;
	text-indent:-9999px;
	background-image:url(../imgs/logo_twitter.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	float: right;
}
#footer .twitter a:hover{
	background-position: 0 -20px;
}
