#splash{height:100%;position:fixed;}
#splash *{padding:0;margin:0;text-decoration:none;}
/*body{background:linear-gradient(#ffffff 0%, #e4e4e4 100%);font-family:'News Cycle',Arial,sans-serif;height:100%;display:block;}*/
#splash nav{width:100%;border-bottom:1px solid #ccc;float:left;background:-webkit-gradient(linear,left top,left bottom,color-stop(#ffffff,0),color-stop(#e4e4e4,1));background:-webkit-linear-gradient(#ffffff 0%, #e4e4e4 100%);background:-moz-linear-gradient(#ffffff 0%, #e4e4e4 100%);background:-o-linear-gradient(#ffffff 0%, #e4e4e4 100%);background:linear-gradient(#ffffff 0%, #e4e4e4 100%);}
#splash nav h2{float:right;line-height:48px;margin-right:100px;color:#BE1E2D;font-weight:400;}
#splash nav ul{list-style:none;line-height:48px;font-size:21px;margin-left:100px;}
#splash nav ul li{display:inline-block;float:left;padding:0px 40px;border-right:1px solid #fff;}
#splash nav ul li.enterprise{background:-webkit-gradient(linear,left top,left bottom,color-stop(#a62323,0),color-stop(#BE1E2D,1));background:-webkit-linear-gradient(#a62323 0%, #BE1E2D 100%);background:-moz-linear-gradient(#a62323 0%, #BE1E2D 100%);background:-o-linear-gradient(#a62323 0%, #BE1E2D 100%);background:linear-gradient(#a62323 0%, #BE1E2D 100%);}

#splash nav a{color:#A7A9AC;}
#splash nav a:hover,nav li.active a{color:#6D6E71;}

#splash nav li.enterprise a{color:#fff;}

#splash .tabs{width:100%; display:block;margin:0 auto; float:left; height:100%; overflow: auto;}
#splash .tabs section{width:1100px;margin:0 auto;display:block;}
#splash h1.saikulogo{width:275px;height:72px;background:url('../../../images/src/saiku.png') center center no-repeat;text-indent:-10000px;margin:0.5%;margin-bottom:20px;}

#splash h1.conablogo{width:275px;height:72px;background:url('../../../images/src/logoConab.png') center center no-repeat;text-indent:-10000px;margin:0.5%;margin-bottom:20px;}

#splash p{text-align:justify; max-width:700px; margin:0.5%; margin-bottom:40px;}
#splash p.fixed{max-width:500px;}
#splash .tabs h2{clear:left;margin-left:0.5%;color:#6D6E71;font-weight:400;margin-bottom:12px;}
#splash small a{color:#A7A9AC;}

#splash ul.quicklinks{list-style:none; width:500px;text-align:center;margin-bottom:40px;float:left; background-color:transparent; }
#splash ul.quicklinks li{display:inline;width:25%;margin:1%;float:left;border:3px solid #0F3063 ;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;line-height:36px;box-sizing:border-box;}
#splash ul.quicklinks li a{color:#226C1C;}
#splash ul.quicklinks li:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(#226C1C,0),color-stop(#0F3063,1));background:-webkit-linear-gradient(#226C1C 15%, #0F3063 85%); background:-moz-linear-gradient(#226C1C 15%, #0F3063 85%); background:-o-linear-gradient(#226C1C 15%, #0F3063 85%);background:linear-gradient(#226C1C 15%, #0F3063 85%);}
#splash ul.quicklinks li:hover a{color:#fff;}

#splash a.button{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:-webkit-gradient(linear,left top,left bottom,color-stop(#a62323,0),color-stop(#BE1E2D,1));background:-webkit-linear-gradient(#a62323 0%, #BE1E2D 100%);background:-moz-linear-gradient(#a62323 0%, #BE1E2D 100%);background:-o-linear-gradient(#a62323 0%, #BE1E2D 100%);background:linear-gradient(#a62323 0%, #BE1E2D 100%);width:48%;margin:0%;display:inline-block;line-height:36px;color:#fff;text-align:center;padding-bottom:3px;border:3px solid #BE1E2D;box-sizing:border-box;margin-right:20px;}

#splash #welcome{background:url('../../../images/src/conabFundo2.png') center center no-repeat fixed;}

#splash table{width:100%;color:#6D6E71;text-align:center;}
#splash table th{text-align:center;font-size:24px;font-weight:400;}

#splash a{color:#BE1E2D;}
#splash a:hover{color:#000;}

#splash .iframe-block{padding-bottom: 20px;}
#splash .iframe{display:inline;}
#splash .iframe-legend{display:inline;vertical-align:top; padding-left: 25px;}


@media screen and (max-width:1200px){
	#splash {height:100%;position:inherit;}
	nav ul{margin-left:0px;}
	nav h2{margin-right:20px;}
	.tabs section{width:960px;}
	#welcome{background-size:60%;}
}

@media screen and (max-width:1000px){
	#splash {height:100%;position:inherit;}
	nav h2{font-size:18px;}
	nav ul li{font-size:18px;}
	.tabs section{width:90%;margin:0 auto;}
	#welcome{background-size:40%;}
}

@media screen and (max-width:800px){
	#splash {height:100%;position:inherit;}
	nav h2{font-size:16px;}
	nav ul li{font-size:16px;padding:0px 20px;}
}

@media screen and (max-width:600px){
	#splash {height:100%;position:inherit;}
	h1.saikulogo{width:275px;height:72px;background:url('../../../images/src/saikux2.png') top left no-repeat;background-size:275px 72px;}
	nav h2{display:none;}
	nav ul li{font-size:16px;width:25%;border-right:none;padding:0px 0px;text-align: center;}
	#welcome{background:none;}
	ul.quicklinks li{width:98%;}
	a.button{width:96%;}
}