/* Blocs */

.blocFons
{
	width: 100%;
	min-width: 100%;
	vertical-align: top;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	background-color: #EFEFEF;
}

/* Noticiari */

.blocNoticiariGranEsquerra
{
	width: 49.5%;
	min-width: 49.5%;
	height: 450px;
	min-height: 450px;
	max-height: 450px;
	vertical-align: top;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	background-color: #EFEFEF;
	float: left;
	margin-top: 5px;
	
}

.blocNoticiariGranDreta
{
	width: 49.5%;
	min-width: 49.5%;
	height: 450px;
	min-height: 450px;
	max-height: 450px;
	vertical-align: top;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	background-color: #EFEFEF;
	float: right;
	margin-top: 5px;
}

.blocNoticiariNormal
{
	width: 100%;
	min-width: 100%;
	height: 100px;
	
	vertical-align: top;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	background-color: #EFEFEF;
	float: left;
	margin-top: 5px;
}

.blocNoticiariPaginador
{
	width: 100%;
	min-width: 100%;
	height: 20px;
	vertical-align: middle;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	background-color: #EFEFEF;
	float: left;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------------*/

.blocTextEsquerra
{
	color: #000000;
	text-align: left;
	padding: 15px;
}

.blocTextJustificat
{
	color: #000000;
	text-align: justify;
	padding: 15px;
}

.blocTextCentralitzat
{
	color: #000000;
	text-align: center;
	padding: 15px;
}

/* Hiperlinks */


a:link.negreta {
	text-decoration: none;
	color: #545454;
	font-weight: normal;
	outline: none;
}

a:visited.negreta {
	text-decoration: none;
	color: #545454;
	font-weight: normal;
	outline: none;
}

a:hover.negreta {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	outline: none;
}

a:active.negreta {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	outline: none;
}

.comentarisFons
{
	width: 100%;
	min-width: 100%;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #B1B1B1;
	background-color: #E6E6E6;
	/* #DBDDFF  #C7CAFF*/
	overflow: hidden;
}

.comentariAfegir
{
	width: 100%;
	min-width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #959595;
	background-color: #FFFFFF;
}

.noticiaGaleriaImatges
{
    width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	min-width: 100px;
	min-height: 100px;
	
	overflow: hidden;
	margin: 2px;
	background-color: #FFFFFF;
	border-style: none;
	float: left;
}

.noticiaPdf
{
    width: 94px;
	height: 67px;
	max-width: 94px;
	max-height: 67px;
	min-width: 94px;
	min-height: 67px;
	padding: 3px;
	padding-top: 30px;
	overflow: hidden;
	margin: 2px;
	background-image: url(../Imatges/Administracio/arxiuPDF.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-style: none;
	float: left;
}

/* Enllacos */

.Enllacos
{
	border-style: none;
	width: 205px;
	min-width: 205px;
	max-width: 205px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	overflow: hidden;
	text-align: center;
}

/* Contacte */

.Contacte
{
    border-style: none;
    width: 205px;
    min-width: 205px;
    max-width: 205px;
    overflow: hidden;
    text-align: center;
}

/* Momebres */

.membreFons
{
    width: 380px;
	max-width: 380px;
	min-width: 380px;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	padding: 10px;
	overflow: hidden;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #B1B1B1;
	background-color: #E6E6E6;
	
}

.membreImatge
{
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	border-style: none;
	overflow: hidden;
	float: left;
}

.membreText
{
	border-style: none;
	padding-left: 5px;
	overflow: hidden;
	float: left;
}