/* CSS Document Created by TodoKayak.com */
/* Contenedor: Contiene a todos los demas DIV*/

/* DIV para las noticias */
.noticia{
	width:100%;
	margin:auto;
}
.noticiaAmpliada{
	width: 100%;
	margin:auto;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
/* CSS para las noticias breves */
/* Fecha y Usuario de las noticias */
.fechausuario{
	width:100%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#999999
}
.fechausuario2{
	width:100%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#999999
}
/* Panel de numero de votos */
.panelvotos{
	width:10%;
	float:left;
}
/* Panel de la noticia */
.panelnoticia{
	width:100%;
	float:left;
	padding-left:5px;
}
/* Titular de la noticia*/
.titular{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
.titularResumen{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
/* Resumen de la noticia */
.resumen{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
}
/* Contenido ampliado de la noticia */
.contenido{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
}
/* Foto pequeña */
.miniImagen{
	float:left;
	padding:5px;
}
/* Foto grande */
.imagen{
}
/* CSS para visualizar las noticias en filas */
.panelfecha{
	width: 10%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	float:left;
}
.paneltitular{
	width: 78%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	float:left;
}
.paneleditar{
	width: 10%;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	float:left;
}
	