
* {margin: 0;
   padding: 0;
}

/*********************************** Estructura ******************************/

body {
	font: normal small Helvetica, Arial, sans-serif;
	color: #000000;
	
	
}

#container {margin: 0px auto;
            width: 729px;
			
}

#header {
	background-image: url(imatges/log07_729.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 670px;
	padding-top: 0px;
	padding-left: 59px;
}

#content_top {
	background-image: url(imatges/superior_729.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 670px;
	text-align: center;
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 100px;
}


#content {
	background-image: url(imatges/central_729.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
    padding-right: 30px;	
}

#footer {
	background-image: url(imatges/inferior_729.jpg);
	background-repeat: no-repeat;
	height: 47px;
	text-align: center;
}

/******************** Header -> Menu ***************/

#menu {
	width: 714px;
	height: 44px;
	margin: 0 auto 0;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a { display: block; float: left; height: 25px; margin: 0 5px 0 0; padding: 2px 25px 0; background: url(imatges/img03.gif) repeat-x; border: solid 1px #222222; text-align: center; font-size: 12px; font-weight: normal; color: #000000; text-decoration: none; }

#menu a:hover {
	background-image: url(imatges/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(imatges/img05.gif);
	text-decoration: none;
}





/*********************** Text ****************/


p {
   padding-bottom: 25px;
}


p.text:first-letter
{
font-size: 2.5em;
padding: 0.143em;
float: left;
}

.footertxt {
	padding-top: 5px;
	color: #000000;
}
.clarktxt {
	color: #a4cb3b;
	font-weight: bold;
}
h1, h2, h3 {
	color: #000000;
}

h2 {
}

h3 {
}
/********************************** Boxed style *****************/

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(imatges/title.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}


/********** Content > Sidebar > Support **********/

#support {
	padding: 20px 15px;
	color: #a4cb3b;
	text-align: center;
}

#support h2 {
	margin: 0;
	font-size: 1.3em;
	color: #a4cb3b;
}

#support h3 {
	margin: 0;
	font-size: 1em;
	color: #a4cb3b;
}

/******** Content > Sidebar > Updates*********/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Helvetica, Arial, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/************ Post **************/

.post {
}

.post .title {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 20px;
	text-align: justify;
}



/********************** Hyperlinks *******************/

a:link { color: white; text-decoration: none; }     /** unvisited link **/
a:visited { color: white; text-decoration: none; }  /** visited link **/
a:hover { color: white; text-decoration: none; }   /** mouse over link **/
a:active { color: white; text-decoration: none; }   /** selected link **/

/****************  Navigation *******************/

#navlist
{
width: 210px;
text-align: center;
}

#navlist li
{
	list-style: none;
	padding-bottom: 18px;
	font-weight: bold;
}

#navlist li a { text-decoration: none; }

/*******************  estil3 ********************/

.side_menu_item a.selected, .side_menu_item a:hover, .side_menu_item a.selected:hover
{ background: #000000;
  color: #FFFFFF;
}

/******************  estil2 ********************/

/** side menu **/
#side_menu
{ padding: 22px 3px 10px 19px;
  float: left; 
  width: 170px;
}

.side_menu_item
{ width: 170px; 
  padding: 6px 0px 8px 0px;
  height: 70px;
}

.side_menu_item a
{ float: left; 
  width: 146px; 
  height: 54px; 
}

.side_menu_item img 
{ display: block; 
  margin: 2px;
}

.info
{ padding-top: 4px;
  float: left;
}


