/*NO CONTIENE ER COLORACCIO CF7937*/

body { 
    margin-top: 0px;
}
#main {
    margin: 0px auto;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    width: 710px;
    text-align: center;
}

/* Header section: */
/* -------------------------------------------------------------*/
#top {
    background: url('../images/top_shado.jpg') no-repeat left;
    text-align: left;
    height: 62px;
}

#header {
    position: relative;
    top: 0px;
    width: 272px;
}

/* Login menu: */
/* -------------------------------------------------------------*/
#loginMenu {
    float: right;
    padding-right: 0;
    position: relative;
    top: -42px;
}
#loginMenu a {
    color: #918973;
    font-size: 10px;
	font-weight: bold;
	padding: 1px 10px;
	text-decoration:none;
}
.loginMenu{
    background: #F2EBDB;
	height: 14px;
    line-height: 12px;
	padding-top: 0;
}

/* Status bar: */
/* -------------------------------------------------------------*/
#userStatusBar {
    background: #E0DCCF; /*CBD3D8 BDCDD7(azulito)*/
	color: #666;
	font-size: 11px;
	font-weight: bold;
    text-align: left;
    height: 14px;
    line-height: 14px;
}
#sep {
    width: 100%;
    height: 5px;
    background: #E0DCCF;
    margin: 0px;
}
#userStatus {
    float: left;
    padding-left: 10px;
}

/* Theme selector: */
/* -------------------------------------------------------------*/
#themeSelector {
    float: right;
    padding-right: 14px;
}
#ThemeSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* Language selector: */
/* -------------------------------------------------------------*/
#languageSelector {
    float: right;
    padding-right: 14px;
}
#LanguageSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* RSS feed: */
/* -------------------------------------------------------------*/
.feedList {
    float: left;
    clear: rigtht;
    margin: 54px;
    width: 646px;
	margin-top: -24px;
}

.feedList li {
 	padding-right: -100px;
    float: right;
    margin: 0 0 5px 20px;
    list-style-type: none;
    white-space: nowrap;
}
.feedList li a {
    padding: 0 0 0 19px;
    list-style-type: none;
    font-size: 9px;
	text-decoration:none;
    color:#333300;    
    font-weight: normal;
}
.feedList li a.color1 {
    background: url("../images/07.png") no-repeat 0 50%;
}
.feedList li a.color2 {
    background: url("../images/14.png") no-repeat 0 50%;
}
.feedList li a:hover {
    color:#999900;
}

/* General for user/admin/category menu: */
/* -------------------------------------------------------------*/
.menu ul {
    margin: 0px;
    padding-left: 10px; 
	list-style: none;
}

.menu li {
    float: left;
    white-space: nowrap;
}

.menu a {
	display: block;
	padding: 0px 15px 0px 5px;
	text-decoration:none;
}
.menu li:last-child a {
    background: none;
}
.menu {
    clear: both;
}

/* User/admin menu: */
/* -------------------------------------------------------------*/
#userMenu {
    height: 50px; /* 44 */
    line-height: 24px; /* 24 */
    text-align: left;
    
}
#userMenu a {
    color:#666666; 
}
#userMenu a:hover {
	color:#999999; 
	text-decoration:underline;
}

/* Category menu: */
/* -------------------------------------------------------------*/
#categoryMenu {
    background: #fff;
    height: 22px;
    line-height: 28x;
    text-align: left;
	padding-top: 10px;
    border-bottom: 0px solid #e1e1df;
}
#categoryMenu a {
    color:#6e7066; /*gris oscuro*/
    background: url('../images/menusep_category.gif') no-repeat right;
}
#categoryMenu a:hover {
	color:#666;
	font-weight: normal;
	text-decoration:underline;
}

/* Info bar: */
/* -------------------------------------------------------------*/
#infoTextBar {
    background: #D0CBB7; /* BDCDD7 azulito #D0CBB7 */
}

#infoText {
    background: #D0CBB7;
	color: #fff;
	font-size: 11px;
    text-align: left;
    min-height: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 3px;
}

/* Content area: */
/* -------------------------------------------------------------*/
#content {
    padding-top: 16px;
	padding-bottom: 35px;
	padding-left: 3px;
	clear: both;
}

/* Category navigation bar: ...Breadcumbers... */
/* -------------------------------------------------------------*/
div#navBar{
    width: 100%;
	margin-top: 20px;
    margin-bottom: 12px;
    margin-left: 0px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
}
div#navBar, div#navBar a {
    color: #999999; /*azulito*/
}
div#navBar a:hover {
    color: #BDCDD7; /*azulito*/
}

/* Footer: */
/* -------------------------------------------------------------*/
#footer {
	color:#A5A79E; /*gris*/
	font-size:10px;
	text-decoration:none;
    margin-top: 0px;
    background: #fff url('../iages/footer_left_bg.gif') no-repeat left;
}
#footer div {
    margin-left: 5px;
    background: #fff url('../iages/footer_right_bg.gif') no-repeat right;
}
#footer div div{
    margin-right: 5px;
    margin-left: 0px;
    height: 0px;
    line-height: 0px;
    padding-left: 8px;
    text-align: left;
    background: #fff url('../iages/footer_bg.gif') repeat-x;
}
#footer a {
	color:#A5A79E; /*gris*/
	text-decoration:underline;
}
#footer a:hover {
	color:#999900;
}

