.innerBox
	{
		background: url('../img/fondo_blanco_medio.png') no-repeat left top;
		min-height: 1000px;
	}
.innerBox > .titulo, .innerBox > .noticia, .innerBox > .noticia_detalle, .innerBox > .volver
	{
		padding-left: 44px;
		padding-right: 14px;
	}

.titulo
	{
		color:			#161E4B;
		padding-left:	20px;
		padding-top: 20px;
	}
.tituloNoticia
	{
		color:			#161E4B;
		border-bottom: 	1px solid #FFAB2F;
		padding-bottom: 5px;
	}
.noticia, .noticia_detalle
	{
		min-height: 200px;
	}
.noticia .infoNoticia .tituloNoticia a
	{
		color:			#161E4B;
	}
.noticia .infoNoticia .tituloNoticia a:hover
	{
		color: 				#FF8B00;
	}
	
.fechaActual, .fechaNoticiaDetalle
	{
		color:			#161E4B;
		font-family: MyCustomFontBold,'Trebuchet MS';
		font-size: 18px;
		float: right;
		position: relative;
		top: 20px;
		right: 15px;
		padding-top: 8px;
		text-align: center;
		background: url('../img/marco_fecha.png') no-repeat;
		width: 160px;
		height: 39px;
	}
.fecha
	{
		color:			#161E4B;
		font-size: 		12px;
		padding-top:	5px;
		padding-bottom: 5px;
	}	
	

.infoNoticia img
	{
		float: right;
		position: relative;
		right: 10px;
		top: 10px;
		width: 132px;
		max-height: none;
	}
.marco_imagen
	{
		float: right;
		background: url('../img/noticias_fondo_imagen.png') no-repeat;
		width: 160px; 
		height: 149px;
	}
	
.noticia_detalle .infoNoticia .marco_imagen_detalle img
	{
		float: right;
		position: relative;
		width: 235px; 
		max-height: 315px;
	}
.noticia_detalle .infoNoticia .marco_imagen_detalle
	{
		float: right;
		background: url('../img/noticias_fondo_imagen_detalle.png') no-repeat;
		width: 252px; 
		height: 325px;
		margin-top: 12px;
	}



	
.infoNoticia .cuerpoNoticia
	{
		padding-top: 20px;
		padding-bottom: 40px;
/*		padding-right: 170px;*/
		font-size: 12px;
		color:			#161E4B;
	}
.infoNoticia .cuerpoNoticia p
	{
		margin-top: 1em;
	}
/*.noticia_detalle .infoNoticia .cuerpoNoticia
	{
		padding-top: 5px;
		padding-bottom: 0;
		width: 280px;
	}*/
.noticia_detalle .infoNoticia .cuerpoNoticia
	{
		padding-top: 5px;
		padding-bottom: 0;
		width: 330px;
		height: 650px;
		overflow-y:auto;
		overflow-x:hidden;
	}
.infoNoticia .cuerpoNoticia .ampliarNoticia
	{
		padding-top: 20px;
		
	}
.infoNoticia .cuerpoNoticia a, .volver a
	{
		color: 				#FF8B00;
		font-weight: 		bold;
		font-size: 12px;
	}
	
.paginacion
	{
		text-align: right;
		margin-top: 20px;
		margin-right: 14px;
	}
.paginacion a
	{
		color: #161E4B;
		background-color: inherit;
		font-size: 11px;
		font-family: MyCustomFontBold,'Trebuchet MS';
	}
.paginacion a:hover
	{
		color: #F3C200;
	}
.paginacion strong
	{
		color: #F3C200;
		background-color: inherit;
		font-family: MyCustomFontBold,'Trebuchet MS';
	}
/*.noticia a
	{
		color: #F3C200;
		font-size: 20px;
		font-family: MyCustomFontBold,'Trebuchet MS';
		border-bottom: solid 1px;
	}


.titulo
	{
		background: url("../img/separa.png") bottom left transparent no-repeat;
		margin-right: 15px;
		height: 80px;
	}
.subtitulo
	{
		padding-left: 0;
		font-size: 20px;
	}
.noticia, .noticia_detalle
	{
		padding-top: 2em;
		padding-bottom: 1em;
		margin-right: 15px;
		border-bottom: solid 1px white;
		font-family: Verdana;
		font-size: 11px;
		line-height: 1.3em;
		color: white;
		background-color: inherit;
		min-height: 218px;
	}
.noticia_detalle
	{
		min-height: 360px;
	}
.noticia img, .noticia_detalle img
	{
		float: left;
		padding-right: 1em;
		max-height: 326px;
	}
	
.noticia .infoNoticia .tituloNoticia
	{
		padding-bottom: 1em;
	}

	
.paginacion
	{
		text-align: right;
		padding-right: 15px;
	}
.paginacion a
	{
		color: white;
		background-color: inherit;
		font-size: 11px;
		font-weight: bold;
		font-family: Verdana;
	}
.paginacion strong
	{
		color: #F3C200;
		background-color: inherit;
		font-family: Verdana;
		font-weight: bold;
	}
*/
