@charset "utf-8";
@import url("estils.css");

/*** 2 COLUMNS LAYOUT - SEO ***/

/* WRAPPER
------------------------------------------------------------------------*/
#wrapper {
position:relative;
width:914px; /*950*/
margin:0 auto;
text-align:left; /*anulo text centrat body*/
}

/* HEADER
------------------------------------------------------------------------*/
#header {
position:absolute;
top:0;
left:0;
width:914px;
height:133px;
background:url(../img/bg_header.png) no-repeat bottom;
}

/* CONTENT
------------------------------------------------------------------------*/
#container {
position:absolute;
top:133px;
left:0;
width:914px; /*obligatori xqe funcioni SCoF en IE5/6*/
overflow:hidden; /*Simple Clearing of Floats*/
background: #fff;
}

/*** Navigation side ***/

#navigationSide {
float:left;
width:258px;
margin-left:20px;
/*margin-left:15px;*/
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
background:#d0b47a;
margin-top:65px;
border-bottom: 5px solid #339b00;
}

/*** Content ***/
#content {
float:right;
margin-right:20px;
width:596px;
/*margin-right:15px;*/
display:inline; /*fixes IE5/6 Doubled Float-Margin Bug*/
background-color:#fff;
margin-top:60px;
font-family:Georgia, "Times New Roman", Times, serif;
}

/* FOOTER
------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
width:914px;
height:50px;
font:normal 9px Verdana, Geneva, sans-serif;
color:#fff;
text-align:center;
overflow:hidden;
background:url(../img/bg_footer.png) no-repeat;
}

/* SUBVENCION
------------------------------------------------------------------------*/
#subvencion {
clear:both;
margin:0 auto;
position:relative;
width:870px;
height:66px;
margin-bottom: 15px;
font:normal 9px Verdana, Geneva, sans-serif;
color:#fff;
text-align:center;
overflow:hidden;
border: 1px solid #ededed;
padding:1px;
}
