@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
	width: 150px;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: white;
	/*color: rgba(0,0,0,0.5);*/
}
/*.wrap{
	margin-left: auto;
	margin-right: auto;
	width: wrappx;
	position: relative;
}*/
h1{
	font-size: 6em;
}
h3{
	font-size: 3em;
}
p{
	font-size: 0.75em;

}


/*#section0{
	z-index:-200;
	margin-top:-100px;

	}*/

.section{
	/*text-align:center;*/
    margin-top:0px;
	text-align:left;
	padding-left:8px;
	width:100%;
}



#fondo{
	z-index:-25;
	margin: 0;
	position:absolute;
	left:0px;
width:100%;
height:auto;

	}

#fullpage{
	z-index:-300;
	float: right;
	height:100%;
		}

#menu li {
	display:inline-block;
	margin: 5px;
	font-size: 12px;
	width: 80px;
	height:25px;
	color:#333;
	text-align: center;
	background:#E2EAF2;
	background: rgba(226,234,242,0.75);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#5B789A;
	background: rgba(91,120,154, 1);
	color: black;
}
#menu li a{
	text-decoration:none;
	color: #333;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(183,198,212, 0.75);
}
#menu li a,
#menu li.active a{
	padding: 5px;
	display:block;
	color: rgba(91,120,154,1.00);

}
#menu li.active a{
	color: white;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 20px;
	z-index: 70;
	padding: 0;
	margin:0;
	width:145px;
}
/*-----*/



#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}




/* Demos Menu
 * --------------------------------------- */

@media (max-width:480px) {
		
	#fondo{
	max-width: 80%;
	
		}
		#fullpage{
	max-width: 80%;
	
			
			}
			
		ol,ul {
	maax-width: 80%;
	
			}
}
