﻿/* Estils per a l'administració de les notícies */
.DivNoticies
{
	border: dotted 0px white;
	margin: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.DivNoticiesCercar
{
	border: dotted 0px white;
	margin: 10px 10px 10px 10px;
	position: relative;
}

.DivNoticiesCercar .DropDownListNoticies
{
    width: 300px;
}

.DivNoticiesCercar .Titol
{
	width: 150px;
	text-align: left;
	font-weight: bold;
	color: #a5c115;
}

.DivNoticesEspais
{
    border: dotted 0px red;
	height: 290px;
}

.DivNoticiesGridView
{
	border: dotted 0px white;
	margin: 10px auto 10px auto;
	position: relative;
    text-align: center;
}

.DivNoticiesGridView .TaulaGridView
{
	border: dotted 0px white;
	margin: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.DivNoticiesGridView .TaulaAlsaria
{
	border: dotted 0px white;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 250px;
}

.DivNoticiesGridView .GridViewNoticies
{
}

.DivNoticiesGridView .GridViewNoticies a
{
    color: Gray;
}

.DivNoticiesCercar .TaulaMenu
{
	border: dotted 0px white;
	margin: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.DivNoticiesDetalls
{
	border: dotted 0px white;
	margin: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    overflow:hidden;
}

.DivNoticiesDetalls .Titol
{
	width: 150px;
	text-align: left;
	font-weight: bold;
	color: #a5c115;
}

.DivNoticiesDetalls .Link
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}

.DivNoticiesDetalls .TaulaDetalls
{
	border: solid 0px #a5c115;
	margin: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
}

.DivNoticiesDetalls .TaulaDetallsBis
{
	border: solid 2px #a5c115;
	margin: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
}

.DivNoticiesDetalls .CelaImatge
{
	border: solid 0px white;
	text-align: center;
	width: 120px;
}

.DivNoticiesDetalls .CelaInformacio
{
	border: solid 0px white;
}

.DivNoticiesDetalls .Label
{
	width: 150px;
	display: inline;
	text-align: right;
}

.DivNoticiesDetalls .TextBox
{
	width: 150px;
	display: inline;
}

.DivNoticiesDetalls .Descripcio
{
	width: 600px;
	display: inline;
}

.DivNoticiesDetalls .Button
{
	width: 100px;
	display: inline;
}

