/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS */

body {
	background-color: #000;
	color: #fff;
}

a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ed1c24;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav ul li {
	float: left;
	border-right: 1px solid white;
	padding: 0 7px 0 7px;
}

#nav ul li.nav-last
{
	border-right: none;
}

#nav ul li a {
	font-family: Asap;
}

.bg-wrap {
	position: relative;
	width: 1080px;
	height: 768px;
	margin: 0 auto;
}

#bg-wrap-home {
	background-image: url('img/bg-home.jpg');
}

#bg-wrap-contacto {
	background-image: url('img/bg-contacto.jpg');
}

#bg-wrap-equipo {
	background-image: url('img/bg-equipo.jpg');
}

#bg-wrap-somos {
	background-image: url('img/bg-somos.jpg');
}

#nav {
	padding: 7px 0;
	width: 263px;
	height: 10px;
	position: absolute;
	right: 0;
	margin-top: 18px;
}

#logo-big {
	width: 435px;
	height: 435px;
	background-image: url('img/dnatracks-logo.png');
	right: 0;
	bottom: 28px;
}

#logo-small {
	width: 89px;
	height: 89px;
	background-image: url('img/dnatracks-logo-small.png');
	right: 28px;
	bottom: 9px;
}

#logo-small a {
	text-indent: -9999px;
	width: 89px;
	height: 89px;
	display: block;
}

.logo {
	position: absolute;
	right: 0;
	bottom: 28px;
	display:none;
}

#contacto-info {
	font-family: Asap;
	position: absolute;
	right: 158px;
	top: 259px;
	text-align: center;
	line-height: 1.5em;
	color: black;
	font-size: 24px;
}

#contacto-info p {
	margin-bottom: 10px;
}

#contacto-info p strong {
	font-weight: bold;
}

#contacto-info a {
	color: #444;
}

#contacto-info a:hover {
	color: #f00;
}

#equipo-info {
	position: absolute;
	left: 358px;
	top: 105px;
}

.equipo-item {
	font-family: Asap;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px dashed white;
	padding-bottom: 18px;
}

.equipo-item h1 {
	color: red;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 5px;
}

.equipo-item ul {
}

.equipo-item ul li {
}

.equipo-item ul li a {
	color: white;
}

.equipo-item ul li a:hover {
	color: #ff0;
}

#fotos {
	width: 280px;
	height: 280px;
	position: absolute;
	right: 103px;
	bottom: 120px;
	
}

.foto	{
	position: absolute;
	border: 1px solid #222;
	display: none;
	width: 280px;
	height: 280px;
	box-shadow: 0px 0px 14px #000;
}

#somos-info {
	font-family: Asap;
	position: absolute;
	right: 153px;
	top: 148px;
	width: 418px;
	height: 340px;
	font-size: 20px;
	padding: 20px 0 0 20px;
}

.somos-item {
	position: absolute;
	display: none;
	background-image: url('img/bg-bt10p.png');
	padding: 20px;
	width: 384px;
}

.somos-item h1 {
	text-shadow: 1px 1px 1px black;
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: normal;
}

.somos-item ul {
	line-height: 45px;
}

.somos-item ul li {
}

#somos-nav ul li a {
	display: block;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(img/botones.png);
	margin-top: 9px;
}

#somos-nav ul li a#b-sonido-directo { background-position: 0 0; }
#somos-nav ul li a#b-sonido-directo:hover { background-position: -191px 0; }
#somos-nav ul li a#b-sonido-directo:active { background-position: -382px 0; }
#somos-nav ul li a#b-nuestro-campo { background-position: 0 -38px; }
#somos-nav ul li a#b-nuestro-campo:hover { background-position: -191px -38px; }
#somos-nav ul li a#b-nuestro-campo:active { background-position: -382px -38px; }
#somos-nav ul li a#b-grupo-dna { background-position: 0 -76px; }
#somos-nav ul li a#b-grupo-dna:hover { background-position: -191px -76px; }
#somos-nav ul li a#b-grupo-dna:active { background-position: -382px -76px; }

#somos-nav {
	position: absolute;
	bottom: 127px;
	left: 26px;
}