body
{
	background-image: url(../imatges/fons.png);
	margin-top: 0;
	font-family: Sans, Arial;
}

table#principal
{
	width: 760px;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
}

td#capcalera
{
	border-bottom: 1px solid #3e6ca2;
	border-right: 1px solid #3e6ca2;
	border-left: 1px solid #3e6ca2;
	height: 158px;
	width: 100%;
	background-image: url(../imatges/capcalera3.png);
}

div#fil_ariadna
{
	/*background-color: #fff; */
	color: #404040; 
	font-family: Sans, Arial;
	font-size: 11px;
	padding-left: 6px;
	background-image: url(../imatges/ariadna.png);
	background-repeat: no-repeat;
}

td#cos
{
	border-bottom: 1px solid #3e6ca2;
	border-right: 1px solid #3e6ca2;
	border-left: 1px solid #3e6ca2;
	padding: 0;
	width: 100%;
	vertical-align: top;
}

table#continguts
{
	padding: 0;
	width: 100%;
}

/******************* Menú i columna esquerra ********************/

td#menu
{
	border-right: 1px solid #3e6ca2;
	width: 150px;
	height: 100%;
	vertical-align: top;
	background-color: #fff;
}

table#menudins
{
	width: 100%;
}

table#menudins td
{
	width: 100%;
	height: 18px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #799bc4;
}

table#menudins td.menu
{
	background-color: #93bdef;
	padding: 4px;
	padding-left: 7px;
}

table#menudins td.submenu
{
	background-color: #4b62a8;
	padding: 4px;
	padding-left: 15px;
}

table#menudins td.submenu2
{
	background-color: #273b72;
	padding: 4px;
	padding-left: 22px;
}

table#menudins td.imatges
{
	text-align: center;
	border: 0;
}

/********************************************/

/*************** Columna dreta ********************/

td#pagines
{
	height: 100%;
	vertical-align: top;
	margin-top: 0px;
}

/************* Pàgina principal ********************/

table#taulaportada
{
	width: 100%;
	font-family: Sans, Arial;
	font-size: 12px;
	background-color: #fff;
	height: 100%;
	vertical-align: top;
}

table#noticies
{
	width: 100%;
	font-family: Sans, Arial;
	font-size: 12px;
}

table#taules
{
	width: 100%;
	font-family: Sans, Arial;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

table#taules td.titolTaula
{
	font-weight: bold;
	background-color: #ccc;
	text-align: center;
	border: 1px solid #93bdef;
	padding: 3px;
}
table#taules td.cap
{
	font-weight: bold;
	background-color: #1e4f89;
	color: #fff;
	text-align: center;
	border: 1px solid #93bdef;
}

table#taules td.parell
{
	background-color: #b9d2ef;
	border: 1px solid #93bdef;
	padding: 3px;
	font-weight: normal;
}

table#taules td.imparell
{
	background-color: #efefef;
	border: 1px solid #93bdef;
	padding: 3px;
	font-weight: normal;
}

/***************** PEU *******************/
td#peu
{
	text-align: center;
	font-size: 11px;
	color: #365d8b;
	font-weight: bold;
}

/************** Títols i Enllaços ********************/
h3
{
	font-size: 14px;
	color: #1e4f89;
	padding-top: 5px;
}

h4
{
	font-size: 13px;
	color: #4f80bd;
	padding-top: 2px;
	padding-left: 7px;
	padding-bottom: 1px;
	margin-right: 50px;
	border-bottom: 1px solid #1e4f89;
	border-left: 12px solid #1e4f89;
}

h5
{
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
h6
{
	font-size: 12px;
	color: #4f80bd;
	padding-top: 2px;
	padding-left: 17px;
	padding-bottom: 1px;
	margin-right: 150px;
	border-bottom: 1px solid #1e4f89;
	margin-left: 20px;
	
}

a.menu
{
	color: #fff;
	text-decoration: none;
}

a.menu:hover
{
	color: #fff;
	text-decoration: underline;
}

a.ariadna
{
	color: #ab002c;
	text-decoration: underline;
}

a.ariadna:hover
{
	color: #ab002c;
	text-decoration: none;
}

/*********** LListats i Imatges ***********/

ul
{
	list-style: none;
	font-family: Sans, Arial;
	font-size: 12px;
	padding-left: 20px;
}

li
{
	padding-left: 1px;
}

img
{
	border: 0;
}

/************ INPUTS ************/
input
{
	width: 237px;
}

textarea
{
	width: 237px;
	height: 100px;
}

/******************* ESPECÍFIQUES ADMINISTRACIÓ NOTÍCIES **************/
table#resultats
{
	width: 100%;
	font-family: Sans, Arial;
	font-size: 12px;
}

table#resultats td.titol
{
	background-color: #e2d995;
	color: #000;
	padding: 2px;
	font-weight: bold;
}
table#resultats td.senar
{
	background-color: #3e6ca2;
}
table#resultats td.parell
{
	background-color: #dddddd;
}

a.noticies
{
	color: #365d8b;
	text-decoration: none;
}