@charset "utf-8";
/* CSS Document */

*{
            margin:0;
            padding:0;
}

body {
            background-color:#1a569f;
            font-family:Verdana, Arial, Helvetica, sans-serif;           
            font-size:11px;
}

#tudo{
	width:1002px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height:1370px;
	background-image: url(images/back-tudo.jpg);
	background-repeat: no-repeat;
}

.info {
	padding-right: 25px;
}

#comunicado{
	background-color:#CDE8FE;
	padding:10px;
	border:solid #009 3px;
	margin-top:10px;
}

h1{
			text-indent:-5000px;
}

h2 {
	font-size: 16px;
	background-image: url(images/back_enquete.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #2A1FAA;
	height: 25px;
}
h3 {
	font-size: 13px;
	text-align: left;
	color: #029ACD;
	padding-bottom: 10px;
}

h3.destaque {
	font-size: 13px;
	text-align: left;
	color:#009;
	padding-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #0000CC;
	padding-top: 5px;
	text-align: center;
}
#header {
	width:1002px;
	text-align: right;
	margin-top:10px;
}

#flash {
	float:left;
	padding-bottom:4px;
}

#esquerda {
	width:135px;
	float:left;
	padding-left: 5px;
	padding-right:5px;
}

#esquerda-index {
	position:absolute;
	z-index:2;
	width:135px;
	float:left;
	padding-left: 5px;
	padding-right:5px;
}

#corpo {
	width:845px;
	float:left;
}

#central {
	width:610px;
	float:left;
	background-color: #cococo;
}

#central-index {
	position:relative;
	z-index:1;
	padding-left:145px;
	width:610px;
	float:left;
	background-color: #cococo;
}

#central-index h2{
	color:#FFF;
	font-size:14px;
}

#todas-noticias {
	background-color: #000;
	width: 200px;
	padding:8px;
}

.clear { clear: both; 
}

#comunicado{
	background-color:#FFF;
		margin-bottom:20px;
}

#comunicado h2{
	color:#F00;
	font-size:20px;
	text-align:center;
}

#noticias {
	width: 610px;
	background-color: #fff;
	margin-bottom:15px;
}

.destaques {
	padding-right:20px;
	padding-top:10px;
}

#direita {
	width:205px;
	float:left;
	padding-left:15px;
}

#direita p{
	padding-bottom:10px;
}

.col1 {
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	width:190px;
	float:left;
	/*text-align:justify;*/
}

.col1a {
	padding-bottom:8px;
	width:200px;
	/*text-align:justify;*/
}

.col1-2a {
	padding-right:20px;
}

.col1-2a, .col3a {
	width:190px;
	text-align:justify;
	float:left;
}

.col1-sec {
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
	width:590px;
	float:left;
}

.col1-sec  p {
	margin-bottom:10px;
}

#destaque {
	background-color:#039;
	color:#FFF;
	text-align:center;
	margin-top:15px;
}

#banner-inicial {
	padding-bottom:10px;
}

#destaque-sec {
	background-color:#039;
	color:#FFF;
}

#destaque-sec h2 {
	color:#FFF;
}

#programacao {
	background-color:#fff;
	padding:10px;
}

#cartaz {
	background-color:#fff;
}

#rodape {
	clear:both;
	text-align: center;
	padding-bottom: 5px;
	padding-top:5px;
	background-color: #000099;
	color: #FFFFFF;
	width: 1002px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FF3300;
	padding-bottom: 10px;
}

h5.nome {
	text-align: left;
	font-size: 14px;
	padding-bottom: 5px;
}
a:link, a:visited {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color:#FF0;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.sec:link, a.sec:visited {
	font-size: 11px;
	font-weight:bold;
	color:#039;
	text-decoration: none;
}

a.sec:hover {
	color:#F90;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}

.clear { clear: both; }

ul.normal {
	padding-left:50px;
	padding-top:15px;
	padding-bottom:10px;
	list-style-type:disc;
}

li.separando { 
	padding-bottom:8px;
	color:#F60;
	 }

ol.normal {
	padding-left:50px;
	padding-bottom:10px;
}

/* MENU */

ul {list-style-type:none;}
	  
	    #menu{
		width: 135px; /*Largura primeiro nível*/
		text-align: center;
		}
		
		#menu li {
		position: relative;
		}
		
		#menu li ul {
		position: absolute;
		width: 120px; /*Largura segundo nível*/
		left: 134px; /*Distancia segundo nível*/
		font-family: "Arial Narrow", sans-serif;
		font-size:12px;
		top: 0;
		display: none;
		}
		
		#menu li ul.sub1 {
		position: absolute;
		width: 250px; /*Largura segundo nível com class*/
		left: 134px; /*Distancia segundo nível*/
		top: 0;
		display: none;
		}
		
		#menu li ul.sub2 {
		position: absolute;
		left: 119px; /*Distancia terceiro nível*/
		top: 0;
		display: none;
		}
		
		#menu li ul.sub3 {
		position: absolute;
		left: 249px; /*Distancia outro terceiro nível*/
		top: 0;
		display: none;
		}
		
		#menu li ul.sub4 {
		position: absolute;
		left: 119px; /*Distancia outro terceiro nível*/
		top: 0;
		display: none;
		}
		
		#menu li a {
		display:block;
		text-decoration:none;
		color:#fff;
		background:#029ACD;
		height:25px; 
		line-height:25px;
		border:1px solid #ccc; 
		border-bottom: 0;
		}

		/* Corrigindo o IE */
		* html ul li{ float: left; }
		* html ul li a { height: 1%; }
		/* Fim da correção */

/* FIM MENU */

.boxdownpdf, .boxdowndoc, .boxdownzip, .boxdownjpg{
	width:500px; 
	height:16px; 
	border:1px solid #C1C2B4; 
	font:9px "tahoma"; 
	color:#66693E; 
	padding:6px 0 0 28px;
}

.boxdownpdf{
	background:#F1F1F1 url(http://crp11.org.br/images/botao-pdf.png) left top no-repeat; 
}

.boxdowndoc{
	background:#F1F1F1 url(images/botao-doc.png) left top no-repeat; 
}

.boxdownzip{
	background:#F1F1F1 url(images/botao-zip.png) left top no-repeat; 
}

.boxdownjpg{
	background:#F1F1F1 url(images/botao-jpg.png) left top no-repeat; 
}

.pesquisa{
	background:#F1F1F1 url(images/lupa.gif) left top no-repeat; 
    width:200px; 
	height:16px; 
	border:1px solid #C1C2B4; 
	font:9px "tahoma"; 
	color:#66693E; 
	padding:6px 0 0 28px;
}

.pagina {
	text-align: right;
	padding-top:5px;
}

.myForm td, input, select, textarea, checkbox {
		font-family: tahoma;
		font-size: 12px;
	}

	.myForm {
		background-color: #E7EEF7;
		border: 1px solid #CCDCF2;
		padding: 10px;
	}

	.required {
		color: red;
	}
	
.minis {
	padding-right:10px;
	float:left;
}

/*============================*/
/*=== NIVO Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
    width:618px;
    height:200px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:5px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*FORMULÁRIO*/

form fieldset {
	background-color:#F4E4C6;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin: 0 0 10px 0;
	padding:10px;
	border:1px solid #F00;
}

form legend {
	background-color:#FC3;
	color:#F00;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	border:1px solid #999;
	margin:0;
}

form label {
	margin:0 5px 0 0;
	line-height:25px;
	color:#F00;
}



