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

	@import url(style.css);
	@import url(skin.css);
	@import url(../stylesheet.css);

	/*
	Title Theme: Equipe Lenilson Munhoz
	WebDesigner: Lucas Miguel
	Empresa: Agência de Publicidade Lenilson Munhoz
	WebSite: http://www.lenilsonmunhoz.com.br
	Data de Criação: 25/10/2011
	(c) Copyright 2011-2012 | Todos Direitos Reservados.
*/
	@font-face {
    	font-family: 'KlavikaCHRegular';
    	src: url('klavikach-regular-webfont.eot');
    	src: url('klavikach-regular-webfont.eot?#iefix') format('embedded-opentype'),
         	 url('klavikach-regular-webfont.woff') format('woff'),
         	 url('klavikach-regular-webfont.ttf') format('truetype'),
         	 url('klavikach-regular-webfont.svg#KlavikaCHRegular') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
	
	body{
		margin:0px;
		padding:0px;
		background:url(../imagens/bg_corpo.png);
		background-repeat: no-repeat;
		background-attachment: fixed;
		font-family: 'KlavikaCHRegular';
		color: #FFF;
	}
	.topo{
		width:990px;
		height:665px;
		margin:auto; 
	/*	margin-left:-350px; */
		background-repeat:no-repeat;
		background-position:center top;
	}
	.topo img{
		width:990px;
		height:665px;
	}
	.menu{
		width:100%;
		height:246px;
		background:#000;
	}
	.logo{
		width:405px;
		height:217px;
		margin-left:115px;
		padding-top:17px;
	}
	.links{
		width:529x;
		height:81px;
		background:url(imagens/bg_links.png);
		margin-top:-150px;
		margin-left:550px;
		float:left;
		padding: 13px 0px 0px 10px;
	}
	.quemsomos{
		width:968px;
		height:550px;
	}
	.videos{
		width:968px;
		height:250px;
	}
	.titulo{
		width:171px;
		height:42px;
		margin-left:-20px;
		float:left;
	}
	.footer{
		width:990px;
		height:180px;
		margin:auto;
	}

	/**********************************************************************/
	/**********************************************************************/
	/**********************************************************************/

	a:link {
		-webkit-transition: color 200ms ease-out;
		-moz-transition: color 200ms ease-out;
	}
	
	a{
		color:#FFF;
		text-decoration:none;
	}
	a:hover{
		color:#092F54;
		text-decoration:none;
	}
	div{
		font-family: 'KlavikaCHRegular';
	}
	/*.topo{
		margin-left:-350px;
	}*/
	/* AGENDA */
	.bloco01{
		width:78px;
		height:85px;
		background:#FEE529;
		float:left;
		margin-bottom:3px;
	}
	.bloco02{
		width:567px;
		height:85px;
		background:#FEE529;
		margin-left:3px;
		float:left;
		margin-bottom:3px;
	}
	.bloco03{
		width:556px;
		height:66px;
		padding-top:10px;
		background:#FFCC00;
		margin: 5px; 
		float:left;
		margin-bottom:3px;
	}
	.data{
		font-size:30px;
		color:#000;
		text-align:center;
	}
	.mes{
		font-size:30px;
		color:#000;
		text-align:center;
	}
	.evento{
		font-size:15px;
		color:#000;
		margin-left:5px;
	}
	.agenda{
		width:650px;
		height:94px;
		margin:auto;
	}
	.redesociais{
		width:78px;
		height:76px;
		float:right;
		margin-top:-36px;
	}
	.redesociais span{
		margin-top:1px;
	}
	.alinhar{
		width:678px;
		height:400px;
		margin:auto;
	}
	.menu_align{
		width:1087px;
		height:*px;
		margin:auto;
		background:url(../imagens/bg_menu.png) #000;
		background-repeat:no-repeat;
		background-position:left;
	}

	/* AGENDA */ 