@charset "utf-8";
/* CSS Document */


body{
	font-size:  1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #264385;
	background: #E0E7EB url(../images/bg000.jpg) repeat-x;

}
a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	color: #264385;
	text-decoration: none;
}
a:hover {
	color: #036;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.logo h1 span{ display: none;}
.logo h1 {
	background: url(../images/logo.jpg) bottom left no-repeat; 
	width: 460px;
	height: 155px; 
	padding: 0;
	cursor: pointer;

}
.topo{
	height:395px;

}
#frase{
	width: 580px;
	height: 190px;
}
#tituloPagina{
	width: 700px;
	height: 46px;
	margin: 20px 0;
}
.intro{
	height: 210px;	
}
#banner{
	width: 328px;
	height: 428px;
	position: absolute;
	margin-left: 680px;
	z-index: 1000;
}
.chamada{
	height: 190px;
	margin-top: 20px;
}
.chamada h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
.borda_index{
	background: url(../images/borda_index.jpg) center top no-repeat;
	height: 30px;
}
.box1{
	background: url(../images/box1.jpg) center top repeat-y;
	color: #666;
	height: 242px;
}
.box1 a:link{
	color: #333;	
}
.box1 h2{ color: #4C92B8; margin-bottom: 10px;}
.box1 span{
	font-weight: bold;
	display: block;
}
.box1 span.cliente{margin: 10px 0 0 0; font-size: 0.8em; }
.box1 span.empresa{margin: 0; font-size: .7em; font-weight: normal; }
.box_predio {
	width: 140px;
	text-align: center;
	float:left;
}
.box1 p{
	margin-bottom: 10px;	
}
.box img{ float: left; margin-right: 10px;}
.box{
	margin-top: 20px;
	margin-bottom: 20px;
}
.conteudo{ padding: 20px;}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(../images/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(../images/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(../images/icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(../images/icon_external.gif) no-repeat center right;
}

.rodape{
	margin: 20px 0;
	text-align: center;
	font-size: .8em;
}

#MainMenu 
{
	width:100%;
	height:31px;
	border:0;
	margin:-10px 0 0 0;
}
#tab 
{
	top:0;
	height:0;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:31px;
	padding:0 10px;
}
#tab a:hover,#tab li.item_active a 
{
	border-color:#000;
}
#tab a:hover span,#tab li.item_active a span 
{
	color:#FFCC33;
	font-style:normal;
	text-decoration:none;
}

.obra_item_lista {
	width: 220px;
	float: left;
	margin-bottom: 20px;
}

.obra_item_lista span{
	font-size: 0.7em;
}

.obra_item_lista h3{
	margin: 0;
	font-size: 0.8em;
	line-height: 20px;
}


.obra_item_lista_equip {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

.obra_item_lista_equip h3{
	margin: 0;
	font-size: 0.8em;
	line-height: 20px;
	height: 40px;
}

#messageErro{
margin: 10px auto 10px auto; 
background:#a22f2f;
color: #FFF;
width: 100%; 
padding: 10px 0 10px 10px;
}

#messageSucesso{
margin: 20px auto 20px auto; 
background:#5980b6;
color: #FFF;
width: 100%; 
padding: 15px 0 15px 10px;
}


.modulolista_table thead {
  font-weight: normal;
 background-color: #687480;
  color: #fff;
  padding: 5px;
}
table.modulolista_table{
	width: 100%;

}
.modulolista_table th {
  font-weight: normal;
 background-color: #19425e;
  color: #fff;
  height: 20px;
  font-size: 0.7em;
  font-weight: bold;
  padding: 5px;
}
.modulolista_table td {
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

.modulolista_table tr.alt td {
	background: #ecf6fc;
}

.modulolista_table tr.over td {
	background: #bcd4ec;
}
