html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******************** TYPOGRAPHIC STYLES *********************/

body {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#494949;
	background-color: #d8d9dd;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#mainNav a{
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	padding-bottom:5px;
}

#nav a{
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	padding-bottom:5px;
}

#mainNav a:hover {
	text-decoration: none;
	border-bottom:1px solid #224385;
}

#pportafolio #mainNav a.portafolio,
#pequipe #mainNav a.equipe,
#pblogue #mainNav a.blogue,
#pservicios #mainNav a.servicios,
#pcontacto #mainNav a.contacto {
	text-decoration: none;
	border-bottom:1px solid #ccc;
}

#nav a:hover {
	text-decoration: none;
	background-color:#224385;
	
}


/******************** GENERAL LAYOUT ********************/

/*container*/

#container {
	width:934px;
	margin:auto;
	position: relative;
}

/* header */

#header {
	padding-top:0px;
}
#header h1
{
	width:298px;
	float:left;
}

#mainNav {
	margin-left:50px;
	/*display: inline;*/
	padding-top:35px;
}
	
#mainNav li {
	display: inline;
	margin-left:20px;
}	

/* content */

#content  {
	padding:25px 0 0 0;
	margin-bottom: 50px;
}

#left,#right {
	float:left;
}

#left {
	width:70%;
}
	
#right {
	float:right;
	width:29%;
}

/*right*/
#nav {
	text-align:right;
	width:91%;
	padding-left:8%;
}

#nav a{
	font-size:42px;
	display: block;
	padding-right:25px;
	padding-top:12px;
}


/* background */
	
#extra {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background-attachment: fixed;
	/*background-image: url(/images/1.jpg);
	background-repeat: no-repeat;*/
	background-position: left top;
	
}

#extraHookt {
	height:97%;
	background-image:url(../images/cesped.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
a
{
	color:#222;
}
#footer_luis{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	padding:3px;
	height:2%;
	background:#FFF;
	color:#666;
	}
#foot_left{
	float:left;
	margin-left:10px;
	}
#foot_right{
	float:right;
	margin-right:20%;
	}

.titulos_seccion
{
	text-transform: uppercase;
	color:#ffffff;
	font-size: 36px;
}
.texto_footer
{
	text-transform: uppercase;
	color:#03C;
	font-size: 12px;
}
.btn_blog{
	display:block;
	cursor:pointer;
	width:87px;
	height:91px;
	float:left; 
	margin-top:-75px;
	background-image:url(../images/blog.png);
	}
.btn_blog:hover{
	display:block;
	cursor:pointer;
	float:left; 
	margin-top:-75px;
	background-image:url(../images/blog2.png);
	}
.btn_labs{
	display:block;
	cursor:pointer;	
	width:87px;
	height:91px;
	float:left; 
	margin-top:-75px;
	background-image:url(../images/labs.png);
	}
.btn_labs:hover{
	display:block;
	cursor:pointer;
	float:left; 
	margin-top:-75px;
	background-image:url(../images/labs2.png);
	}
.logo{
	margin:0px;
	padding:0px;
	float:left;
	}