/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body {
	background: url(../../imaxes/fondo1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}
ul#navigation {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	list-style: none;
	z-index: 999999;
	width: 620px;
	font-family: Verdana, Geneva, sans-serif;
}
ul#navigation li {
    width: 103px;
    display:inline;
    float:left;    
}
ul#navigation li a {
	display: block;
	float: left;
	margin-top: -2px;
	width: 100px;
	height: 25px;
	background-color: #CCCCFF;
	background-repeat: no-repeat;
	background-position: 50% 10px;
	border: 1px solid #BFBFFF;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	text-decoration: none;
	text-align: center;
	padding-top: 80px;
	opacity: 0.97;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
}
ul#navigation li a:hover{
     background-color:#CCCCFF;
}
ul#navigation li a span{
	letter-spacing: 2px;
	font-size: 11px;
	color: #036;
	text-shadow: 0 -1px 1px #fff;
}
ul#navigation .inicio a{
    background-image: url(../imaxes/icona_1.png);
}
ul#navigation .temas a      {
    background-image: url(../imaxes/icona_2.png);
}
ul#navigation .recursos a      {
    background-image: url(../imaxes/icona_3.png);
}
ul#navigation .investiga a      {
    background-image: url(../imaxes/icona_4.png);
}
ul#navigation .caderno a   {
    background-image: url(../imaxes/icona_5.png);
}
ul#navigation .glosario a   {
    background-image: url(../imaxes/icona_6.png);}


html { 
	height: 100%; 
	font-size: 62.5%;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.container > header,
.main {
	width: 99%;
	max-width: 1366px;
	margin: 0 auto 0;
	padding: 0 10px 0 0;
	float: center;
}

.container > header {
	padding: 30px;
}

.container > header h1 {
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
	font-size: 36px; 
	font-size: 3.6rem;
	line-height: 46px; 
	line-height: 4.6rem;
}

.container > header h1 span {
	display: block;
	color: #444;
	font-size: 20px;
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: 300;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* Header Style */
.codrops-top {
	font-size: 11px; 
	font-size: 1.1rem;
	line-height: 24px; 
	line-height: 2.4rem;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	font-weight: 400;
	text-shadow: 0 -1px 0 #fff;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.support-note {
	clear: both;
}

.support-note span{
	color: #ac375d;
	font-size: 16px;
	font-size: 1.6rem;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 0px 0;
}

.actions {
	width: 100%;
	padding: 0 0 20px 0;
}

.actions span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background: #fff;
	color: #888;
	font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	padding: 5px 10px;
	text-transform: uppercase;
	margin: 0px;
	border-radius: 3px;

}

.actions span:hover {
	background: #f7f7f7;
}

.actions span:active {
	background: #aaa;
	color: #CCC;
	box-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.actions span.disabled {
	opacity: 0.8;
	color: #ddd;
}

.light {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.light span {
	background: #aaa;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.8);
}

.light span:hover {
	background: #444;
}

#nav-prev, #nav-next {
	width: 14px;
	height: 14px;
	font-size: 16px;
	line-height: 10px;
	float: center;
}

#close {
	padding: 0px 0px 0px 0px;
	width: 0px;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	float: center;
}

#close span {
	background: #aaa;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 1px 1px rgba(255,255,255,0.8);
}

#close span:hover {
	background: #444;
}
