@charset "utf-8";
/* CSS Document */


/* HTML ______________________________________________________________________________*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color:#000;
	background-image:url(http://www.robertotunon.com/08/img/rt_fondo2.jpg);
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size			: 100%; 
    font-size           : 0.7em;
	line-height			: normal;
	color				: #fff;
}


/* links ______________________________________________________________________________*/
a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #000;
	font-size:10px;
}

a img {
	border:none;
}

/* textos ______________________________________________________________________________*/

p {
	font-size: 10px;
}


/* elementos index ______________________________________________________________________________*/

#index {
	width:100%;
	position:absolute;
}

#logo {
	
}

#portfolio {
	font-size: 125px;
	color:#FFFFFF;
	line-height: 110px;
	margin: 20px;
	position: absolute;
}

#entrar {
	margin-top: 290px;
	left:0;
	width: 100%; 
	text-align: right;
	vertical-align: middle;
	position: absolute;
}	

#entrar a{
	width: 100%;
	font-size: 18px;
	text-decoration:none;
	display: block;
	color: #fff;
	margin-right: 50px;
}
#entrar a:hover {
	color: #000;
	background-color: #fff;
}

#credits {
	margin-left: 20px;
	margin-top: 390px;
	text-align: left;
}

#promsite {
	text-align:left;
	margin-top: 20px;
	margin-left: 20px;
}