@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, .linkfoot1 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;
		/*padding-left:15px;	*/	
		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:935px;
	margin-top:8px;

	}
#midle-container h1 { font-size:45px;
		font-family:din,sans-serif;
		text-transform:uppercase;
		margin-top:20px;
		margin-left:15px;}
		
#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;
	}
	
	.box1 {
		border:3px solid #ccc;
		position: absolute;
		
		-moz-border-radius: 9px;
		border-radius: 9px;
		
		height:330px;
		width:630px;
		}
		
		.box1 h1 {color:#c4151c;}
		
	.box2 {
		display:inline-block;
		border:3px solid #4f4f4f;
		background-color:#4f4f4f;
		
		position: absolute;
		left:642px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:330px;
		width:630px;
		}
		
		.box2 h1 {color:#f2f2f2;}
		
		.box2 p { color:#b3b3b3;}
	
	.box3 {
		display:inline-block;
		border:3px solid #ccc;
		
		position: absolute;
		margin-top:342px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:190px;
		width:630px;
		}
		
		.box3 h2 {color:#47beb9;}
		
	.box4 {
		display:inline-block;
		border:3px solid #ccc;
		
		position: absolute;
		margin-top:342px;
		left:642px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:190px;
		width:309px;
		}
		
		.box4 h2 {color:#c4151c;}
		
	.box5 {
		display:inline-block;
		border:3px solid #ccc;
		
		position: absolute;
		margin-top:342px;
		left:963px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:190px;
		width:310px;
		}
		
		.box5 h2 {color:#c4151c;}
	
	
	.box6 {
		display:inline-block;
		border:3px solid #fff;
		background-color:#fff;
 		position: absolute;
		margin-top:544px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:250px;
		width:309px;
		}
		
		.box6 h3 {color:#c4151c;}
		
	.box7 {
		display:inline-block;
		border:3px solid #fff;
		background-color:#fff;
		left:320px;
		
		position: absolute;
		margin-top:544px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:350px;
		width:309px;
		}
		
		.box7 h3 {color:#c4151c;}

	.box8 {
		display:inline-block;
		border:3px solid #fff;
		background-color:#fff;
		
		left:642px;
		position: absolute;
		margin-top:544px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:250px;
		width:309px;
		}
		
		.box8 h3 {color:#c4151c;}
		
	.box9 {
		display:inline-block;
		border:3px solid #fff;
		background-color:#fff;
		
		left:963px;
		position: absolute;
		margin-top:544px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		
		width:309px;
		
		}
		
		.box9 h3 {color:#c4151c;}
		
	.box10 {
		display:inline-block;
		border:3px solid #fff;
		background-color:#fff;
 		position: absolute;
		margin-top:940px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:250px;
		width:309px;
		}
		
		.box10 h3 {color:#c4151c;}
	
	.box11 {
		display:inline-block;
		border:3px solid #fff;
		background-color:#fff;
		left:320px;
		
		position: absolute;
		margin-top:940px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:350px;
		width:309px;
		}
		
		.box11 h3 {color:#c4151c;}
		
	.box12 {
		display:inline-block;
		border:3px solid #fff;
		background-color:#fff;
		left:320px;
		
		position: absolute;
		margin-top:940px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		height:350px;
		width:309px;
		}
		.box12 h3 {color:#c4151c;}
		
		#Center_FRAME { /*position:absolute;*/ z-index:20;
						}
.slides_container 		{width:309px; z-index:0; height:290px;}
.slides_container img 	{width:309px; display:block;}



		.testemunho{ font-size:14px;
		line-height:16px;
		}
		
		.textpeq {font-size:18px;
		width:280px;
		line-height:20px;
		font-family: Georgia;
		margin-left:15px;
		margin-right:15px;
		

		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');
}