@charset "UTF-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*———CSS RESET END———*/


body {
	background-color:#eee;
	-webkit-font-smoothing: antialiased;
	}

h1, h2, h3, h4, h5, h6, a { margin: 0; padding: 0; font-weight: normal; font-style:normal; text-decoration:none; }

#main-container{
margin-left: auto;
margin-right: auto;
width: 1280px;
height:100%;
position: relative;

}


		.bot-main-menu, .bot-menu-sec, .lermais, .logo-area, .relacionadoIN, .linkfoot1 a, a{
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;}
		
		
		
#head-container{
	}


#head-subcontainer{
	height:100px;
	
	
	}

	.logo-area{

		width:275px;
		height:50px;
		top:30px;
		left:20px;
		position: absolute;
		display:block;
		
		}
	
	.logo-area:hover {
		opacity:0.6;}

	.menu-head-sec{
		width:1280px;
		height:28px;
		position: absolute;
		top:40px;
		right:0px;	
		text-align:right;
		
		}
		
	.bot-menu-sec{
		font-family:din,sans-serif;
		font-size:25px;
		letter-spacing:3px;
		text-decoration:none;
		margin-left:33px;
		line-height:45px;
		color:#b3b3b3;
		
		}
	
	.bot-menu-sec:hover { color:#ddd;}

#menu-head-main{
	height:58px;

	}
	
	.bot-main-menu{
		background-color:#c4151c;
		width:315px;
		height:60px;
		color:#f2f2f2;
		text-align:center;
		line-height:70px;
		display:inline-block;
		font-family:din,sans-serif;
		font-size:32px;
		letter-spacing:2px;
		text-decoration:none;
		
		-moz-border-radius: 9px;
		border-radius: 9px;
		}
		
		.bot-main-menu:hover {
			background-color:#ef4023;
			}
		

#midle-container{
	height:1380px;
	margin-top:8px;

	}
#midle-container h1 { font-size:45px;
		font-family:din,sans-serif;
		margin-top:20px;
		}
		
		
#midle-container h2 { font-size:40px;
		font-family:din,sans-serif;
		text-transform:uppercase;
		margin-top:20px;
		margin-left:15px;}

#midle-container h3 { font-size:30px;
		font-family:din,sans-serif;
		text-transform:uppercase;
		margin-top:20px;
		margin-left:15px;}

#midle-container .textgrande { font-size:25px;
		line-height:27px;
		font-family: Georgia;
		margin-left:15px;}

.imgicons { margin-top:15px;
		margin-left:15px;}
		
.lermais {
	border-top:6px double #b3b3b3;
	display:block;
	position: absolute;
	bottom:0px;
	margin-bottom:15px;
	margin-left:15px;
	font-family:din,sans-serif;
	font-size:21px;
	line-height:35px;
	height:21px;
	color:#b3b3b3;}
	
.lermais:hover {
	opacity:0.5;
	}
	
	.artigo {
		position: absolute;
		height:330px;
		width:952px;
		}
		
		.artigo h1 {color:#c4151c;}
		
		.titulocinza {color:#ccc;}
		
		.artigo h3 {
			margin-left:0px !important;
			color:#c4151c;}
		
		.textartigo {
		color:#4f4f4f;
		font-size:20px;
		line-height:24px;
		font-family: Georgia;
		}
		
		.textdestaque {
			color:#c4151c;
			font-style:italic;}
		
		.bot-pdf{
		
		background-color:#f2f2f2;
		border:3px solid #c4151c;
		width:90px;
		height:116px;
		color:#c4151c;
		text-align:center;
		line-height:126px;
		display:inline-block;
		
		font-family:din,sans-serif;
		font-size:36px;
		text-decoration:none;
		
		-moz-border-radius: 9px;
		border-radius: 9px;
		}
		
		.bot-pdf:hover {
			background-color:#fff;
			color:#ef44023;
			}
		
		
	.relacionados {
		display:inline-block;
		position: absolute;
		right:2px;
		height:330px;
		width:312px;
		text-align:center;

		}
		
		.relacionados h2 {
		font-size:36px !important;
		text-align:center;
		display:inline-block;
		letter-spacing:5px;
		margin-bottom:15px;
		color:#b3b3b3;}
		
		.relacionados h3 {
			margin-top:15px !important;
			color:#f2f2f2;
			font-size:29px !important;
		}
		
		.relacionados p { color:#b3b3b3;}
	
	.relacionadoIN{text-align: left;
		border:3px solid #4f4f4f;
		background-color:#4f4f4f;
		padding-bottom:10px;
		margin-bottom:5px;
		
		-moz-border-radius: 9px;
		border-radius: 9px;
		
		}
	
	.relacionadoIN:hover {
		background-color: #3f3f3f;
		border:3px solid #3f3f3f;
		}
	
		
		.textrel {font-size:18px;
		width:280px;
		line-height:20px;
		font-family: Georgia;
		margin-left:15px;
		margin-right:15px;
		color:#f2f2f2;

		/*color:#4f4f4f;*/
		}
	
	
	
	
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}





#footer-container {
	position: inherit;
	bottom:0px;
	width:100%;
	height:53px;
	margin-bottom:0px;
	background-color:#4f4f4f;
	-moz-border-radius: 9px;
		border-radius: 9px;
	}
	
#footer-content {
	top:20px;
	left:20px;
	right:20px;
	
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	
	position: absolute;
	z-index:1;
	height:20px;
	
	
	}

.linkfoot1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
	
	font-family:din,sans-serif;
	font-size:20px;
	letter-spacing:3px;
	text-decoration:none;
}

.linkfoot1 a {color:#b3b3b3;}

.linkfoot1 a:hover {color:#f2f2f2;}


	
@font-face {
    font-family: 'din';
    src: url('fonts/din.eot');
    src: url('fonts/din.eot') format('embedded-opentype'),
		 url('fonts/DIN.otf'),
         url('fonts/din.woff') format('woff'),
         url('fonts/din.ttf') format('truetype'),
         url('fonts/din.svg#DIN1451StdEngschrift') format('svg');
}