.eswNoticiaTexto {
	float: right;
	width: 650px;
	margin-top: 15px;
	}
	
	.eswNoticiaTexto h2 {
		background-color: #F7F7F7;
		padding: 10px;
		
		}
	
.eswPortadaNoticia {
	float: left;
	width: 300px;
	margin-top: 15px;
	}
	
.eswFotosNoticia {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid silver;
	text-align: center;
	}
	
	.eswFotosNoticia img {
		margin: 10px;
		padding: 3px;
		border: 1px solid silver;
		}
	
#LinkRegresar {
	float: left;
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
	text-align: center;
	border-top: 4px double silver;
	}
	
/* NOTICIAS LISTAR */


.eswResumenNoticia {
	float: left;
	padding: 10px 0px;
	border-bottom: 1px solid silver;
	
	}
	
	.eswResumenNoticia .eswTextoNoticia {
		float: right;
		width: 750px;
		}
		
		.eswResumenNoticia .eswTextoNoticia .eswTituloNoticia {
			float: left;
			width: 100%;
			padding: 10px;
			background-color: #F7F7F7;
			}
		
		.eswResumenNoticia .eswTextoNoticia p {
			float: left;
			width: 100%;
			margin: 0px;
			}
		
		.eswResumenNoticia .eswTextoNoticia .eswFechaNoticia {
			float: left;
			width: 100%;
			margin-top: 10px;
			font-size: 10px;
			}
			
		.eswResumenNoticia .eswTextoNoticia .eswLinkVerMasNoticia {
			float: left;
			width: 100%;
			text-align: right;
			font-size: 20px;
			}
		
	.eswResumenNoticia .eswFoto {
		float: left;
		width: 180px;
		margin-right: 5px;
		}
