@charset "utf-8";

* {
	font-family:Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
}

h1
{
	color:#000;
	font-size: 30px;
	padding: 45px 0;
	font-weight: normal;
}

h2
{
	color:#FFF;
	font-size: 36px;
	padding-top: 15px;
}

h3
{
	color: #FFF;
	font-size:18px;
	padding-top: 15px;
}

h4
{
	text-align:center;
	color: #000;
	font-size:20px;
	padding-top: 15px;
	text-decoration:underline;
}



#container
{
	width: 100%;
	min-width: 1655px;
	min-height: 100%;
	height: 100%;	
	background-color: #FFF;
	margin: 0 auto -50px;
}

#header
{
	background: url(../imagenes/header_back.png) repeat-x;
	width: 100%;
	height: 123px;

}

#img_header
{
	background: url(../imagenes/header_title_r.png) no-repeat;
	width: 256px;
	height: 57px;
	margin-top: 40px;
	margin-left: 20%;
	float: left;
	display: block;
}

#main
{
	width: 100%;
	background: url(../imagenes/main_back_r.png) repeat-x;
	height: 363px;	
}

#content
{
	width: 100%;
	height: 457px;
	background: url(../imagenes/content_back.png)  top repeat-x;
}

#footer
{
	height: 50px;
	width: 100%;
	background-color: #E3E3E3;
	text-align: center
}

#push
{
	height: 50px;
}

#navbar
{
	font-size: 30px;
	float: right;
	display: block;
	margin-top: 55px;
	margin-right: 20%;
	color: #848484;

}

#navbar ul 
{
	list-style-type: none;
}

#navbar li 
{
	display: inline;
	padding: 0 25px;
}

#navbar a:link
{
	text-decoration: none;
	color: #848484;
}

#navbar a:visited
{
	text-decoration: none;
	color: #848484;
}


#navbar  a:hover
{
	color: #000;
}

#navbar a:active
{
	color:#000;
}

#hook_text
{
	width: 425px;
	display:block;
	margin-left: 20%;
	float:left;

}

	

#iphone
{	
	background: url(../imagenes/iphone_back_r.png) bottom center no-repeat;
	width: 430px;
	display: block;
	margin-right: 20%;	
	float:right;
	height: 363px;
}

#news_columns
{
	width: 425px;
	display:block;
	padding-top: 10px;
}

#news
{
	width: 550px;
	display:block;
	margin-left: 20%;
	float:left;
}

#featured {
	width: 430px;
	height: 440px;
	float: right;
	margin-right: 20%;

}
#featuredcontainer
{
	width: 300px;
	margin: 45px auto;
}


p.desc
{
	color: #000;
	font-size:14px;
}


p.work
{
	text-decoration: none;
	margin: 0 auto;
	margin-top: 65px;
	text-align: center;
	display: block;
	width: 120px;
	background-color: #C00;
	color:#FFF;
	font-size: 18px;
}

p.featured
{
	padding-top: 10px;
	margin-left: 150px;
	font-weight: bold;
	font-size: 18px;
}

p.project_description
{
	width: 225px;
	padding-top: 15px;
	margin-left: 105px;
}

img.featured_project
{
	margin-top: 15px;
	margin-left: 105px;
	border: none;
}


.contact_button {
	margin-top: 10px;
	margin-left: 175px;
}	

p.footer
{
	font-size: 14px;
	color: #CCC;
	padding-top:20px;
}

a.footer
{
	text-decoration: none;
	color: #999;
}

a:hover.footer
{
	color: #333;
}
/* CSS Document */

