@charset "utf-8";

.texto_info { font-size:0.8em; }

#listado_noticias { margin-top:30px; }
#listado_noticias .noticia { padding:5px; margin-bottom:5px; }
#listado_noticias .impar { background-color:#FCF1D4; }
#listado_noticias .privada { min-height:93px; background-image:url(../img/noticia_privada.png); background-position:98% center; background-repeat:no-repeat; }
#listado_noticias .noticia .fecha { width:70px; font-size:0.7em; color:#006699; }
#listado_noticias .noticia .foto { float:left; width:72px; overflow:hidden; }
#listado_noticias .noticia .foto img { border:solid 1px #fec264; }
#listado_noticias .noticia .resumen { float:right; width:410px; }
#listado_noticias .noticia .resumen h5 { font-size:0.75em; font-weight:bold; color:#91231b; }
#listado_noticias .noticia .resumen p { font-size:0.75em; }
#listado_noticias .noticia .resumen a.vermas { display:block; margin-top:5px; padding-left:12px; padding-bottom:3px; background:url(../img/flechita2.gif) no-repeat left 50%; color:blue; font-size:0.7em; }


/****** detalle *****/
#detalle_noticia { margin-top:10px; }
#detalle_noticia h3 { margin-top:0px; }
#detalle_noticia #fecha { font-size:0.7em; color:#006699; font-weight:normal; }

#detalle_noticia .seccion .texto_observaciones { color:#999; }
#detalle_noticia .seccion .texto_titulo { color:#91231b; font-weight:bold; }
#detalle_noticia .seccion span.subtitulo_noticia { font-size:0.9em; font-style:oblique; }
.seccion .insertar_anuncio { padding:10px; background:#FCF1D4; border:solid 1px #F9C433; text-align:center; }

#detalle_noticia .adjuntos { margin-top:30px; }
#detalle_noticia .adjuntos .titulo { height:20px; padding-left:10px; padding-top:5px; font-size:0.75em; font-weight:bold; background:#ececec; }
#detalle_noticia .adjuntos .ficheros { margin:10px 0 0 30px; }
#detalle_noticia .adjuntos .ficheros a { font-size:0.75em; color:blue; }
#detalle_noticia .adjuntos .ficheros img { border:none; vertical-align:middle; }
#detalle_noticia .adjuntos .ficheros .adjunto_imagen { float:left; width:110px; margin:3px; }
#detalle_noticia .adjuntos .ficheros .adjunto_imagen img { padding:4px; border:solid 1px #ccc; }
#detalle_noticia .adjuntos .ficheros .adjunto_imagen .imagen_titulo { font-size:0.7em; }


/** Para el tablon de anuncios de la zona privada **/
#detalle_noticia #autor { margin-bottom:20px; font-size:0.7em; color:#006699; }
#detalle_noticia #autor img { vertical-align:middle; }