﻿.anunci {

}
.anunci .titol {
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 10px;
}
.anunci .info {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
.anunci .info .data {
    font-family: "times new roman", times, serif;
    font-size: 16px;
    color: #727778;
}
.anunci .imatge {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.anunci .imatge img {
	border: 8px solid white;
}
.anunci .sinopsi {
	font-size: 16px;
	padding: 10px 0;
	font-weight: bold;
}
.anunci .descrip {
	padding: 10px 0;
}

.titolLlistat {
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0 30px 0;
	background: url(../grafics/cierre.gif) top center no-repeat;
	
}

.llistat {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.llistat .element {
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	border: 1px solid #e6f0f2;
}
.llistat .element .titol {
    position: relative;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	background: url(../grafics/ico_listas.gif) left 8px no-repeat;
	padding-left: 15px;
	overflow: hidden;
}
.llistat .element .titol a {
    font-size: 20px;
}
.llistat .element .imatge {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 8px 10px 10px 15px;
	background: #e6f0f2;
}
.llistat .element .imatge img {
	border: 4px solid white;
}
.llistat .element .info {
	position: relative;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	padding-left: 15px;
	overflow: hidden;
}
.llistat .element .info .data {
	position: relative;
    font-family: "times new roman", times, serif;
    font-size: 14px;
    color: #727778;
    overflow: hidden;
}
.llistat .element .sinopsi {
    position: relative;
	font-size: 14px;
	padding: 10px 0;
	padding-left: 15px;
	overflow: hidden;
}
.llistat .element .subLinks {
    position: relative;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	border-top: 1px solid white;
	overflow: hidden;
}
.llistat .element .subLinks a {
	font-size: 12px;
}


/* paginació */

#paginador {
    position: relative;
    overflow: hidden;
	width: 560px;
	margin: 5px auto 5px auto;
	background: url(../grafics/ico_llibreta.gif) left 6px no-repeat;
    padding: 10px 0 13px 35px;
	font-size: 14px;
	text-align: left;
	color: #a0a0a0;
}
#paginador strong {
    padding: 2px 6px;
	background: white;
	color: #927719;
}
#paginador a {
	text-decoration: none;
	font-weight: bold;
	padding: 1px 8px;
	background: #927719;
	color: white;
}
#paginador a:hover {
    background-color: black;
    color: white;
}

