/* $Id: layout.css,v 1.1.4.3 2009/03/19 23:49:02 couzinhub Exp $
*/

/** Layout
---------------------------------
*  Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
*  
*  1. Header
*  2. Content
*  3. Navigation menus
*  4. Sidebar Left
*  5. Sideabr Right
*	
*/
body {
background-color:#403b33;
}

#page {
	width: 893px; /* edit to change the width of the page */
	margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
	padding:0 20px;
	background-color:#FFFFFF;
}

/** Sidebars width
---------------------------------
*  Changing the width of the sidebars is dead easy, just change the
*  values below corresponding to the sidebar you want to modify.
*  Make sure you keep negative values as negative values.
*  For example, if I want to increase the width of the left sidebar
*  to 300px, I would have to change each '190' to '300'.
*/

.two-sidebars .center,
.sidebar-left .center {
  margin-left: 190px;     /* LEFT value */
}
#sidebar-left {
  width: 209px;           /* LEFT value */
  padding-right:20px;
  float:left;
	   /* negative LEFT value */
}
.two-sidebars .center,
.sidebar-right .center {
  margin-right: 200px;    /* RIGHT value */
}
#sidebar-right {
  width: 200px;           /* RIGHT value */
}

/** Columns inner
---------------------------------
*  You can change the padding inside the columns without changing the
*  width of them by just usinbg the INNER div of each column
*/

.inner {                             
	padding: 0px;                     
}                                   

/** Navigation styles
---------------------------------
*  The navigation is loaded after the content, so we need to make space
*  for it, equal to its height, so if you change the height of the navigation,
*  remember to adapt the margin top of the content and sidebars.
*/


.sidebar {
	margin-top: 40px;        /* Navigation Height */
}
#navigation {
  height: 40px;            /* Navigation Height */
}

/** LAYOUT RULES
---------------------------------
*  do not change if you're not sure you know what you're doing
*/

#content {
padding-left:10px;
float: right;
padding: 0;
min-height:370px;
	
width:590px;
padding-right:64px;  
}                                   
.sidebar {                          
	float: left;                       
}                                   
#sidebar-right {
  float: right;
}
#navigation {                                              
  margin-left: 0;
  padding: 0;
  width: 100%;
}

/* header */
#header {
width:100%;
/*overflow: hidden;*/
height:259px;
}

#header-region {
/*overflow: hidden;*/
width:893px;
height:259px;	
}
#search-engine {
width:893px;
height:85px;
text-align:right;
}
#search-engine form{
margin-right:0px;
padding-right:0px;
padding-top:25px;
}
#header-left {
width:229px;
height:174px;
background-color:#403b33;
float:left;
}
#header-right { 
width:664px;
height:174px;
float:left;
}
/* footer */

#footer {
	float: none;
	clear: both;
	height:30px;
}

/* Layout Helpers */

#header,
#footer,
#main #content .mission,
#main #content .breadcrumb,
#main #content .node {
	clear: both;
}
#sidebar-left ul.menu {
padding-bottom: 10px;
background-color: #ffffff;
color: #403b33;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.4em;
list-style-type: none;
}
#sidebar-left ul.menu li {
color: #403b33;
font-weight: 9px;
list-style-type: none;
border-bottom:1px solid #cccccc;
}
#sidebar-left ul.menu a  {
color: #403b33;
font-weight: 9px;
display:block;
}
#sidebar-left ul.menu a:hover {
background-color:#d6e7f2;
text-decoration:none;
display:block;
}

#sidebar-left ul.menu li .active-trail {
background-color:none;
display:block;
font-weight:bold;
}
#sidebar-left ul.menu li a.active {
background-color:#D6E7F2;
display:block;
}
#sidebar-left ul.menu li ul li{
border-bottom:none;
}
#content p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:400px;
line-height:15px;
}


#content .largo {
padding:0px;
margin:0px;
width:600px;

}
#content .title {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color:#4f7e92;
}
#content .title node-title {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color:#4f7e92;
}
#content h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#666666;
}
#content a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
font-weight:bold;
text-decoration:none;
}
#content a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
font-weight:bold;
text-decoration:none;
}
#content .imagen {
padding-right:15px;
padding-bottom:10px;
}
#content .imagen1 {
padding-right:15px;
padding-bottom:10px;
float:left;
}
#content .azul {
color:#00135d;
}
#content p.amplio {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
width:400px;
float:left;
}
#content .bloque_regueifeiro{
width:600px;
clear:both;
display:block;
}

#content .bloque_regueifeiro .text_right{
width:400px;
line-height:15px;
border:1px solid red;
float:left;
}
