/* 
	Resets defualt browser settings
	reset.css

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
*/
/*
	Page style

body { 
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}
*/
#_jq {
width: 720px;
padding: 3px;
position: relative;
z-index: 0;
left: 12px;
top: 10px;
margin-bottom: 10px;
border-radius: 10px;
background-color: #000033;
}

#contexto {
	width:720px;
	height:380px;
	position:relative;
}

#eventos_destaque h1 {
font-family: Myriad Pro, Arial;
color: rgb(255, 255, 255);
font-size: 1.40em;
font-weight: normal;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 6px;
text-align: left;
}
/*
	cartazeshow
*/

#cartazes {
	/*position:absolute;*/
	top:0px;
	z-index:1;
	margin-top:0px;
}

/*
	cartazes container
	Important:
	Set the width of your cartazes container
	Set to display none, prevents content flash
*/

.cartazes_container {
	width:720px;
	overflow:hidden;
	position:relative;

}

/*
	Each slide
	Important:
	Set the width of your cartazes
	If height not specified height will be set by the slide content
	Set to display block
*/

.cartazes_container div.slide {
	width:720px;
	height:380px;
	display:block;

}


/*
	Next/prev buttons
*/

#cartazes .evento_next,#cartazes .evento_prev {
position: absolute;
top: 173px;
left: 0px;
width: 24px;
height: 43px;
display: block;
z-index: 101;
}

#cartazes .evento_next {
	left:696px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
/*
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}*/

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
z-index: 500;
position: absolute;
bottom: 150px;
left: 0;
height: 62px;
border-radius: 7px;
padding: 5px 0px 0 9px;
width: 500px;
font-size: 1em;
line-height: 1.33;
color: #fff;
text-shadow: none;
background-image: url(../estilos/temas/img/default/Imagens/png/caption.png);
background-repeat: repeat-y;
background-position: left top;
margin-left: 15px;
}

/*
	Footer


#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}
*/
/*
	Anchors


a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}*/