/* CSS Document */
/* { autor: daniel.barrios(a)gmail.com } */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,sans-serif;
	font-size:11px;
	color:#4e2318;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/********** CUERPO **********/
#cuerpo {
	width:998px;
	height:auto;
	float:none;
	clear:both;
	margin:auto;
}


/********** HEADER *********/
#header {
	width:998px;
	height:56px;
}

#header #logo {
	float:left;
	width:345px;
	height:45px;
	padding-left:8px;
}

#header #lnkHeader {
	float:right;
	width:470px;
	height:20px;
	font-size:10px;
}

#header #lnkHeader ul {
	width:auto;
	height:20px;
	padding:0;
	margin:0;
}

#header #lnkHeader ul li {
	float:left;
	width:auto;
	height:16px;
	margin:0;
	color:#555;
	list-style:none;
	padding:5px 8px 0 8px;
}

#header #lnkHeader ul li a {
	width:auto;
	height:14px;
	color:#555;
	text-decoration:none;
	/*display:block;*/
}

#header #lnkHeader ul li a:hover {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

.separadorMenu {
	border-right:#00b9d0 2px solid;
}

/********** MENU *********/
#menu {
	width:998px;
	height:40px;
	background-image:url(../images/cabeceraweb/bg_menu.jpg);
	font-size:11px;
}

#menu ul {
	width:auto;
	height:40px;
	margin:0;
	margin-left:25px;
	padding:0;
}

#menu ul li {
	float:left;
	width:auto;
	height:40px;
	margin:0;
	color:#18558b;
	list-style:none;
}

.borde {
	border-right:#c0c0c0 1px solid;
}

#menu ul li a {
	float:left;
	width:auto;
	height:27px;
	padding:13px 11px 0 11px;
	color:#18558b;
	text-decoration:none;
	display:block;
}

#menu ul li a:hover, #menu ul li a.activado {
	color:#18558b;
	text-decoration:none;
	/*background-image:url(../images/cabeceraweb/bg_menuOver.gif);*/
}


/********** MAIN *********/
#main {
	width:auto;
	height:auto;
	padding:32px 0 20px 29px;
}

#main #colIzq {
	float:left;
	width:621px;
	height:auto;
	margin-right:19px;
}

#main #colIzq #destacados {
	width:621px;
	height:485px;
	background-image:url(../images/cabeceraweb/bg_slide.jpg);
	margin-bottom:23px;
	background-repeat:no-repeat;
}

	#main #colIzq #destacados #imgTxt {
		width:621px;
		height:191px;
	}
	
		#main #colIzq #destacados #imgTxt #imgDest {
			float:left;
			width:289px;
			height:191px;
		}
		
		#main #colIzq #destacados #imgTxt #txtDest {
			float:left;
			width:289px;
			height:191px;
		}

#titProgrames {
	width:621px;
	height:32px;
	padding-top:13px;
}

#contentBox {
	font-size:10px;
	line-height:12px;
}

#contentBox p {
margin:0;
height:62px;
}

.masInfo {
	width:auto;
	height:20px;
	color:#ed2d26;
	font-style:italic;
	text-align:right;
}

.masInfo a {
	color:#ed2d26;
	text-decoration:none;
}

.masInfo a:hover {
	color:#ed2d26;
	text-decoration:underline;
}

#contentBox #box1 {
	float:left;
	width:163px;
	height:82px;
	background:url(../images/cabeceraweb/box.png) left top;
	padding:38px 10px 0 23px;
	margin-left:8px; _margin-left:4px;
	margin-bottom:8px;
}

#contentBox #box2 {
	float:left;
	width:163px;
	height:82px;
	background:url(../images/cabeceraweb/box.png) -204px top;
	padding:38px 10px 0 23px;
	margin-left:8px;
	margin-bottom:8px;
}

#contentBox #box3 {
	float:left;
	width:163px;
	height:82px;
	background:url(../images/cabeceraweb/box.png) -408px top;
	padding:38px 10px 0 23px;
	margin-left:8px;
	margin-bottom:8px;
}

#contentBox #box4 {
	float:left;
	width:163px;
	height:82px;
	background:url(../images/cabeceraweb/box.png) left -128px;
	padding:38px 10px 0 23px;
	margin-left:8px;
	margin-bottom:8px; _margin-left:4px;
}

#contentBox #box5 {
	float:left;
	width:163px;
	height:82px;
	background:url(../images/cabeceraweb/box.png) -204px -128px;
	padding:38px 10px 0 23px;
	margin-left:8px;
	margin-bottom:8px;
}

#contentBox #box6 {
	float:left;
	width:163px;
	height:82px;
	background:url(../images/cabeceraweb/box.png) -408px -128px;
	padding:38px 10px 0 23px;
	margin-left:8px;
	margin-bottom:8px;
}

#main #colIzq #titNoticias {
	width:130px;
	height:30px;
	background-image:url(../images/cabeceraweb/btn_noticias.gif);
	margin-top: 8px;
}

#main #colIzq #noticias {
	width:605px;
	height:auto;
	background-image:url(../images/cabeceraweb/bg_noticias.gif);
	padding:14px 0 0 16px;
}

#main #colIzq #noticias .fecha {
	width:60px;
	height:16px;
	background-image:url(../images/cabeceraweb/bg_fecha.gif);
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:10px;
}

#main #colIzq #noticias p {
	margin:0;
	padding:6px 10px;
	line-height:19px;
	font-size:12px;
}

#main #colIzq #noticias a {
	color:#4e2318;
	text-decoration:none;
}

#main #colIzq #noticias a:hover {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

#main #colIzq #noticias .punteadoNoticias {
	width:605px;
	height:1px;
	background-image:url(../images/cabeceraweb/punteadoNoticias.gif);
	margin:5px 0 19px 0;
	overflow:hidden;
}

#main #colDer {
	float:left;
	width:300px;
	height:auto;
}

#main #colDer a {
	color:#4e2318;
	text-decoration:none;
}

#main #colDer a:hover {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

#main #colDer #titLesWebs {
	width:200px;
	height:30px;
	background-image:url(../images/cabeceraweb/btn_lesWebs.gif);
}

#main #colDer .titDestacat {
	width:100px;
	height:30px;
	background-image:url(../images/cabeceraweb/btn_destacat.gif);
}

#main #colDer #titEtRecordem {
	width:132px;
	height:30px;
	background-image:url(../images/cabeceraweb/tit_EtRecordem.gif);
}

#main #colDer #titPalmaEduca {
	width:237px;
	height:30px;
	background-image:url(../images/cabeceraweb/tit_PalmaEduca.gif);
}

#bannerInfra {
	width:262px;
	height:41px;
	padding:6px 9px;
	color:#18558b;
	font-size:15px;
	background-image:url(../images/cabeceraweb/bg_infraestructura.jpg);
	margin-top:23px;
	text-align:center;
}

#main #colDer .contN {
	width:284px;
	height:auto;
	background-image:url(../images/cabeceraweb/bg_noticias.gif);
	margin-bottom:20px;
	padding:6px 0 12px 16px;
	font-size:11px;
}

#main #colDer .contN .parLnk {
	margin-bottom:16px;
}

#main #colDer .contN .iconIzq {
	float:left;
	width:58px;
	height:auto;
}

#main #colDer .contN .txtIzq {
	float:left;
	width:76px;
	height:auto;
	margin-right:8px;
	font-size:10px;
}

#main #colDer .contN .iconDer {
	float:left;
	width:58px;
	height:auto;
}

#main #colDer .contN .txtDer {
	float:left;
	width:76px;
	height:auto;
	font-size:10px;
}

#main #colDer .contN .btn_educa_table {
	float:left;
	width:56px;
	height:32px;
	display:table;
	margin:0;
}

#main #colDer .contN .btn_educa {
	float:left;
	width:56px;
	height:32px;
	text-align:center;
	color:#18558b;
	margin-right:12px;
	font-weight:bold;
	line-height:1em;
}

#main #colDer .contN .btn_educa a {
	width:56px;
	height:27px;
	background:url(../images/cabeceraweb/bg_sprit_button.jpg) left top;
	color:#18558b;
	display:block;
	padding-top:5px;
	overflow:hidden;

}

#main #colDer .contN .btn_educa a:hover {
	background:url(../images/cabeceraweb/bg_sprit_button.jpg) left -32px;
	color:#4e2318;
}

.contFecha2 {
	margin-bottom:12px;
}

.fecha2 {
	float:left;
	width:32px;
	height:auto;
	background:url(../images/cabeceraweb/bg_fecha2.jpg) no-repeat;
	margin-right:8px;
}

.fecha2Nro {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.fecha2Mes {
	text-align:center;
}

.txtRecordem {
	float:left;
	width:244px;
	height:auto;
}

#main #colDer .contG {
	width:284px;
	height:auto;
	background-image:url(../images/cabeceraweb/bg_contG.gif);
	margin-bottom:20px;
	padding:6px 0 12px 16px;
}


/********** 2 **********/
#titSeccion2 {
	width:auto;
	height:30px;
	margin-bottom:20px;
	color: #ff9c03;
	font-size: 28px;
	
}

#colIzq2 {
	float:left;
	width:219px;
	height:auto;
	margin-right:20px;
}

#colIzq2 a {
	color:#4e2318;
	text-decoration:none;
}

#colIzq2 a:hover {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

#colIzq2 #titIndex {
	width:90px;
	height:30px;
	background:url(../images/cabeceraweb/tit_index.gif) no-repeat;
}

#colIzq2 #titApendix {
	width:100px;
	height:30px;
	background:url(../images/cabeceraweb/tit_apendix.gif) no-repeat;
}

#colIzq2 .contIzq2 {
	width:203px;
	height:auto;
	background-image:url(../images/cabeceraweb/bg_contG.gif);
	margin-bottom:20px;
	padding:6px 0 12px 16px;
	/*font-size:0.7em; .font-size:0.625em;*/
}

	#colIzq2 .contIzq2 ul {
		margin:0;
		padding:0 0 0 22px;
		font-size:11px;
	}
	
	#colIzq2 .contIzq2 ul li.flecha {
		list-style-image:url(../images/cabeceraweb/dot_flecha.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#000;
		font-size:11px;
	}

	#colIzq2 .contIzq2 ul li.dotGr {
		list-style-image:url(../images/cabeceraweb/dot_naranjaGr.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#4e2318;
		font-size:11px;
	}

	#colIzq2 .contIzq2 ul li.dotNaranja {
		list-style-image:url(../images/cabeceraweb/dot_naranja.gif);
		color:#4e2318;
		font-size:11px;
	}

	#colIzq2 .contIzq2 ul li.rosaGr {
		list-style-image:url(../images/cabeceraweb/dot_rosaGr.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#000;
		font-size:11px;
	}



#colCen2 {
	float:left;
	width:461px;
	height:auto;
	margin-right:20px;
	font-size:12px;
}

#colCen2 a {
	color:#4e2318;
	text-decoration:none;
}

#colCen2 a:hover {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

	#colCen2 #titObjetius {
		width:130px;
		height:30px;
		background:url(../images/cabeceraweb/tit_objetius.gif) no-repeat;
	}

	#colCen2 #titRecursos {
		width:135px;
		height:30px;
		background:url(../images/cabeceraweb/tit_recursos.gif) no-repeat;
	}

	#colCen2 .contCen2 {
		width:445px;
		height:auto;
		background:url(../images/cabeceraweb/bg_contG.gif) repeat-y;
		margin-bottom:20px;
		padding:6px 0 12px 16px;
		/*font-size:0.7em; .font-size:0.625em;*/
	}

	#colCen2 #titApendixGr {
		width:130px;
		height:30px;
		background:url(../images/cabeceraweb/tit_apendixGr.gif) no-repeat;
	}

	.divisorLinea {
		width:auto;
		height:1px;
		background-image:url(../images/cabeceraweb/divisorLinea.gif);
		margin:20px 0;
		overflow:hidden;
	}

	.pujaMenu {
		width:auto;
		height:17px;
		background-image:url(../images/cabeceraweb/bg_pujaMenu.gif);
		color:#555;
		font-size:10px;
		text-align:right;
		padding-right:20px;
		margin:20px 0;
	}

	#colCen2 .contCen2 ul {
		margin:0;
		padding:0 16px;
		font-size:11px;
	}
	
	#colCen2 .contCen2 ul li {
		list-style-image:url(../images/cabeceraweb/dot_naranja.gif);
		margin-bottom:10px;
		.padding-left:5px;
	}

	#colCen2 .contCen2 ul li.flecha {
		list-style-image:url(../images/cabeceraweb/dot_flecha.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#000;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.rosaGr {
		list-style-image:url(../images/cabeceraweb/dot_rosaGr.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#000;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.flechaR {
		list-style-image:url(../images/cabeceraweb/dot_flechaR.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#666;
		font-size:14px;
	}

	#colCen2 .contCen2 ul li.pdf, ul li.pdf {
		list-style-image:url(../images/cabeceraweb/iconPdf.gif);
		margin-top:10px;
		margin-left:8px;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.ppt, ul li.ppt {
		list-style-image:url(../images/cabeceraweb/iconPpt.gif);
		margin-top:10px;
		margin-left:8px;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.zip, ul li.zip {
		list-style-image:url(../images/cabeceraweb/iconZip.gif);
		margin-top:10px;
		margin-left:8px;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.mp3, ul li.mp3 {
		list-style-image:url(../images/cabeceraweb/iconMp3.gif);
		margin-top:10px;
		margin-left:8px;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.jpg, ul li.jpg {
		list-style-image:url(../images/cabeceraweb/iconJpg.gif);
		margin-left:8px; .margin-left:0;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.gif, ul li.gif {
		list-style-image:url(../images/cabeceraweb/iconGif.gif);
		margin-left:8px; .margin-left:0;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.mov, ul li.mov {
		list-style-image:url(../images/cabeceraweb/iconMov.gif);
		margin-left:8px; .margin-left:0;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 ul li.wma, ul li.wma {
		list-style-image:url(../images/cabeceraweb/iconWma.gif);
		margin-left:8px; .margin-left:0;
		.padding-left:5px;
		color:#555;
		font-size:11px;
	}

	#colCen2 .contCen2 .contentColumnasTh {
		width:auto;
		height:auto;
		margin-bottom:25px;	
	}

	#colCen2 .contCen2 .columnaIzqTh {
		float:left;
		width:142px;
		margin:0 60px 0 40px; _margin:0 60px 0 20px;
	}

	#colCen2 .contCen2 .columnaDerTh {
		float:left;
		width:142px;
	}	

	#colCen2 .contCen2 .contentTh {
		width:140px;
		height:96px;
		padding:0 0 8px 2px;
		background-image:url(../images/cabeceraweb/bg_thFoto.gif);
	}

	#colCen2 a.lnkLiGr {
		color:#555;
		text-decoration:none;
	}
	
	#colCen2 a:hover.lnkLiGr {
		color:#18558b;
		text-decoration:none;
		background-color:#ccf1f6;
	}


	#colCen2 .contCen2 ul li.audio {
		list-style-image:url(../images/cabeceraweb/dot_audio.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#666;
		font-size:14px;
	}

	#colCen2 .contCen2 ul li.video {
		list-style-image:url(../images/cabeceraweb/dot_video.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#666;
		font-size:14px;
	}

	#colCen2 .contCen2 ul li.foto {
		list-style-image:url(../images/cabeceraweb/dot_foto.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#666;
		font-size:14px;
	}

#colDer2 {
	float:left;
	width:229px;
	height:auto;
}

#colDer2 .fecha {
	width:60px;
	height:16px;
	background-image:url(../images/cabeceraweb/bg_fecha.gif);
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	font-size:10px;
	/*font-size:0.7em; .font-size:0.625em;*/
}

#colDer2 .lnkStd {
	font-size:10px;
}

#colDer2 a.lnkStd {
	color:#4e2318;
	text-decoration:none;
}

#colDer2 a:hover.lnkStd {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

.lnkMas {
	padding-left:18px;
	background:url(../images/cabeceraweb/iconMas.gif) no-repeat;
	font-size:10px;
}

.pmargin {
	padding:15px 0 0 0;
}

a.lnkMas {
	color:#666;
	text-decoration:none;
}

a:hover.lnkMas {
	color:#666;
	text-decoration:underline;
}

	#colDer2 #titNoticiesRelac {
		width:180px;
		height:30px;
		background:url(../images/cabeceraweb/tit_noticiesRelac.gif) no-repeat;
	}

	#colDer2 #titWebsites {
		width:100px;
		height:30px;
		background:url(../images/cabeceraweb/tit_websites.gif) no-repeat;
	}

	#colDer2 #titContacte {
		width:100px;
		height:30px;
		background:url(../images/cabeceraweb/tit_contacte.gif) no-repeat;
	}

	#colDer2 .contDer2 {
		width:213px;
		height:auto;
		background:url(../images/cabeceraweb/bg_contG.gif) repeat-y;
		margin-bottom:20px;
		padding:6px 0 12px 16px;
		/*font-size:0.7em; .font-size:0.625em;*/
	}

#colDer2 p {
	margin:0;
}

.infoContacte {
	font-size:11px;
}

.lnkMail {
	color:#555;
	font-size:10px;
}

a.lnkMail {
	color:#555;
	text-decoration:none;
}

a:hover.lnkMail {
	color:#555;
	text-decoration:none;
	background-color:#ccf1f6;
}

/********** 05 *************/
#colCen5 {
	float:left;
	width:701px;
	height:auto;
	/*margin-right:20px;
	font-size:12px;*/
}

#colCen5 a {
	color:#4e2318;
	text-decoration:none;
}

#colCen5 a:hover {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

#colCen5 a.lnkLiGr {
	color:#555;
	text-decoration:none;
}
	
#colCen5 a:hover.lnkLiGr {
	color:#18558b;
	text-decoration:none;
	background-color:#ccf1f6;
}

	#colCen5 #titApendixGr {
			width:130px;
			height:30px;
			background:url(../images/cabeceraweb/tit_apendixGr.gif) no-repeat;
		}
	
	#colCen5 .contCen5 {
		width:701px;
		height:auto;
		background:url(../images/cabeceraweb/bg_contG.gif) repeat-y;
		margin-bottom:20px;
		padding:6px 0 12px 16px;
		/*font-size:0.7em; .font-size:0.625em;*/
	}

	#colCen5 .contCen5 ul {
		margin:0;
		padding:0 16px;
		font-size:11px;
	}

	#colCen5 .contCen5 ul li.foto {
		list-style-image:url(../images/cabeceraweb/dot_foto.gif);
		margin-top:10px;
		.padding-left:5px;
		color:#666;
		font-size:14px;
	}

.contentFoto {
	margin:40px 0 0 60px;
}

.contentFotoGr {
	width:576px;
	height:367px;
	background-image:url(../images/cabeceraweb/bg_fotoGr.gif);
	padding:0 2px 8px 2px;
}

#colCen5 .contCen5 ul li.rosaGr {
	list-style-image:url(../images/cabeceraweb/dot_rosaGr.gif);
	margin-top:10px;
	.padding-left:5px;
	color:#000;
	font-size:11px;
}


/********** CALENDARIO **********/
#colIzq6 {
	float:left;
	width:700px;
	height:auto;
	margin-right:20px;
}

#colIzq6 #titEvents {
	width:85px;
	height:30px;
	background:url(../images/cabeceraweb/btn_events.gif);
}

#colIzq6 .contIzq6 {
	width:684px;
	height:auto;
	background:url(../images/cabeceraweb/bg_contG.gif) repeat-y;
	margin-bottom:20px;
	padding:6px 0 12px 16px;
}

#colIzq6 .contIzq6 .fecha {
	float:left;
	width:60px;
	height:16px;
	background-image:url(../images/cabeceraweb/bg_fecha.gif);
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	margin-right:7px;
}

#colIzq6 .contIzq6 .subtitulo {
	float:left;
	width:auto;
	height:auto;
	font-size:10px;
	color:#555;
	font-style:italic;
}

#colIzq6 .contIzq6 .titulo {
	color:#4e2318;
	font-size:16px;
	font-weight:bold;
	margin-left:12px;
}

#colIzq6 .contIzq6 .txtBajada {
	color:#555;
	font-size:12px;
	margin-left:12px;
	margin-top:5px;
}

.calendario {
	width:229px;
	height:auto;
	margin-bottom:24px;
}

.divisorPunteado {
	width:auto;
	height:1px;
	background-image:url(../images/cabeceraweb/divisorPunteado.gif);
	margin:14px 0;
	overflow:hidden;
}


/********** ACTUALITAT **********/
#main #colIzq #titNoticies {
	width:100px;
	height:30px;
	background-image:url(../images/cabeceraweb/btn_noticies.gif);
}

#main #colIzq #noticies {
	width:605px;
	height:auto;
	background:url(../images/cabeceraweb/bg_contG.gif) repeat-y;
	padding:14px 0 0 16px;
}

#main #colIzq #noticies .fecha {
	width:60px;
	height:16px;
	background-image:url(../images/cabeceraweb/bg_fecha.gif);
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:10px;
}


.tituloActualitat {
	font-size:20px;
	color:#4e2318;
	margin:10px 0 10px 12px;
}

.bajadaActualitat {
	font-size:12px;
	color:#333;
	margin-left:12px;
}

/********** telefons **********/
#titNone {
	width:205px;
	height:19px;
	background-image:url(../images/cabeceraweb/btn_none.gif);
}

#telefons {
	width:205px;
	height:auto;
	background:url(../images/cabeceraweb/bg_contG.gif) repeat-y;
	padding-left:15px;
}

.nomDato {
	width:190px;
	color:#4e2318;
	font-size:14px;
	font-weight:bold;
}

.telDato {
	width:190px;
	color:#333;
	font-size:12px;
	padding:7px 0;
}

.divisorTelefons {
	width:167px;
	height:1px;
	background-image:url(../images/cabeceraweb/divisorTelefons.gif);
	/*margin:20px 0;*/
	overflow:hidden;
}

/********** FOOTER **********/
#footerTop {
	width:998px;
	height:29px;
	background-image:url(../images/cabeceraweb/bg_footerTop.gif);
}

#footer {
	width:988px;
	height:auto;
	background-image:url(../images/cabeceraweb/bg_footer.gif);
	padding:27px 0 8px 10px;
	color:#555;
	font-size:10px;
}

#colLogo {
	float:left;
	width:130px;
	min-height:180px;
	vertical-align:text-bottom;
}

#footer #col1Footer {
	float:left;
	width:255px;
	height:auto;
	margin-right:9px;
	padding:9px 0 10px 12px;
	border-left:#c0c0c0 1px solid;
}

#footer #col2Footer {
	float:left;
	width:296px;
	height:auto;
	margin-right:9px;
	padding:9px 0 10px 12px;
	border-left:#c0c0c0 1px solid;
}

#footer #col3Footer {
	float:left;
	width:237px;
	height:auto;
	padding:9px 0 10px 12px;
	border-left:#c0c0c0 1px solid;
}

#footer ul {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
}

#footer ul li {
	width:auto;
	height:16px;
	margin:0;
	color:#555;
	list-style:none;
	padding:7px 0 0 0;
}

#footer ul li a {
	width:auto;
	height:14px;
	color:#555;
	text-decoration:none;
	/*display:block;*/
}

#footer ul li a:hover {
	color:#555;
	text-decoration:none;
	background-color:#ccf1f6;
}

#footerEnd {
	width:998px;
	height:5px;
	background-image:url(../images/cabeceraweb/bg_footerEnd.gif);
	overflow:hidden;
}

/*
DESTACADOS
*/
.tit_destacado {
	color:#18558b;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
}
.txt_destacado {
	color: #666;
	font-size: 10px;
	text-align: left;
	margin-bottom: 16px;
}
/*.contG img {
	float: left;
	margin-right: 4px;
}*/


#destacatscentre {
	background: url(../images/cabeceraweb/btn_destacat_nb.gif) no-repeat;
	width: 603px;
	margin-top: 4px;
	padding-top: 35px;
	border-left: 1px solid #ccc;
	padding-left: 17px;
	padding-bottom: 9px;
}
#destacatscentre .tit_destacado {
	color: #f99317;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

#destacatscentre .txt_destacado {
	color: #4e2318;
	font-size: 11px;
	margin-bottom: 10px;
}
#destacatscentre img {
	float: left;
	margin-right: 10px;
}

#destacatscentre a.anchor_destacado {
	font-size: 11px;
	color:#666;
	text-decoration:underline;
	background: url(../images/cabeceraweb/flecha_descarga_gris.gif) no-repeat;
	padding-left: 17px;
	width: 200px;
	height: 15px;
}

#destacatscentre a.anchor_destacado:hover  {
	text-decoration:underline;
	background-color:#ccf1f6;

}

#main #colDer a.anchor_destacado {
	font-size: 11px;
	color:#666;
	text-decoration:underline;
	background: url(../images/cabeceraweb/flecha_descarga_gris.gif) no-repeat;
	padding-left: 17px;
	width: 200px;
	height: 15px;
}

#main #colDer a.anchor_destacado:hover  {
	text-decoration:underline;
	background-color:#ccf1f6;

}


/*
FIN DESTACADOS
*/
