﻿@charset "utf-8";


/* Detalle noticia */

#noticias { margin:0 auto; padding:25px; }
#titulo-noticias { margin-bottom:4px; color:#556f8e; font-size:1.5em; border-bottom: dotted 1px #556f8e; }
#volver { text-align:right; font-size:0.75em; margin-bottom:30px; }

#detalle-noticia {}
#imagenes-detalle-noticia { float:left; width:200px; margin-right:15px; }
#imagenes-detalle-noticia img { border:none; }
#contenido-detalle-noticia { float:right; width:515px; text-align:justify; }

#galeria { margin-top:20px; }
#mas-imagenes { margin-bottom:8px; font-size:0.8em; font-weight:bold; border-bottom:solid 1px black; }
.foto { float:left; width:64px; height:48px; margin:1px; overflow:hidden; }
.foto a { text-decoration:none; }
#galeria .foto img { height:48px; }

#titulo-detalle-noticia { font-size:1em; font-weight:bold; }
#fecha-detalle-noticia { font-size:0.75em; color:#8b9dbf; }
#contenido-detalle-noticia p { margin-top:12px; font-size:0.8em; }
#contenido-detalle-noticia ul { margin-left:25px; font-size:0.8em; }

#adjuntos { margin-top:20px; font-size:0.8em; }

.texto_resumen { color:#999999; }