*{
	margin:0;
	padding:0;
}
body, html{
	width:100%;
	height:100%;
	background:#093D69;
	font-size:9px;
	font-family:Tahoma,arial,helvetica,sans-serif;
	background-image:url(imgs/portada.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
img{
	border:none;
}
#plugin{
	text-align:center;
	position:absolute;
	bottom:50px;
	width:100%;
}
#plugin a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#plugin a:hover{
	text-decoration:underline;
}