@charset "utf-8";

/* RESETTING DEFAULTS
------------------------------------------------------------------------*/
* {
margin:0;
padding:0;
}


/* ELEMENTS COMUNS
------------------------------------------------------------------------*/
body {
margin:30px 0;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-align:center; /*si no ho poso IE 5.5 no centrara el container*/
}

a:hover {text-decoration:none;}


/* ESTRUCTURA
------------------------------------------------------------------------*/
#container {
position:relative;
width:655px;
margin:0 auto;
}

#flechazo {
position:absolute;
width:75px;
height:75px;
top:275px;
left:465px;
z-index:10;
}

#header {
width:425px;
margin:0 auto 25px auto;
}

.text_petit {font-size:10px;}

/*** Publi ***/
#publi_container {
position:relative;
width:100%;
height:82px;
margin-bottom:30px;
text-align:left;
overflow:hidden;
}

#logo_ong {
float:left;
margin-right:20px;
border:none;
}

#banner_container {
width:468px;
height:60px;
overflow:hidden;
}

#banner_container img {border:none;}

/*** Llista sota banner ***/
#navlist_homepage {
position:absolute;
top:65px;
left:187px;
font-size:10px;
}

#navlist_homepage li {
display:inline;
list-style-type:none;
padding:0 6px;
border-right:1px solid #000;
}

#navlist_homepage #first {padding-left:0;}
#navlist_homepage #last {border-right:none;}

#boto_gran_container {
width:100%;
height:100px;
padding-top:21px;
background:url(../logos/bg_boto_homepage.gif) repeat-x;
overflow:hidden;
}


/* BOTONS
------------------------------------------------------------------------*/
.boto_gran {
margin:0 auto;
width:340px;
height:50px;
font-size:16px;
font-weight:bold;
color:#fff;
text-align:center;
line-height:48px;
border:2px outset;
}

.boto_gran a {
display:block;
width:100%;
height:50px;
background:url(../logos/bg_boto_gran.gif) repeat-x #000;
}

.boto_gran a:link {color:#fff; text-decoration:none;}
.boto_gran a:visited {color:#fff; text-decoration:none;}
.boto_gran a:hover {color:#fff; background:url(../logos/bg_boto_gran_over.gif) repeat-x #4d4d4d;}
.boto_gran a:active {color:#fff; background:url(../logos/bg_boto_gran_over.gif) repeat-x #4d4d4d;}
