body {
   background-color: #161618;
   text-align: center;
   font-family: sans-serif;
   color : #161618;
   margin: 0;
   padding: 0;
}

a:link,a:active,a:visited { color : #FFF; text-decoration: none; }
a:hover		{ font-weight: bold; color : white; }

table {
	width: 100%;
	text-align: center;
}

.cos {
    width: 760px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #B9B09D;
	background-image: url('../images/fons.jpg');
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF;
    margin-top: 15px;
    margin-bottom: 15px;
}

.capcalera {
   width: 760px;
   height: 50px;
   background-color: #161618;
   border-bottom-style: solid;
   border-bottom-width: 1px;
}

.blog {
	position: relative;
	width: 150px;
	height: 150px;
	top: 5px;
	left: 560px;
}

h1 {
	color: white;
	font-size: 32px;
	padding: 6px 0px 0px 20px;
	margin: 0px;
}

.peu {
   width: 756px;
   height: 12px;
   background-color: #EC7D21;
   text-align: center;
   font-size: x-small;
   padding:2px;
   border-top-style: solid;
   border-top-width: 1px;
}

.cmenu {
   width: 760px;
   height: 14px;
   font-size: 12px;
   text-align: center;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   background-color: #EC5D01; 
   padding-top: 2px;
   z-index: 15; 
}

.contingut {
   width: 750px;
   text-align: center;
   padding: 0px 5px 5px 5px;
}


.titolcat {
   padding-top: 30px;
   border-bottom-style: solid;
   border-bottom-width: 2px;
   font-weight: bold;
   font-family: serif;
   text-align: left;
}

.texttitolcat {
   color: white;
   background-color: #161618;
   margin: 0px 0px 0px 19px;
   width: 150px;
   text-align: center;
   padding-top: 2px;
   font-size: small;
}

img { border: none; 
	  border-width: 0px;
}

.imatge {
   border-style: solid;
   border-width: 1px;
   width: 150px;
   color: black;
   margin-left: auto;
   margin-right: auto;
   margin-top: 5px;
   padding: 1px 1px 0px 1px;
   background-color: white;
}

div.imatge img { 
	  border: none; 
	  border-width: 0px;
	  width: 150px;
	  height: 113px;
	  margin: 0px;
}

.descripcio {
   width: 148px;
   height: 11px;
   font-size: 9px;
   background-color: #FFFFFF;
   text-align: center;
}


.about {
   position: absolute;
   display: none;
   top: 84px;
   left: 50%;
   width: 600px;
   margin-left: -300px;
   text-align: left;
   border-right: 1px;
   border-top: 0px;
   border-bottom: 1px;
   border-left: 1px;
   border-color: #161618;
   border-style: solid;
   background-color: white;
   padding: 10px;
   z-index: 20;
}

.about a {
    color: black;
}

.aboutimg {
	float: left;
	margin-right: 10px;
}

.closeabout {
	bottom: 0px;
	text-align: right;
	padding-right: 10px;
	width: 100%;
}

div.closeabout img {
	cursor: pointer;
}

div.about p {
	text-align: justify;
	font-size: 12px;
}

div.about h2 {
	display: none;
}