/* CSS placed here will affect users of the Monobook skin */

/* background behind tabbed section */
/* body {
    font: x-small sans-serif;
    background: #C1D2E2 url(images/1/1a/Fondo.png) bottom left repeat-x;
    color: Black;
    margin: 0;
    padding: 0;
} */



/* background of tabbed section */
#content {
    background: #fff;
    border: 1px solid #666699;

    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}


/* footer bar */
#footer {
    border-top: 1px solid #334499;
    border-bottom: 1px solid #334499;
}


/*** Navigation bar - left side column ***/ 

/* Section Headers (i.e., General, Search, Toolbox) */
.portlet h5 {
    background: #334499;
    padding: 5px 10px;
    width: 85%;
    display: block;
    margin-bottom: 3px;
    border: 1px solid #334499;
    font: bold 12px verdana,sans-serif;
    color: #fff;

    -moz-border-radius-topright: 1em;
    -webkit-border-radius-topright: 1em;
    border-radius-topright: 1em;
}

/* Section Links */
.portlet > .pBody {
    background: #fff;
    padding: 5px;
    border: 1px solid #334499;
    border-left: 0px;
    font: 11px verdana,sans-serif;

    -moz-border-radius-topright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    border-radius-topright: 0.5em;
}

/* Search box */
#searchInput { 
    border: 1px ridge !important; 
    color: #000; 
    background: #fff; 
    margin-bottom: 3px;
    font: 11px verdana,sans-serif;
}


/*** Tab Buttons ***/ 

/* all tabs */
#p-cactions ul li, #p-cactions ul li a {
    font-family: verdana,sans-serif;
    font-size: 11px;

    -moz-border-radius-topright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    border-radius-topright: 0.5em;
}

/* active tabs */
#p-cactions ul li.selected {
    border: 0px;
}
#p-cactions ul li.selected a {
    border: 1px solid #666699;
    border-bottom: 1px solid #fff;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { 
    font-weight: bold !important; 
}

/* mouse over */
#p-cactions > div > ul > li a:hover { 
    background: #f0f0f0; 
}


/*** User Area - Top Right ***/

/* menu area */
#p-personal > div > ul {
    background: #fff;
    border-left: 1px solid #334499;
    border-bottom: 1px solid #334499;
    width: auto;
    display: inline;
    position: absolute;
    right: -7px;
    padding-left: 0px;
    padding-bottom: 2px;

    -moz-border-radius-bottomleft: 1em;
    -webkit-border-radius-bottomleft: 1em;
    border-radius-bottomleft: 1em;
}

/* small usericon */
/*li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	background: url('http://images.wikia.com/gaia/images/8/8d/Usericon.jpg') top left no-repeat;
}*/