/*------------- [ LAYOUT ] -------------*/

#header { position: relative; width: 100%; height: 257px; background: #0B6192 url('../images/header-interno-bg.jpg') top left repeat-x; }
	#header-top { position: relative; width: 100%; height: 53px; background: transparent url('../images/header-top-bg.jpg') top center no-repeat; }
	#header-body { position: relative; width: 100%; height: 167px; background: transparent url('../images/header-interno-body-bg.jpg') top center no-repeat; }
			#header-logo { position: absolute; width: 214px; height: 199px; top: -42px; left: 55px; background: transparent url('../images/header-interno-logo.jpg') top center no-repeat; }
			#header-seccion { position: absolute; top: 45px; right: 0; }

#menu { position: absolute; top: 0px; right: 0; }
#menu ul li { display: block; float: left; padding: 15px 6px; }

#content { position: relative; width: 100%; background: #F3F8E4; }
#content .noticias { position: absolute; width: 230px; top: 24px; }
#content .eventos { position: absolute; width: 180px; top: 14px; left: 780px; line-height: 0.9; }

.container { position: relative; width: 960px; margin: 0 auto;  }

.content-left { position: relative; float: left; width: 760px; margin-top: 20px; }
	.content-left .noticia { margin-bottom: 30px; }
	.content-left .banner { position: relative; width: 640px; height: 80px; margin: 0 auto 20px; background-color: #FFFFA8; border: 2px solid #8EA72E; }
		.content-left .banner .text { position: relative; top: 28px; font-size: 18px; color: #384213; text-align: center; }

.content-right { position: relative; float: left; width: 200px; margin-top: 20px; }
	.content-right .banner { width: 178px; height: 150px; margin: 0 auto 40px; background-color: #FFFFA8; border: 2px solid #8EA72E; }
	.content-right .calendar {padding:0px 0px 0px 12px; }
	.content-right .vertodos {padding:0px 0px 20px 0px; }		
		.content-right .banner .text { position: relative; margin-top: 50px; font-size: 18px; text-align: center; color: #333; }


#footer { position: relative; width: 100%; height: 113px; background: #8EA72E url('../images/footer-bg.jpg') top center repeat-x; }
	#footer .content-left, #footer .content-right { margin: 20px 0 0; }

#webink { text-align: right; }