/* ---------------------------------------------------------------------------------
	Hoja de estilos para los contenidos interiores

	Desarrollado por Servicios Avanzados para las Instituciones S.L. (VIAVANSI) 2009
	Contacto: comercial@viavansi.com
	http://www.viavansi.com/
	
	Encoding:	UTF-8
	Autor:		Juan G. Hurtado
	e-Mail:		jghurtado@viavansi.com
------------------------------------------------------------------------------------ */

/* =Body
------------------------------------------------------------------------------------ */
#body {
	position: relative;
}

	#body .content {
		padding-top: 2.5em;
	}
	
.fases2 .box .group .box img {
	position: relative;
	z-index: 99;
}

#fases_index_1,
#fases_index_2,
#fases_index_3,
#fases_index_4 {
	float: left;
	display: block;
	height: 183px;
	position: absolute;
	text-indent: -999em;
	top: 23px;
	width: 138px;
	z-index: 999;
}

#fases_index_1 {
	left:25px;
}

#fases_index_2 {
	left: 163px;
}

#fases_index_3 {
	left: 284px;
}

#fases_index_4 {
	left: 434px;
}
	
.msg-result {
	background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/msg-result.gif) no-repeat 0 0.25em;
	padding: 1em 0.15em 1em 55px;
	min-height: 55px;
}

.success, .fail {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	min-height: 55px;
}

.fail {
	background:url("http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif") no-repeat scroll -24px -4240px transparent;
	padding-left:60px;
}

.success {
	background:url("http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif") no-repeat scroll -24px -4350px transparent;
	padding-left:60px;
}

.msg-result strong, .fail strong, .success strong {
	color: #000;
}

.error {
	color: red;
	display: block;
}

/* show-hide-block */
.show-hide-block {
	position: relative;
}

	.show-hide-block .open-all {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -15px -562px;
		display: block;
		font-size: 1.1em;
		font-weight: bold;
		padding: 0.5em 0 0.5em 50px;
		position: absolute;
		right: 1em;
		top: 1em;
	}

/* Breadcrumbs */
#body .breadcrumbs {
	left: 1.8em;
	margin: 0;
	position: absolute;
	top: 1em;
}

/* Box */
#body .box {
	margin: 1em 1.5em 0 1.5em;
}

#body .color-grey {
	background: #ebebeb;
	margin-bottom: 1em;
	padding: 1em;
}

#body .color-mini-grey {
	background: #bfbfbf;
	color: #333;
	margin-bottom: 1em;
	padding: 1em;
}

#body .color-dark-grey {
	background: #333;
	color: #eee;
}

	#body .color-dark-grey h2, #body .color-dark-grey h3,
	#body .color-dark-grey h4, #body .color-dark-grey h5,
	#body .color-dark-grey h6 {
		color: #fff;
	}

	#body .color-dark-grey strong {
		color: #fff;
	}
	
	#body .color-dark-grey a {
		color: #ddd;
	}
	
	#body .color-dark-grey a:focus,
	#body .color-dark-grey a:hover {
		color: #fff;
	}
	
#body .color-medium-grey {
	background: #434343;
	color: #eee;
}

	#body .color-medium-grey h2, #body .color-medium-grey h3,
	#body .color-medium-grey h4, #body .color-medium-grey h5,
	#body .color-medium-grey h6 {
		color: #fff;
	}

	#body .color-medium-grey strong {
		color: #fff;
	}

	#body .color-medium-grey a {
		color: #ddd;
	}

	#body .color-medium-grey a:focus,
	#body .color-medium-grey a:hover {
		color: #fff;
	}
	
/* Questions and answers */
#body .questions-answers {
	margin: 0;
}

	#body .questions-answers .question {}
	
		#body .questions-answers .question h3 {
			font-size: 1em;
		}
	
	#body .questions-answers .answer {}
	
	#body .questions-answers .pdf {
		float: right;
		padding: 0.75em 0 0.75em 60px;
	}
	
		#body .questions-answers .pdf a {
			color: #000;
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			text-decoration: none;
		}
		
			#body .questions-answers .pdf a strong {
				color: #777;
				display: block;
				font-size: 0.7em;
				text-decoration: underline;
			}

/* Contact */
#body .contact {
	background: #333;
	color: #aaa;
	padding: 1em;
}

	#body .contact a {
		color: #aaa;
	}
	
	#body .contact h3 {
		margin-bottom: 0;
	}

	#body .contact h3 {
		color: #fff;
	}

/* Links-Block */
#body .links-block {}

	#body .links-block li {
		background: #ebebeb;
		padding: 0.5em;
	}
	
		#body .links-block li a {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -30px -187px;
			display: block;
			color: #777;
			padding: 0.5em 0 0.5em 35px;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		#body .links-block li.current a {
			background-position: -30px -240px;
		}
		
		#body .links-block li a:focus,
		#body .links-block li a:hover {
			color: #000;
		}
		
		#body .links-block li div {}
		
		#body .links-block li ul {
			margin-left: 3.5em;
		}
		
			#body .links-block li ul li {
				padding: 0;
			}

/* Tabs */
#body .tabs {}

	#body .tabs .tabs-links {
		margin-bottom: 0.25em;
		padding: 0;
		position: relative;
		z-index: 999;
	}
	
		#body .tabs .tabs-links li {
			float: left;
			margin: 0;
		}
		
		#body .tabs .tabs-links li.current {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/tabs-pink.gif) no-repeat 50% 100%;
			margin-bottom: -11px;
			padding-bottom: 11px;
		}
		
			#body .tabs .tabs-links li a {
				background: #cc6699;
				border-right: 3px solid #fff;
				color: #fff;
				display: block;
				font-size: 1.2em;
				padding: 1.25em 1em;
				text-align: center;
				text-decoration: none;
			}
			
			#body .tabs .tabs-links li a:focus,
			#body .tabs .tabs-links li a:hover {
				background: #7e1142;
			}
			
			#body .tabs .tabs-links li.last a {
				border: 0;
			}
			
			#body .tabs .tabs-links li.current a {
				background: #7e1142;
			}
			
		#body .tabs .tabs-2 li {
			width: 50%;
		}
		
		#body .tabs .tabs-3 li {
			width: 33.3%;
		}
		
		#body .tabs .tabs-4 li {
			width: 25%;
		}
		
		#body .tabs .tabs-5 li {
			width: 20%;
		}
		
		#body .tabs .tabs-6 li {
			width: 16.666%;
		}
		
			#body .tabs .tabs-6 li a {
				min-height: 35px;
				padding: 0.5em;
			}

		#body .tabs .tabs-7 li {
			font-size: 0.85em;
			width: 14.286%;
		}

			#body .tabs .tabs-7 li a {
				padding: 1em 0.5em;
			}
			
		#body .tabs .tabs-8 li {
			font-size: 0.75em;
			width: 12.5%;
		}
		
			#body .tabs .tabs-8 li a {
				padding: 1em 0.5em;
			}
	
	#body .tabs .tab {
		background: #f5e0eb;
		padding: 2em 1.5em;
	}
	
	#body .grey .tabs-links li.current {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/tabs-grey.gif) no-repeat 50% 100%;
	}
	
		#body .grey .tabs-links li.current a {
			background: #333;
		}
	
		#body .grey .tabs-links li a {
			background: #8c8c8c;
		}
	
		#body .grey .tabs-links li a:focus,
		#body .grey .tabs-links li a:hover {
			background: #333;
		}
		
		#body .grey .tab {
			background: #ebebeb;
		}
		
		#body .grey .tabs-links li.color-evaluar {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/tabs-evaluar.gif) no-repeat 50% 100%;
		}	
			
			#body .grey .tabs-links li.color-evaluar a,
			#body .grey .tabs-links li.color-evaluar a:focus,
			#body .grey .tabs-links li.color-evaluar a:hover {
				background: #66cc00;
			}
		
		#body .grey .tabs-links li.color-activar {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/tabs-activar.gif) no-repeat 50% 100%;
		}
		
			#body .grey .tabs-links li.color-activar a,
			#body .grey .tabs-links li.color-activar a:focus,
			#body .grey .tabs-links li.color-activar a:hover {
				background: #0099ff;
			}
		
		#body .grey .tabs-links li.color-crecer {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/tabs-crecer.gif) no-repeat 50% 100%;
		}
	
			#body .grey .tabs-links li.color-crecer a,
			#body .grey .tabs-links li.color-crecer a:focus,
			#body .grey .tabs-links li.color-crecer a:hover {
				background: #cc0066;
			}
		
		#body .grey .tabs-links li.color-consolidar {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/tabs-consolidar.gif) no-repeat 50% 100%;
		}
		
			#body .grey .tabs-links li.color-consolidar a,
			#body .grey .tabs-links li.color-consolidar a:focus,
			#body .grey .tabs-links li.color-consolidar a:hover {
				background: #000033;
			}

/* Pager */
#body .pager {
	color: #444;
}

	#body .pager strong {
		font-weight: normal;
	}
	
	#body .pager span {}
	
	#body .pager a, #body .pager strong, #body .pager span {
		display: block;
		float: left;
		color: #666;
		margin: 0 0.18em;
		text-decoration: none;
	}
	
	#body .pager a.next, #body .pager a.previous {
		height: 18px;
		text-indent: -9999px;
		width: 18px;
	}
	
	#body .pager a.next {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -53px -1753px;
	}
	
	#body .pager a.next:focus, #body .pager a.next:hover {
		background-position: -53px -1735px;
	}
	
	#body .pager a.previous {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -31px -1735px;
	}
	
	#body .pager a.previous:focus, #body .pager a.previous:hover {
		background-position: -31px -1753px;
	}
	
	#body .pager a:focus,
	#body .pager a:hover {
		color: #000;
		text-decoration: underline;
	}
	
	#body .pager a.current {
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
	}

/* =Contents
------------------------------------------------------------------------------------ */
/* More InfoTrade */
#body .more-infotrade {}

	#body .more-infotrade .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-infotrade-background.jpg) no-repeat 100% 100%;
		padding-bottom: 9em;
		padding-top: 2em;
	}

	#body .more-infotrade .event-search h2 {
		background:url("http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif") no-repeat scroll -25px -1820px transparent;
		color:#000000;
		font-size:1.5em;
		line-height:1.1em;
		margin-bottom:0;	
		padding:0.55em 0 1em 60px;
		width:40%;
	}

	#body .more-infotrade h3.binder {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/flecha-verde.gif) no-repeat 0 0.2em;
		padding: 0.25em 0 0.25em 35px;
		cursor: pointer;
	}
	
	#body .more-infotrade .current h3.binder {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/flecha-verde-abajo.png) no-repeat 0 0.2em;
	}
	
	#body .more-infotrade ul.linksInfotrade {
		margin-left: 35px;
	}
	
	#body .more-infotrade .event-search ul.linksInfotrade {
		margin-left: 0;
	}
	
		#body .more-infotrade ul.linksInfotrade li {
			margin-bottom: 0.5em;	
		}
		
			#body .more-infotrade ul.linksInfotrade li a {
				text-decoration: underline;
			}

/* schedule */
#body .schedule {
	padding-top: 0;
}

	#body .schedule .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-schedule-background.jpg) no-repeat 100% 100%;
		padding-top: 2em;
	}
	
	#body .schedule .weekly-schedule {
		position: relative;
		padding-top: 2em;
	}
	
		#body .schedule .weekly-schedule .msg-result {}
		
		#body .schedule .weekly-schedule .pager {
			position: absolute;
			right: 0;
			top: 0;
		}
	
		#body .schedule .weekly-schedule h2 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1600px;
			color: #000;
			font-size: 1.5em;
			line-height: 1.1em;
			margin-bottom: 0.75em;
			padding: 0.75em 0 1em 60px;
			width: 40%;
		}
		
		#body .schedule .weekly-schedule ul {
			margin: 0 1.25em 1em 0.75em;
		}
		
			#body .schedule .weekly-schedule ul li {
				margin-bottom: 1em;
				padding-left: 30px;
				padding-top: 0.5em;
			}
			
				#body .schedule .weekly-schedule ul li span.date {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -35px -215px;
					color: #2a70aa;
					margin-left: -30px;
					padding: 0.5em 0 0.5em 30px;
				}
				
				#body .schedule .weekly-schedule ul li .block {
					margin-top: 1em;
				}
				
				#body .schedule .weekly-schedule ul li.current a {
					color: #000;
					text-decoration: none;
				}
				
				#body .schedule .weekly-schedule ul li a {
					color: #333;
					text-decoration: none;
				}
				
				#body .schedule .weekly-schedule ul li a:focus,
				#body .schedule .weekly-schedule ul li a:hover {
					color: #000;
					text-decoration: underline;
				}
				
		/* schedule-search */
		#body .schedule .event-search {}
		
			#body .schedule .event-search h2 {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1820px;
				color: #000;
				font-size: 1.5em;
				line-height: 1.1em;
				margin-bottom: 0;
				padding: 0.55em 0 1em 60px;
				width: 40%;
			}
			
			#body .schedule .event-search .search {
				margin-right: -4px;
				text-align: right;
			}

/* newsletter */
#body .newsletter {}

	#body .newsletter .title {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -30px -295px;
		padding: 0.5em 0 0.5em 50px;
		width: 60%;
	}
	
	#body .newsletter input.button {
		background: #fff url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -30px -405px;
		border: 0;
		color: #666;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: bold;
		padding: 1em 0 1em 50px;
		text-decoration: underline;
	}
	
/* schedule */
#body .alas {}

	#body .alas select {
		width: auto;
	}

	#body .alas .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-alas-background.jpg) no-repeat 100% 100%;
		padding-top: 2em;
	}
	
	#body .alas .suscribe-alas {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1955px;
		color: #000;
		display: block;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.1em;
		margin-bottom: 0;
		padding: 0.25em 0 0.25em 55px;
		text-decoration: none;
	}
	
	#body .alas .previous {
		
	}
	
		#body .alas .previous h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -2075px;
			color: #000;
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			line-height: 1.1em;
			margin-bottom: 0;
			padding: 1.25em 0 1.25em 55px;
			text-decoration: none;
		}
		
		#body .alas .previous select {
			background: #ffd6eb;
			border: 0;
			color: #000;
			font-size: 0.8em;
			margin-left: 1em;
			padding: 0.2em;
		}
		
		#body .alas #tab-2 .list-inline li {
			margin-bottom: 1em;
			width: 24%;
		}
		
			#body .alas #tab-2 .list-inline li img {
				margin-bottom: 1.5em;
			}
		
/* comunication */
#body .comunication {}

	#body .comunication .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-comunication-background.jpg) no-repeat 100% 100%;
		padding-top: 2em;
	}
	
	#body .comunication .tabs .tabs-8 li a {
		min-height: 30px;
	}
	
	/* Tree */
	#body .comunication .tree {}
		
		/* First level */
		#body .comunication .tree li {}
		
			#body .comunication .tree li a {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -15px -680px;
				color: #a28b4c;
				display: block;
				font-size: 1.2em;
				font-weight: bold;
				padding: 23px 0;
				text-align: center;
				text-decoration: none;
				width: 70px;
			}
			
			#body .comunication .tree li a:focus,
			#body .comunication .tree li a:hover {
				color: #6a5b30;
			}
			
			#body .comunication .tree li ul {
				margin-left: 75px;
			}
				
				/* Second level */
				#body .comunication .tree li ul li {}
				
					#body .comunication .tree li ul li a {
						background-position: -38px -786px;
						color: #000;
						display: block;
						font-size: 1.1em;
						font-weight: bold;
						padding: 0.5em 0 0.5em 30px;
						text-align: left;
						width: auto;
					}
					
					#body .comunication .tree li ul li ul {
						margin-left: 15px;
					}
						
						/* Third level */
						#body .comunication .tree li ul li ul li {}
						
							#body .comunication .tree li ul li ul li a {
								background-position: -38px -625px;
								color: #666;
								font-weight: normal;
								text-decoration: underline;
							}
	
	/* news */
	#body .comunication .news {
		position: relative;
	}
	
		/* new */
		#body .comunication .news .new {
			margin-bottom: 2em;
		}
		
			#body .comunication .news .new h3 {
				font-size: 1.2em;
			}
			
				#body .comunication .news .new h3 a {
					color: #000;
					text-decoration: none;
				}
				
			#body .comunication .news .date {
				color: green;
			}

			#body .comunication .news .read-more a {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -35px -495px;
				color: #777;
				display: block;
				font-size: 1.1em;
				font-weight: bold;
				padding: 0.5em 0 0.5em 30px;
			}
	
		/* pager */
		#body .comunication .news .pager {
			position: absolute;
			right: 1em;
			top: 2em;
		}
	
	/* media */
	#body .comunication .media {}
		
	/* dossiers */
	/* background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -15px 0; */
	/* background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -15px -120px; */
	#body .comunication .dossiers {}
	
		#body .comunication .dossiers .desc {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -15px 0;
			padding-left: 80px;
		}
		
		#body .comunication .dossiers .tree li ul li {
			margin-bottom: 2em;
		}
		
		#body .comunication .dossiers .tree li ul li a {
			background-position: -33px -124px;
			color: #777;
			font-weight: normal;
			padding: 0 0 0 35px;
			text-decoration: underline;
			width: 150px;
		}
		
			#body .comunication .dossiers .tree li ul li a strong {
				display: block;
				text-decoration: underline;
			}
						
	/* image */
	#body .comunication .image {}
	
		#body .comunication .image ul {
			margin-top: 2em;
		}
		
			#body .comunication .image ul li {
				float: left;
				margin: 0 1% 2em 0;
				width: 48%;
			}
			
				#body .comunication .image ul li a {}
				
				#body .comunication .image ul li strong {
					font-weight: normal;
				}
				
				#body .comunication .image ul li img {
					display: inline;
					float: left;
					margin-right: 1em;
				}
	
	/* gallery */
	#body .comunication .gallery {}
	
		#body .comunication .gallery img {
			border: 1px solid #fff;
		}
		
			#body .comunication .gallery .show-hide-block li a {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -15px -680px;
				color: #a28b4c;
				display: block;
				font-size: 1.2em;
				font-weight: bold;
				padding: 23px 0;
				text-align: center;
				text-decoration: none;
				width: 70px;
			}
			
			#body .comunication .gallery .show-hide-block li a:focus,
			#body .comunication .gallery .show-hide-block li a:hover {
				color: #6a5b30;
			}
		
		#body .comunication .gallery table {
			background: none;
			border: 0;
			margin-left: 100px;
			width: 75%;
		}
		
			#body .comunication .gallery .show-hide-block li table a {
				background: none;
				color: #444;
				display: block;
				font-size: 1em;
				font-weight: normal;
				padding: 0;
				text-align: left;
				text-decoration: underline;
				width: auto;
			}
		
			#body .comunication .gallery table th,
			#body .comunication .gallery table td {
				background: none;
				border: 0;
				color: #555;
				padding: 0;
				text-align: left;
			}
			
			#body .comunication .gallery table th {
				border-bottom: 1px solid #ccc;
				font-size: 1.6em;
				padding: 0.25em;
			}
			
			#body .comunication .gallery table td {
				font-size: 1.1em;
				padding: 1em 0;
				vertical-align: top;
			}
			
			#body .comunication .gallery table td.images-block ul {
				float: right;
				width: 325px;
			}
	
	/* campaign */
	#body .comunication .campaigns {}
	
		#body .comunication .campaigns ul.tree li ul li {
			margin-bottom: 1.5em;
		}
		
		#body .comunication .campaigns ul.tree li ul li a {
			background: none;
			color: #666;
			font-weight: normal;
			padding: 0;
			text-decoration: none;
		}
		
			#body .comunication .campaigns ul.tree li ul li a img {
				display: inline;
				margin-right: 1em;
				vertical-align: bottom;
			}
			
			#body .comunication .campaigns ul.tree li ul li a span {
				text-decoration: underline;
			}
	
	/* memory */
	#body .comunication .memory {}
	
		#body .comunication .memory ul {}
		
			#body .comunication .memory ul li {
				float: left;
				width: 33%;
				min-height: 100px;
			}
			
				#body .comunication .memory ul li a {
					text-decoration: none;
				}
				
					#body .comunication .memory ul li a img {
						display: inline;
					}
					
					#body .comunication .memory ul li a span {
						font-size: 1.1em;
						margin-top: -1em;
						text-decoration: underline;
					}
	
	/* events */
	#body .comunication .events {}
	
		#body .comunication .events {}

			#body .comunication .events ul.tree li ul li {
				margin-bottom: 1.5em;
			}

			#body .comunication .events ul.tree li ul li a {
				background: none;
				color: #666;
				font-weight: normal;
				padding: 0;
				text-decoration: none;
			}

				#body .comunication .events ul.tree li ul li a img {
					display: inline;
					margin-right: 1em;
					vertical-align: bottom;
				}

				#body .comunication .events ul.tree li ul li a span {
					text-decoration: underline;
				}
	
/* actions */
#body .actions {}

	#body .actions .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-actions-background.png) no-repeat 9% 100%;
		padding-top: 2em;
	}
	
	#body .actions .tabs .tabs-4 li a {
		min-height: 30px;
	}
	
	/* Search */
	#body .actions .search {}
	
		#body .actions .search h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1830px;
			color: #000;
			font-size: 1.5em;
			line-height: 1.1em;
			margin-bottom: 0;
			margin-top: -1em;
			padding: 0.55em 0 1em 60px;
		}
		
	/* Menu */
	#body .actions .menu {}
	
		#body .actions .menu h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -28px -1498px;
			font-size: 1.2em;
			min-height: 50px;
			padding-left: 53px;
		}
		
			#body .actions .menu h3 a {
				color: #000;
				text-decoration: none;
			}
			
			#body .actions .menu h3 a:focus,
			#body .actions .menu h3 a:hover {
				text-decoration: underline;
			}
		
		#body .actions .menu .actions h3 {
			background-position: -28px -2202px;
		}
		
		#body .actions .menu .oportunities h3 {
			background-position: -28px -2314px;
		}
		
		#body .actions .menu .programs h3 {
			background-position: -28px -2420px;
		}
		
		#body .actions .menu .projects h3 {
			background-position: -28px -1498px;
		}
		
	/* Tabs: Actions */
	#body .actions .tabs .actions .mini-pdf {}
	
		#body .actions .tabs .actions .mini-pdf ul {}
		
			#body .actions .tabs .actions .mini-pdf ul li {}
				
				#body .actions .tabs .actions div.mini-pdf ul li a, #body .actions .tabs .actions div.mini-pdf ul li.current a {
					background: none;
					font-weight: normal;
					padding: 0;
					text-decoration: underline;
					text-transform: none;
				}
	
		#body .actions .tabs .actions ul {}
		
			#body .actions .tabs .actions ul li {
				
			}
			
				#body .actions .tabs .actions ul li a {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -30px -187px;
					color: #333;
					display: block;
					font-weight: bold;
					padding: 0.5em 0 0.5em 30px;
					text-decoration: none;
					text-transform: uppercase;
				}
				
				#body .actions .tabs .actions ul li.current a {
					background-position: -30px -240px;
				}
				
				#body .actions .tabs .actions ul li div {
					margin-left: 4em;
					margin-top: 1em;
				}
				
				#body .actions .tabs .actions ul li div h3 {
					font-size: 1.2em;
					margin-top: 2em;
					padding-bottom: 0.25em;
					border-bottom: 1px solid #ccc;
				}
				
				#body .actions .tabs .actions ul li div.group,
				#body .actions .tabs .actions ul li div.group div {
					margin: 0;
				}
				
				#body .actions .tabs .actions ul li div.group div.prepend-1 {
					margin-left: 15px;
				}
			
				#body .actions .tabs .actions ul li ul {}
				
					#body .actions .tabs .actions ul li ul li {
						color: #777;;
					}
					
						#body .actions .tabs .actions ul li ul li strong {
							color: #444;
							font-weight: normal;
						}
						
				#body .actions .tabs .actions ul li ul.downloads {}
				
					#body .actions .tabs .actions ul li ul.downloads li {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -30px -340px;
						float: left;
						padding: 0.5em 0;
						padding-left: 55px;
						width: 33%;
					}
					
					#body .actions .tabs #tab-4 .actions ul li ul.downloads li {
						height: 65px;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.doc {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-doc-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.html {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-html-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.jpg {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-jpg-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.pdf {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-pdf-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.ppt {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-ppt-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.txt {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-txt-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.xls {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-xls-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.zip {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/ico-zip-65x65.gif) no-repeat 0 0;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.info {
						/*background-position: -23px -295px;*/
					}
					
						#body .actions .tabs .actions ul li ul.downloads li.info a {
							padding-top: 0;
						}
					
					#body .actions .tabs .actions ul li ul.downloads li.apply {
						background-position: -30px -385px;
					}
					
					#body .actions .tabs .actions ul li ul.downloads li.avion {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/avion.png) no-repeat 0 0;
					}
					
						#body .actions .tabs .actions ul li ul.downloads li {
							color: #000;
							font-size: 1.6em;
							font-weight: bold;
							line-height: 1em;
							padding: 0;
							text-transform: none;
						}
						
							#body .actions .tabs .actions ul li ul.downloads li span {
								display: block;
								margin-left: 56px; height: 65px;
							}
						
							#body .actions .tabs .actions ul li ul.downloads li a {
								background: none;
								color: #777;
								display: block;
								font-size: 0.6em;
								margin-left: 0.15em;
								padding: 0 0 0 2em;
								text-decoration: underline;
								text-transform: none;
							}
							
/* directory */
#body .directory {}

	#body .directory .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-directory-background.jpg) no-repeat 100% 100%;
		padding-top: 2em;
	}
	
	#body .directory .register {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -2510px;
		color: #000;
		display: block;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1em;
		margin: 1em 0;
		padding: 0.5em 0 0.5em 60px;
		text-decoration: none;
		width: 40%;
	}

	#body .directory .volver {
		position: absolute;
		bottom: 0;
	}
	
	/* Pager */
	#body .directory .pager {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#body .directory .bottom {
		bottom: 0;
		top: auto;
	}
	
	/* Search */
	#body .directory .search {}
	
		#body .directory .search h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1830px;
			color: #000;
			font-size: 1.5em;
			line-height: 1.1em;
			margin-bottom: 0;
			padding: 0.55em 0 1em 60px;
		}
	
	/* Links-block */	
	#body .directory .links-block {
		padding-top: 3em;
	}
	
/* directory-signup */
#body .directory-signup {
	color: #777;
	position: relative;
}

	#body .directory-signup h2 {
		font-size: 1.5em;
	}
	
	#body .directory-signup .print {
		position: absolute;
		right: 4em;
		top: -1em;
	}
	
		#body .directory-signup .print a {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat 180% -2620px;
			color: #777;
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			padding: 0.5em 50px 0.5em 0;
			text-decoration: none;
		}
		
		#body .directory-signup .print a:focus,
		#body .directory-signup .print a:hover {
			color: #000;
			text-decoration: underline;
		}

	#body .directory-signup fieldset {
		margin-bottom: 2em;
	}
	
		#body .directory-signup fieldset .group {
			margin-bottom: 1em;
		}
	
	#body .directory-signup label {
		color: #000;
		display: block;
		line-height: 1.2em;
		text-align: right;
		vertical-align: middle;
	}
	
	#body .directory-signup label.error {
		color: red;
		font-weight: bold;
	}
	
	#body .directory-signup .buttons {
		text-align: center;
	}
	
		#body .directory-signup .buttons input {
			margin: 0 1em;
		}
		
	#body .directory-signup .select {}
	
		#body .directory-signup .select label {
			line-height: 1.2em;
			text-align: left;
		}
	
	#body .directory-signup .actions {
		margin-left: 1em;
		text-transform: uppercase;
	}
	
		#body .directory-signup .actions a {
			color: #777;
			font-weight: bold;
		}
	
	#body .directory-signup .hint {
		display: block;
		font-size: 0.9em;
		text-align: right;
	}
	
		#body .directory-signup .hint a {
			color: #777;
			font-weight: bold;
		}
	
	#body .directory-signup input.text, #body .directory-signup select, #body .directory-signup textarea {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/form-text2-background.gif) no-repeat 0 0;
		border: 0;
		width: auto;
	}
	
	#body .directory-signup .fullwidth input.text, #body .directory-signup .fullwidth select {
		width: 98%;
	}
	
/* Contacto */
#body .contacto .border-bottom {
	border-bottom: 1px solid #ccc;
}

#body .contacto textarea {
	background: #DDEEDE;
	border: 0;
	height: 5em;
}

#body .contacto input.text {
	width: 95%;
}

#body .contacto .message {
	color: #999;
	padding-left: 85px;
	font-weight: bold;
	width: 400px;
}

#body .contacto .message strong {
	color: #000;
}

#body .contacto .fail {
	background:url("http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif") no-repeat scroll -24px -4240px transparent;
}

#body .contacto .success {
	background:url("http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif") no-repeat scroll -24px -4350px transparent;
}
	
/* documental */
#body .documental {}

	#body .documental .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-fondo-documental-background.jpg) no-repeat 100% 100%;
		padding-top: 2em;
		padding-bottom: 7em;
	}
	
	#body .documental .relative {
		padding: 3em 0;
	}
	
	#body .documental .pager {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#body .documental .bottom {
		bottom: 0;
		top: auto;
	}
	
	/* Search */
	#body .documental .search {}
	
		#body .documental .search h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1830px;
			color: #000;
			font-size: 1.5em;
			line-height: 1.1em;
			margin-bottom: 0;
			padding: 0.55em 0 1em 60px;
		}
		
	/* Finded */
	#body .documental table a {
		color: #666;
		font-size: 1.1em;
	}
	
	#body .documental table a.pdf {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/table-pdf.gif) no-repeat 0 0;
		display: block;
		padding-left: 38px;
		min-height: 40px;
	}

	#body .documental table a.xls {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/table-xls.gif) no-repeat 0 0;
		display: block;
		padding-left: 38px;
		min-height: 40px;
	}

	#body .documental table a.doc {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/table-doc.gif) no-repeat 0 0;
		display: block;
		padding-left: 38px;
		min-height: 40px;
	}

	#body .documental table a.jpg {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/table-jpg.gif) no-repeat 0 0;
		display: block;
		padding-left: 38px;
		min-height: 40px;
	}

	#body .documental table a.html {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/table-html.gif) no-repeat 0 0;
		display: block;
		padding-left: 38px;
		min-height: 40px;
	}
	
/* guide */
#body .guide {}

	#body .guide .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-guide-background.jpg) no-repeat 100% 100%;
		padding-bottom: 2em;
		padding-top: 2em;
	}
	
	#body .guide .view {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -15px -2700px;
		color: #000;
		display: block;
		font-size: 1.6em;
		font-weight: bold;
		padding: 1em 0 1em 100px;
		text-decoration: underline;
	}
	
	#body .guide .download {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -30px -700px;
		color: #000;
		display: block;
		font-size: 1.6em;
		font-weight: bold;
		padding: 0.75em 0 0.75em 50px;
		text-decoration: none;
	}
	
		#body .guide .download span {
			color: #777;
			display: block;
			font-size: 0.6em;
			text-decoration: underline;
		}
		
/* licitaciones */
#body .licitaciones {}

	#body .licitaciones .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-licitaciones-background.jpg) no-repeat 100% 100%;
		padding-bottom: 3em;
		padding-top: 2em;
	}
		
	/* List */
	#body .licitaciones .list {
		padding-top: 3em;
		padding-bottom: 3em;
		position: relative;
	}
	
		#body .licitaciones .list .not-found {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -20px -2825px;
			color: #777;
			font-size: 1.4em;
			padding: 1em 0 1em 70px;
			width: 50%;
		}
	
		#body .licitaciones .list ul a {
			color: #333;
			font-size: 1.1em;
			font-weight: bold;
			text-decoration: underline;
		}
		
		#body .licitaciones .list ul a span.replace-text {
			color: #888;
			text-decoration: underline;
		}
		
		#body .licitaciones .list .current a {
			text-decoration: none;
		}
		
		#body .licitaciones .list li {
			margin-bottom: 1.75em;
		}
	
		#body .licitaciones .list .pager {
			right: 0;
			position: absolute;
			top: 0;
		}
		
		#body .licitaciones .list .bottom {
			bottom: 0;
			top: auto;
		}
		
		#body .licitaciones .list .block {
			margin-left: 2em;
			margin-top: 1em;
		}
		
			#body .licitaciones .list .block ul ul {
				margin-left: 1em;
				margin-bottom: 0;
			}
			
			#body .licitaciones .list .block ul li {
				margin-bottom: 0;
			}
			
			#body .licitaciones .list .block ul li p {
				margin-bottom: 0;
			}
			
			#body .licitaciones .list .block ul li li{
				list-style-type: disc;
				margin: 0;
			}
		
		#body .licitaciones .list .pdf {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -30px -700px;
			color: #000;
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			padding: 0.75em 0 0.75em 50px;
			text-decoration: none;
		}
		
			#body .licitaciones .list .pdf strong {
				color: #777;
				display: block;
				font-size: 0.6em;
				text-decoration: underline;
			}
	
	/* Search */
	#body .licitaciones .search {}
	
		#body .licitaciones .search h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1830px;
			color: #000;
			font-size: 1.5em;
			line-height: 1.1em;
			margin-bottom: 0;
			padding: 0.55em 0 1em 60px;
		}
		
/* news */
#body .news {}

	/* list */
	#body .news .list {
		padding: 3em 0;
		position: relative;
	}
	
		#body .news .list .unique {
			margin: -3em 0;
		}
		
			#body .news .list .unique .date {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1610px;
				padding-top: 5em;
				margin-top: -2em;
			}
		
		#body .news .list .new {
			margin-bottom: 2em;
		}
		
			#body .news .list .new .back {
				text-align: right;
			}
			
				#body .news .list .new .back a {
					color: #777;
					display: block;
					font-size: 1.1em;
					font-weight: bold;
				}
		
			#body .news .list .new h3 {
				font-size: 1.3em;
				line-height: 1.1em;
				word-wrap: break-word;
			}
			
				#body .news .list .new h3 a {
					color: #000;
					text-decoration: none;
				}
				
				#body .news .list .new h3 a:focus,
				#body .news .list .new h3 a:hover {
					text-decoration: underline;
				}
				
			#body .news .list .date {
				color: green;
			}
			
			#body .news .list .read-more {}
			
			#body .news .list .read-more a {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -35px -217px;
				color: #777;
				display: block;
				font-size: 1.1em;
				font-weight: bold;
				padding: 0.5em 0 0.5em 30px;
			}
			
			#body .news .list .read-more a:focus,
			#body .news .list .read-more a:hover {
				color: #000;
			}
	
	/* Pager */
	#body .news .list .pager {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#body .news .list .bottom {
		bottom: 0;
		top: auto;
	}

	/* Search */
	#body .news .search {}
	
		#body .news .search h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -1830px;
			color: #000;
			font-size: 1.5em;
			line-height: 1.1em;
			margin-bottom: 0;
			padding: 0.55em 0 1em 60px;
		}
	
	/* media */
	#body .news .media {}
	
		#body .news .media h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -2982px;
			color: #000;
			font-size: 1.6em;
			line-height: 1.1em;
			padding: 0.55em 0 0.5em 65px;
		}
		
			#body .news .media h3 a {
				color: #000;
				text-decoration: none;
			}
		
	/* newsletter */
	#body .news .newsletter {}

		#body .news .newsletter h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -3130px;
			color: #000;
			font-size: 1.6em;
			line-height: 1.1em;
			padding: 1.55em 0 0em 60px;
		}
		
			#body .news .newsletter h3 a {
				color: #000;
				text-decoration: none;
			}
			
/* work */
#body .work {}

	#body .work .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-work-background.jpg) no-repeat 100% 100%;
		padding-bottom: 1em;
		padding-top: 2em;
	}
	
	#body .work .not-found {
		border: 1px solid #ddd;
		color: #444;
		padding: 1em;
	}
	
		#body .work .not-found strong {
			color: #000;
		}
		
		#body .work .not-found p {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -3683px;
			padding: 1em 0;
		}
		
		#body .work .not-found p, #body .work .not-found ul {
			padding-left: 70px;
		}
	
	/* form */
	#body .work .form {}
	
		#body .work .form h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -3555px;
			font-size: 1em;
			padding: 1.9em 0 0.5em 70px;
		}
	
	/* List */
	#body .work .list {
		margin: 3em 0;
	}
	
		#body .work .list li {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/work.png) no-repeat 0 -6px;
			margin-bottom: 2em;
			min-height: 49px;
			padding-left: 78px;
		}
		
			#body .work .list strong {
				color: #000;
				display: block;
				text-transform: uppercase;
			}
			
			#body .work .list span {
				color: #777;
				display: block;
				margin-bottom: 1em;
				text-transform: uppercase;
			}
		
			#body .work .list a {
				color: #999;
				margin-left: 2em;
			}
			
			#body .work .list a:focus,
			#body .work .list a:hover {
				color: #000;
			}

			#body .work .list li li {
				background: none;
				padding-left: 1.5em;
				margin-bottom: 0;
				margin-top: 0.5em;
				min-height: 0px;
			}

/* observatory */
#body .observatory {}

	#body .observatory .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-observatorio-background.jpg) no-repeat 100% 0;
		padding-bottom: 1em;
		padding-top: 2em;
	}
	
		#body .observatory .background h3 {
			font-size: 1.15em;
		}
		
			#body .observatory .background h3 a {
				color: #000;
				display: block;
				padding: 0.5em 0 0.7em 43px;
				text-decoration: none;
			}
			
	#body .observatory .ivus h3 a {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -35px -3808px;
	}
	
	#body .observatory .stats h3 a {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -34px -3894px;
	}
	
	/* mail */
	#body .observatory .mail {}
	
		#body .observatory .mail a {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -24px -4009px;
			color: #000;
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			margin: 1em 0;
			padding: 0.5em 0 0.5em 60px;
			text-decoration: none;
		}
	
	/* pdf */
	#body .observatory .pdf {}
	
		#body .observatory .pdf h3 a {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -24px -4127px;
			color: #000;
			display: block;
			font-weight: bold;
			margin: 1em 0 0 0;
			padding: 0.5em 0 0.5em 60px;
			text-decoration: none;
		}
	
	/* Tabs */
	#body .observatory .tabs {
		margin-bottom: 2em;
	}
	
	#body .observatory .tabs-links li a {
		min-height: 29px;
	}
	
	#body .observatory .tab li {
		float: left;
		margin-bottom: 0.5em;
		margin-right: 2.5%;
		width: 45%;
	}
	
		#body .observatory .tab li a {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-html.png) no-repeat 0 5px;
			display: block;
			padding: 0.5em 0 0.5em 40px;
		}
		
		#body .observatory .tab li a.pdf {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-pdf.png) no-repeat 0 5px;
		}
		
		#body .observatory .tab li a.txt {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-txt.png) no-repeat 0 5px;
		}
		
		#body .observatory .tab li a.doc {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-doc.png) no-repeat 0 5px;
		}
		
		#body .observatory .tab li a.zip {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-zip.png) no-repeat 0 5px;
		}
		
		#body .observatory .tab li a.xls {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-xls.png) no-repeat 0 5px;
		}
		
		#body .observatory .tab li a.ppt {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-ppt.png) no-repeat 0 5px;
		}
		
		#body .observatory .tab li a.jpg {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-jpg.png) no-repeat 0 5px;
		}
		
		#body .observatory .tab li a.html {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/fichero-html.png) no-repeat 0 5px;
		}
		
			#body .observatory .tab li a strong {
				color: #444;
				display: block;
				text-decoration: underline;
			}
			
			#body .observatory .tab li a:focus strong,
			#body .observatory .tab li a:hover strong {
				color: #000;
			}
			
			#body .observatory .tab li a span {
				color: red;
				display: block;
				text-decoration: underline;
			}
			
/* testimoniales */
#body .testimoniales .codes {
	border: 1px solid #888;
	padding: 0.5em 1em;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}

	#body .testimoniales .codes ul {
		margin-top: 1em;
	}
	
	#body .testimoniales .codes li {
		text-transform: uppercase;
	}
	
	#body .testimoniales .codes li.eval {
		color: #00cc00;
	}
	
	#body .testimoniales .codes li.activate {
		color: #008bd7;
	}
	
	#body .testimoniales .codes li.grow {
		color: #d30067;
	}
	
	#body .testimoniales .codes li.consolidate {
		color: #000066;
	}
	
	/* Video */
	#body .testimoniales .video {
		float: left;
		width: 25%;
	}
	
		#body .testimoniales .video span, #body .testimoniales .video strong, #body .testimoniales .video em {
			display: block;
		}
		
		#body .testimoniales .video .vid img {
			border: 1px solid #ccc;
		}
		
		#body .testimoniales .video .phase {
			margin: 0.75em 0;
		}
		
/* team */
#body .team {}

	#body .team .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-team-background.jpg) no-repeat 100% 100%;
		padding-bottom: 1em;
		padding-top: 2em;
	}
	
	/* org */
	#body .team .org div .group {
		background: #e5e5e5;
		padding: 2em 0;
		width: 653px;
	}
	
	#body .team .org div div.ul {
		height: 170px;
		margin-bottom: 0.25em;
		position: relative;
		text-align: center;
		width: 653px;
	}
	
	#body .team .org div.level-0 div.ul {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/org/org-nivel-superior.jpg) no-repeat 0 0;
	}
	
		#body .team .org div.level-0 div.ul div.li {
			margin-left: 260px;
		}
	
	#body .team .org div.level-1 div.ul {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/org/org-nivel-medio.jpg) no-repeat 0 0;
	}
	
		#body .team .org div.level-1 div.ul div.li {
			margin-left: 130px;
		}
	
	#body .team .org div.level-2 div.ul {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/org/org-nivel-inferior.jpg) no-repeat 0 0;
	}
	
		#body .team .org div.level-2 div.ul div.li {
			margin-left: 20px;
			margin-right: 1em;
		}
	
		#body .team .org div div.ul div.li {
			background: #fff;
			display: block;
			float: left;
			margin: 2em;
			position: relative;
			width: 20%;
			z-index: 2;
		}
		
			#body .team .org div div.ul div.li a {
				color: #000;
				display: block;
				font-size: 1.3em;
				font-weight: bold;
				padding: 2em 0;
				text-align: center;
				text-decoration: none;
				width: 100%;
			}
			
/* services */
#body .services {}

	#body .services .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-services-background.jpg) no-repeat 100% 100%;
		padding-bottom: 2em;
		padding-top: 2em;
	}
	
	#body .services .questions .font-size-small {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -8px;
		padding-top: 50px;
		line-height: 1em;
	}
	
	#body .services .pdf {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/mini-grey-pdf.gif) no-repeat 0 50%;
		float: right;
		padding: 0.75em 0 0.75em 50px;
	}
	
		#body .services .pdf a {
			color: #000;
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			text-decoration: none;
		}
		
			#body .services .pdf a strong {
				color: #777;
				display: block;
				font-size: 0.7em;
				text-decoration: underline;
			}
	
	/* tabs */
	#body .services .tabs {}
		
		#body .fases2 .tabs .group .col-6 li,
		#body .services .tabs .group .col-6 li {
			overflow: hidden;
		}

		#body .fases2 .tabs .group .col-6 li a,
		#body .services .tabs .group .col-6 li a {
			float: right;
			width: 128px;
		}

		#body .fases2 .tabs img, #body .fases2 .tabs .group .col-6 li strong,
		#body .services .tabs img, #body .services .tabs .group .col-6 li strong {
			display: block;
			margin-right: 10px;
			margin-top: 5px;
			float: left; font-size: 0.85em;
		}
		
		#body .services .tab {
			position: relative;
		}

		#body .services .tab .codes, #body .fases2 .tab .codes {
			background: #fff;
			border: 1px solid #888;
			padding: 0.5em 1em;
			margin-top: -2em;
			float: right;
			width: 150px;
		}

			#body .services .tab .codes ul, #body .fases2 .tab .codes ul {
				margin-top: 1em;
			}

			#body .services .tab .codes li, #body .fases2 .tab .codes li {
				text-transform: uppercase;
			}

			#body .services .tab .codes li.eval, #body .fases2 .tab .codes li.eval {
				color: #00cc00;
			}

			#body .services .tab .codes li.activate, #body .fases2 .tab .codes li.activate {
				color: #008bd7;
			}

			#body .services .tab .codes li.grow, #body .fases2 .tab .codes li.grow {
				color: #d30067;
			}

			#body .services .tab .codes li.consolidate, #body .fases2 .tab .codes li.consolidate {
				color: #000066;
			}
	
	/* phases */
	#body .services .phases p.cuestionario {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px 0;
		padding: 0.5em 0 0.5em 60px;
	}
	
	#body .services .phases a.cuestionario {
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* Diagnostic */
	#body .services .diagnostic p.cuestionario {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px 0;
		padding: 0.5em 0 0.5em 60px;
	}

	#body .services .diagnostic a.cuestionario {
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* Programs - Questions */
	#body .services .questions {}
	
		#body .services .questions strong {
			color: #000;
			font-size: 1.1em;
		}
		
	/* Programs - Videos */
	#body .services .videos {}
	
		#body .services .videos .view-more {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -35px -4474px;
			padding: 0.5em 0 0.5em 35px;
		}
		
	/* Programs - Convoc */
	#body .services .convoc {}
	
		#body .services .convoc h2 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -20px -3690px;
			padding: 0.75em 0 0.75em 68px;
		}
		
		#body .services .convoc ul {
			margin-left: 2em;
		}
		
			#body .services .convoc ul li {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -30px -4592px;
				padding: 0.4em 0 0.4em 42px;
			}
			
				#body .services .convoc ul li a {
					color: #999;
					font-weight: bold;
				}
	
	/* Programs - Guide */
	#body .services .guide {}
	
		#body .services .guide a {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -4692px;
			display: block;
			color: #000;
			font-size: 1.6em;
			font-weight: bold;
			padding: 1em 0 1em 60px;
		}
	
/* newsletter */
#body .newsletter {}

	#body .newsletter .unsuscribe strong {
		cursor: pointer;
		font-size: 1.1em;
		text-decoration: underline;
	}
	
	#body .newsletter .unsuscribe .current {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/opened.gif) no-repeat 0 50%;
	}
	
	#body .newsletter .unsuscribe p.binder {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/closed.gif) no-repeat 0 50%;
		padding-left: 20px;
	}

	#body .newsletter .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-newsletter-background.jpg) no-repeat 100% 100%;
		padding-bottom: 2em;
		padding-top: 2em;
	}
	
	#body .newsletter .alert {
		color: #999;
		font-size: 1.1em;
		font-weight: bold;
	}
	
	#body .newsletter .success, #body .newsletter .fail {
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.4em;
	}
	
		#body .newsletter .success strong, #body .newsletter .fail strong {
			color: #000;
		}
	
	#body .newsletter .success {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -24px -4350px;
		padding-left: 60px;
	}
	
	#body .newsletter .fail {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -24px -4240px;
		padding-left: 60px;
	}
	
	#body .newsletter .alert {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/warning.gif) no-repeat 0px 5px;
		padding-left: 60px;
	}
	
	#body .newsletter .buttons {
		text-align: right;
	}
	
		#body .newsletter .buttons input {
			background: none;
			color: #444;
			padding-left: 0;
			text-decoration: underline;
		}
		
/* Fases */
#body .fases {}

	#body .fases .background {
		background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-fases-background.jpg) no-repeat 100% 100%;
		padding-top: 2em;
	}
	
	#body .fases .questionary {}
	
		#body .fases .questionary h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -24px 0;
			font-size: 1.4em;
			padding: 0.75em 0 0.75em 60px;
		}
		
	#body .fases .diag {}
	
		#body .fases .diag h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -24px -4870px;
			font-size: 1.4em;
			padding: 1em 0 1em 60px;
		}
		
		#body .fases .diag .status {
			color: #0082c7;
			font-size: 1.5em;
			margin-top: 2em;
		}
		
		#body .fases .diag .color1 {
			color: #89AD31;
		}
		
		#body .fases .diag .color2 {
			color: #0082c7;
		}
		
		#body .fases .diag .color3 {
			color: #E92A6F;
		}
		
		#body .fases .diag .color4 {
			color: #16303D;
		}
		
/* Red de oficinas */
#body .red {}

	#body .red .menu-content ul.linksInfotrade {}
	
		#body .red .menu-content ul.linksInfotrade li {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/flecha-verde.gif) no-repeat 0 0.35em;
			float: left;
			font-size: 1.1em;
			padding: 0.5em 0 0.5em 32px;
			width: 43%;
		}
		
			#body .red .menu-content ul.linksInfotrade li a {
				display: block;
				color: #999;
			}
			
			#body .red .menu-content ul.linksInfotrade li a:focus,
			#body .red .menu-content ul.linksInfotrade li a:hover {
				color: #000;
			}

	/* Explain */
	#body .red .explain {
		position: relative;
	}
	
		#body .red .explain h3 {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-red.gif) no-repeat -23px 0;
			font-size: 1.3em;
			min-height: 50px;
			padding: 0.5em 0 0.5em 60px;
		}
		
			#body .red .explain h3 img {
				vertical-align: middle;
			}
			
		#body .red .explain h3.oficina {
			background-position: -23px 0;
		}
		
		#body .red .explain h3.centro {
			background-position: -23px -105px;
		}
		
		#body .red .explain h3.antena {
			background-position: -23px -210px;
		}
		
		#body .red .explain .mail {
			position: absolute;
			right: 1em;
			top: 2em;
		}
		
			#body .red .explain .mail a {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -5022px;
				display: block;
				height: 40px;
				text-indent: -9999px;
				width: 60px;
			}
			
		
		#body .red h3.fondo {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -6041px;
			margin-top: 1.5em;
			padding: 1em 0 1em 60px;
		}
		
		#body .red .antena {}
		
			#body .red .antena h3.objetivos {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -6346px;
				padding: 2.5em 0 0 60px;
			}
			
			#body .red .antena h3.servicios {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -6505px;
				padding: 2.5em 0 0 60px;
			}
		
			#body .red .antena .color-dark-grey .box {
				margin: 0;
				padding: 2em 3em;
			}
			
				#body .red .antena .color-dark-grey .box h2 span {
					font-weight: normal;
				}
				
			#body .red .antena .howto h3 {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -15px -6236px;
				margin-bottom: 0;
				padding: 1em 0 1em 65px;
			}
			
			#body .red .antena .mercados {}
			
				#body .red .antena .mercados h3 {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-red.gif) no-repeat -25px -200px;
					padding: 1em 0 1em 63px;
				}
				
				#body .red .antena .mercados ul {}
				
					#body .red .antena .mercados ul li {
						color: #000;
					}
					
						#body .red .antena .mercados ul li a {
							font-weight: bold;
						}
					
						#body .red .antena .mercados ul li strong {
							color: #666;
							font-weight: normal;
						}
						
						#body .red .antena .mercados ul li ul {}
						
							#body .red .antena .mercados ul li ul li {}
							
								#body .red .antena .mercados ul li ul li .block {}
								
									#body .red .antena .mercados ul li ul li .block {
										color: #666;
										font-weight: bold;
										margin-left: 1.5em;
										margin-top: 1.5em;
									}
									
										#body .red .antena .mercados ul li ul li .block h4 {
											font-size: 1.2em;
											font-weight: normal;
										}
										
											#body .red .antena .mercados ul li ul li .block h4 strong {
												color: #000;
												font-weight: bold;
											}
		
		#body .red .tabs {}
		
			#body .red .pdf {
				margin-bottom: 1.5em;
			}
				
				#body .red .pdf a {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -15px 0;
					display: block;
					padding: 0.5em 0 2em 70px;
				}
				
					#body .red .pdf a strong {
						display: block;
					}
					
					#body .red .pdf a span {}
					
				#body .red .antena .pdf a {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -15px -4138px;
				}
		
			#body .red .tabs .info {}
			
				#body .red .tabs .info h4 {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body-grey.gif) no-repeat -35px -861px;
					padding: 0.5em 0 0.5em 40px;
				}
				
				#body .red .tabs .info h4.horarios {
					background-position: -35px -861px;
				}
				
				#body .red .tabs .info h4.temperatura {
					background-position: -35px -941px;
				}
				
				#body .red .tabs .info h4.moneda {
					background-position: -35px -1028px;
				}
				
				#body .red .tabs .info h4.accesos {
					background-position: -32px -1115px;
				}
				
				#body .red .tabs .info h4.telefonos {
					background-position: -35px -1212px;
				}
				
				#body .red .tabs .info ul {
					margin-left: 40px;
				}
				
				
		#body .red .tabs .tabs-5 li a {
			min-height: 29px;
		}
		
		#body .red .menu-content {}
		
			#body .red .menu-content .links {}
			
				#body .red .menu-content .links h4 {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -32px -5514px;
					font-size: 1.6em;
					margin-bottom: 0;
					padding: 0.5em 0 0.5em 39px;
				}
				
				#body .red .menu-content .links h4.instituciones {
					background-position: -32px -5514px;
				}
				
				#body .red .menu-content .links h4.estadisticas {
					background-position: -32px -5614px;
				}
				
				#body .red .menu-content .links h4.comercio {
					background-position: -32px -5714px;
				}
				
				#body .red .menu-content .links h4.prensa {
					background-position: -32px -5814px;
				}
				
				#body .red .menu-content .links h4.otros {
					background-position: -32px -5914px;
				}
		
		#body .red .menu {
			margin-top: 2em;
		}
		
			#body .red .menu ul {
				margin-bottom: 0;
			}
			
				#body .red .menu ul li {
					float: left;
					font-size: 1.2em;
					margin-left: 2%;
					margin-right: 1%;
					width: 22%;
				}
				
					#body .red .menu ul li a {
						background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px -5022px;
						display: block;
						min-height: 35px;
						padding-left: 40px;
					}
					
					#body .red .menu ul li a.links {
						background-position: -28px -5132px;
					}
					
					#body .red .menu ul li a.infotrade {
						background-position: -28px -5229px;
					}
					
					#body .red .menu ul li a.map {
						background-position: -28px -5328px;
					}
					
					#body .red .menu ul li a.howto {
						background-position: -28px -5417px;
					}
					
					#body .red .menu ul li a.current {
						font-weight: bold;
					}
		
	/* Tabla */
	#body .red .tabla {}
	
		#body .red .tabla table {}
		
			#body .red .tabla table th {
				background: #D6D6D6;
				color: #444;
			}
			
				#body .red .tabla table th span {
					background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/red-oficinas-globo.gif) no-repeat 0 50%;
					line-height: 2em;
					padding: 0.3em 0 0.3em 30px;
				}
				
			#body .red .tabla table td {
				background: #f0f0f0;
			}
			
			#body .red .tabla table td.par {
				background: #fff;
			}
	
		#body .red .tabla li {
			padding-left: 20px;
			position: relative;
		}
		
			#body .red .tabla li a {
				color: #888;
				font-size: 1.1em;
			}
			
			#body .red .tabla li a:focus,
			#body .red .tabla li a:hover {
				color: #333;
			}
		
			#body .red .tabla li img {
				display: inline;
				left: 0;
				margin-right: 1em;
				position: absolute;
				top: 3px;
				vertical-align: middle;
			}
			
	/* Fases 2 */
	#body .fases2 {}
	
		#body .fases2 .background {
			background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/home-fases2-background.jpg) no-repeat 100% 100%;
			padding-top: 2em;
		}
		
			#body .fases2 .background .font-size-small {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -25px 0px;
				padding: 0.5em 0 0.5em 58px;
			}
			
		#body .fases2 .fase-desc {}
		
			#body .fases2 .color-evaluar {
				background: #66A21E url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/color-evaluar.jpg) no-repeat 1em 1em;
			}
			
			#body .fases2 .color-evaluar, #body .fases2 .color-evaluar h3 {
				color: #fff;
			}
			
			#body .fases2 .color-activar {
				background: #00ACFF url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/color-activar.jpg) no-repeat 1em 1em;
			}
			
			#body .fases2 .color-activar, #body .fases2 .color-activar h3 {
				color: #fff;
			}
			
			#body .fases2 .color-crecer {
				background: #DB2466 url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/color-crecer.jpg) no-repeat 1em 1em;
			}
			
			#body .fases2 .color-crecer, #body .fases2 .color-crecer h3 {
				color: #fff;
			}
			
			#body .fases2 .color-consolidar {
				background: #003156 url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/layout/color-consolidar.jpg) no-repeat 1em 1em;
			}
			
			#body .fases2 .color-consolidar, #body .fases2 .color-consolidar h3 {
				color: #fff;
			}
		
			#body .fases2 .fase-desc .box {
				font-size: 1.1em;
				margin-left: 150px;
				padding-right: 3em;
			}
			
				#body .fases2 .fase-desc .box h3 {
					font-size: 1.3em;
				}
				
				#body .fases2 .fase-desc .box strong {
					display: block;
					font-size: 1.1em;
				}
		
		#body .fases2 .menu {}
		
			#body .fases2 .menu img {
				margin: 0 auto;
			}
			
			#body .fases2 .menu .current {
				color: #000;
			}
			
		#body .fases2 .guia {}
		
			#body .fases2 .guia a {
				background: url(http://www.extenda.es/web/export/system/modules/com.junta.extenda/resources/images/icons/sprite-body.gif) no-repeat -30px -6658px;
				color: #000;
				display: block;
				font-size: 1.6em;
				font-weight: bold;
				margin: 1em 0;
				padding: 1em 0 1em 50px;
			}
