.agenda{
	border-top:1px #000 solid;
	width:429px; 
	padding-top:10px; 
	padding-bottom:10px; 
	float:left; 
	background:url(../imagens_site/h6.png) repeat; 
	color:#FFF
}
.agenda:hover{
 border-top:1px #C6F100 solid;  
 color:#C6F100
}
.agenda2{
	width:429px; 
	height:99px; 
	color:#FFF; 
	background:url(../imagens_site/h9.png) no-repeat; 
	background-position:26px 22px; 
	float:left;
}
.agenda2:hover{
	color:#C6F100; 
	background:url(../imagens_site/h9-1.png) no-repeat;
	background-position:26px 22px;
}

@font-face {
    font-family: 'carto';
    src: url('../css/fontes/CartoGothicStd-Book-webfont.eot');
    src: url('../css/fontes/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/fontes/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('../css/fontes/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('../css/fontes/CartoGothicStd-Book-webfont.svg#cartogothic_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	padding:0px;
	margin:0px;
}

img {
	border:none;
	background-color:transparent
}


.contato{
	width:160px; height:58px; color:#2A2A2A; background:url(imagens_site/c1-.png) no-repeat; float:left; margin-left:16px; margin-top:44px; cursor:pointer
}

.contato:hover{
	color:#FFF; background:url(imagens_site/c1-1-.png) no-repeat;
}

.contato2{
	width:160px; height:58px; color:#FFF; background:url(imagens_site/c1-1-.png) no-repeat; float:left; margin-left:0px; margin-top:44px; cursor:pointer
}




.imagem{
	-webkit-filter: grayscale(1);
}
.imagem:hover{
	-webkit-filter: grayscale(0);
}

.input {
	height:52px; line-height:52px; padding-left:10px; color:#999; font-size:10px; font-size:15px;
	outline:none; border:solid 2px #FFF; background:#FFF
}
.input:hover {
	border:solid 2px #C6F100
}

input[type=submit]{
	width:159px; height:57px; line-height:57px; text-align:center; background:#C5070C; color:#FFFFFF; float:left; 
	cursor:pointer; font-weight:bold; border:none; margin-top:19px; font-size:20px;
}
input[type=submit]:hover{
	background:#C6F100; color:#000
}
a {
	text-decoration:none;
}


.botao_mais{
width: 60px;
height: 57px;
line-height: 57px;
text-align: center;
background: #C6F100 none repeat scroll 0% 0%;
color: #FFF;
float: right;
cursor: pointer;
font-weight: bold;
border: medium none;
margin-top: 19px;
font-size: 20px;
margin-right:71px;
}

.botao_mais:hover{
	background:#DFDFDF; color:#000
}

.botao_menos{
width: 60px;
height: 57px;
line-height: 57px;
text-align: center;
background: #C2070C none repeat scroll 0% 0%;
color: #FFF;
float: right;
cursor: pointer;
font-weight: bold;
border: medium none;
margin-top: 19px;
font-size: 20px;
margin-left:10px;
margin-right:10px;
}

.botao_menos:hover{
	background:#DFDFDF; color:#000
}

