@charset "utf-8";

/* Generals
--------------------------------------------------------------------------- */

body{
	font-family:  Verdana, Geneva, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	background-image: url(../imatges/bg.gif);
	background-repeat: repeat;
	font-size: 0.7em;
}
p{
	margin: 0px;
}

.ver-mas a{
	color: #FFF;
	margin-right: 20px;
	float: right;
	margin-top: 3px;
	text-decoration: none;
}
.ver-mas a:hover{
	text-decoration: underline;
}
.ver-todas{
	text-decoration: none;
	text-align: right;
	width: 100%;
	float: left;
}
.ver-todas a{
	text-decoration: none;
	color: #000;
}
.ver-todas a:hover{
	text-decoration: underline;
}

#bg-center ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#bg-center li{
	list-style-type: none;
	padding-bottom: 20px;
}

/* Marc Web
--------------------------------------------------------------------------- */

#marc-web{
	margin:0 auto;
	width: 1024px;
}

/* Data
--------------------------------------------------------------------------- */

#data{
	width: 100%;
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 4px;
}

/* Capçalera
--------------------------------------------------------------------------- */

#capsalera{
	height: 243px;
	width: 100%;
	background-color: #d96a0d;
	background-image: url(../imatges/bg-cabecera-trans.png);
	background-position: 8px 19px;
	background-repeat: no-repeat;
	position: relative;
}
#capsalera #carousel{
	position:absolute;
	top:20px;
	width:711px;
	height:207px;
	float: right;
	right: 7px;
}
#capsalera img.text{
	position:absolute;
	top:20px;
	width:360px;
	height:207px;
	float: right;
	right: 7px;
}

/* Menu general
--------------------------------------------------------------------------- */

#menu-general{
	height: 36px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #372b10;
	border-bottom-color: #9d9583;
	background-color: #cecac1;
}

/* Contingut
--------------------------------------------------------------------------- */

#contingut{
	background-image: url(../imatges/bg-contingut.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D96A0D;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* Home Actividades
--------------------------------------------------------------------------- */

#actividades{
	width: 364px;
	float: left;
}
#bg-top-actividades{
	background-image: url(../imatges/bg-top-actividades-trans.png);
	height: 14px;
	background-repeat: no-repeat;
}
#bg-center-actividades{
	background-image: url(../imatges/bg-center-actividades-trans.png);
	background-repeat: repeat-y;
}
#bg-center-actividades h2{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bg-center-actividades table{
	margin-top: 10px;
	width: 93%;
	margin-left: 9px;
}
#bg-center-actividades table td{
	padding-bottom: 10px;
	vertical-align: top;
}
#bg-center-actividades table .foto {
	width: 104px;
}
#bg-center-actividades table td h3{
	color: #d96a0d;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 1.2em;
}
#bg-center-actividades table td h3 a{
	text-decoration: none;
	color: #d96a0d;
}
#bg-center-actividades table td h3 a:hover{
	text-decoration: underline;
}
#bg-center-actividades table img{
	border: 2px solid #FFF;
	margin-right: 10px;
}
#bg-bottom-actividades{
	background-image: url(../imatges/bg-bottom-actividades-trans.png);
	background-repeat: no-repeat;
	height: 30px;
}

/* Home Agenda
--------------------------------------------------------------------------- */

#agenda{
	width: 196px;
	float: left;
	padding-left: 7px;
}
#bg-top-agenda{
	background-image: url(../imatges/bg-top-agenda-trans.png);
	height: 14px;
	background-repeat: no-repeat;
}
#bg-center-agenda{
	background-image: url(../imatges/bg-center-agenda-trans.png);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-bottom: 1em;
}
#bg-center-agenda h2{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bg-bottom-agenda{
	background-image: url(../imatges/bg-bottom-agenda-trans.png);
	background-repeat: no-repeat;
	height: 30px;
	
}

/* Home Noticias
--------------------------------------------------------------------------- */

#noticias{
	width: 426px;
	float: left;
	padding-left: 7px;
}
#bg-top-noticias{
	background-image: url(../imatges/bg-top-noticias-trans.png);
	height: 14px;
	background-repeat: no-repeat;
}
#bg-center-noticias{
	background-image: url(../imatges/bg-center-noticias-trans.png);
	background-repeat: repeat-y;
}
#bg-center-noticias h2{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bg-center-noticias table{
	margin-top: 10px;
	width: 93%;
	margin-left: 9px;
}
#bg-center-noticias table td{
	padding-bottom: 10px;
	vertical-align: top;
}
#bg-center-noticias table .foto {
	width: 104px;
}
#bg-center-noticias table td h3{
	color: #d96a0d;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 1.2em;
}
#bg-center-noticias table td h3 a{
	text-decoration: none;
	color: #d96a0d;
}
#bg-center-noticias table td h3 a:hover{
	text-decoration: underline;
}
#bg-center-noticias table .data {
	color: #666;
}
#bg-center-noticias table img{
	border: 2px solid #FFF;
	margin-right: 10px;
	margin-top: 3px;
}
#bg-bottom-noticias{
	background-image: url(../imatges/bg-bottom-noticias-trans.png);
	background-repeat: no-repeat;
	height: 30px;
}

/* Logos
--------------------------------------------------------------------------- */

#peu{
	width: 100%;
}
#logos{
	width: 993px;
}
#bg-top-logos{
	background-image: url(../imatges/bg-top-logos-trans.png);
	height: 9px;
	background-repeat: no-repeat;
}
#bg-center-logos{
	padding-right: 15px;
	padding-left: 7px;
	background-color: #FFF;
}
#bg-center-logos h4{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#bg-center-logos p{
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bg-bottom-logos{
	background-image: url(../imatges/bg-bottom-logos-trans.png);
	background-repeat: no-repeat;
	height: 9px;
}
#logos #bg-center-logos ul{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 0px;
	height: 100px;
}
#logos #bg-center-logos li{
	list-style-type: none;
	float: left;
	margin-right: 25px;
}
#logos #bg-center-logos li img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#logos #bg-center-logos li .btn-01{
	display: block;
	width: 214px;
	height: 53px;
	background-image: url(../imatges/logo-dortoka.png);
	background-repeat: no-repeat;
}
#logos #bg-center-logos li .btn-01:hover{
	background-image: url(../imatges/logo-dortoka-hover.png);
	background-repeat: no-repeat;
}
#logos #bg-center-logos li .btn-02{
	display: block;
	width: 101px;
	height: 80px;
	background-image: url(../imatges/logo-taller-cultura.png);
	background-repeat: no-repeat;
}
#logos #bg-center-logos li .btn-02:hover{
	background-image: url(../imatges/logo-taller-cultura-hover.png);
	background-repeat: no-repeat;
}

/* Quienes Somos
--------------------------------------------------------------------------- */

#quienes-somos-left{
	width: 649px;
	float: left;
}
#quienes-somos-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
}
#quienes-somos-left #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 9px;

}
#quienes-somos-left #bg-center{
	background-color: #FFF;
}
#quienes-somos-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#quienes-somos-left #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 9px;
}
#quienes-somos-right{
	width: 330px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}
#quienes-somos-right h3{
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#quienes-somos-right #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 9px;
}
#quienes-somos-right #bg-center{
	background-color: #3b2e13;
}
#quienes-somos-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;
}
#quienes-somos-right #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 9px;
}

/* Misión
--------------------------------------------------------------------------- */

#mision-left{
	width: 649px;
	float: left;
}
#mision-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin: 0px;
}
#mision-left #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 14px;
}
#mision-left #bg-center{
	background-color: #FFF;
}
#mision-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#mision-left #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 9px;
}
#mision-left #recuadre-destacat{
	margin-right: 15px;
	margin-left: 15px;
}
#mision-left #recuadre-destacat-bg-top{
	height: 10px;
	background-image: url(../imatges/bg-top-recuadre-destacat.png);
	background-repeat: no-repeat;
}
#mision-left #recuadre-destacat-bg-center{
	background-color: #3B2E13;
}
#mision-left #recuadre-destacat-bg-center p{
	color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mision-left #recuadre-destacat-bg-bottom{
	background-image: url(../imatges/bg-bottom-recuadre-destacat.png);
	height: 10px;
	background-repeat: no-repeat;
}
#mision-right{
	width: 330px;
	float: right;
	margin-right: 15px;
}
#mision-right h2{
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#mision-right #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 14px;
}
#mision-right #bg-center{
	background-color: #3b2e13;
}
#mision-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;

}
#mision-right #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 9px;
}

/* Filosofia
--------------------------------------------------------------------------- */

#filosofia-left{
	width: 649px;
	float: left;
}
#filosofia-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
}
#filosofia-left #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 14px;
}
#filosofia-left #bg-center{
	background-color: #FFF;
}
#filosofia-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#filosofia-left #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 9px;
}
#filosofia-right{
	width: 330px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}
#filosofia-right #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 14px;
}
#filosofia-right #bg-center{
	background-color: #3b2e13;
}
#filosofia-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;

}
#filosofia-right #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 9px;
}

/* Marca Logo
--------------------------------------------------------------------------- */

#marca-logo-left{
	width: 649px;
	float: left;
}
#marca-logo-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
}
#marca-logo-left h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-size: 8pt;
}
#marca-logo-left #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 14px;
}
#marca-logo-left #bg-center{
	background-color: #FFF;
}
#marca-logo-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#marca-logo-left #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 9px;
}
#marca-logo-right{
	width: 330px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}
#marca-logo-right #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 14px;
}
#marca-logo-right #bg-center{
	background-color: #3b2e13;
}
#marca-logo-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;
}
#marca-logo-right #bg-bottom{
	background-repeat: no-repeat;
	height: 9px;
	background-image: url(../imatges/bg-bottom-quienes-somos-right.png);
}

/* Codigo etico
--------------------------------------------------------------------------- */

#codigo-etico-right{
	width: 649px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}
#codigo-etico-right #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 14px;
}
#codigo-etico-right #bg-center{
	background-color: #FFF;
}
#codigo-etico-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#codigo-etico-right #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 9px;
}
#codigo-etico-left{
	width: 330px;
	float: left;
}
#codigo-etico-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
}
#codigo-etico-left #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 14px;
}
#codigo-etico-left #bg-center{
	background-color: #3b2e13;
}
#codigo-etico-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;
}
#codigo-etico-left #bg-center ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#codigo-etico-left #bg-center li{
	list-style-type: none;
	padding-bottom: 20px;
}
#codigo-etico-left #bg-bottom{
	background-repeat: no-repeat;
	height: 9px;
	background-image: url(../imatges/bg-bottom-quienes-somos-right.png);
}

/* Recursos Humanos
--------------------------------------------------------------------------- */

#recursos-humanos-left{
	width: 774px;
	float: left;
}
#recursos-humanos-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
}
#recursos-humanos-left h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-size: 1em;
}

#recursos-humanos-left #bg-top{
	background-image: url(../imatges/ie6/bg-top-recursos-humanos-left.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#recursos-humanos-left #bg-center{
	background-color: #FFF;
}
#recursos-humanos-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#recursos-humanos-left #bg-center img{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#recursos-humanos-left #bg-bottom{
	background-image: url(../imatges/ie6/bg-bottom-recursos-humanos-left.gif);
	background-repeat: no-repeat;
	height: 9px;
}

#recursos-humanos-right{
	width: 201px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}
#recursos-humanos-right #bg-top{
	background-image: url(../imatges/ie6/bg-top-recursos-humanos-right.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#recursos-humanos-right #bg-center{
	background-color: #3b2e13;
}
#recursos-humanos-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;
}
#recursos-humanos-right #bg-center ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#recursos-humanos-right #bg-center li{
	list-style-type: none;
	padding-bottom: 20px;
}
#recursos-humanos-right #bg-bottom{
	background-repeat: no-repeat;
	height: 14px;
	background-image: url(../imatges/ie6/bg-bottom-recursos-humanos-right.gif);
}

/* Recursos Economicos
--------------------------------------------------------------------------- */

#recursos-economicos-left{
	width: 649px;
	float: left;
}
#recursos-economicos-left table{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#recursos-economicos-left table th{
	width: 135px;
	text-align: left;
	font-weight: normal;
}
#recursos-economicos-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
}
#recursos-economicos-left h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-size: 1em;
}
#recursos-economicos-left #bg-top{
	background-image: url(../imatges/ie6/bg-top-quienes-somos-left.gif);
	background-repeat: no-repeat;
	height: 14px;

}
#recursos-economicos-left #bg-center{
	background-color: #FFF;
}
#recursos-economicos-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#recursos-economicos-left #bg-bottom{
	background-image: url(../imatges/ie6/bg-bottom-quienes-somos-left.gif);
	background-repeat: no-repeat;
	height: 9px;
}
#recursos-economicos-right{
	width: 330px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}
#recursos-economicos-right #bg-top{
	background-image: url(../imatges/ie6/bg-top-quienes-somos-right.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#recursos-economicos-right #bg-center{
	background-color: #3b2e13;
}
#recursos-economicos-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;
}
#recursos-economicos-right #bg-center ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#recursos-economicos-right #bg-center li{
	list-style-type: none;
	padding-bottom: 20px;
}
#recursos-economicos-right #bg-bottom{
	background-repeat: no-repeat;
	height: 9px;
	background-image: url(../imatges/ie6/bg-bottom-quienes-somos-right.gif);
}

/* Como actuamos
--------------------------------------------------------------------------- */

#como-actuamos-left{
	width: 649px;
	float: left;
}
#como-actuamos-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
}
#como-actuamos-left #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 14px;

}
#como-actuamos-left #bg-center{
	background-color: #FFF;
}
#como-actuamos-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#como-actuamos-left #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-left.png);
	background-repeat: no-repeat;
	height: 9px;
}
#como-actuamos-right{
	width: 330px;
	float: right;
	margin-top: 27px;
	margin-right: 15px;
}
#como-actuamos-right #bg-top{
	background-image: url(../imatges/bg-top-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 14px;
}
#como-actuamos-right #bg-center{
	background-color: #3b2e13;
}
#como-actuamos-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	margin: 0px;
}
#como-actuamos-right #bg-bottom{
	background-image: url(../imatges/bg-bottom-quienes-somos-right.png);
	background-repeat: no-repeat;
	height: 9px;
}

/* Como Integrarse
--------------------------------------------------------------------------- */

#como-integrarse-center{
	width: 995px;
	margin-bottom: 15px;
}
#como-integrarse-center table{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#como-integrarse-center table th{
	width: 135px;
	text-align: left;
	font-weight: normal;
}
#como-integrarse-center h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
}
#como-integrarse-center h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-size: 1em;
}
#como-integrarse-center #bg-top{
	background-image: url(../imatges/bg-top-como-colaborar-center.png);
	background-repeat: no-repeat;
	height: 14px;

}
#como-integrarse-center #bg-center{
	background-color: #FFF;
}
#como-integrarse-center #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#como-integrarse-center #bg-bottom{
	background-image: url(../imatges/bg-bottom-como-colaborar-center.png);
	background-repeat: no-repeat;
	height: 9px;
}
#como-integrarse-left{
	width: 490px;
	float: left;
}
#como-integrarse-left a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 22px;
	background-image: url(../imatges/pdf.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #000;
	width: 150px;
}
#como-integrarse-left a:hover{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 22px;
	background-image: url(../imatges/pdf.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #000;
	text-decoration: none;
	width: 150px;
}
#como-integrarse-left table{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	width: 460px;
}
#como-integrarse-left table th{
	text-align: left;
	font-weight: bold;
	padding: 8px;
	background-color: #b9af9f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54401f;
	width: 125px;
}
#como-integrarse-left table td{
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54401f;
	text-align: center;
}
#como-integrarse-left h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0px;
}
#como-integrarse-left h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-size: 1em;
}
#como-integrarse-left #bg-top{
	background-repeat: no-repeat;
	height: 14px;
	background-image: url(../imatges/bg-top-como-integrarse.png);

}
#como-integrarse-left #bg-center{
	background-color: #FFF;
}
#como-integrarse-left #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#como-integrarse-left #bg-bottom{
	background-image: url(../imatges/bg-bottom-como-colaborar.png);
	background-repeat: no-repeat;
	height: 9px;
}
#como-integrarse-right{
	width: 490px;
	float: right;
	margin-right: 15px;
}
#como-integrarse-right a{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 22px;
	background-image: url(../imatges/pdf.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #000;
	width: 150px;
}
#como-integrarse-right a:hover{
	display: block;
	height: 18px;
	padding-top: 3px;
	padding-left: 22px;
	background-image: url(../imatges/pdf.png);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #000;
	text-decoration: none;
	width: 150px;
}
#como-integrarse-right table{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	width: 460px;
}
#como-integrarse-right table th{
	text-align: left;
	font-weight: bold;
	padding: 8px;
	background-color: #b9af9f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54401f;
	width: 170px;
}
#como-integrarse-right table td{
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54401f;
	text-align: center;
}
#como-integrarse-right h2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
}
#como-integrarse-right h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-size: 1em;
}
#como-integrarse-right #bg-top{
	background-image: url(background-image: url(../imatges/bg-top-como-integrarse.png););
	background-repeat: no-repeat;
	height: 14px;
	background-image: url(../imatges/bg-top-como-integrarse.png);
}
#como-integrarse-right #bg-center{
	background-color: #FFF;
}
#como-integrarse-right #bg-center p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#como-integrarse-right #bg-center ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#como-integrarse-right #bg-center li{
	list-style-type: none;
	padding-bottom: 20px;
}
#como-integrarse-right #bg-bottom{
	background-repeat: no-repeat;
	height: 9px;
	background-image: url(../imatges/bg-bottom-como-colaborar.png);
}

/* Noticias
--------------------------------------------------------------------------- */

#noticias-center{
	width: 995px;
	margin-bottom: 15px;
}
#noticias-center table{
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#noticias-center table th{
	width: 135px;
	text-align: left;
	font-weight: normal;
}
#noticias-center h2{
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#noticias-center h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	font-size: 1em;
	color: #D96A0D;
}
#noticias-center h3 a{
	color: #d96a0d;
	text-decoration: none;
}
#noticias-center h3 a:hover{
	text-decoration: underline;
}
#noticias-center #bg-top{
	background-image: url(../imatges/ie6/bg-top-como-colaborar-center.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#noticias-center #bg-center{
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
#noticias-center #bg-center .noticia-img{
	float: left;
	width: 22%;
	min-height: 125px;
	height: auto !important;
	height: 125px;
}
#noticias-center #bg-center .noticia-txt{
	width: 76%;
	float: right;
	min-height: 125px;
	height: auto !important;
	height: 125px;
}
#noticias-center #bg-center .noticia-detall-img{
	width: 40%;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
	padding-top: 10px;
}
#noticias-center #bg-center .noticia-detall-img table{
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-collapse: collapse;
}
#noticias-center #bg-center .noticia-detall-img table img{
	border: 1px solid #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#noticias-center #bg-center .noticia-detall-img tr{
	margin: 0px;
	padding: 0px;
}
#noticias-center #bg-center .noticia-detall-img td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}
#noticias-center #bg-center .noticia-detall-img ul{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}
#noticias-center #bg-center .noticia-detall-img ul img{
	border: 1px solid #CCC;
}
#noticias-center #bg-center .noticia-detall-img ul li{
	list-style-type: none;
	float: left;
}
#noticias-center #bg-center .noticia-detall-txt{
	width: 58%;
	float: right;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-top: 10px;
}
#noticias-center #bg-center p{
	margin-bottom: 10px;
}
#noticias-center #bg-center .data {
	color: #666;
}
#noticias-center .paginador {
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}
#noticias-center .paginador-total {
	text-align: right;
	height: 30px;
	margin-bottom: 5px;
}
.pagina_ant{
	color: #FFF;
	background-color: #322813;
	display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-right: 2px;
}
.pagina_ant_on {
	font-family: Tahoma, Arial;
	padding: 2;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d96a0d;
}
.pagina_ant:hover {
	background-color: #D96A0D;
}
.pagina_sig{
	color: #FFF;
	background-color: #322813;
	display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-left: 2px;
}
.pagina_sig_on {
	font-family: Tahoma, Arial;
	padding: 2;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d96a0d;
}
.pagina_sig:hover {
	background-color: #D96A0D;
}
.pagina {
	color: #FFF;
	background-color: #d96a0d;
	display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagina_on {
	color: #FFF;
	background-color: #322813;
	display: inline;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagina:hover {
	background-color: #322813;
}
#noticias-center #bg-bottom{
	background-image: url(../imatges/ie6/bg-bottom-como-colaborar-center.gif);
	background-repeat: no-repeat;
	height: 9px;
}

/* Noticias
--------------------------------------------------------------------------- */

#actividades-center{
	width: 995px;
	margin-bottom: 15px;
}
#actividades-center h2{
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#actividades-center h3{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	font-size: 1em;
	color: #D96A0D;
}
#actividades-center h3 a{
	color: #d96a0d;
	text-decoration: none;
}
#actividades-center h3 a:hover{
	text-decoration: underline;
}
#actividades-center #bg-top{
	background-image: url(../imatges/ie6/bg-top-como-colaborar-center.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#actividades-center #bg-center{
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
#actividades-center .actividades-img {
	float: left;
	width: 22%;
	min-height: 125px;
	height: auto !important;
	height: 125px;
}
#actividades-center .actividades-txt {
	width: 76%;
	float: right;
	min-height: 125px;
	height: auto !important;
	height: 125px;
}
#actividades-center .actividades-detall-img {
	width: 100%;
	height: auto !important;
	height: 400px;
	float: left;
	padding-top: 10px;
}
#actividades-center .actividades-detall-img table {
	float: left;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#actividades-center .actividades-detall-img table img {
	border: 1px solid #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #CCC;
}
#actividades-center .actividades-detall-img tr {
	margin: 0px;
	padding: 0px;
}
#actividades-center .actividades-detall-img td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
}
#actividades-center .actividades-detall-img ul {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
}
#actividades-center .actividades-detall-img ul img {
	border: 1px solid #CCC;
}
#actividades-center .actividades-detall-img ul li {
	list-style-type: none;
	float: left;
}
#actividades-center .actividades-detall-txt {
	width: 100%;
	float: right;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding-top: 10px;
}
#actividades-center p {
	margin-bottom: 10px;
}
#actividades-center .data  {
	color: #666;
}
#actividades-center .paginador {
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}
#actividades-center .paginador-total {
	text-align: right;
	height: 30px;
	margin-bottom: 5px;
}

/* Copyright
--------------------------------------------------------------------------- */

#copy{
	width: 100%;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#copy a{
	text-decoration: underline;
	color: #FFF;
}
#copy a:hover{
	text-decoration: none;
}
