﻿.noticia{
	border-bottom: solid 1px #ccb;
}
	#content .noticia h1, #content .noticia h2{
		background: white;
	}
	#content .noticia h3{
		margin: 1em 0;
		color: #00507A;
		background: white;
	}
	.noticia h3 a{
		text-decoration: none;
	}
	.noticia h4{
		color: #888;
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	.noticia .marco{
		float: right;
		margin: 0 0 2em 2em;
		padding: .7em;
		background: #eed;
		border: solid 1px #ddc;
	}
		.noticia .marco img{
			max-width: 240px;
		}
	.noticia p{
		margin: .5em;
		font-size: 1.2em;
		text-align: justify;
	}
	.noticia h5{
		margin: 1em 0;
		font-size: 1.2em;
	}
	.noticia .seguirleyendo{
		text-align: right;
	}
	.noticia ul.adjuntos{
		margin: 0;
		padding: 0;
		list-style:none;
	}
		.noticia ul.adjuntos li{
			margin: 0 0 .5em 2em;
			padding-left: 20px;
			background: url('/img/icons/download.gif') center left no-repeat;
		}
	.noticia .datetime{
		margin-top: 1em;
		color: #777;		
		font-size: .9em;
		text-align: right;
	}