@import "/drupal/sites/all/themes/default4/css/default.css";

/*craps.com.es*/

body {
	background:url(../images/bg_body.jpg) repeat-x fixed center top;
}
/* ---------------------------------- Css header ------------------------- */
#header{
	background: url(../images/header.jpg) no-repeat scroll center top;;
	
}
#header .slogan span {
	color:#000;
}
/* ---------------------------------- Css pageContent ------------------------- */

#navlist{
	background:url(../images/menu_bg.jpg) no-repeat 0 0 ;
	bottom:4px !important;
}
#navlist li {
	background: url(../images/menu_separator.jpg) no-repeat left top;
}
#navlist li a{
	color:#fff !important;
}
#navlist li a.active, #navlist li a:hover {
	background:url(../images/menu_active.jpg) no-repeat 0 0;
	color:#fff !important;
}
#navlist li.first a.active, #navlist li.first a:hover {
	background:url(../images/menu_active_first.jpg) no-repeat 0 0;
}

/* ---------------------------------- Css sidebar-right ------------------------- */

/* Css newsletter */
#sidebar-right .newsletter h2{ 
	background:url(../images/title_newsletter.jpg) no-repeat 0 0;
	height:24px;
	padding:7px 0px 0px 52px;
}
#sidebar-right .salas h2 {
	background: url(../images/title.jpg) no-repeat 0 0;
}
/* ---------------------------------- Css pageContent ------------------------- */

/* Css news */
.view .view-header, #pageContent h2.title{ 
	background: url(../images/title_news.jpg) no-repeat 0 0;
}

/* Css sitemap */
#pageContent .sitemap-box h2 {
	background:url(../images/title-sitemap.jpg) no-repeat 0 0 !important;
}
.box_favorite h2{
	background: url(../images/title_favorite.jpg) no-repeat 0 0;
}
/* ---------------------------------- Css Footer -------------------------- */
.footer{ 
     background: url(../images/footer.png) no-repeat center top;
}
#footer-nav ul li, #footer-recommanded ul li {
	border-right:1px solid #e3705d;
}
#footer-nav a, #footer-recommanded a {
	color:#e3705d;
}
#footer-nav h2, #footer-recommanded h2 {
	color:#fff;
}