/* Paginas estaticas */
.banner_estaticas {
	margin-bottom:15px;
}

#estatica {
	margin-right: 2em;
}  

	#estatica h1 {
		font-size: 1.8em;
		border-bottom: 1px solid #8a929f; 
		color: #8a929f; 
		padding-bottom: 0.3em; 
		margin-bottom: 1em;
	}         
	
	#estatica h2 {
		font-size: 1.4em;
		background: #f2f4f7; 
		color: #3b3b3b; 
		padding: 0.3em 0.5em;
		margin: 1em 0 0.5em;
		font-weight: bold;  
	}          
	
	#estatica h3 {
		font-size: 1.4em;
	    border-bottom: 1px solid #002c61; 
		color: #002c61; 
		padding-bottom: 0.3em; 
		 margin: 1em 0 0.5em;  
		font-weight: bold;  
	}
	
	#estatica h4 {
		font-size: 1.4em;
		background: #f9e9de; 
		color: #C1001F; 
		padding: 0.3em 0.5em;
		margin: 1em 0 0.5em;
		font-weight: bold;  
	}   
	
	#estatica h5 {
		font-size: 1.4em;
		border-bottom: 1px solid #C1001F; 
		color: #C1001F;
		padding-bottom: 0.3em; 
		margin: 1em 0 0.5em;  
		font-weight: bold;
	}

	#estatica p {
		font-size: 1.4em;
		color: #3b3b3b;
		text-align: justify; 
	} 
	
	#estatica a {
		color: #C1001F;
	}   
	
	#estatica a:hover {
		text-decoration: underline;
	}
	
	#estatica .destacat1 {
		border: 1px solid #8a929f;  
		padding: 0.5em 1em 0 1em; 
		margin-bottom: 1em;
	}    
	
	#estatica .destacat1 p {
		color: #8a929f;
	}
	
	#estatica .destacat2 {
		background: #fcf4ee;
		padding: 1em 1em 0.5em; 
		margin-bottom: 1em;
	}       
	
	#estatica .destacat3{
		background: #f2f4f7;
		padding: 1em 1em 0.5em; 
		margin-bottom: 1em;
	}
	
	#estatica ul{
		border: 1px solid #d0d3d9; 
		padding: 1em; 
		font-size: 12px; 
		margin: 1em 0;
	} 
	
	#estatica ul li {
		padding-bottom: 0.5em;
		background: url("../img/item-list.png") no-repeat left top; 
		padding-left: 12px;
	}
	
	#submenu-lateral {
	background:#f2f4f7;
	border-bottom:1px dotted #d9d9d9;
	padding:10px 10px 0;
	width: 250px;
	float:left;
	top : auto;
	left: auto;
	}
	
	
	#submenu-lateral ul{
		border: 0px solid #d0d3d9; 
		padding: 0em; 
		font-size: 1em; 
		margin: 0;
	}
	
	#submenu-lateral ul li {
	font-size:1.3em;
	line-height:1.1em;
	background:transparent url(../img/item-list.png) no-repeat scroll left 2px;
	/*list-style: url(../img/butllet.png) inside;*/
    margin:0 0 10px 0;
	padding-left: 1.2em;
	list-style: none;
	text-transform:uppercase;
	}
	   
	#submenu-lateral li a { 
	color: #C1001F;   
	}  
	
	#submenu-lateral li a:hover, #submenu-lateral li.activa a { 
	color: #002b64;   
	}
	
	#submenu-lateral li.ultima {
	float:none;
	border:none;
	padding:0;
	}
	


