html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html { 
  background: url('./2013-03-31-socrates_novas_oportunidades_lusa3.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.7em;
	text-align:right;
	color:#ff4444	;
	width:100%;
	min-width:800px;
}

.foot{
	position:fixed;
	bottom:0;
	background-color:rgba(255,255,255,0.5);
	margin:0;
	height:30px;
	line-height: 30px;
	width:100%;
	color:black;
	font-size:0.4em;
	text-align:left;
	padding:0 10px 0 10px;
}


.but {
 /*  border-top: 1px solid #000000;*/
   background: #039aff;
   /*background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#039aff));
   background: -webkit-linear-gradient(top, #0099ff, #039aff);
   background: -moz-linear-gradient(top, #0099ff, #039aff);
   background: -ms-linear-gradient(top, #0099ff, #039aff);
   background: -o-linear-gradient(top, #0099ff, #039aff);*/
   padding: 5.5px 11px;
   -webkit-border-radius: 27px;
   -moz-border-radius: 27px;
   border-radius: 27px;
/*   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
   color: white;
   font-size: 9px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.but:hover {
  /* border-top-color: #ffffff;*/
   background: #ffffff;
   color: #000000;
   }
.but:active {
/*   border-top-color: #ffffff;*/
   background: #ffffff;
   }