/* Default CSS Document */

															/** BODY ELEMENTS **/
/* * {*/
	/*margin: 0;*/
	/*padding: 0;*/
/*}*/

body {
    margin: 0;
    padding: 0;
		color: #333;
		background-color: #eee;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: .75em;
		text-align: center;
		}


.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	/*margin-left: 4px;*/
	/*margin-top: 4px;*/
}

.shadow,
.content{
	position: relative;
	bottom: 1px;
	right: 1px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #888888; /*background color of content*/
	color: #000; /*text color of content*/
	border-right: 1px solid #444; /*border color*/
	border-bottom: 1px solid #444; /*border color*/	
	/*padding: .5em 2ex;*/
}



															/** MAIN CONTAINERS **/
div#container {
  background: #888888;	
	width: 760px;
	margin: 0 auto;
	text-align: left;
	/*border-left: 1px solid #000;*/
  /*border-right: 1px solid #000;*/
}

div#header {
		
}

div#header-in {
			
}

div#content {
  position: relative;	
 	
}

div#center, div#mapa_content {
  float: left;
  position: relative;
  background: #666666;
	/*margin: 0 187px;*/
  margin: 0px;
  padding: 0px;
  width: 391px;
  height:100%;
  /*width: auto;*/
}


div#center p {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #eee;
   text-align: justify;
   line-height: 18px;
   word-spacing: 0.01em;   
   letter-spacing: -0.04pc;     
}

div#mapa_content p {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #eee;
   text-align: justify;
   line-height: 18px;
   word-spacing: 0.01em;   
   letter-spacing: -0.04pc;   
   margin-left: 10px;  
}

li#center  {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #eee;
   text-align: justify;
   line-height: 18px;
   margin: 15px;
   word-spacing: 0.01em; 
   letter-spacing: -0.04pc;      
}

.ul_center  {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #eee;
   text-align: justify;
   line-height: 18px;
   margin: 15px 15px 15px 5px;
   word-spacing: 0.01em; 
   letter-spacing: -0.04pc;  
   list-style-type:square;        
  
}

div#mapa_content {
width: 430px;
}

.mapa li {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #eee;
   text-align: justify;
   line-height: 20px;
   margin: 5px;
   word-spacing: 0.01em; 
   letter-spacing: -0.04pc;  
  
}

.mapa ul {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #eee;
   text-align: justify;
   line-height: 20px;
   margin: 5px;
   word-spacing: 0.01em; 
   letter-spacing: -0.04pc;  
  
}


#mapa_content a, .mapa a  {
   font-family: Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #eee;
   text-align: justify;
   line-height: 18px;
   margin: 10px;
   word-spacing: 0.01em; 
   letter-spacing: -0.04pc;      
}

div#center-in {
				
}

div.column {
	width: 187px;
	/*margin: 0;*/
}

div#left {
  position: relative;
  background: #888888;
  width: 187px;
	float: left;
}



div#right {

  position: relative;
  background: #888888;
  width: 142px;
	float: left;
}

div.column-in {
					
}
	
div#footer {
  background: #cccccc;
  clear: both;
  position: relative;
}

div#footer p {
   font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   text-align: left;
   color: #666666;
}

div#footer a {
   font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   text-align: left;
   color: #043662;
}
		
div#footer-in {
			
}

.obras {
margin-left:-20px;
}




															/** SUB CONTAINERS **/
* { }


ul#navLateral, ul#navLateral2  {
font-size: 11px;
list-style: none;
padding: 5px 15px 5px 2px;
/*letter-spacing: 0.05pc;*/
text-align: right;
}
ul#navLateral li, ul#navLateral2 li  {
line-height: 18px;
}
ul#navLateral li a, ul#navLateral2 li a  {
font-weight: normal;
text-decoration: none;
color: #eee;
}
ul#navLateral li a:hover, ul#navLateral2 li a:hover {
color: #000;
}



															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
.x {
	display: none;
	}
	
div#uhoh {
	width: 400px;
	margin: 100px auto;
	padding: 20px 30px;
	line-height: 1.5em;
	text-align: left;
	}
	div.unauthorized-401, div.forbidden-403,
	div.notfound-404, div.internalerror-500 {
		color: #333;
		background-color: #ffc;
		border: 1px solid #ff0;
		}
	div.unauthorized-401 a, div.forbidden-403 a,
	div.notfound-404 a, div.internalerror-500 a {
		color: #00f;
		background-color: #ffc;
		}






															/** FORMS **/
* { }

.input {
	border: 1px solid #ccc;
	color: #000;
	background-color: #f8f8f8;
	padding: 6px;
	margin:-5px 10px 0 0;
	font-family: Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
  letter-spacing: 0.01pc;   	
}

textArea {
	border: 1px solid #ccc;
	color: #000;
	background-color: #f8f8f8;
	padding: 6px;
	font-size: 11px;
	font-family: Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
  letter-spacing: 0.01pc;   
}

select {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	color: #000;
	padding: 4px;
	font-size: 11px;
	font-family: Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
}


img {
border:0;
}

#pie {
	width: 760px;
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
	padding: 5px 40px 5px 10px;
  text-align: right;
  color: #aaa;
}

#pie p {
	font-family: Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;	
	padding: 0;	
	font-size: 75%;
}

#pie a {
  font-size: 10px;
  text-decoration: none;
}

#pie a:link, #pie a:visited {
color: #aaa;
text-decoration: none; }

#pie a:hover {
text-decoration: none;
color: #333;
 }

#rec_pie {
	margin: 0 0 0 50px;
	}	

															/** END **/
