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

body {
	background-color: black;
}

.logo-site {
	position: fixed;
	margin-left: 2%;
	margin-top: 3%;
	width: 210px;
	opacity: 100%;
}

.about-main {	
	position: fixed;
	margin-left: 2%;
	margin-top: 11%;
	color: white;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.ficha-main {
	position: fixed;
	margin-left: 2%;
	margin-top: 13%;
	color: white;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.subtitle {
	width: 360px;
	position: fixed;
	right: 2%;
	top: 4.5%;
	color: white;
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

.arrow-left {
	width: 30px;
	height: 30px;
	background: url(arrow-left.png) no-repeat;
}

.arrow-left:hover {
	width: 30px;
	height: 30px;
	background: url(arrow-left.gif) no-repeat;
}

.arrow-right {
	width: 30px;
	height: 30px;
	background: url(arrow-right.png) no-repeat;
}

.arrow-right:hover {
	width: 30px;
	height: 30px;
	background: url(arrow-right.gif) no-repeat;
}

.arrow {
	width: 30px;
	height: 30px;
	position: fixed;
	margin: auto;
	top: 0;
	left: 2.5%;
	bottom: 0;
}

.arrow-right-main{
	width: 30px;
	height: 30px;
	position: fixed;
	margin: auto;
	top: 0;
	right: 5%;
	bottom: 0;
}
