@charset "utf-8";
#concejo { padding:0px 0px 0px 0px; background-color:#FFF;  }
	#tit01 { font-size:60px; font-weight:100; color:#464648; text-align:center; padding:200px 0px 110px 0px; margin-bottom:0px; 
		background-image:url('../imagenes/bg-familia.jpg'); background-repeat:no-repeat; background-position:center center; 
		-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
	#tit01 > label { font-size:28px; font-weight:100; color:#464648; }
	
	#tit02 { position:relative; font-size:50px; color:#fff; text-align:left; background-color:#737373; border-top:10px solid #B3B3B4; border-bottom:10px solid #B3B3B4; 
		padding:10px 30px; padding-right:160px !important; margin:0px; }
	#rds { position:absolute; top:-11px; right:10px; width:155px; }
	#rds > a > img { width:37px; margin:0px 1px; -webkit-transition:all 0.6s; transition:all 0.6s; }
	#rds > a > img:hover, #rds > a > img:focus { -webkit-filter:brightness(0.8); filter:brightness(0.8); }
	#rds > label { font-size:20px; line-height:20px; color:#8A8A8A; letter-spacing:1px; width:100%; text-align:center; padding-top:5px; -webkit-transition:all 0.6s; transition:all 0.6s; }
	#rds:hover > label, #rds:focus > label { color:#FFF; }
	.txt02 { font-size:18px; color:#070b4b; line-height:32px; text-align:justify; padding:0px 45px 25px 45px; }
	
	#vista { padding:40px 15px 60px 15px; 
		background-repeat:no-repeat; background-position:right top; background-size: cover; }
	#vista > div { min-height:450px; }
	


#concejos { position:relative; padding:0px 0px 45px 0px; margin-top:0; background-color:#397D04; }

	.concs { min-height:455px; padding:40px 30px 20px 30px; margin:25px 0px; cursor:pointer; -webkit-transition:all 0.6s; transition:all 0.6s; }
	.concs > a { text-decoration:none; }
	.img03 { width:90%; max-width:300px; height:auto; border-radius:50%; 
		 -webkit-box-shadow: 0px 15px 0px 0px rgba(78,143,7,1); -moz-box-shadow: 0px 15px 0px 0px rgba(78,143,7,1); box-shadow: 0px 15px 0px 0px rgba(78,143,7,1); 
		 -webkit-transition:all 0.6s; transition:all 0.6s; }
	.tit03 { font-size:22px; font-weight:bold; color:#fff; text-align:left; letter-spacing:1px; border-left:5px solid #4CAD08; padding:7px 0px 7px 10px; margin:30px 0px 7px 0px; 
		 -webkit-transition:all 0.6s; transition:all 0.6s; }
	.txt01 { font-size:16px; color:#fff; text-align:justify; padding-bottom:30px; }
	
	.concs:hover, .concs:focus { background-color:#737373; 
		-webkit-box-shadow: 9px 9px 0px -5px rgba(78,143,7,1); -moz-box-shadow: 9px 9px 0px -5px rgba(78,143,7,1); box-shadow: 9px 9px 0px -5px rgba(78,143,7,1); }
	.concs:hover > a > div > .img03, .concs:focus > a > div > .img03 { -webkit-filter:brightness(1.14); filter:brightness(1.14); }
	
	
	#tit04 { font-size:50px; font-weight:bold; color:#fff; text-align:center; line-height:70px; background-color:#B3B3B5; padding:10px 30px; margin:0px;
		border-top:10px solid #737373; border-bottom:10px solid #737373; }
	#tit04 > img { height:56px; margin-top:-20px; }
	
	
	
@media(max-width:1200px){ 
	#tit01 { font-size:30px; }
	#tit02 { line-height:60px; font-size:28px; padding:10px 15px; }
	.txt02 { padding:0px 0px 25px 0px; }
	
	.concs { min-height:380px; }
}