body {
	background:  #F9F9F7 /*#939598*/ url(naranja-sn/patron.gif) repeat-x; /*fondo*/
}
#menu ul {
	background: url(naranja-sn/menu_bg.gif) repeat-x 0 bottom;
}
#menu ul li a {
	border-left:1px solid #cbcbcb; /*borde izq. del menu mismo color gris que las entrelineas del post... no se nota...*/
}
#search {
	background: url(naranja-sn/search_block_bg.gif) no-repeat 0 0;
}
#container {
	background: url(naranja-sn/top.gif) no-repeat 0 143px;
}
.background {
	background: #d5dee2 url(naranja-sn/content_bg.gif) repeat-y right top; /*fondo izquierda superior (fecha y autor)*/
}
#sidebar .block, #sidebar .adverts{
	background: url(naranja-sn/sidebar_block_top.gif) repeat-x 0 0;
}
#footer {
	background: url(naranja-sn/footer_bg.gif);
}
#footer .left-col h2 {
	background: url(naranja-sn/footer_element.gif) no-repeat right 18px;
}
#footer .left-col ul li {
	background: url(naranja-sn/footer_line.gif) repeat-x left bottom;
}
#copyright {
	background: #F68B1F url(naranja-sn/bottom.gif) no-repeat left bottom; /*pie de pagina*/
	border-top: #cbcbcb 1px solid; /*borde superior, mismo color gris que las entrelineas del post*/
	color: #ffffff; /*color de letra del pie de pagina (copyright)*/
}

.post-content a span.read_more {
	color: #70a639;
}

.post {
        background: url(naranja-sn/post_element.gif) no-repeat 159px 21px;
}

#footer a {
	color: #4578ad; /*link a articulos mas destacados y feeds*/
}

#footer a:hover {
	color: #70a639; /*link a articulos mas destacados y feeds en hover*/
}

#footer h2 {
	color: #404040; /*titulo del pie de pagina "Articulos mas comentados y suscribase al RSS"*/
}
#sidebar h2 {
	color:#336699;	/*titulo de la barra lateral derecha*/
}
#sidebar .block a {
	color:#4e693f;
}
#wp-calendar th{
	background:#cde2c0 none repeat scroll 0 0;
}
#footer #subscribe {
	color:#4578ad; /*texto de si le gusto entonces inscribase...*/
}

/*********************************************************************/
/***** reescritura de propiedades seteadas a nivel global ***********/

/** para el fondo del elemento del menu seleccionado*/
#menu ul li.current_page_item a {
        background: url(naranja-sn/menu_button.gif) no-repeat scroll right top;
}

#menu ul li.current_page_item a span {
        background: url(naranja-sn/menu_button.gif) no-repeat scroll left top;
}

/** para el banner de cabecera*/
#header h1{
        padding: 0;
}


