@charset "utf-8";
/* CSS Document */

body {margin:0;text-align:center;background-color:#006;}
img {border:0;}
a {outline:none;}
a:link, a:visited, a:active {text-decoration:none;font-weight:bold;color:#003399;}
a:hover {text-decoration:none; color:#FF0000;}

/*box arredondada*/
#geral {width:980px;margin:auto;background:#006 url("/resources/img-layout/corpo.jpg") repeat-y;}
#topo {background:#006 url("/resources/img-layout/topo.jpg") no-repeat;height:140px;}
.logo {width:318px;height:120px;margin-left:20px;margin-top:35px;float:left;}
.fone {width:318px;height:120px;margin-left:20px;margin-top:35px;float:right;}
.fone p {padding:10px 20px;color:#FFF;font-family:Arial;font-weight:bold;font-size:12px;text-align:right;}

#conteudo {text-align:left;}
#conteudo p {color:#FFFFFF;font-family:Arial;font-weight:bold;font-size:15px;}
#conteudo h1{color:#fff;font-family:Arial;font-weight:bold;font-size:18px;}

/* menu da barra azul */
.barra-azul {background:#000099 url("/resources/img-layout/faixa-azul.jpg") repeat-y;float:left;height:25px;width:980px;}
.barra-azul ul {margin:0px;}
.barra-azul li {list-style:none;font-family:Arial, Helvetica, sans-serif;color:#fff;float:right;line-height:150%;padding-right:50px;}
.barra-azul a:link {color:#FFFFFF;}
.barra-azul a:visited {color:#FFFFFF}
.barra-azul a:hover {color:#FF0000;}
.barra-azul a:active {color:#FF0000;}

/* menu */
.menu 			{width:245px;height:auto;float:left}
.menu-itens 	{width:245px;height:auto;background:url(/resources/img-layout/menu-fundo.jpg) repeat-y center center;float:left;}
.menu ul 		{margin:0px;}
.menu li 		{list-style:none;height:38px;font-size:12px;font-family:Arial, Helvetica, sans-serif;border-top:1px solid #666;padding-top:10px;text-align:center;}

.meio {width:695px;height:auto;padding:20px;text-align:left;float:left;}
.meio a:link {color:#FFFFFF;text-decoration:underline;}
.meio a:visited {color:#FFFFFF;text-decoration:underline;}
.meio a:hover {color:#FF0000;}
.meio a:active {color:#FF0000;}
.meiocombo {color:#FF0000;font-family:Arial;font-weight:bold;font-size:15px;border:1px solid #FF0000;text-align:center;height:88px;}

#rodape {background:#006 url("/resources/img-layout/rodape.jpg") no-repeat;height:120px;text-align:right;clear:both;}
/*#rodape p {padding:10px 20px;color:#FFF;font-family:Arial;font-weight:bold;font-size:12px;}*/

/* galeria em css */
img                  {border:0; }
.area-fotos          {width:695px; padding:0; /*margin:20px 0 0 0;*/ position:relative; float:left;}
.foto                {width:275px; margin:0; float:left;padding:0;}
.foto span           {display:none;}
.foto li             {list-style:none; float:left;}
.foto a              {padding:4px; /*margin:0 0 0 5px; text-align:center;*/ border:1px solid #006; float:left;}
.foto a:hover        {border:1px solid #fff;}
.foto a:hover span   {width:420px; /*min-height:300px;*/ text-align:right; position:absolute; top:0; left:275px; display:block;}
.foto-inicial        {text-align:center; position:relative; float:right; top:0; left:0; /*background:#FFF;*/}

#pop{display:block;position:absolute;top:1%;left:10%;/*margin-left:25px;margin-top:10px;*/padding:10px;width:980px;background:#006;height:800px;z-index:3000;}

form {margin:auto;padding:30px;}
form label {float:left;margin:0 0 10px;width:600px;}
form label span {color:#680B70;float:left;color:#FFF;font-family:Arial;font-weight:bold;font-size:12px;margin:0;padding:0;width:600px;}
form label .botEnviar {background:#006 none repeat scroll 0 0;border:1px solid #fffff;color:#ffffff;cursor:pointer;height:30px;width:auto;}


#menu-footer	{ width:980px;  margin:auto;  }

#menu-footer p  { color:#fff; }

#menu-footer p a { color:#fff; font-size:12px; }

#menu-footer p a:hover { color:#f00; }
