#destacadosNoticias {
	padding: 20px 0 0 0;
}
	#destacadosNoticias #portada_destacados {
		position: relative;
		float: left;
		padding: 20px;
		width: 452px;
		min-height: 400px;
		background-color: #33696C;
		box-shadow: .05em .05em .1em #333333;
	}
		#destacadosNoticias #portada_destacados ul .textos h2 {
			padding: 0.2em 0 0.35em 0;
			font-size: 2.35em;
			line-height: 1em;
			font-weight: normal;
			font-family: 'euphemia', Arial, Verdana, Geneva, Helvetica, sans-serif;
		}
			#destacadosNoticias #portada_destacados ul .textos h2 a {
				text-decoration: none;
				color: #EFEB00;
			}
		#destacadosNoticias #portada_destacados ul .textos p {
			padding-bottom: 1.35em;
			color: #FFFFFF;
		}
	#destacadosNoticias #noticias {
		float: right;
		padding: 35px 25px 0 0;
		width: 430px;
	}
		#destacadosNoticias #noticias h2 {
			padding: 0 0 0 0;
			font-size: 2.35em;
			line-height: 1em;
			/*letter-spacing: -.05em;*/
			font-weight: bold;
			text-transform: uppercase;
			font-family: 'euphemia', Arial, Verdana, Geneva, Helvetica, sans-serif;
			color: #EFEB00;
			/*text-shadow: .05em .05em .05em #333333;*/
			text-shadow: .05em .05em .1em #333333;			
		}
		#destacadosNoticias #noticias ul li {
			margin: 1.35em 0 0 0;
			padding: 0 0 0 10px;
			background: url(../images/css_ul_li.gif) no-repeat left 3px;
		}
			#destacadosNoticias #noticias ul li a {
				color: #264840;
				text-decoration: none;
			}
			#destacadosNoticias #noticias ul li a:hover {
				text-decoration: underline;
			}
		#destacadosNoticias #noticias p {
			padding: 1.35em 0 0 10px;
		}
		#destacadosNoticias #noticias a.botAmarillo {
			display: inline-block;
			padding: .5em 1.35em;
			/*font-size: 0.85em;*/
			text-decoration: none;
			color: #132E30;
			background-color: #FFF000;
			border-radius: 8px;
			box-shadow: .05em .05em .2em #333333;
		}
		#destacadosNoticias #noticias a.botAmarillo:hover {
			background-color: #D1D016;
		}
/*
	AVISOS
*/
#avisos {
	padding: 25px 0;
}
	#avisos .izda {
		float: left;	
	}
	#avisos .izda2{
		float: left;
		padding: 0 0 0 39px;
	}
	#avisos .drcha {
		float: right;
		padding: 0 22px 0 0;
	}
	#avisos .aviso {
		float: left;
		margin: 0 0 0 21px;
		/*font-size: 0.85em;*/
		color: #FFFFFF;
		background-color: #33696C;
	}
	#avisos .primero {
		margin: 0 0 0 0;
	}
		#avisos .aviso h2 {
			padding: 0 0 0 0;
			font-size: 1.85em;
			line-height: 1.1em;
			font-weight: normal;
			/*letter-spacing: -.05em;*/
			text-transform: uppercase;
			font-family: 'euphemia', Arial, Verdana, Geneva, Helvetica, sans-serif;
			color: #EFEB00;
			text-shadow: .05em .05em .05em #333333;				
		}
			#avisos .aviso h2 a {
				color: #EFEB00;
				text-decoration: none;
			}
		#avisos .aviso p {
			padding: .85em 0 0 0;
		}
			#avisos .aviso p strong {
				color: #EFEB00;
			}
			#avisos .aviso p a {
				text-decoration: underline;
				color: #FFFFFF;
			}
			#avisos .aviso p a:hover {
				text-decoration: none;
			}
			#avisos .aviso p a.pdf {
				display: inline-block;
				padding: 0 0 2px 25px;
				background: url(../images/pdf.png) no-repeat left 1px;
			}
		#avisos .amarillo,
		#avisos .marron,
		#avisos .beige,
		#avisos .verde {
			padding: 15px;
			width: 206px;		
		}
		#avisos .drcha .amarillo,
		#avisos .drcha .marron,
		#avisos .drcha .beige,
		#avisos .drcha .verde {
			width: 175px;		
		}		
		#avisos .amarillo {
			color: #4A3C20;
			background-color: #FFF000;			
		}
			#avisos .amarillo h2 {
				text-shadow: none;
			}
				#avisos .amarillo p a,
				#avisos .amarillo h2 a {
					color: #4A3C20;
				}
		#avisos .marron {
			color: #CAC1AE;
			background-color: #4A3C20;
		}
			#avisos .marron h2 {
				text-shadow: none;
			}
				#avisos .marron p a,
				#avisos .marron h2 a {
					color: #EFEB00;
				}
		#avisos .beige {
			color: #4A3C20;
			background-color: #AB9F87;
		}
			#avisos .beige h2 {
				text-shadow: .05em .05em .05em #333333;
			}
				#avisos .beige p a,
				#avisos .beige h2 a {
					color: #EFEB00;
				}
		#avisos .verde {
			color: #FFFFFF;
			background-color: #33696C;
		}
			#avisos .verde h2 {
				text-shadow: .05em .05em .05em #333333;
			}
				#avisos .verde h2 a {
					color: #EFEB00;
				}
				#avisos .verde p a {
					color: #FFFFFF;
				}
/**/
#videosRedesSociales {
	padding: 0 0 2em 0;
}
/*
	VÍDEOS
*/
#videos_inicio {
	position: relative;
	float: left;
	width: 492px;
	min-height: 470px;
	border-bottom: 1px solid #C2BFB8;
}
	#videos_inicio .video {
		padding: 0 0 1.5em 0;
		width: 492px;
	}
		#videos_inicio .video iframe {
			margin-bottom: .5em;
		}
		#videos_inicio .video h2 {
			padding: 0.2em 0 0.35em 0;
			font-size: 2.35em;
			line-height: 1em;
			font-weight: normal;
			font-style: italic;
			font-family: 'euphemia', Arial, Verdana, Geneva, Helvetica, sans-serif;
			color: #264840;
		}
		#videos_inicio .video p {
			color: #264840;
		}
		#videos_inicio .video p.contexto {
			font-size: 0.85em;
			color: #33696C;
			text-transform: lowercase;
		}		
/*
	MÓDULO DE REDES SOCIALES
*/
#videosRedesSociales .colDrcha {
	float: right;
	padding: 0 21px 0 0;
	width: 432px;
}
ul.pestanas {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px;
	width: 100%;
	/*font-size: .85em;*/
}  
	ul.pestanas li {
		float: left;
		margin: 0;
		padding: 0;
		height: 31px;
		line-height: 31px;
		margin-right: 4px;
		overflow: hidden;
		position: relative;
		background: #33696C;
	}
	ul.pestanas li a {
		text-decoration: none;
		color: #FFF;
		display: block;
		padding: 0 10px 0 28px;
		background-position: .5em .6em;
		background-repeat: no-repeat;
	}
	ul.pestanas li a#flickr { background-image: url(../images/flickrIco.gif); }
	ul.pestanas li a#facebook { background-image: url(../images/facebookIco.gif); }
	ul.pestanas li a#twitter { background-image: url(../images/twitterIco.gif); }
	ul.pestanas li.active a#flickr, ul.pestanas li a#flickr:hover { background-image: url(../images/flickrIcoActive.gif); }
	ul.pestanas li.active a#facebook, ul.pestanas li a#facebook:hover { background-image: url(../images/facebookIcoActive.gif); }
	ul.pestanas li.active a#twitter, ul.pestanas li a#twitter:hover { background-image: url(../images/twitterIcoActive.gif); }	
	ul.pestanas li a:hover, ul.pestanas li.active{
		background-color: #FFF000;
	}
		ul.pestanas li a:hover, ul.pestanas li.active a {
			color: #000000;
		}
	.pest_container {
		overflow: hidden;
		clear: both;
		float: left;
		padding: 0 0 1em 0;
		width: 100%;
		background: #FFF000;
		/*font-size: .85em;*/
	}
	.pest_container h2{
		padding: 0.2em 0 0.35em 0;
		font-size: 2.35em;
		line-height: 1em;
		font-weight: normal;
		font-family: 'euphemia', Arial, Verdana, Geneva, Helvetica, sans-serif;
		color: #264840;
	}
	.pest_content {
		padding: 20px 10px 10px 20px;
		color: #235255;
	}
	.pest_content ul{
		/*background: url(../images/css_separa_hrz.gif) top left repeat-x;*/
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #c8c040;
	}
		.pest_content ul li{
			background: url(../images/css_piti_verde.gif) 0 .6em no-repeat;
			padding-left: 7px;
		}
			.pest_content ul li a {
				color: #264840;
			}
			.pest_content ul li a:hover {
				text-decoration: none;
			}
	.pest_content ul.miniaturas_flickr {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
	}
		.pest_content ul.miniaturas_flickr li {
			float: left;
			padding: 0 .35em .35em 0;
			background: none;
		}
			.pest_content ul.miniaturas_flickr li img {
				padding: 0;
				display: block;
			}
	.pest_content .col01{
		float: left;
		margin: .5em 0 0 0;
		width: 279px;
		background-color: #FFFFFF;
	}
	#pest1 .col01,
	#pest3 .col01 {
		background-color: transparent;
	}	
	.pest_content img {
		padding: .5em 0 0 17px;
	}
/*
	ENLACE A HUMAN RIGHTS FILM NETWOK
*/
#humanRightsFilmNetwork {
	padding: 21px 0 0 0;
}