﻿@charset "utf-8";


/* Detalle evento */

#eventos { margin:0 auto; padding:25px; }
#titulo-eventos { 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-evento {}
#imagenes-detalle-evento { float:left; width:200px; margin-right:15px; }
#imagenes-detalle-evento img { border:none; }
#contenido-detalle-evento { 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; margin:1px; }
.foto a { text-decoration:none; }

#adjuntos { margin-top:25px; }
#mas-informacion { margin-bottom:8px; font-size:0.8em; font-weight:bold; border-bottom:solid 1px black; }
#adjuntos a { font-size:0.8em; line-height:1.5em; }

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

.texto_resumen { color:#999999; }