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

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	}
#generalindex{
	width:35%;
	height:80%;
	position: absolute;
	margin-left: 32.5%;
	margin-top:7%;
}

#logoindex{
	width:30%;
	height:50%;
	position:absolute;
	margin-left:-20%;
}
#logoindex img{
	width:100%;
	height:100%;
}

#textoindex{
	position:absolute;
	float:left;
	margin-top:40%;
	margin-left:20%;
}
.linkindex{
	color: #3e3e3e;
	font-weight:bold;
	text-decoration:none;
-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease; 
}
.linkindex:hover{
    margin-left: 10px;
	color:#1881c5;
}
.signomas{
	font-size:100%;
	color:#1881c5;
}
.normal{
	font-size:70%;
}

#flags{
	margin-left: 15px;
}