﻿/*
* ------------------------------------------------------------------------------------------------
* @author 	Leandro Mancini - Comuniclick
* ------------------------------------------------------------------------------------------------
*/


section .banner
{
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
	height: 360px;
}

section .banner ul
{
}

section .banner ul li
{
	width:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;
}

section .banner ul li img{
	display: block;
    left: 50%;
    position: absolute;
    top: 0;
}

section .banner ul li a
{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

section .banner ul li a img
{
	display: block;
    margin: 0 auto;
}

section .banner .pg
{
	width:50%;
	float:left;
	position:absolute;
	bottom:-10px;
	left:-30px;
	z-index:10;
}

section .banner .pg ol
{
	float:left;
}

section .banner .pg ol li
{
	width:16px;
	cursor:pointer;
	float:left;
	height:16px;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
}

section .banner .pg ol li.on,
section .banner .pg ol li:hover
{
	background-position:left 0;
}
.horario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #497324;
	font-weight: bold;
	margin-bottom: 5px;
}
