@charset "UTF-8";

@font-face {
    font-family: 'FuturaLight';
    src: url('font/futura_light-webfont.eot');
    src: url('font/futura_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/futura_light-webfont.woff') format('woff'),
         url('font/futura_light-webfont.ttf') format('truetype'),
         url('font/futura_light-webfont.svg#FuturaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	height:100%;
	width:100%;
	}

body{
	background-color: #d5d2cb;
	background-image: url(../images/informatica-forense_bk.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	}

h1{
	font-family:'FuturaLight';
	font-size: 35px;
	color: #2a8298;
	text-decoration: none;
	font-weight: normal;
	margin:0px 0px 15px 0px;
	padding:0;
	line-height: 30px;
	}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 15px;
	text-align: justify;
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:justify;
	text-decoration: none;
	font-weight: normal;
	margin:0;
	padding:0;
	}
	
h3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:justify;
	text-decoration: none;
	font-weight: normal;
	margin:0;
	padding:0;
	}
	
h3 a:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:justify;
	text-decoration: underline;
	font-weight: normal;
	margin:0;
	padding:0;
	}
h4{
	font-family:FuturaLight;
	font-size: 16px;
	color: #2a8298;
	text-decoration: none;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	padding:0;
	line-height: 17px;
	text-transform: uppercase;
	}
	
h5{
	font-family:FuturaLight;
	font-size: 16px;
	color: #2a8298;
	text-decoration: none;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	padding:0;
	
	}

h6{
	font-family:FuturaLight;
	font-size: 16px;
	color: #2a8298;
	text-decoration: none;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	padding:0;
	line-height: 25px;
	text-transform: uppercase;
	}

.multicolumn1 {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
	text-align: justify;
}

.multicolumn2 {
	-moz-column-count: 4;
	-moz-column-gap: 25px;
	-webkit-column-count: 4;
	-webkit-column-gap: 25px;
	column-count: 4;
	column-gap: 25px;	
}

.box{
	width:199px; height:320px; margin-right:25px; float:left;
	}

.box2{
	width:199px; height:auto; margin-right:25px; float:left; margin-bottom:25px;
	}


.outerShadow2 {
	box-shadow:0px 4px 12px #666;
	-webkit-box-shadow:0px 4px 12px #666;
	-moz-box-shadow: 0px 4px 12px #666;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666, direction=90, strength=8);
}

#menu{ position:absolute; margin-left:25px; margin-top:185px;}
#menu ul{padding:0px; margin:0px; list-style:none;}
#menu ul li{
	font-family:'FuturaLight';
	height:17px;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;	
	text-decoration: none;
	margin-bottom:4px;
	color:#eaeaea;
}
#container header #menu ul li a{
background:#333;
color: #fff;
padding-right:14px;
padding-left:3px;
text-decoration:none;
}
#container header #menu ul li a:hover{
color: #2a8298;
text-decoration:none;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 170px;
	margin-left: -70px;
}
#back-top a {
	width: 47px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top span {
	width: 47px;
	height: 47px;
	display: block;
	background: #ddd url(../images/up-arrow.gif) no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.ifbox{
	width:950px; background:#FFF; border-top:#2a8298 solid 5px; margin-bottom:20px;
}
