
@import url('main.css');

/* ///////////////  noticias listado /////////////// */	
	

	/* este es el fondo titulo de cada sección, hereda del main las demás características */
	#titulo {
		background-image:url("../imagenes/layout/titulo_noticias.jpg");
	}	
	.item {
		width:100%;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #ccc;
		font-size:11px;
	}	
	.item img {
		width:70px;
		height:70px;
		margin-left:15px;
		border:0;
		float:right;
	}
	.item p {
		padding:0;
		margin:0;
	}
	.item a {
		font-size:13px;
		font-weight:bold;
		line-height:22px;
	}

/* ///////////////  noticias detallado /////////////// */	

	h1 {
		width:470px;
		color:#000;
		font-size:18px;
		font-weight:bold;
		padding-bottom:10px;
		float:left;
	}	
	.fotos {
		float:right;
		width:373px;
	}	
	.fotos img.principal {
		width:373px;
		height:284px;
		margin:8px;
		margin-bottom:0;
		/* margin-left:16px; */
	}
	.fotos img.pequenas {
		width:50px;
		height:50px;
		/* margin-left:16px;
		margin-bottom:16px; */
		margin:8px;
		float: left;
		cursor:pointer;
	}
	
	.volver {
		width:100%;
		margin:0px;
		float:left;
	}
	p.boton_right {
		line-height:17px;
		text-align:right;
		margin:0;
		float:right;
	}
	p.boton_right img {
		width:18px;
		height:18px;
		margin-right:5px;
		border:0;
		float:left;

	}
	p.boton_right a {
		font-size:10px;
		color:#999999;
		text-decoration:none;

	}

	p.boton_right a:hover {
		text-decoration:underline;
	}


