.plaza {
	font-family: "Century Gothic";
	font-size: 24pt;
	color: #42929D;
	vertical-align: baseline;
	text-align: left;
	text-transform: none;
	}

.plaza2 { font-family: "Century Gothic";
	font-size: 17px;
   color: white;
	vertical-align: baseline;
	font-variant: small-caps;
	text-align: center;
	line-height: normal;

}

.plaza3 { font-family: "Century Gothic";
	font-size: 17px;
	color: #003399;
	vertical-align: baseline;
	font-variant: normal;
	text-align: center;
	line-height: normal;
	padding-bottom: 3px;
}

.texto {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #1C5353;
    padding-top: 8px;
}

.geral_texto {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #1C5353;
    padding-top: 8px;
}

.rodape_texto {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;    
}

.data {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #1C5353;
    padding-left: 8px;
    padding-top: 8px;
    font-weight: bold;
}

.destaque {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #064E98;
}

.sub_titulo {
    font-family: "Century Gothic";
    font-size: 19px;
	color: #FFFFFF;
	vertical-align: baseline;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	background: #1C5353;
    padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.titulo {
    font-family: "Century Gothic";
    font-size: 19px;
	color: #1C5353;
	vertical-align: baseline;
	font-variant: normal;
	text-align: left;
	line-height: normal;
    padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.topo {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #33FFFF;
}

.cinema_sala{
    font-family: "Century Gothic";
    font-size: 19px;
	color: #FFFFFF;
	vertical-align: baseline;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	background: #1C5353;
    padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;

}

.cinema_titulo{
    font-family: "Century Gothic";
    font-size: 15px;
	color: #1C5353;
	vertical-align: baseline;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	background:#FFFFFF ;
    padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;

}

.cinema_texto{
    font-family: "Century Gothic";
    font-size: 11px;
	color: #1C5353;
	font-variant: normal;
	text-align: left;
	line-height: normal;
	background:#FFFFFF ;

}

body {
	background-attachment: fixed;
	background-repeat: repeat-x;
    background-image: url(imagens/fundo.jpg);
	SCROLLBAR-FACE-COLOR: #1C5353;
	SCROLLBAR-HIGHLIGHT-COLOR: #1C5353;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #1C5353;
    background-color:#F19CB1;
	}

.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 15px Century Gothic;
color: white;
background: #1C5353 url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
font: 13px Century Gothic;
color: white;
background: #389C97; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #C7E2E2;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

a {
	text-decoration: none;
    color:#1C5353;
}

a:hover {
	text-decoration: none;
	color: #00ECEC;
}

.formulario {
	font-family: "Century Gothic";
	font-size: 9px;
	color: #133984;
	background-color: A7D2FF;
	border: 1px #2E76C0 solid;
}
