

* {
        margin: 0;
}

html, body {
	height: 100%;
}


a {
	text-decoration:none;
}


h1, h2, h3 {
         font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	 url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-size:35px;
        color: #409539;
	text-align:left;
	margin-bottom:20px;
	margin-top:60px;

}



#galeria {
	font-family: 'LeagueGothicRegular';
        src: url('League_Gothic-webfont.eot');
        src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
	url('League_Gothic-webfont.woff') format('woff'),
        url('League_Gothic-webfont.ttf') format('truetype'),
        url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
        font-size:40px;
        color: #409539;
	text-align:left;
	padding-right:4px;
	margin-bottom:40px;
	margin-top:40px;
}


#player-profile {
	font-family: Arial, Helvetica;
        font-size:12px;
        color: #dadada;
	line-height:1.9em;
	padding-right:120px;
}

p {
        font-family: Arial, Helvetica;
        font-size:12px;
        color: #dadada;
	line-height:1.8em;
}





 
#nav {
	width: 100%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #0d0d0d;
	font-size: 10px;
	border-bottom:2px solid #999;

}

#nav ul {
	list-style: none;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
        font-family:  Arial, Helvetica;
	font-size: 11px;
	color: #ccc;
}        

#nav li a:hover {
	color: #FFF;
	background-color: #559655;
	font-size: 11px;
	-webkit-transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}


#first-block {
	background: none repeat scroll 0 0 #dadada;

}

#second-block {
	background:url("../res/pibe_background.jpg") repeat scroll 0 0 #E4E8E9;
	height:200px;
	padding-bottom: 10px;
	border-top:2px solid #edecec;
	
}


#third-block {
	background:url("../res/pattern_2.jpg") repeat scroll 0 0 #E4E8E9;
	border-top:2px solid #353535;
	padding-top:35px;
	height:auto;
	padding-bottom:25px;

}


.header {
	background-image:url('../res/pibe.png');
	padding:5px;
	width:950px;
	border: 10px solid #f2f2f2;
	height:318px;
	margin-top:25px;
	margin-bottom:40px;
}


#descripcion {
	font-family: Arial, Helvetica;
        font-size:12px;
        color: #333333;
	line-height:1.8em;
	border-left:1px dotted #969696;
	padding-left:25px;
	padding-top:10px;
	margin-top:10px;
	height:100px;
}

.perfil {
	font-family: Arial, Helvetica;
        font-size:12px;
        color: #dadada;
	line-height:1.9em;
	text-align:center;
	padding-right:120px;
	margin-left:13px;
}





.footer {
	background: none repeat scroll 0 0 #0d0d0d;
	font: 12px Arial,helvetica,sans-serif;
	color: #4e4d4d;
	text-transform: uppercase;
	border-top:2px solid #353535;
	padding-top:50px;
	height: 75px;
	margin: 0px 0 0;
	position: relative;
}

span {
	font: 12px Arial,helvetica,sans-serif;
	color: #559655;
	text-transform: uppercase;
}

.footer a{
	background: none repeat scroll 0 0 #0d0d0d;
	font: 12px Arial,helvetica,sans-serif;
	color: #4e4d4d;
	text-transform: uppercase;
	text-decoration:none;
	padding-top:50px;
	height: 75px;
	margin: 80px 0 0;
	position: relative;
}

.footer a:hover{
	background: none repeat scroll 0 0 #0d0d0d;
	font: 12px Arial,helvetica,sans-serif;
	color: #559655;
	text-transform: uppercase;
	text-decoration:underline;
	padding-top:50px;
	height: 80px;
	margin: 80px 0 0;
	position: relative;
	-webkit-transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
	
}

#footer-nav {
	padding-left:100px;
}