/* @override http://localhost/fenollar/stylefen.css */

/* @group General Styles */

body {
	color: #747a7a;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0;
/*	background: #313840 url(images/body_grad.png) repeat-x; */
	background: #4d5555;
}

p {
	margin:0;
}

b, strong {
	color: #191919;
}
 
a:link, a:visited {
	color: #42414a;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #a4c2b4;
	outline: none;
}

a:active {
	color: #d36e69;
	outline: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 5px 15px 5px 0;
}

.image-right {
	float: right;
	margin: 5px 0 5px 15px;
}
	
/* @end */

/* @group Global Classes */

.bqstart {
	font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold", Arial, Helvetica, Verdana, sans-serif;
	float: left;
	height: 65px;
	margin-top: -40px;
	padding-top: 45px;
	margin-bottom: -50px;
	margin-right: 5px;
	font-size: 300%;
	color: #ccced0;
	font-style: normal;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 15px;
	font-size: 300%;
	color: #ccced0;
	font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold", Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
}

blockquote {
	margin: 20px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
	font-style: italic;
	color: #020f1c;
}

blockquote.user-quote {
	margin: 0;
}

blockquote p {
	display: inline;
}

blockquote a:link,
blockquote a:visited {
	color: #061224;
	text-decoration: underline;
}

p.author {
	font-weight: bold;
	margin: 0 !important;
}

/* small text */
.small {
	font-size: 0.87em;
	color: #7e7e7e;
}

.small strong {
	color: #4f4f4f;
}

.hidden {
	display: none;
}

p.move-up {
	margin-top: -35px;
}
/* @group Code high-light */
acronym {
	font-family: Courier, "Courier New", mono;
}

acronym:hover {
	cursor: help;
}

code {
	margin: 0 0 20px;
	padding: 1px 3px;
	background: url(images/lined_code_bg.png) repeat;
	display: block;
	font: 11px/19px Courier, "Courier New", mono;
	position: relative;
}

/* HTML Tag, h1, etc */
span.keyword,
span.symbol {
	color: #a30086;
}

/* normal code */
span.normal {
	
}

/* class, span, title, etc */
span.type {
	color: #af4341;
}

/* attribute, eg "className" */
span.string {
	color: #2012c9;
}

span.linenum {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: absolute;
	left: -27px;
	width: 0;
	text-indent: 0;
	margin-right: 5px;
	color: #afafaf;
}

p code {
	display: inline;
	background: none;
	font-size: 0.9em;
}

p.after-code {
	margin: -20px 0 20px 0;
	text-align: right;
	padding: 5px;
	background-color: #f3f5f6;
	font: 11px/19px Courier, "Courier New", mono;
}

/* @end */

/* center a block element */
.centered {
	text-align: center;
}

ol {
	margin: 0 0 20px;
}

hr {
	height: 1px;
	margin: 0 0 20px 0;
	background-color: transparent;
	clear: both;
	border-style: none;
	border-bottom: 1px solid #ebebeb;
	border-left: 0 none #fff;
	border-top: 0 none #fff;
	border-right: 0 none #fff;
}

h2, h3, h4, h5 {
	line-height: 1.2em;
}


h1 {
	font-size: 1.8em;
	margin: 0 0 10px;
	color: #FFF;
	font-weight: bold;
	clear: left;
	text-align: right;
	padding-right: 20px;
}

h1 em {
	color: #284265;
	font-style: normal;	
}

h2 {
	font-size: 2em;
	margin: 0 0 5px;
	color: #020f1c;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 500;
	clear: left;
	background: url(images/bigarr.gif) no-repeat 0 2px;
	padding-left: 30px;
	height: 26px
}

h3 {
	margin: 0;
	color: #191919;
	font: bold 1.2em "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	background: url(images/minqred.gif) no-repeat 18px 6px;
	padding: 0 0 4px 32px;
	float:left;
	width: 100%;
	margin-top: 10px;
}

h4 {
	font-size: 1.05em;
	margin: 0 0 5px;
	font-weight: bold;
	color: #191919;
	clear: both;
}
h5 {
	font-size: 1.05em;
	margin: 0 0 10px;
	font-weight: bold;
	color: #191919;
}

.gcolor h3 {
	margin: 0;
	color: #191919;
	font: 0.8em "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	float:left;
	width: 100%;
	margin-top: 20px;
}

.imageStyle {
}

/* @end */

/* @group Layout */
#wrapper{
	width: 100%;
}

#container {
	width: 874px; 
/*	width: 1050px; */
	min-height: 400px;
	margin: 0 auto;
	padding-bottom: 1px;
	position: relative;
	z-index: 0;
	text-align: left;
	background: transparent url(images/content_bg.png) repeat-y left;
}

.clearer {
	clear: both;
}

.central {
	width: 920px; 
	margin: 0 auto;
	padding-bottom: 1px;
	position: relative;
	z-index: 0;
	text-align: left;
}
.mastercentral {
	width: 920px; 
	margin: 0 auto;
	padding-bottom: 1px;
	z-index: 0;
	text-align: justify;
}
.mastercentral .bigimg {
	margin-top: 2px;
	text-align: right;
	margin-bottom: 34px;
}

#headmbody {
	padding-right: 4px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 40px;
}

#headmbody p{
	float:left;
	width: 300px;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 18px;
	clear: left;
}

#headmbody img{
	float:right;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-left: 14px;
}

#headmbody ul{
	float:left;
	width: 38%;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-left: 0px;
	list-style-type: none;
}

#headmbody ul li {
	background: url(images/pdf_descarrega.gif) no-repeat scroll;
	padding-bottom: 8px;
	height: 16px;
	padding: 6px 2px 6px 36px ;
	margin-bottom: 8px;
	list-style-image: none;
}
#downns {
	padding-right: 4px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 40px;
}

#downns p{
	float:left;
	width: 300px;
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 18px;
	clear: left;
}

#downns img{
	float:right;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-left: 14px;
}

#downns ul{
	float:left;
	width: 38%;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-left: 0px;
	list-style-type: none;
}

#downns ul li {
	/*background: url(images/pdf_descarrega.gif) no-repeat scroll;*/
	padding-bottom: 8px;
	height: 16px;
	padding: 6px 2px 6px 36px ;
	margin-bottom: 8px;
	list-style-image: none;
}


.elementos {
    margin-left: 30px;
	}
#headmbody ul li h3 {
	background: url(images/minqred.gif) no-repeat 1px 4px;
	font-size: 1.05em;
	padding: 0px 0px 0px 14px ;
    margin-top: 0px;
    float:left;
	width: 80%;
	margin-top: 0px;
}

.downcat {
	background: url(images/downcol.gif) no-repeat 0 0;
	width: 200px;
	color: #7a7a7a;
	font-weight: bold;
	font-style: italic;
	float:left;
	margin-top: 24px;
	padding-top: 10px;
	height:40px;
	padding-left: 82px;
	clear: both;
}
.downcat:hover{
	color: red;
}
.downcatside {
	background: url(images/downcolside.gif) no-repeat 0 0;
    height: 50px;
	color: #7a7a7a;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	padding-top: 40px;
	padding-left: 8px;
	clear: both;
	font-size: 0.9em;
}
	
.downcatside:hover{
	color: red;
}
.downcatdes {
	background: url(images/downcoldes.gif) no-repeat 0 0;
	width: 220px;
	color: #7a7a7a;
	font-weight: bold;
	font-style: italic;
	float: right;
	margin-right: 20px;
	margin-top: 6px;
	padding-top: 10px;
	height:40px;
	padding-left: 50px;
}
.downcatdes:hover{
	color: red;
}

#caracteristicas {
	float:left;
	width:100%;
	margin-top: 0px;
}

#caracteristicas p{
	float:left;
	width:100%;
	padding-left: 30px;
	padding-top: 4px;
	margin-top: 0px;
    color: #090a08;
    font-weight: bold;
}

/* @group My Group */



/* @end */

#colorsmbody {
	float:left;
	width:100%;
	margin-top: 16px;
}
#colorsmbody table{
	margin-right: 38px;
}
#colorsmbody td{
	font-size: 1em;
	color: #575757;
}
#formatos{
	float:left;
	background: url(images/bkbottom.jpg) no-repeat 0 bottom;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 30px;
}
#graybk{
	padding-top: 12px;
	padding-left: 27px;
	padding-bottom: 10px;
	float:left;
	height:auto;
	width: 660px;
}
.centergray {
	width: 620px;
	margin: 0 auto;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 10px;
	
}
#graybk .boxtop{
	background: #565e5e url(images/boxtop.gif) no-repeat 0 top;
	padding-top: 18px;
	padding-bottom: 5px;
}
#caract {
	height: 75px;
	width:670px;
	float:left;
	background: url(images/bkcaract.gif) no-repeat 0 0;
	margin-left: 27px;
	margin-top: 10px;
	font-variant: normal;	
}
#formatoscontact {
	width: 920px;
	margin: 2px 10px;
}
#contacttitol {
	width: 925px;
	height: 54px;
	margin-bottom: 15px;
	background-image: url(images/titolcontacte_bkg.gif);
}
#contacttitol .imgcontact {
   float: left;
   margin-top: 14px;
}
#contacttitol .text {
   font-size: 2em;
   float: left;
   margin-top: 14px;
   margin-left: 12px;
}
/* formulari de concte*/

.tableformulari{ 
   padding-left: 0px;
   padding-right: 100px;
   margin-bottom: 25px;
} 


.taula{ 
   margin-left: 140px;
} 

#formatoscontact .columna {
	float:left;
	width: 20%;
	padding-right: 0px;
	padding-top: 20px;
	margin: 0px 12px 10px 5px;
}
#formatoscolpr {
	float:left;
	/*min-height: 320px;*/
	width: 340px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin: 0px 20px 10px 0px;
}
#formatoscolpr p{
	padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
	text-align: justify;

}

#formatoscolpr img{
   margin-bottom: 38px;
   padding-left: 20px;
}
#formatoscolpr2 {
	float:left;
	/*background: url(images/compania_bkgr.gif) no-repeat 32px 2px;*/
	/*min-height: 320px;*/
	width: 340px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin: 0px 4px 10px 0px;
}
#formatoscolpr2 p{
	background: url(images/macrrow.gif) no-repeat 14px 4px;
	padding-bottom: 24px;
    padding-left: 26px;
    padding-right: 20px;
	text-align: justify;
}
#formatoscolpr2 img{
   margin-bottom: 20px;
   padding-left: 14px;
}
#formatoscolpr2 p.special{
	background: url(images/marww.gif) no-repeat 0px -4px;
}

#formatoscol {
	float:left;
	background: url(images/compania_bkgr.gif) no-repeat 97px 2px;
	/*min-height: 320px;*/
	height: 30%;
	width: 43%;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 20px;
	margin: 0px 16px 10px 25px;
}

#formatoscol p{
	padding-bottom: 24px;
	padding-top: 0px;
	padding-right: 32px;
	background: url(images/macrrow.gif) no-repeat 18px 1px;
	padding-left: 30px;
}

#formatoscolsqueeze {
	float:right;
	background: url(images/compania_bkgr.gif) no-repeat 57px 2px;
	/*min-height: 320px;*/
	height: 30%;
	width: 39%;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 20px;
	margin: 0px 16px 10px 1px;
}
#formatoscolsqueeze p{
	padding-bottom: 24px;
	padding-top: 0px;
	padding-right: 32px;
	background: url(images/macrrow.gif) no-repeat 18px 1px;
	padding-left: 30px;
}

#formatoscol img{
	padding-bottom: 6px;
	padding-right: 32px;
	padding-left: 45px;
}

#formatoscolc {
	float:left;
	background: url(images/compania_bkgr.gif) no-repeat 97px 2px;
	/*min-height: 320px;*/
    width: 43%;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 20px;
	margin: 0px 16px 10px 30px;
}

#formatoscolc .int {
	font-size: 0.94em;
	font-weight: bold;
	text-align: right;
	float:left;
	width: 20%;
	padding-right: 0px;
	margin: 20px 15px 10px 5px;
	color: #048bbc;
}

#formatoscolc .intr {
	float:left;
	width: 55%;
	padding-right: 0px;
	padding-left: 20px;
	margin: 20px 8px 10px 5px;
}

#formatoscolc p{
    padding-top: 0px;
	padding-right: 2px;
	background: url(images/macrrow.gif) no-repeat 0 2px;
	padding-left: 12px;
}

#formatoscolc img{
	padding-bottom: 6px;
	padding-right: 32px;
	padding-left: 10px;
}

#caixalevante {
	width: 920px;
	height: 420px;
	float: left;
	margin-bottom: 40px;
}
#caixalevante img {
	float: left;
	padding-left: 40px;
	padding-top: 52px;
	margin-right: 20px;
}

#caixalevantetitol {
	width: 920px;
	height: 45px;
	margin-top: 15px;
	border-bottom: 1px solid #c6c6c6;
	border-top:1px solid #c6c6c6;
	float: left;
}
#levantetitolmenu {
	width: 640px;
	height: 45px;
	margin-top: 2px;
	margin-left: 90px;
	float: left;
}
#caixalevantetitol ul{
	list-style-type: none;
	display: inline;
	float:left;
	margin-left: 90px;
	padding-left: 2px;
	width: 575px;
}
#caixalevantetitol ul li{
	float:left;
	padding-right: 97px;
}
#caixalevantetitol h2 {
    float: left;
    margin-left: 20px;
    margin-top: 6px;
}

#caixadescripcio {
    float: left;
    width: 640px;
    margin-left: 84px;
    margin-top: 4px;
}
/*#caixadescripcio .dins{
	margin-left: 28px;
	padding-left: 12px;
	float: left;
    width: 26%;
}*/

#caixalevantelist {
	float: left;
	width: 640px;
}
#caixalevantelist h3 {
	float: left;
    margin-top: 10px;
}

#caixalevantelist .zonal{
	float: left;
	width: 642px;
	margin-bottom: 12px;
	border-bottom: 1px solid #c6c6c6;;
}

/*#caixalevantelist .dins{
	float: left;
    background-color: #fefa90;
    height: 60%;
    width: 27%;
}*/

ul.dins {
	float: left;
    width: 27%;
	list-style-type: none;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-bottom: 12px;
}
ul.dinsmark {
	color: #0489ab;
	float: left;
    width: 27%;
    list-style-type: none;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-bottom: 12px;
}

#caixadelegacions {
	width: 920px;
	height: 240px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #c6c6c6;;
}

#caixadelegacionsmapa {
	width: 920px;
	height: 370px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #c6c6c6;;
}

#caixadelegacionsmapa img {
	float: left;
    padding-left: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#caixadelegacionsmapa h2 {
	font-size: 1.3em;
	color: #020f1c;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	clear: left;
	background: url(images/list_red.gif) no-repeat 0 4px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#caixadelegacionsmapa .llista {
	float:left;
	background: url(images/compania_bkgr.gif) no-repeat 97px 2px;
	/*min-height: 320px;*/
    width: 25%;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 20px;
	margin: 0px 10px 10px 16px;
}

#caixadelegacionsmapa .llista p {
    padding-top: 0px;
	padding-right: 2px;
	padding-left: 12px;
	margin: 4px 0px 0px 20px;
	background: url(images/macrrow.gif) no-repeat 0 2px;
	
}

#caixadelegacionslist {
	float: left;
	width: 640px;
}

#caixadelegacionslist h3 {
	float: left;
    margin-top: 10px;
}

#caixadelegacions .zonad {
	float: left;
	border-bottom: 1px solid #c6c6c6;;
	width: 646px;
}

#caixadelegacionslist h2{
	font-size: 1.5em;
	margin: 0 0 5px;
	color: #020f1c;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: bold;
	clear: left;
	background: url(images/list_red.gif) no-repeat 0 4px;
	padding-left: 20px;
	height: 26px;
	width: 626px;
	margin-top: 20px;
	border-bottom: 1px solid #c6c6c6;

}

#caixadelegacions img { 
    float: left;
	padding-left: 35px;
	padding-top: 20px;
	margin-right: 20px;
}
#news {
	float:left;
/*	background: url(images/bkbotcol.jpg) no-repeat 0 bottom; */
	min-height: 300px;
	width: 85%;
	padding-right: 0px;
	padding-left: 10px;
	margin: 16px 16px 10px 70px;
}
#news p{
	padding-bottom: 24px;
	padding-top: 0px;
	padding-right: 32px;
	background: url(images/macrrow.gif) no-repeat 13px 1px;
	padding-left: 30px;
}
#formatoscol p.special{
	background: url(images/marww.gif) no-repeat 4px -2px;
} 
#sidebar {
	margin-top: 20px;
	width: 170px;
	float:left;
	text-align: left;
	padding:0;
}
#sidebar .dsseccio{
	margin: 0px 10px 10px 0px;
	padding: 6px 0px 10px 17px;
    font-weight: bold;
    font-size: 1.05em;
    color: #9a9594;
    background:url(images/dssecciobk.jpg) no-repeat 0 1px;
	border-bottom: 1px solid #ece9e2;
}
#sidebar .dsseccioroig{
	margin: 0px 10px 10px 0px;
	padding: 6px 0px 10px 17px;
    font-weight: bold;
    font-size: 1.05em;
    color: white;
    background:url(images/dsseccioroigbk.jpg) no-repeat 0 1px;
	/*border-bottom: 1px solid #ece9e2;*/
}
#sidebar ul{
	margin-left: 12px;
	margin-bottom: 30px;
	padding-left: 1px;
}
#sidebar ul li {
	padding-bottom: 8px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#sidebar ul li a {
	padding-left: 17px;
	background: url(images/list_gray.gif) no-repeat 0 1px;
	color: #3a3d3d;
}
#sidebar ul li a:hover {
	color: orange;
	background: #eee;
	text-decoration: none;
}
#sidebar .activesd a{
	color: red;
	padding-left: 17px;
	background: url(images/list_red.gif) no-repeat 0 1px;
}
#sidebar .nones{
	padding-left: 14px;
}
.side{
	float:left;
	font-size: 11px;
	text-align: justify;
	padding:0px 40px 18px 4px ;
}
.sidedown{
	font-size: 11px;
	text-align: center;
	margin-right: 40px;

}
/*#sidebar p{
	float:left;
	font-size: 11px;
	text-align: justify;
	padding:0px 18px 18px 18px ;
}

#sidebar a p{
	margin-top: 25px;
    background: url(images/list_red.gif) no-repeat 0 1px;
}
#sidebar a:hover p{
	color: orange;
	background: #eee;
	text-decoration: none;
}*/


#mainbody{
	width: 725px;
	background: url(images/bkmenu.gif) repeat-y 0;
	float:right;
	padding-left: 25px;
	margin-bottom: 24px;
}
#mainbodycol{
	width: 880px;
	/*background: url(images/bkmenu.gif) repeat-y 0;*/
	float:right;
	padding-left: 25px;
	margin-bottom: 24px;
}
.caracter{
    font-size: 0.9em;
}
/* @group gallery */

* {
	margin: 0;
	padding: 0;
}


#gal{
/* 	background-color: #f3f4f7; */
	float: left;
	width: 680px;
	margin-left: 18px;
	margin-top: 25px;
    margin-bottom: 25px;
}
#gal img{
/* 	background-color: #f3f4f7; */
	float: left;
	margin-left: 12px;
	margin-top: 20px;
}
/* @end */

/* @group Header */

#header {
	height: 144px;
	float: left;
	width: 100%;
	background-color: #343a3a;
}
#header .index {
	height: 144px;
	width: 960px;
	float: center;
	clear: both;
	width: 100%;
	background-color: #343a3a;
}
#header .logo{
	padding-top: 20px;
	float:left;
	margin-left: 40px;
}
#menuhead {
	float:left;
	margin-left: 38px;
	margin-top: 56px;	
}

a.buttonone {
    display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 7px;
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
}
a.buttonone span {
	display: block;
	line-height: 22px;
	padding-right: 8px;
	padding-top: 4px;
	padding-left: 14px;
}
a.buttonone:hover span{
	color: orange;
}

a.buttonone span.colored {
	color: #b5f062;
}
a.buttonone span.colored:hover {
	color: orange;
}

a.button {
    /* Sliding right image */
	background: transparent url(images/cn_btt_rg.gif) no-repeat right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 7px;
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
}
a.button span {
/* Background left image */ 
	background: transparent url(images/cn_top_left.gif) no-repeat; 
	display: block;
	line-height: 22px;
	padding-right: 8px;
	padding-top: 4px;
	padding-left: 16px;
}
a.buttonunic {
    /* Sliding right image */
    background: transparent url(images/cn_top_unic.gif) no-repeat right; 
	display: block;
	float: left;
	height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 7px;
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 0;
}
a.buttonunic span {
/* Background left image */ 
	background: transparent url(images/cn_top_unic.gif) no-repeat; 
	display: block;
	line-height: 22px;
	padding-right: 8px;
	padding-top: 4px;
	padding-left: 16px;
}
a.buttonunic:hover span{
	color: orange;
}
a.buttonunic span.colored:hover {
	color: orange;
}

a.button:hover span{
	color: orange;
}

#segnav {
    /* Sliding right image */
	background: transparent url(images/cn_bs_lefull.gif) no-repeat left; 
	display: block;
	float: left;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 0px;
    padding-top: 10px;
	padding-left: 0;
	clear: both;
}
#segnavd {
    /* Sliding right image */
	background: transparent url(images/barra_contactegris.gif) no-repeat left; 
    float: right;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 16px;
	padding-right: 12px;
    padding-top: 10px;
	padding-left: 10px;
}
#segnavp {
    /* Sliding right image */
	background: transparent url(images/barra_profesionalgris.gif) no-repeat left; 
    float: right;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 120px;
	padding-right: 12px;
    padding-top: 10px;
	padding-left: 2px;
}

.segnavendimgd {
	float:right;
	background: url(images/cn_bs_rg.gif) no-repeat 0 2px;
	width:7px;
	padding-top: 31px;
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
}
#segnav_top {
	background: transparent url(images/cn_bs_left.gif) no-repeat left; 
	display: block;
	float: left;
	height: 22px;
	margin-right: 0px;
	padding-right: 2px;
	padding-top: 10px;
	padding-left: 3px;
	clear: both;
}
#segnav_top2 {
	background: transparent url(images/cn_bs_left2.gif) no-repeat left; 
	display: block;
	float: left;
	height: 22px;
	margin-right: 0px;
	padding-right: 2px;
	padding-top: 10px;
	padding-left: 3px;
	clear: both;
}
.segnavendimg_top {
	float:left;
	background: url(images/cn_bs_rg.gif) no-repeat 0 2px;
	width:7px;
	padding-top: 31px;
}
.segnavendimg {
	float:left;
	background: url(images/cn_bs_rg.gif) no-repeat 0 2px;
	width:7px;
	padding-top: 31px;
}
#mainlevel {
	width: 670px;
	float:left;
}

#navlist {
	padding-left: 0px;
	margin: 0;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist #active a{
	color:#ff711a;
}
#navlist #activecomp a{
	color:#47f4f4;
}
#navlist #activecomp a:hover{
	color:orange;
}
#navlist #comp a{
	color:#b5f062;
}
#navlist #comp a:hover{
	color:#orange;
}
#navlist a { padding: 3px 9px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
	color: orange;
	text-decoration: none;
}

/* @end */

/* @group Content */

#content{
	background-color: #fbfbfa;
	min-height:400px;
	float:left;
	padding-top: 5px;
	padding-bottom: 12px;
	width: 100%;
}
#menusub {
	margin-left: 9px;
}
.subcentral{
	height: 122px;
	width: 207px;
	float:left;
	color:#fff;
	background: url(images/bakmenu.gif) no-repeat;
	margin-left: 12px;
	margin-right: 4px;
	padding-top: 7px;
	padding-bottom: 11px;
}
.subcentral img {
	padding-top: 2px;
	padding-left: 52px;
}
.msubcentral {
	height:40px;
	width: 207px;
	float:left;
	padding-top: 8px;
	padding-bottom: 10px;
	color:#666;
	background: url(images/baksubmenu.gif) no-repeat;
	margin-left: 12px;
	margin-right: 4px;
	font-weight: bold;
	font-style: italic;
}
.msubcentral img{
	padding-left: 20px;
	padding-right: 8px;
}
.bsubcentral{
	height:55px;
	background: url(images/bkfsub.gif) repeat-x;
	float:left;
	margin-left: 12px;
	width: 875px;
	margin-top: 8px;
	margin-bottom: 6px;
}
.bsubcentral img{
	float: left;
}
.alingrg {
	float:right;
}
.alinglft {
	float:left;
}

.bsubcentral p{
	text-align: center;
	width: 415px;
	float:left;
	height:55px;
	padding-right: 220px;
	padding-left: 220px;
	padding-top: 16px;
}
.bsubcentral p img {
	float: none;
	padding-bottom: 4px;
}
.bsubcentral a {
	font-weight: bold;
	font-style: italic;
}
/* @end */
	
/* @end */

/* @group Footer */

#footer {
	min-height:100px;
	float:left;
	padding-top: 6px;
	width: 100%;
	color: #fff;
	background: url(images/bkfooter.gif) 0 0;
}
#footer .loget {
	width: 200px;
	height:20px; 
	margin: 28px auto 0;
	background: url(images/loget.gif) no-repeat center 0;
}
#navfooter {
	padding-left: 0px;
	padding-top: 14px;
	margin: 0px;
}
#navfooter li
{
	display: inline;
	list-style-type: none;
	padding: 10px 4px 10px 8px;
	font-size: .9em;
}
.first{
	background: none;
}
.normal{
	background: url(images/bklist.gif) no-repeat 0 3px;
}

#navfooter #active a {
	color:greenyellow;
}

#navfooter a { padding: 0px; }

#navfooter a:link, #navfooter a:visited
{
	color: #fff;
	text-decoration: none;
}

#navfooter a:hover
{
	color: #e6eb04;
	text-decoration: none;
}

/* @end */

/* Toolbar Styles */

/* Top menu */

/* @end */

/* @group Misc */

/* small footer text, below any columns, used for extra info. Currently on LS case studies page */
p.extra-info {
	clear: both;
	margin: 0;
	padding: 0;
	color: #b3b3b3;
}

/* @group Google Map */

#google-map-wrap {
	width: 800px;
	height: 371px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
	position: relative;
	background: url(images/google_map_bg.png) no-repeat;
}

#google-map {
	width: 794px;
	height: 364px;
	position: relative;
	z-index: 100;
}

/* @end */

/* @group RSS */

/* sidebar RSS links */
p.rss-feeds a {
	display: block;
	padding: 1px 0 1px 20px;
	margin-bottom: 5px;
	background: url(images/rss_icon.png) no-repeat left;
}

/* @end */

/* @group Columns */

/* with a 2 column layout the overall width is 780px, each column being 380px after padding. */
.column {
	margin-top: 35px;
	width: 380px;
	position: relative;
	z-index: 50;
}
.tableform {
	border-style: none;
}
.fullleft {
	margin-top: 10px;
	width: 100%;
	position: relative;
	z-index: 50;
	padding-right: 0px;
	float: left;
}
.left {
	padding-right: 30px;
	float: left;
}

.right {
	float: right;
}

/* @end */


/* @end */

/* @group Forms */
#ans{
	height: 100px;
	margin-top: 60px;
	width: 600px;
	margin-bottom: 60px;
	padding-left: 80px;
	font-weight: bold;
}
#ans p{
	color: blue;
}
