/* Base -------------------------------------------------------------- */
body {
	background-color: #3C3C3C;
	scrollbar-arrow-color: #3C3C3C;
	scrollbar-base-color: #666464;
	scrollbar-darkshadow-color: #3C3C3C;
	scrollbar-track-color: #3C3C3C;
	scrollbar-face-color: #666464;
	scrollbar-shadow-color: #3C3C3C;
	scrollbar-highlight-color: #3C3C3C;
	scrollbar-3dlight-color: #3C3C3C;
	background-image: url(images/background.gif);
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

#container {
	width: 769px;
	background-color: #FFFFFF;
	margin-top: 20px;
	clear: none;
	float: none;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	vertical-align: top;
}

/* Tipografias ------------------------------------------------------- */
#txt-m, .txt-m { /* Mediana */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 15px;
	color: #626262;
}

#txt-s, .txt-s { /* Pequeña */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 10px;
	line-height: 15px;
	color: #4E4B4B;
}

#content { /* Mediana */
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 15px;
	color: #626262;
	/* -------------------- */
}

table  { /* Mediana */
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 15px;
	color: #626262;
	/* -------------------- */
}

#image p, 
#footer, 
#contact, 
#noticies, #noticies table,
#elitenet-login,
#home-galeria,
#home-lista, #home-lista td,
#submenu { /* Pequeña */
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 10px;
	line-height: 15px;
	color: #4E4B4B;
	/* -------------------- */
}


#rojo, .rojo { /* Estilo editor: Titól destacat */
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 15px;
	/* -------------------- */
	color: #961212;
	font-weight: bold;
	text-transform: uppercase;
}

#destaca-vermell, .destaca-vermell { /* Destacat vermell */
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	line-height: 15px;
	/* -------------------- */
	font-size: 10px;
	color: #961212;
	font-weight: bold;
}

#destaca-negre, .destaca-negre { /* Destacat negre */
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	line-height: 15px;
	/* -------------------- */
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

#petit, .petit { /* Destacat vermell */
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	line-height: 15px;
	/* -------------------- */
	font-size: 10px;
	color: #4E4B4B;
}


/* Corrección de enlaces --------------------------------------------- */
a, a:visited, a:active {
	color:#9F100F;
	text-decoration: none;
	background-image: url(http://www.cdterrassa.cat/images/links-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}


a b, a strong {
	font-size: 10px;
	font-weight: bold;
}

#content a:hover, #contact a:hover,  { 
	color:#000000;
	text-decoration: underline;
}

#menu a, #menu a:visited, #menu a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#logo a, #logo a:visited, #logo a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#noticies a, #noticies a:visited, #noticies a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#banners a, #banners a:visited, #banners a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#footer a, #footer a:visited, #footer a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#image a, #image a:visited, #image a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

/* Etiquetas base ---------------------------------------------------- */
hr {
	height: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #717172;
	width: 90%;
	margin-left: 20px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	clear: both;
	float: left;
	color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

table {
	clear: both;
}

h1 {
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	line-height: 15px;
	/* -------------------- */
	color: #961212;
	font-size: 14px;
	font-weight: bold;
	margin-left: 60px;
	margin-top: 10px;
	clear: both;
}

h2 {
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 15px;
	/* -------------------- */
	background-image: url(http://www.cdterrassa.cat/images/h2-bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-top: 0px;
	color: #961212;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	clear: both;
	/*float: left;*/
}

h2 b, h2 strong {
	color: #4E4B4B;
}

h3 {
	/* Copiado del genérico */
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 15px;
	/* -------------------- */
	background-image: url(http://www.cdterrassa.cat/images/h2-bullet.gif);
	background-position: 20px 15px;
	background-repeat: no-repeat;
	padding-left: 29px;
	padding-top: 10px;
	color: #961212;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

p {
	clear: both;
}

/* Encabezado -------------------------------------------------------- */
#logo {
	background-color: #C61818;
	clear: none;
	float: left;
	height: 47px;
	width: 253px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	border-left-width: 3px;
	border-left-color: #FFFFFF;
}

#menu {
	background-color: #949495;
	clear: right;
	float: left;
	height: 47px;
	width: 510px;
	overflow: hidden;
	text-align: right;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 3px;
	margin-bottom: 0px;
}

#menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#image {
	float: left;
	height: 128px;
	width: 513px;
	overflow: hidden;
	text-align: right;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

#image img {
	clear: both;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
}

#image p {
	background-color: #C61818;
	background-image: url(http://www.cdterrassa.cat/images/links-bck.gif);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	height: 17px;
	width: 510px;
	overflow: hidden;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#image a, #image a:visited, #image a:active {
	color:#FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#image a:hover { 
	color:#FFFFFF;
	text-decoration: underline;
}

/* Submenu ----------------------------------------------------------- */
#submenu {
	background-color: #D5D3D3;
	clear: none;
	float: left;
	height: 128px;
	width: 253px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 0px;
	background-image: url(http://www.cdterrassa.cat/images/submenu-bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#submenu a, #submenu a:visited, #submenu a:active {
	color:#333333;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 13px;
	clear: both;
	float: left;
	background-image: url(http://www.cdterrassa.cat/images/submenu-links.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	width: 100%;
	height: auto;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#submenu a:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}

/* Home - Area de soci ----------------------------------------------- */
#elitenet-login {
	background-color: #DCDCDC;
	clear: left;
	float: left;
	width: 253px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 0px;
	background-image: url(http://www.cdterrassa.cat/images/elitenet-bck.gif);
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Home - Dades contacte --------------------------------------------- */
#contact {
	background-color: #E8E8E8;
	clear: left;
	float: left;
	width: 253px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 0px;
	text-align: left;
	vertical-align: top;
	background-image: url(http://www.cdterrassa.cat/images/bck-line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contact p, #noticies p, #elitenet-login p {
	padding-left: 23px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

/* Content ----------------------------------------------------------- */
#content {
	clear: none;
	float: right;
	overflow: visible;
	text-align: left;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 3px;
	background-color: #FFFFFF;
	background-image: url(http://www.cdterrassa.cat/images/content-bck.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*width: 763px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	/*height: 250px;*/
}

#content #imgs img {
	border: 6px solid #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#content p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Home - Noticies --------------------------------------------------- */
#noticies {
	background-color: #E8E8E8;
	clear: none;
	float: left;
	width: 253px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.cdterrassa.cat/images/bck-line.gif);
	background-repeat: repeat-y;
	background-position: left top;

	scrollbar-arrow-color: #E8E8E8;
	scrollbar-base-color: #949496;
	scrollbar-darkshadow-color: #E8E8E8;
	scrollbar-track-color: #E8E8E8;
	scrollbar-face-color: #949496;
	scrollbar-shadow-color: #E8E8E8;
	scrollbar-highlight-color: #E8E8E8;
	scrollbar-3dlight-color: #E8E8E8;
}

#noticies td {
	text-align: left;
	vertical-align: top;
	padding-top: 9px;
	color: #717172;
	line-height: 12px;
}

#noticies b {
	color: #961212;
	font-weight: normal;
}

#noticies img {
	margin-top: 2px;
	margin-right: 10px;
}

#noticies a, #noticies a:visited, #noticies a:active {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#noticies a:hover { 
	text-decoration: underline;
}

#noticies table a, #noticies table a:visited, #noticies table a:active {
	color:#4E4B4B;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#noticies table a:hover { 
	color:#000000;
	text-decoration: underline;
}

/* Home - Lista destacados ------------------------------------------- */
#home-lista {
	clear: none;
	float: right;
	height: 376px;
	width: 209px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: left;
	vertical-align: top;
}

#home-lista hr {
	margin-top: 10px;
	margin-bottom: 5px;

}

#home-lista table {
	margin-top: 10px;
}

#home-lista img {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #48535C;
	border-right-color: #48535C;
	border-bottom-color: #48535C;
	border-left-color: #48535C;
}

/* Home - Destacado -------------------------------------------------- */
#home-destacado {
	clear: none;
	float: left;
	height: 204px;
	width: 240px;
	overflow: hidden;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* Home - Galeria ---------------------------------------------------- */
#home-galeria {
	clear: none;
	float: left;
	height: 200px;
	width: 240px;
	overflow: visible;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#home-galeria img {
	padding: 0px;
	border: 1px solid #48535C;
	clear: both;
	margin: 0px;
}

/* Banners inferiores ------------------------------------------------ */
#banners {
	background-color: #C82222;
	background-image: url(http://www.cdterrassa.cat/images/banners-bck.gif);
	clear: both;
	height: 46px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

/* Footer ------------------------------------------------------------ */
#footer {
	clear: both;
	color: #717172;
	margin: 3px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#footer a, #footer a:visited, #footer a:active {
	color:#979797;
	text-decoration: none;
	margin-left: 10px;
}

#footer a:hover { 
	color:#4F4F4F;
	text-decoration: underline;
}

.formulario-submenu-field {
	color: #000000;
	width: 116px;
	height:17px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #717172;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}

.formulario-submenu-submit {
	background-color: #717172;
	border: 0px solid #FFFFFF;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	background-image: none;
	height: 15px;
	width: 34px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#elitenet-login a, #elitenet-login a:visited, #elitenet-login a:active {
	color:#4e4b4b;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
}

#elitenet-login a:hover { 
	color:#000000;
	text-decoration: underline;
}
