@import url(reset.css);
@import url(text.css);


/*GENERAL*/

.clear{
	clear:both;
}

/*LAYOUT*/

html, body{
	height:100%;
}

body{
	
}


#wrapper{
	width:100%;
	min-height:100%;
	background:#261706 url(../img/bg.png) repeat-x left top;
}

* html #wrapper{height: 100%;}

#header{
	padding:25px 0 0 310px;
	height: 176px;

}

#logo{
	display:block;
}

#lang{
}


/*Navegación*/

#nav{
	}



/*Contenido*/

#content{
	width:960px;
	margin: 0 auto;
}

#main_content{
	padding-left: 150px;
	overflow: hidden;
}

#left{
	width:340px;
	float:left;
	display: inline;
	margin-right:20px;
}

#left p{
	font-size: 18px;
	line-height: 22px;
	margin-top: 60px;
}	

#left a{
	text-decoration: none;
	color:#d1f9fd;
}

.twitter{
	background: url(../img/twitter.png) no-repeat left -95px;
	padding-left: 60px;
	display: block;
}

.twitter:hover{
	background-position: left 20px;
}

#contact{
	width: 392px;
	height: 400px;
	background: url(../img/form.png) no-repeat left top;
	float: left;
	display: inline;
	margin-top: 10px;
	padding-top:95px;
	padding-left: 58px;
	position: relative;
}

#contact #name,#contact #mail{
	background: url(../img/input.png) no-repeat left top;
	height: 21px;
	width: 202px;
	border:none;
	margin-bottom: 10px;
	padding: 7px 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, "sans-serif";
}

#contact #message{
	background: url(../img/textarea.png) no-repeat left top;
	height: 79px;
	width: 202px;
	border: none;
	padding: 7px 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, "sans-serif";
	overflow: auto;
}

#contact #submit{
	position: absolute;
	top: 265px;
	right: 50px;
	background: url(../img/submit.png) no-repeat left -166px;
	width: 81px;
	height: 83px;
	border: none;
	cursor:pointer;
}

#contact #submit:hover{
	background-position: left top;
}

#contact #submit:active{
	background-position: left -83px;
}

#contact label{
	position: absolute;
	color:#666;
	margin: 7px 10px;
}