body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a img
{
	border: 0px;
}

.centrat
{
	text-align: center;
}

.automargin
{
	margin-left: auto;
	margin-right: auto;
}

#wrapcap
{
	margin-right: 260px;
}

#cap
{
	width: 700px;
	text-indent: -9000px;
	background: url('imatges/dalt.png') no-repeat;
	overflow: hidden;
	height: 186px;
}

.neteja
{
	clear: both;
}

#barra
{
	width: 260px;
	min-height: 400px;
	border-left: 4px solid #444444;
	float: right;
}

#barra .peu
{
	color: #666666;
	font-size: 7pt;
	font-weight: bold;
	margin: 10px;
}

#comarca
{

}

.estreladalt
{
	margin-top: 40px;
	background-image: url("imatges/caixa_dalt.png");
	background-position: center;
	height: 42px;
	background-repeat: no-repeat;
}

.quadrelateral
{
	margin-left: 20px;
	margin-right: 20px;
	background-color: #99ccff;
	padding: 10px;
	font-size: 10px;
}

.quadrelateral .titol
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #202026;
}

.quadrelateral ul
{
	padding-left: 0px;
	list-style-type: none;
}

.quadrelateral ul li
{
	min-height: 16px;
	margin-top: 5px;
}

.quadrelateral ul li a
{
	text-decoration: none;
	color: #202026;
}

.estrela
{
	float: left;
	padding-right: 5px;
}

.feed
{
	margin-top: 2px;
}

#peu
{
/*	border-top: 4px solid #444444; */
	margin-top: 20px;
	background-image: url("imatges/fons.png");
	background-repeat: repeat-x;
	position: relative;
	min-height: 110px;
	padding: 20px;
	font-size: 10px;
}

.flotadreta
{
	float: right;
}

.flotaesquerra
{
	float: left;
}

.boto
{
	height: 15px;
	width: 80px;
}

#funcionaplanet
{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 200px;
	position: relative;
}

.cantodaltdret
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#peu a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#cos
{
	margin-right: 260px;
	border-right: 4px solid #444;
	padding-right: 20px;
    padding-left: 20px;
}

.dia
{
	padding-bottom: 50px;
    border-bottom: 2px solid black;
    margin-bottom: 5px;
}

.blog
{
	position: relative;
}

img.face
{
	position: absolute;
	z-index: 25;
	top: -20px;
	right: 30px;
    border: 1px solid #999;
    padding: 2px;
    background-color: white;
    /*background-color: #99ccff;*/
}

.blog, .entrada
{
	margin-left: 20px;
	margin-right: 20px;
}

.blog h3
{
	background-color: #0050f0;
	padding: 10px;
	padding-left: 20px;
    position: relative;
    margin-top: 25px;
}

.blog h3 a
{
	text-decoration: none;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}

.entrada h4
{
	padding-left: 20px;
	border-bottom: 1px solid #333333;
}

.entrada h4 a
{
	text-decoration: none;
	color: #333333;
}

.entrada .text
{
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.9em;
}

.entrada .text a, .entrada .text a:visited, .entrada .text a:hover
{
	color: navy;
	font-weight: bold;
}

.entrada .metadata
{
	text-align: right;
	padding-right: 20px;
}

/******************************

        WORDPRESS CLASSES

*******************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

