/* Start of CMSMS style sheet 'Webs-Catalunya : Portada' */
body {
/* default text for entire site */
	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
/* default text color for entire site */
	color: #3A3A36;
/* you can set your own image and background color here */
	/*background: #fff url(uploads/Webs-Catalunya/bg__full.png) repeat-x scroll left top;*/
	background: #000 url(http://www.taxiterrassa.info/uploads/Webs-Catalunya/fonspunts_portada.png) repeat-x scroll left top;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#ncleanblue {
/* set to width of viewport */
	width: auto;
/* you can set your own image and background color here */
	/*background: #fff url(uploads/Webs-Catalunya/bg__full.png) repeat-x scroll left top;*/
	background: #000 url(http://www.taxiterrassa.info/uploads/Webs-Catalunya/fonspunts_portada.png)repeat-x scroll left top;
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(uploads/Webs-Catalunya/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(uploads/Webs-Catalunya/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(uploads/Webs-Catalunya/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6em;
	font-weight: normal;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*default link styles*/
a {
	color: #d02433;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #191919;
}
a:active {
	color: #191919;
}
a:visited {
	color: #d02433;
}
input, textarea, select {
	font-size: 0.95em;
}
/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 0;
}
/* ------------ Header ------------ */
#header {
	height: 155px;
	width: 960px;
}
#imatgePortada {height: 151px; width: 960px; z-index: 3;background: url(uploads/Webs-Catalunya/header_Portada.png); position:relative; }
#logo a {
/* adjust according your image size */
	height: 111px;
	width: 450px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(uploads/Webs-Catalunya/logoatotahora.png) no-repeat left top;
}

.idioma_portada {
text-align: right;
margin-bottom: 5px;
margin-top: 0px;
margin-right: 5px;
padding-top: 5px;
}
.idioma_portada a {background:#000;padding:5px;}
/* ------------ Header - Search ------------ */
div#search {
	width: 190px;
	height: 28px;
	margin-top: 31px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 143px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(uploads/Webs-Catalunya/search.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/Webs-Catalunya/search.png) no-repeat right top;
}
/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
}
#bar {
	width: auto;
	height: 40px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}
#version {
	width: 50px;
	height: 31px;
	position: absolute;
	z-index: 5;
	top: 130px;
	right: -16px;
	font-size: 1.6em;
	font-weight: bold;
	padding: 28px 15px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background:  url(uploads/Webs-Catalunya/version.png) no-repeat left top;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.8em;
	color: #666666;
	margin-bottom: 0.5em;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 0.5em 1em;
	font-size: 80%;
	margin: 0 1em;
	background: #fff;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 250px;
}
/* Image that Represents the new CMS design */
#left .screen {
	margin: 10px 50px;
}
/* End  */
.sbar-title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
}
.sbar-top {
	height: 20px;
	width: auto;
	padding: 10px;
	background: url(uploads/Webs-Catalunya/bg__content.png) no-repeat left top;
}
.sbar-main {
	width: auto;
}
span.sbar-bottom {
	width: auto;
	display: block;
	height: 10px;
	background: url(uploads/Webs-Catalunya/bg__content.png) no-repeat left bottom;
}
/* ------------ Main (Right) ------------ */
#main {
	width: 690px;
}
.main-top {
	height: 15px;
	width: auto;
	background: url(uploads/Webs-Catalunya/bg__content.png) no-repeat right top;
}
.main-main {
	width: auto;
	border-right: 0px solid #E2E2E2;
	border-left: 0px solid #E2E2E2;
	background: #000;
	padding: 20px;
	padding-top: 0px;
}
.main-bottom {
	width: auto;
	height: 41px;
	background: url(uploads/Webs-Catalunya/bg__content.png) no-repeat right bottom;
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
	color:#fff;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 50px;
	padding-right: 10px;
	background: url(uploads/Webs-Catalunya/bull.png) no-repeat right top;
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	color: #000;
	height: 15px;
	background: url(uploads/Webs-Catalunya/bull.png) no-repeat  left top;
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.4em;
	color: #301E12;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 135px;
	height: auto!important;
	height: 135px;
	width: auto;
	margin-top: 5px;
	text-align: center;
	margin-right: 00px;
	margin-left: 0px;
	background: #fff;
}
#footer {
	color: #FFF;
	font-size: 0.8em;
	min-height: 135px;
	height: auto!important;
	height: 135px;
	background: #fff url(uploads/Webs-Catalunya/targes_Peu.jpg)  no-repeat right bottom;
}
#footertext {padding-top:20px;text-align:center; color:#c11f2b;font-weight:bold;font-size:110%;}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
	text-decoration: none;
}
#footer a {
	color: #DCEDF1;
	text-decoration: underline;
	font-weight: bold;
}
/* ------------ END LAYOUT ---------------*/
/* ------------  Menu  ROOT  ------------ */
.page-menu {
	width: auto;
	height: 35px;
	margin: 3px 0 0 0px;
}
.menuwrapper {}

/* --------------------  menu dropdow  -------------------------*/
/* Start of CMSMS style sheet 'mib : mib_navi' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */
/* The wrapper determines the width of the menu elements */
#menuwrapper { width: 100%; margin-top: 100px;margin-bottom: 190px;}
#primary-nav, #primary-nav ul { list-style: none; margin: 0px; padding: 0; width: 100%; margin-left: -1px;}
#primary-nav ul {position: absolute; top: 0; left: 100%; display: none; }
#primary-nav li { margin-bottom: 1px; position: relative; }
/* Styling the basic apperance of the menu elements */
#primary-nav a {display: block; margin: 0px; padding: 5px 0px 0px 60px;color: #c11f2b;text-decoration: none; font-weight: bold;font-size:20px;}
#primary-nav li, #primary-nav li.menuparent {background-image: url(uploads/Webs-Catalunya/boto_blanc.png);background-repeat: no-repeat;height: 35px; margin-bottom: 10px;}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive {height: 35px; background-image: url(uploads/Webs-Catalunya/boto_blanc.png); margin-bottom: 10px;}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, #primary-nav li.menuparent:hover, #primary-nav li.menuparenth { background-image: url(uploads/Webs-Catalunya/boto_blanc.png);background-repeat: no-repeat; margin-bottom: 10px;}
/* Styling the apperance of menu items on hover */
#primary-nav li:hover,#primary-nav li.menuh,#primary-nav li.menuparenth,#primary-nav li.menuactiveh { background-image: url(uploads/Webs-Catalunya/boto_gris.png);background-repeat: no-repeat; }
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,#primary-nav li:hover ul,#primary-nav li:hover ul ul,#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { background-image: url(uploads/Webs-Catalunya/boto_gris.png);background-repeat: no-repeat;}
#primary-nav li:hover ul,#primary-nav ul li:hover ul,#primary-nav ul ul li:hover ul,#primary-nav li.menuparenth ul,#primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {display: block;}
/* IE Hack, will cause the css to not validate */
#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* section header */
#primary-nav li.sectionheader {border-left: 1px solid #006699;border-top: 1px solid #006699;font-size: 130%;font-weight: bold;padding: 1.5em 0 0.8em 0.5em;background-color: #fff;margin: 0;width: 100%;}
/* separator */
#primary-nav li hr.separator {display:block;height: 0.5em;color: #abb0b6;background-color: #abb0b6;width: 100%;border:0;margin:0;padding:0;border-top: 1px solid #006699;border-right: 1px solid #006699;}
/* End of 'mib : mib_navi' */

/*************** End Menu *****************/
/* ------------ News Module ------------ */
#news {
	padding: 10px;
}
.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-style: italic;
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	margin: 10px 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 15px;
}
/* ------------ End News Module ------------ */
/*------------- Formulari-------------------*/
form#cntnt01moduleform_1 {background:#191919; width:600px; padding:10px; border:1px solid #eee; margin:5px auto; font-size:1em; font-family:verdana, arial, helvetica, sans-serif;}
form#cntnt01moduleform_1 p {font-size:0.9em; color:#fff; text-align:left; padding:15px 5px 5px 0; margin:0;}
form#cntnt01moduleform_1 fieldset#current p {padding:4px; margin:0;}

form#cntnt01moduleform_1 fieldset {width:500px; display:block; border:1px dotted #fff; padding:0px 2px 0px 10px; font-family:verdana, sans-serif; margin-bottom:0em; line-height:0.5em; font-size:1em; }
form#cntnt01moduleform_1 fieldset#fbrp__55 label {clear:none; display:inline; float:none; width:170px;}
form#cntnt01moduleform_1 fieldset#fbrp__55 input {  display: inline;  height: auto;  width: auto;  margin-top: 2px;margin-bottom: 4px;margin-left:100px;}
form#cntnt01moduleform_1 #fbrp__51 {float:left ;margin-bottom:7px;}
form#cntnt01moduleform_1 #fbrp__52 {margin-left:60px;margin-top:5px;}
form#cntnt01moduleform_1 fieldset:hover {border:1px solid #fff;}
form#cntnt01moduleform_1 fieldset#opt:hover {border:1px solid #c11f2b;}

form#cntnt01moduleform_1 legend {font-size:1.1em; font-weight:bold; margin-bottom:15px; padding:6px; background:#191919; color:#fff;}
* html form#cntnt01moduleform_1 legend { padding:0 0 0px 0; margin:0px 0 0 0; border:none;}

form#cntnt01moduleform_1 label {clear:left; display:block; float:left; width:150px; text-align:left; padding-right:10px; padding-top:10px;padding-bottom:10px; color:#fff; margin-bottom:0em;}

form#cntnt01moduleform_1 input {border:1px solid #414d59; padding-left:0.5em; margin-bottom:0.6em; width:280px; background:#ccc;}
form#cntnt01moduleform_1 input:hover { background:#c11f2b; border:1px solid #fff; color:#fff;}
form#cntnt01moduleform_1 input:focus {background:#fff; border:1px solid #c11f2b; color:#c11f2b;}


form#cntnt01moduleform_1 select {margin:0 0 0em 0.0em;}
form#cntnt01moduleform_1 textarea {border:1px solid #fff; padding:0.5em; overflow:auto; background:#ccc;margin-top:10px;}
form#cntnt01moduleform_1 textarea:hover { background:#c11f2b; border:1px solid #fff; color:#fff;}
form#cntnt01moduleform_1 textarea:focus {background:#fff; border:1px solid #c11f2b; color:#c11f2b;}

form#cntnt01moduleform_1 option {background:#fff; color:#c11f2b;}
form#cntnt01moduleform_1 optgroup {background:#fff; color:#000; font-style:normal;}
form#cntnt01moduleform_1 optgroup option {background:#fff; color:#c11f2b;}

form#cntnt01moduleform_1 #button1, form#cntnt01moduleform_1 #button2 {color:#fff; padding-right:0.5em; cursor:pointer; width:205px; margin-left:8px; background:#c11f2b; border:1px solid; border-color:#f11f54 #5f051c #5f051c #f11f54;}
form#cntnt01moduleform_1 #button1:hover, form#cntnt01moduleform_1 #button2:hover {color:#fff; background:green; border:1px solid; border-color:#4f718a #003 #003 #4f718a; }
form#cntnt01moduleform_1 #cntnt01fbrp_submit {margin-left:25%;margin-top:15px;}

#disseny-web a, #disseny-web a:hover, #disseny-web a:active, #disseny-web a:visited {font-size:10%; margin-left:20px;text-decoration: none; color: #575757; background-color: transparent;}
/* End of 'Webs-Catalunya : Portada' */

